Forum Replies Created

Viewing 20 posts - 6,601 through 6,620 (of 14,497 total)
  • Author
    Posts
  • in reply to: Changing the position and font color of a footer-menu #42800
    Sakin
    Keymaster

    @Kath: hum this looks complicated as we need to change the position and css. So, sorry you need to consider hiring customizer for this http://catchthemes.com/hire-customizer/

    in reply to: location manager menu #42799
    Sakin
    Keymaster

    @Lina: This one is little difficult as we don’t have option for this.

    So, you need to build child theme first. For child theme, you can download sample Simple Catch Child theme from http://catchthemes.com/blog/create-child-theme-wordpress/. Then copy header.php file from simple-catch theme directory to your child theme directory ‘simple-catch-child’. Then find the following code in your header.php file

    <?php 
    	// simplecatch_headersocialnetworks displays social links given from theme option in header 
    	if ( function_exists( 'simplecatch_custom_header_image' ) ) :
    		simplecatch_custom_header_image(); 
    	endif;
    ?>
    <div id="mainmenu">
    	<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
    </div><!-- #mainmenu-->  
    <div class="row-end"></div>

    Then replace it with the following code:

    <div id="mainmenu">
        <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
    </div><!-- #mainmenu-->  
    <div class="row-end"></div>
    <?php 
        // simplecatch_headersocialnetworks displays social links given from theme option in header 
        if ( function_exists( 'simplecatch_custom_header_image' ) ) :
            simplecatch_custom_header_image(); 
        endif;
    ?>
    in reply to: CSS not recognised since upgrade to pro? #42798
    Sakin
    Keymaster

    Hi Niel,

    For slider, it giving issue as of your menu css. So, you can either add in the following css in “Appearance => Theme Options => Custom CSS” box or fix menu float:
    #main-slider { clear: both; }

    For menu and color, I recommend you to remove the all the custom css from “Appearance => Theme Options => Custom CSS” box. Then use the color options in “Appearance => Theme Options => Color Options”

    Then use other option that’s available in Theme Options panel. Then if you need any additional settings then let me know it in a list. Then I will send you correct custom css. As your custom css is all mixed and lot of wrong coding can be found.

    in reply to: Problems with mobile version #42784
    Sakin
    Keymaster

    @Wolfgang: Looks like plugin issue. Can you check your cachify settings or remove that.

    in reply to: Hidden #42771
    Sakin
    Keymaster

    then remove that custom css to remove the background

    in reply to: Hidden #42769
    Sakin
    Keymaster

    are you talking about footer image that you have added in #site-generator. Then you can just change the image URL in your css.

    in reply to: Hidden #42764
    Sakin
    Keymaster

    Sorry I am not design consultant. I am here just to help you with technical problem 🙂

    in reply to: New post not show in the homepage #42762
    Sakin
    Keymaster

    @liucloud: Cool 🙂

    in reply to: CSS not recognised since upgrade to pro? #42760
    Sakin
    Keymaster

    @nac2311: Simple Catch and Simple Catch Pro is quite different in structure as Simple Catch used HTML4 and CSS2 technology where as Pro uses HTML5, CSS3 and responsive design technology. That is why the same custom css will not work.

    So, in your css change
    #header to #branding

    change
    #header #mainmenu to #branding #access

    Change
    #main #content ul.post-by to .entry-meta

    in reply to: Hidden #42759
    Sakin
    Keymaster

    Don’t know it’s not form our theme. Looks like it’s from the code you have added. So, you need to debug it. If that is from iframe code then we cannot change it.

    in reply to: Having just feature content and slider #42758
    Sakin
    Keymaster

    Just go to “Appearance => Menus” and then in in your menu with the label Home, just click on right corner and it will expand it. Then you will see remove button. Then you can add back home menu.

    in reply to: Changing the position and font color of a footer-menu #42757
    Sakin
    Keymaster

    @Kath: I don’t know what you got. Can you explain with your site URL so that I can check in.

    in reply to: Header #42741
    Sakin
    Keymaster

    @ashrafashraf: You can add the following css in your custom css.

    #branding {
        background: url("http://new.tinygrab.com/225cb604b3a0e2244f401e57a22401318b7a185a66.png") no-repeat scroll 0 0 transparent;
    }
    in reply to: Hidden #42740
    Sakin
    Keymaster

    @ashrafashraf: Go to your Custom CSS box and replace the code

    @media screen and (max-width: 960px) {
    .social-profile {display: none;}
        #site-generator { padding-top: 220px; }
    }

    With the following

    @media screen and (max-width: 960px) {
        .social-profile, .social-icons {display: none;}
        #site-generator { padding-top: 220px; }
    }
    in reply to: Remove page titles from body of page #42736
    Sakin
    Keymaster

    @Romany: Then you can add extra css just below that which will force to display tile in home.
    .home.page .entry-title { display: block; }

    in reply to: How to decrease space in between widgets on R sidebar? #42735
    Sakin
    Keymaster

    Hi Kim,

    You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #secondary .widgetimg { margin-bottom: 0; }

    Regards,
    Sakin

    in reply to: Changing the position and font color of a footer-menu #42726
    Sakin
    Keymaster

    @Kath: Strange, can you refresh and check in or click here

    in reply to: Having just feature content and slider #42711
    Sakin
    Keymaster

    1. Please follow the instruction carefully. I already told you if you don’t have “Open in New Window/Tab”, then in menu screen go to “Screen Option” and check in Link target. Then I share with you the screenshot showing how to do that. See this screenshot http://www.pinterest.com/pin/548594798329843253/
    2. About the home menu, I already told you to watch this video http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/
    3. For comment best option is to upgrade to pro version. For free we are not allowed to change as per the WordPress.org theme review guideline. You need to manually remove in all your old post and old pages. But for new post/page, you can just go to “Settings => Discussion” from your WordPress Dashboard and then in “Default article settings” uncheck “Allow link notifications from other blogs (pingbacks and trackbacks)” and “Allow people to post comments on new articles”

    If you want more help, then please consider hiring customizer at http://catchthemes.com/hire-customizer/

    in reply to: Having just feature content and slider #42706
    Sakin
    Keymaster

    Hi Phil,

    1. I see that you are talking about opening you custom link in menu to new window. This is pretty simple. Go to “Appearance => Menus” and then edit your menu and then check in “Open Link in New Window/tab”. If you don’t need this option then check your screen options. See this screenshot http://www.pinterest.com/pin/548594798330834738/
    2. Oh sorry the comment option is only there in Pro version. In free theme, you need to manually edit your page/post and then remove comment from there. See this screenshot http://www.pinterest.com/pin/548594798329843253/
    3. I don’t know how you have added your home in menu. You home item in menu is linked to http://rice.voyage/wordpress/home-3/, You can change to http://rice.voyage/wordpress/. See this to see how you can add home. http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/

    Regards,
    Sakin

    in reply to: H1 and h2 headers #42702
    Sakin
    Keymaster

    @Bouncedancer: Sorry I don’t get it what you mean. Do you mean the Post and Page main title. Then yes it’s build in HTML5 where each <article> section need one main H1 tag. So, we have Page and Post title as H1 tag.

Viewing 20 posts - 6,601 through 6,620 (of 14,497 total)