Forum Replies Created
-
AuthorPosts
-
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/
Sakin
Keymaster@delbot: But sorry in this case, I cannot be much help. You need to contact that designer and tell them to attribute it. Maybe share URL so that I can check in.
Sakin
Keymaster@Christopher: Thanks for your appreciation.
Sakin
Keymaster@EricT: Easy one click comment disable option is there only in pro version. You will also get lot of additional features in pro version. You can check out at theme instructions page at http://catchthemes.com/theme-instructions/catch-adaptive-pro/
In free theme, you can disable it using WordPress own features. If you want to disable it in page/post then you can edit that particular page/post and then remove it from Discussion box, see this screenshot https://www.pinterest.com/pin/548594798329843253/ . You can also bulk edit posts/page like this https://www.pinterest.com/pin/548594798333128024/
Sakin
Keymaster@Shawn: You can edit footer information in Catch Responsive Pro theme from Footer Editor. For that, just go to “Appearance => Customize => Theme Options => Footer Editor Options”. Then edit it as per your need. That box takes, HTML codes. So, you can add HTML links as well.
For Footer links, you also have option to add in Custom menu in “Footer Location”. For this, you just need to create custom menus from “Appearance => Menus” and then add to footer location from “Appearance => Menus => Manage Locations”
Sakin
Keymaster@Amanda: Hum, we don’t have recommendation as there are lot of plugins. I did a quick search and see that for email subscription you can use Jetpack plugin “Subscription” module, check this http://jetpack.me/support/subscriptions/
But if you want to create newsletter subscription then you can use Mailchip https://wordpress.org/plugins/mailchimp-forms-by-mailmunch/ or Constant Contact https://wordpress.org/plugins/constant-contact-forms-by-mailmunch/
Sakin
Keymaster@Amanda: You might want to check this support at https://wordpress.org/support/topic/how-to-import-from-blogger-to-wordpress and tutorial at http://www.wpbeginner.com/wp-tutorials/how-to-switch-from-blogger-to-wordpress-without-losing-google-rankings/
Sakin
Keymaster@tawcan: For Gridalicious theme, the excerpt layout will not show entry meta, but if you want to show it then you can just add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#main .entry-header .entry-meta { display: block; }Sakin
Keymaster@tawcan: Same question posted in http://catchthemes.com/support-forum/topic/showing-number-of-comments-on-front-page/
Sakin
Keymaster@wakeforce: But to make changes in header.php file, you need to create child theme and then copy header.php file in your child theme and edit it. Otherwise, your edit will be reverted back when you update the theme. For child theme, check out http://catchthemes.com/blog/create-child-theme-wordpress/
Sakin
Keymaster@delbot: Sorry I don’t get it what you mean. Catch Everest Pro is designed by us (Catch Themes). What type of license are you looking for, please let me know it.
Sakin
Keymaster@Nikita Devereaux: Thanks for your appreciation. I just check in your site and found that the position of your sidebar in the code level if different then in our theme. We have call sidebar after “Primary” div but in your site is has been called earlier at the top before header. That is why it is creating issue like this. Please revert back your changes made. Check you index.php, single.php, page.php and then check for
<?php get_sidebar(); ?>it should be just above<?php get_footer(); ?>. See for example, https://themes.svn.wordpress.org/chicago/1.0/index.php -
AuthorPosts
