Forum Replies Created

Viewing 20 posts - 5,161 through 5,180 (of 14,509 total)
  • Author
    Posts
  • in reply to: Treat homepage like blog #50970
    Sakin
    Keymaster

    @mattsmith701: Looks like you change the “Syndication feeds show the most recent” to 5 not the “Blog pages show at most”. So, can you check your settings at “Settings => Readings => Blog pages show at most”.

    in reply to: Can't Upload to Featured Image Slider #50966
    Sakin
    Keymaster

    @Michael: ok I will email you and check why you cannot upload it.

    in reply to: Few questions #50965
    Sakin
    Keymaster

    @drswapnilparve:
    1. Just add the following css in “Appearance => Theme Options => Custom CSS” box:

    #page { background-color: #fff; }
    #branding #access { margin: 0 3%; width: 94%; }

    2. Just add the following css in “Appearance => Theme Options => Custom CSS” box:

    .page .entry-header { display: none; }
    .page .entry-content, .page .hentry { padding-top: 0; }

    3. You can remove the border bottom by adding the following css in “Appearance => Theme Options => Custom CSS” box. But I don’t get it what you mean by clean round ended.

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

    4. You have remove the rounded corner in the widget box. You can find the following css in “Custom CSS”. Just remove that:

    /* To Remove Rounded corner in Widgets */
    .widget { border-radius: 0; }

    Then to remove the horizontal line in the widget box, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .widget-title { border-bottom: none; }

    5. Just add the following css in “Appearance => Theme Options => Custom CSS” box:

    .wp-caption .wp-caption-text:before { content: none; }
    .wp-caption .wp-caption-text { padding: 10px 0 0 10px; }
    in reply to: Mobile devices – Only shows Header right menu #50960
    Sakin
    Keymaster

    @Kris: Thanks for your appreciation.

    in reply to: Can't Upload to Featured Image Slider #50959
    Sakin
    Keymaster

    @Michael: Can you post in your site URL and explain. I don’t get it what you mean.

    in reply to: Primary Menu only works on front page #50951
    Sakin
    Keymaster

    @Ellen: Thanks for your appreciation. You too have a great day 🙂

    in reply to: Problem with translation of first featured slide #50948
    Sakin
    Keymaster

    Thanks @Delfim and @Bill 🙂

    in reply to: Replacing position of content in home page #50914
    Sakin
    Keymaster

    @bobar22: For that it’s complicated and you might need to consider hiring developer to do this customization. First need to copy the function catchkathmandu_homepage_featured_content() from catchkathmandu-fucntions.php files and then edit the code in your child theme.

    in reply to: Primary Menu only works on front page #50913
    Sakin
    Keymaster

    @Ellen: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box
    .widget:after { content: none; }

    in reply to: more space between "read more" and "comments" #50912
    Sakin
    Keymaster

    @Eduardo: You can add in the following css in “Appearance => Theme Options => Custom CSS” box:
    .single-post footer.entry-meta { display: none; }

    in reply to: responsive theme #50911
    Sakin
    Keymaster

    @mvandrei: Sorry I cannot understand it. You code looks fine.

    in reply to: Cannot upgrader #50908
    Sakin
    Keymaster

    @Michael: First, you need to download the your theme zip file from your account at http://catchthemes.com/my-account/. Then if you want to update from WordPress Dashboard then you need to install Catch Updater plugin http://catchthemes.com/wp-plugins/catch-updater/ and follow the instruction mentioned there.

    You can also use FTP for update which is mentioned in theme instruction page http://catchthemes.com/theme-instructions/

    in reply to: Adventurous and MQTranslate-Plugin #50907
    Sakin
    Keymaster

    @Kris:
    1. Adventurous Free theme don’t have compatibility to mqTranslate plugin, that is why you are having this issue. We are in the process of add this plugin in our Pro version which is schedule to release in 2 to 3 days time.

    2. I check in your flag code and I see there is extra / in img src, you can see the following code:
    <img alt="English" src="/http://costa-vertical.com/wp-content/plugins/mqtranslate/flags/gb.png">
    This should be as
    <img alt="English" src="http://costa-vertical.com/wp-content/plugins/mqtranslate/flags/gb.png">

    3. Same thing, because of extra / in img src, the safari browser cannot find the image and it is showing ? mark.

    in reply to: Mobile devices – Only shows Header right menu #50906
    Sakin
    Keymaster

    @Kris: It’s coming same in both English and Deutsch version. I see that you are using “Mobile Theme” from Jetpack plugin. Can you disable that module from Jetpack settings and check in.

    in reply to: Blank Featured Slider # #50904
    Sakin
    Keymaster

    @Kimmo: I have just email you. Can you reply me there.

    in reply to: side bar width adjustment in 3 column layout #50882
    Sakin
    Keymaster

    @Will: Catch Evolution Pro theme is responsive design theme so adjusting width is little complex, as you need to adjust for various screen sizes. So, I just recommend you to change to large screens. In the following css, I have reduces the width of the third sidebar by 40px and increase the width of Right second sidebar by 40px as per your question. So, just add the following css in “Appearance => Theme Options => Custom CSS” box:

    /* For Screen size above 1060px */
    @media screen and (min-width: 1061px) {	
    	.three-columns .content-sidebar-wrap { width: 794px; }
    	.three-columns #secondary { width: 330px; }
    	.three-columns #third { width: 200px; }
    }
    /* For Screen size above 1224px */
    @media screen and (min-width: 1225px) {
    	.three-columns .content-sidebar-wrap { width: 960px; }
    	.three-columns #secondary { width: 400px; }
    	.three-columns #third { width: 200px; }
    }
    in reply to: responsive theme #50881
    Sakin
    Keymaster

    @mvandrei: Not sure what are you trying to do it. Can you post in your site URL and explain. Looks like you are trying to add in set of images as custom banners. This theme doesn’t have this feature and you might need to hire customizer to add in.

    in reply to: Primary Menu only works on front page #50880
    Sakin
    Keymaster

    @Ellen: Thanks for finding out the issue. We will fix this in new version update. For now, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box
    .site-banner { overflow: visible; }

    in reply to: Changing Colors Menu #50874
    Sakin
    Keymaster

    @Epheistos: Ok then replace your current custom css to the following css:

    /* Menu Background Color */
    #branding #access,
    #branding ul.menu ul a {
    	background: #252FE9; /* Show a solid color for older browsers */
    	background: -moz-linear-gradient(#0579FF, #252FE9);
    	background: -o-linear-gradient(#0579FF, #252FE9);
    	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0579FF), to(#252FE9)); /* older webkit syntax */
    	background: -webkit-linear-gradient(#0579FF, #252FE9);
    	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0579FF', endColorstr='#252FE9'); /* for IE */
    }
    /* Menu Text Color */
    #branding ul.menu ul a {
    	color: #fff;
    }
    
    /* Menu Hover Background Color */
    #branding ul.menu li:hover > a,
    #branding ul.menu a:focus {
    	background: #0579FF; /* Show a solid color for older browsers */
    	background: -moz-linear-gradient(#252FE9, #0579FF);
    	background: -o-linear-gradient(#252FE9, #0579FF);
    	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252FE9), to(#0579FF)); /* Older webkit syntax */
    	background: -webkit-linear-gradient(#252FE9, #0579FF);
    	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#252FE9', endColorstr='#0579FF'); /* for IE */
    	color: #fff;
    }
    
    .hentry .entry-header .comments-link a:hover,
    .hentry .entry-header .comments-link a:focus,
    .hentry .entry-header .comments-link a:active {
    	background-color: transparent;
    }
    
    .category .page-header { display: none; }
    in reply to: Top fixed menu bar questions #50873
    Sakin
    Keymaster

    @Will: Please post in your site URL so that I can check in.

Viewing 20 posts - 5,161 through 5,180 (of 14,509 total)