Forum Replies Created

Viewing 15 replies - 91 through 105 (of 261 total)
  • Thread Starter mdivk

    (@mdivk)

    I also want to remove the link added to the slides and the 4 images beside slider. don’t know which is the right file to change. 🙁

    Thank you very much.

    By the way, in the settings I set the Reading is Frontpage is set to display a static page.

    Thread Starter mdivk

    (@mdivk)

    Thank you guys for the kind help, it works!!!

    Thread Starter mdivk

    (@mdivk)

    Thank you for the code, however, it doesn’t resolve the issue, if you open the site, and go to Services->Cupping, you will not be able to select sub menu under Cupping, the submenu is not aligned with its parent menu.

    Thread Starter mdivk

    (@mdivk)

    Thank you very much, here is the website

    Your code can partly fix the height issue as you can see.

    But, there are still issue in the menu: if you hover on any menu with sub menu, for example, the second menu (Service), you will see there are two second level menus, and they are not accessible.

    What’s missing here?

    Thanks.

    this profitmag is so buggy, and the author never gets back to your email. I don’t know why the theme should continue to be listed and searchable in wordpress official site.

    The theme is a good design, if the bugs can be fixed.

    Thread Starter mdivk

    (@mdivk)

    Thanks for your quick reply.

    Do you have any recommendation on a theme like the profitmag?

    Thank you.

    BTW: for unknown reason, I just replied you 1 minute ago and my reply seems disappeared.

    Thread Starter mdivk

    (@mdivk)

    Thank you for your quick reply.

    Do you have any theme recommendation with the similar function like profitmag?

    Thanks.

    Thread Starter mdivk

    (@mdivk)

    Can moderator please remove this post? I found the theme’s forum and posted there.

    Sorry for the mistake.

    Thread Starter mdivk

    (@mdivk)

    I am using theme profitmag

    Thread Starter mdivk

    (@mdivk)

    Here is my revised code:

    <header id="masthead" class="site-header" role="banner">
    		<div class="site-branding">
    		<?php
            if( ( of_get_option( 'kindergarten_show_header_logo_text', 'text_only' ) == 'both' || of_get_option( 'kindergarten_show_header_logo_text', 'text_only' ) == 'logo_only' ) && of_get_option( 'kindergarten_header_logo_image', '' ) != '' ) {
            ?>
    
            <table>
            	<tr>
            		<td class="header-logo-image">
            			           <!-- <div class="header-logo-image"> -->
                    <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img src="<?php echo esc_url(of_get_option( 'kindergarten_header_logo_image', '' )); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"></a>
                <!-- </div> #header-logo-image -->
    
            		</td>
            		<td>
            			          <!-- begin of customized contact info on the same line of logo image -->
              <div class="header-contact">
              <?php
                        $adress = of_get_option( 'kindergarten_header_adress', 'Massachusetts Ave, Cambridge, MA, USA' );
    					$mail = of_get_option( 'kindergarten_header_mail', 'info@example.com' );
    					$phone = of_get_option( 'kindergarten_header_phone', '+1 617-253-1000' );
    
    					if ($mail) echo '<i class="fa fa-envelope-o"></i>'.$mail.'<br />';
    					if ($phone) echo '<i class="fa fa-phone"></i>'.$phone.'<br />';
    					if ($adress) echo '<i class="fa fa-map-marker"></i>'.$adress.'';
    					?>
    				</div> <!-- end of customized contact info on the same line of logo image -->
    
            		</td>
            </tr>
    
            <?php
            }
    
            if( of_get_option( 'kindergarten_show_header_logo_text', 'text_only' ) == 'both' || of_get_option( 'kindergarten_show_header_logo_text', 'text_only' ) == 'text_only' ) {
            ?>
            	<div class="header-text">
    			<h1 class="site-title"><i class="fa <?php echo esc_attr( of_get_option( 'kindergarten_header_text_icon', 'fa-3x fa-child' ) ); ?>"></i><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
            	</div>
    
            <?php
            }
            ?>
                <div class="header-search">
                	<?php get_search_form(); ?>
                	<div class="site-description">
                    	<?php
                        $adress = of_get_option( 'kindergarten_header_adress', 'Massachusetts Ave, Cambridge, MA, USA' );
    					$mail = of_get_option( 'kindergarten_header_mail', 'info@example.com' );
    					$phone = of_get_option( 'kindergarten_header_phone', '+1 617-253-1000' );
    
    					if ($mail) echo '<i class="fa fa-envelope-o"></i>'.$mail.'<br />';
    					if ($phone) echo '<i class="fa fa-phone"></i>'.$phone.'<br />';
    					if ($adress) echo '<i class="fa fa-map-marker"></i>'.$adress.'';
    					?>
                    </div>
                </div>
                <div class="clear"></div>
    		</div><!-- .site-branding -->
    	</header><!-- #masthead -->

    Thread Starter mdivk

    (@mdivk)

    Here is the original code:

    <header id="masthead" class="site-header" role="banner">
    		<div class="site-branding">
    		<?php
            if( ( of_get_option( 'kindergarten_show_header_logo_text', 'text_only' ) == 'both' || of_get_option( 'kindergarten_show_header_logo_text', 'text_only' ) == 'logo_only' ) && of_get_option( 'kindergarten_header_logo_image', '' ) != '' ) {
            ?>
                <div class="header-logo-image">
                    <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img src="<?php echo esc_url(of_get_option( 'kindergarten_header_logo_image', '' )); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"></a>
                </div><!-- #header-logo-image -->
            <?php
            }
    
            if( of_get_option( 'kindergarten_show_header_logo_text', 'text_only' ) == 'both' || of_get_option( 'kindergarten_show_header_logo_text', 'text_only' ) == 'text_only' ) {
            ?>
            	<div class="header-text">
    			<h1 class="site-title"><i class="fa <?php echo esc_attr( of_get_option( 'kindergarten_header_text_icon', 'fa-3x fa-child' ) ); ?>"></i><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
            	</div>
    
            <?php
            }
            ?>
                <div class="header-search">
                	<?php get_search_form(); ?>
                	<div class="site-description">
                    	<?php
                        $adress = of_get_option( 'kindergarten_header_adress', 'Massachusetts Ave, Cambridge, MA, USA' );
    					$mail = of_get_option( 'kindergarten_header_mail', 'info@example.com' );
    					$phone = of_get_option( 'kindergarten_header_phone', '+1 617-253-1000' );
    
    					if ($mail) echo '<i class="fa fa-envelope-o"></i>'.$mail.'<br />';
    					if ($phone) echo '<i class="fa fa-phone"></i>'.$phone.'<br />';
    					if ($adress) echo '<i class="fa fa-map-marker"></i>'.$adress.'';
    					?>
                    </div>
                </div>
                <div class="clear"></div>
    		</div><!-- .site-branding -->
    	</header><!-- #masthead -->
    <code></code>

    Thread Starter mdivk

    (@mdivk)

    I forgot to post my site’s url

    Thank you but the link is not added successfully here in my site

    I just started the site for my friend, pretty much empty, I set the first block area to point to a category “HomePage” that already has 4 posts with pictures.

    As you can see, the title is correctly displayed as “HomePage” which is the category’s name, but no href tag added to it if you inspect the source.

    Thread Starter mdivk

    (@mdivk)

    It would be really appreciated if anyone can help me understand how the page is generated and how each section is generated with what style attached to it.

    Thank you in advance.

    Thread Starter mdivk

    (@mdivk)

    Here is the code for this section:

    <!--Our team-->
    
    <?php if ( is_home() ) { ?>
    <div class="row "> 
    
    <div class="warp large-12 columns">
    
    <?php if(of_get_option('ourteam_checkbox','hathor') == "1"){ ?>
    
    <?php get_template_part('parts/mid','team'); ?>
    
    <?php }?>
    <?php }else{ ?>
    
    </div></div>
    <?php }?></div></div></div>
    
    <!--Our Team END-->
Viewing 15 replies - 91 through 105 (of 261 total)