Forum Replies Created

Viewing 20 posts - 7,241 through 7,260 (of 14,497 total)
  • Author
    Posts
  • in reply to: questions about the structure of the theme #34648
    Sakin
    Keymaster

    @philippe: Not so sure about that. As this theme is not designed that way. But you can try adding in the following css in “Appearance => Theme Options => Custom CSS” box to make your thumbnail image to the right of the excerpt content.

    .entry-summary .wp-post-image {
        display: inline;
        float: right;
        width: 30%;
    }
    in reply to: adjusting logo positioning #34647
    Sakin
    Keymaster

    Hello jim,

    Now sure about that.

    Regards,
    Sakin

    in reply to: problem with the upgrade to version 0,3 #34629
    Sakin
    Keymaster

    Hello Alain,

    Problem is fixed and also we have come up with Video about Custom Menu http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/

    Regards,
    Sakin

    in reply to: resize image area #34564
    Sakin
    Keymaster

    Hello Jim,

    Sorry, your question is not so clear. Do you mean to change the slider layout or the content layout. I am bit confused.

    For Slider, you can you Image Slider and upload the image as per your need and then change the text layout with CSS.

    Regards,
    Sakin

    in reply to: adjusting logo positioning #34562
    Sakin
    Keymaster

    Hello Jim,

    To center your logo, first you need to disable the Header Right section from “Appearance => Theme Options => Header Right Sidebar Options” and check in “Disable Header Right Sidebar” and save changes.

    Then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #branding .logo-wrap {
        display: block;
        float: none;
        text-align: center;
        width: 100%;
    }
    #site-logo {
        float: none;
    }
    #site-logo a img {
        float: none;
        padding: 0;
    }

    Regards,
    Sakin

    in reply to: Page font size #34505
    Sakin
    Keymaster

    Hi Maeve,

    See the features addition in Catch Evolution Pro at theme instructions page http://catchthemes.com/theme-instructions/catch-evolution-pro/

    You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 960px) {	
    	body,
    	button,
    	input,
    	select,
    	textarea {
    		font-size: 22px;
    	}
    }
    in reply to: Change footer #34502
    Sakin
    Keymaster

    @maevamena: You are not supposed to any any HTML code in Footer Code in Webmaster Tools. This is for scripts like Google Analytics, Add This, Facebook and so on. So, this place, you can add scripts but not HTML code.

    To change the Footer Text, you need to upgrade to Catch Evolution Pro, where you will get “Footer Editor Option” in Theme Option panel to change the text.

    in reply to: header background image #34501
    Sakin
    Keymaster

    @dallakyan: You can replace the image url in the following CSS and css in “Appearance => Theme Options = Custom CSS” box to add background image in header.

    #hgroup-wrap {
        background-attachment: fixed;
        background-image: url("http://catchthemes.com/demo/catch-kathmandu/wp-content/themes/catch-kathmandu-pro/images/demo/kathmandu-durbar-square-1280x600.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover; 
        background-size: cover;
    }
    in reply to: questions about the structure of the theme #34498
    Sakin
    Keymaster

    Hello Philippe,

    1. For Header right advertisement, you need to upgrade to Catch Box Pro theme and then you will get Header Right Sidebar and then you can add Advertisement widget in Header Right Sidebar from “Appearance => Widgets”.

    2. You can reduce the word count of the excerpt from “Appearance => Theme Options” and change the Excerpt Length in Words.

    3. You can change the background color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
    #main { background-color: #eee; }

    Regards,
    Sakin

    in reply to: Help to fix Nextgen Gallery bug needed #34429
    Sakin
    Keymaster

    Hello Birgit,

    Sorry this error has nothing to do with the Theme. This is your server and plugin incompatible issue. So, please check in with your Website Hosting server and the plugin support forum.

    Regards,
    Sakin

    in reply to: Remove space before unordered list #34428
    Sakin
    Keymaster

    @Michaela: Sorry I don’t think Catch Everest Theme has space before unordered list. Can you post your URL where you have that spaces. I need to check in.

    in reply to: erreur détecté par google #34426
    Sakin
    Keymaster

    @philippe: Ok I see there is problem with the french language file fa_IR.po. We will fix this in new version update. Thanks.

    in reply to: Custom Font #34371
    Sakin
    Keymaster

    @LaurenReneL: Let me know the font that you are trying to add in and if that is a google font then we will sure add in next version update. Also you don’t need to disable that plugin. You can use that plugin font and ignore our font family options. It’s all your options.

    in reply to: Remove line around pages and widgets #34370
    Sakin
    Keymaster

    Hi Maeve,

    You can change the color code in the following CSS and then add it in “Appearance => Theme Options => Custom CSS” box.

    .hentry, .widget, .no-results, #author-info, #disqus_thread, #content .error404 {
        border-color: #ddd;
    }

    If you want to remove then the css will be as below:

    .hentry, .widget, .no-results, #author-info, #disqus_thread, #content .error404 {
        border: none;
    }

    Regards,
    Sakin

    in reply to: Featured Slider #34368
    Sakin
    Keymaster

    @shamwow: Which slider type you are using it. If you are using Featured Image Slider, then you can add in link in the “Link” box. See this screenshot of Image Slider Options http://www.pinterest.com/pin/548594798329509357/ where you have option to add in Image URL, Link URL, Target, Title and Content as you need it.

    I am not so sure what you are talking about. If you are talking different then please explain in reference with your site URL.

    in reply to: Posting via email #34365
    Sakin
    Keymaster

    Hi Jeff,

    Yes JetPack post by email will not work on Localhost. So, you need to make your site live as well as configure your settings. See the details at http://jetpack.me/support/post-by-email/ and then if you have any problem with this plugin then you need to post in Jetpack plugin support forum at http://wordpress.org/support/plugin/jetpack

    Regards,
    Sakin

    in reply to: Modify colour scheme #34364
    Sakin
    Keymaster

    Hello David,

    You can try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    /* For Menu Hover and Active Background Color */
    #branding ul.menu li:hover > a,
    #branding ul.menu a:focus,
    #branding .menu .current-menu-item > a, 
    #branding .menu .current-menu-ancestor > a, 
    #branding .menu .current_page_item > a, 
    #branding .menu .current_page_ancestor > a {
    	background: #408A8B; /* Show a solid color for older browsers */
    	background: -moz-linear-gradient(#036566, #408A8B);
    	background: -o-linear-gradient(#036566, #408A8B);
    	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#036566), to(#408A8B)); /* Older webkit syntax */
    	background: -webkit-linear-gradient(#036566, #408A8B);
    	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#036566', endColorstr='#408A8B'); /* for IE */
    }
    /* Remove Border left in Menu */
    #branding ul.menu li {
        border-left: none
    }

    Regards,
    Sakin

    in reply to: problem with the upgrade to version 0,3 #34363
    Sakin
    Keymaster

    Hello Alain,

    I just check in Adventurous 0.3 Menus Locations and it is showing two locations at “Appearance => Menus => Manage Locations”
    1. Header Right Menu
    — This will show your custom menu in header right section
    2. Header Secondary Menu
    — This will show your custom menu above your slider.

    Further, if you don’t want Header Right section then you can disable it from “Appearance => Theme Options => Header Options” and check in “Disable Header Right Section”.

    It’s really strange why you are not seeing header right section. For this I need to check in your server. So, I will send you personal email.

    Regards,
    Sakin

    in reply to: Responsive header image #34361
    Sakin
    Keymaster

    @baanderson: It’s because your logo fits in the width so it doesn’t resize it. If you want to change then you can change it manually. Then try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    /* For Screen Max Width: 960px */
    @media screen and (max-width: 960px) {	
        #site-logo {
            width: 18%;
        }
        #site-details {
            float: right;
            width: 80%;
        }
    }
    in reply to: Facebook widget showing images of people #34306
    Sakin
    Keymaster

    @Steve: Yes, if you have build child theme and edited header.php file in your child theme then it’s fine. All Good. Thanks 🙂

Viewing 20 posts - 7,241 through 7,260 (of 14,497 total)