Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@skimchi: you are not supposed to edit any core theme files. If you want to edit those then you need to build child theme and do it. For child theme check out http://catchthemes.com/blog/create-child-theme-wordpress/
About restoring Simple Catch Free theme. Just activate any other theme and then delete your existing Simple Catch Free theme and re-install it. Or you can use FTP access and then restore files by downloading it from http://catchthemes.com/themes/simple-catch/
Sakin
Keymaster@saremcdee: Sorry that option will not be there in Pro version.
But you can do these type of things in your Widget Areas from “Appearance => Widgets”.
You can use Widget in Footer and then activate “Widget Visibility” module from JetPack plugin and then set widget for specific pages.December 3, 2014 at 8:48 pm in reply to: How to change '—>' to a 'dot' when using bullets on a page/post #48423Sakin
Keymaster@nac2311: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.hentry ul { list-style: outside none square; }Sakin
Keymaster@paulinepkehoe: You can disable the header Right Sidebar which will remove search. Just go to “Appearance => Theme Options => Header Right Sidebar Options”, check “Disable Header Right Sidebar” and save changes.
Sakin
Keymaster@saremcdee: Thanks and now problem solved 🙂
Sakin
Keymaster@saremcdee: I check in your site and see that you have added in the following css in your Custom CSS box:
#masthead.fixed-header #site-logo img { max-height: 100px; }You can replace that CSS with the following CSS:
#site-logo img, #masthead.fixed-header #site-logo img { max-height: 100px; }Sakin
KeymasterTo remove hyphenation, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.site-content article { -webkit-hyphens: manual; -moz-hyphens: manual; hyphens: manual; }Sakin
Keymaster@alemoy: For detail color options, you can upgrade to Catch Kathmandu Pro theme and then you can change it yourself from “Appearance => Theme Options => Color Options”.
For free version, you need to do it manually.
1. To delete the border around sidebar widget, then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#secondary .widget { border: none; box-shadow: none; }2. To change the footer background color, you need to edit the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#site-generator { background-color: #1b5f7d; }3. For menu, I need more details. So, can you send me your site URL and let me know the detail color code for it and for spaces too.
Sakin
KeymasterHi Sylvain,
You don’t need custom css to change the title color in Catch Everest Pro theme. You can do that from “Appearance => Theme Options => Color Options => Title Colors”
Regards,
SakinSakin
Keymaster@saremcdee: Thanks for posting your issue in our official support forum.
I just check in our server and edited the page. It’s working fine. I just tested all sidebar layout, header featured image options, content featured image options. So, suspect if there is any plugin conflict. Can you try disabling plugin one by one and check in.
I will contact you personally through email. Please response me there if this doesn’t fix it.
Sorry for the trouble.
Sakin
Keymaster@jennifer: I check in your site and but couldn’t find the spaces as your have shown in screenshot. Can you tell me from which browser and device that you are seeing this issue.
Sakin
Keymaster@lohanc:
1. Sorry I don’t recommend changing the font size of the post and pages as it’s responsive design and the font sizes changes as per the devices you use. But if you want to edit it then you can edit the size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
.site-content article { font-size: 16px; }2. Sorry I don’t have any recommendation plugin. But I see popular plugins likes “Advanced WP Columns and WP Easy Columns”
Sakin
KeymasterHello Mark,
Sorry our theme don’t have anything to do with Google Cache. So, you might want to consider using WordPress SEO by Yoast Plugin then correct your links and also create your sitemap with it. Then you can use Google Webmaster Tools to inform google about it.
Sorry not in our scope.
Regards,
SakiDecember 2, 2014 at 10:15 am in reply to: take the slider from catch-kathmandu-pro and put it in the adventurous-pro theme #48370Sakin
Keymaster@Tim: The slide in Catch Kathmandu Pro and Adventurous Pro uses same script. The design changes as per the theme. So, this is unique. I don’t understand why you can to swap. There is no easy way to do that.
I hope you check in Featured Image Slider http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/ , Featured Post Slider http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/ and theme instructions http://catchthemes.com/theme-instructions/adventurous-pro/
Can you explain in detail please.
Sakin
Keymaster@Kim: Since you have remove the border in the widget image. You can also remove the padding and margin in the widget image to make the space even. So, can you find the following css in your Custom CSS box:
.widget_image img { border: none; }
Then replace it with the following css:.widget_image img { border: none; margin: 0; padding: 0; }Sakin
Keymaster@alemoy: Removing all will not look good. I think you can try the following css:
#site-logo { padding-top: 15px; } #hgroup-wrap { padding-bottom: 0; }Sakin
Keymaster@fmck718: That is for all the post and pages. But if you want to remove only on that post then you can add the following css instead.
.postid-917 .entry-content img { box-shadow: none; }Sakin
Keymaster@adamsh: Check this http://polylang.wordpress.com/documentation/setting-up-a-wordpress-multilingual-site-with-polylang/strings-translation/ . They also support WPML string translation which is supported only in pro version of our theme.
Sakin
Keymaster@saremcdee: Multi-language is always complicated as it’s done through plugin. We don’t have much control on it. SO, we have started to support only on Pro version with the help from WPML plugin team.
-
AuthorPosts
