Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Andalucia Life SC: You can choose Optional sidebar one, two and three for your pages/posts. But you cannot choose it for Category. For category, you can use Archive Sidebar. To choose sidebar in your post/page. You need to edit your page/post and then select sidebar from “Catch Evolution Options” box below your editor. It should be like this https://www.pinterest.com/pin/548594798329982875/
If you want detail widgets control then you can try “Jetpack” plugin, Widget Visibility module.
Sakin
Keymaster@Bastet68: It shouldn’t be like that in both Free and Pro version. If you have saved the IDs in the Post Slider then these ID should be there. But make sure there are no other user changing your options. If you want me to look at your settings in your site then let me know it and then I will email you personally.
Sakin
Keymaster@Sabina: It should be as below. Just add it in “Appearance => Theme Options => Custom CSS” box:
.widget-area .widget a:hover { color: #f37137; }Sakin
Keymaster@RemoteTech: Did you try adding your menu in “Fixed Header Top Menu”. This will be fixed menu at the top. You can create custom menu from “Appearance => Menus” and then assign your custom menu to Fixed Header Top Menu from “Appearance => Menus => Manage Locations”
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”.
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; }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.Sakin
Keymaster@Ellen: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box
.widget:after { content: none; }Sakin
Keymaster@Eduardo: You can add in the following css in “Appearance => Theme Options => Custom CSS” box:
.single-post footer.entry-meta { display: none; }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/
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.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.
Sakin
Keymaster@Kimmo: I have just email you. Can you reply me there.
-
AuthorPosts
