Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Klaas:
1. In Free version there is no option to remove Content Featured Image. If you add in Featured image, it will show in both places. But if you upgrade to Pro version then you will be able to disable it from “Appearance => Theme Options => Content Featured Image Options”2. http://www.exercisestrong.com/ is your homepage. But why did you add another page as Home with url http://www.exercisestrong.com/homepage/. This is in your menu. So, just edit that menu from “Appearance => Menus” and remove that conflicting home and add original home page. See this screenshot https://www.pinterest.com/pin/548594798331207092/ which shows how to add home in your custom menu.
3. You can adjust the margin and padding bottom in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
.blog #content .hentry { margin-bottom: 50px; padding-bottom: 50px; }4. You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.blog #content .featured-image { margin-top: 10px; }Sakin
Keymaster@Jules: I just check in your site and see that you are using “Jetpack” plugin “Mobile” module. So, can you go to Jetpack settings and disable Mobile module and it will work fine. This theme is already compatible with mobile through responsive design.
Sakin
Keymaster@kangrob: When I check in you site, mobile menu touch is working fine. Make sure that you are not doing force touch which will just highlight it. So just do like quick touch.
You can adjust the background color and font size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
.site .genericon.genericon-menu { background-color: #fff; font-size: 30px; height: 30px; width: 30px; }Sakin
Keymaster@Florence: To show textbox only in selected image and then to show simple image without link, you need to upgrade to Pro version. Where you will get option to user “Featured Image Slider” instead of “Featured Post Slider”. When you select Featured Image Slider, you can upload image as per your need. Adding link and text is optional.
For font size, you can adjust the font size in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
/* Slider Content Font Size */ #main-slider .entry-container { font-size: 16px; } /* Slider Content Title Font Size */ #main-slider .entry-container .entry-title { font-size: 26px; }Sakin
Keymaster@knudkp: For this, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.type-post .entry-title { display: none; }Sakin
Keymaster@Shawn: This theme has option to set either Static Front page or latest post. So, if you don’t like Blog portion, then you can just go to “Appearance => Customize => Static Front Page”, check “A static page” and select the page for front page. I recommend to you to add your site title and description.
After that, you can hide that page from front page by adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.home .site-content { display: none; }Sakin
Keymaster@stepawayfromthecarbs: It should work fine. Did you refresh your browser and check in. It should work like this http://catchthemes.com/demo/simplecatch/page-with-sidebar/. I hope you haven’t change css.
Sakin
Keymaster@ginabrasseur: Yes, the issue is from your menu widget. For header right sidebar, we don’t have option to add menu from widget. If you want to show custom menu in header right sidebar, then you need to add it from “Appearance => Menus => Manage Locations” and assign your custom menu to “Header Right Menu”
After that you can just add your text widget to your header right sidebar. Then to make your text widget to show on right, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#header-right .widget_text { float: right; }Sakin
Keymaster@Franziska: It’s because you have WordPress SEO by Yoast plugin but haven’t enable “Breadcrumbs” from that plugin. We will fix this issue in next version update.
Sakin
Keymaster@mrichwncc: Yes, we only recommend using W3 Total cache or WP Rocket Cache plugin.
Sakin
Keymaster@Klaas: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.widget.widget_recent_entries ul li { margin-bottom: 10px; }Sakin
Keymaster@mrichwncc: If everything works in Administration mode and don’t work after you logout. This means you have Cache for user who is not logged in. For, that go to your “WP Fastest Cache” plugin and clear your cache.
Sakin
Keymaster@Michaela: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#featured-post, .entry-content td { border: none; }Sakin
Keymaster@jodiek: For pro theme, if you want to update from WordPress Dashboard then you need to install Catch Updater plugin. If you don’t have then you can download catch updater zip from http://catchthemes.com/wp-plugins/catch-updater/ and then install it from “Plugins => Add New => Uploads”. Then you can
After you activate Catch Updater plugin, you can download latest Catch Responsive Pro zip file from your account at http://catchthemes.com/my-account/ and install it from “Appearance => Themes => Add New => Uploads”
Sakin
Keymaster@Anne: Yes, first you need to go to “Appearance => Theme Options => Social links” and add in your social profile links then go to “Appearance => Widgets” and add in “Social Widget” to your sidebar where you want to display.
Sakin
Keymaster@mrichwncc: You are not supposed to edit any core files inside theme folder ‘catch-box’. All you edit will be reverted back to original when you update the theme. That is why for any css change, we recommend you to add either in “Appearance => Theme Options => Custom CSS” box or build child theme and add it in your child theme style.css. For more about child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/
We haven’t change much in Catch Box theme which could effect your design. So, you need to change the way you code. Thanks. For change log please refer to http://catchthemes.com/changelogs/catch-box-theme/
-
AuthorPosts
