Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@ashrafashraf: This type of access control cannot be done through theme. You need to install plugin for that. Plugin like membership, access control, groups can give you this type of solution. Try searching for plugins.
By default WordPress just allows you to create Password Protected pages or private pages.
Sakin
Keymaster@Micha: Sorry that option in only available in Catch Everest Pro version where you can simply change from “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options => Featured Content Layout”.
Sakin
Keymaster@Mark Argentino: When I check in your site in my iPhone, it is showing fine. I see the menu showing black background with white text and in menu options it is showing default select box with black text. If you want you can play with color in your “Appearance => Theme Options => Custom CSS” box.
/* For Menu */ .tinynav { color: #fff; } /* For Menu Options color */ .tinynav option { color: #000; }Sakin
Keymaster@v4media: Where do you want to show the categories. In Simple Catch Theme, there is no option to show category in homepage under the posts. For this you need to build child theme and work on the functions.
Sakin
Keymaster@mpetric: Just go to “Appearance => Theme Options => Font Size Options” and in “Site Tagline Line Height” change to 40 and save changes.
Sakin
Keymaster@chris: If you like Catch Box Format then please use Catch Box. As this theme is differently designed. There will be lot of css that need to change to make it similar to Catch Box. So, either you need to use Catch Box Pro theme or you need to use hire a customizer http://catchthemes.com/hire-customizer/ to build child theme and edit the design.
Sakin
Keymaster@ashrafashraf: You can check our theme instruction page at http://catchthemes.com/theme-instructions/catch-box-pro where it shows you two ways that you can update the theme. 1. through WordPress admin panel and 2. through FTP.
Sakin
Keymaster@jennyebermann: It should be working fine as I just check in feed for Catch Everest Pro theme and it’s working fine. Can you send me your site URL so that I can check in the error.
Sakin
Keymaster@Ronald de Hommel: I also don’t know about it as I haven’t worked in this plugin. Next step, can you build child theme
Then copy the functionfunction catcheverest_homepage_headline()and remove//from//delete_transient( 'catcheverest_homepage_headline' );
Then copy the functionfunction catcheverest_homepage_featured_content()and remove//from//delete_transient( 'catcheverest_homepage_featured_content' );and check in. As these code remove the cache of your dynamic content.Sakin
Keymaster@Ronald de Hommel: I am not sure about polylang plugin. Can you ask in their support forum. Our user had similar problem in qTranslate plugin. See this
http://catchthemes.com/support-forum/topic/qtranslate-plugin-in-catch-everest-pro/
http://catchthemes.com/support-forum/topic/qtranslate-and-featured-slider/Sakin
Keymaster@EirikurVa: We are also using W3 Total Cache in http://catchthemes.com/demo/catchbox-pro/ and it is working fine in Chrome and in Firefox. Can you send me your site URL.
Sakin
Keymaster@klhaight: It is showing in my ipad and iphone. Can you refresh your browser and check in.
Sakin
Keymaster@thinkentnet: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#author-info { display: none; }Sakin
Keymaster@thinkentnet: Can you show me the URL and then I will send your the css to disable it.
Sakin
Keymaster@bzesktpe: Check out the theme instruction page http://catchthemes.com/theme-instructions/catch-evolution-pro/. Go to “Appearance => Theme Options => Header Options => Logo URL”. Then Paste URL or upload the image through “Change Header Logo” button.
Sakin
Keymaster@bzesktpe: Your logo image have lot of white space above and below. See your logo image http://lavarvision.com/wp-content/uploads/2014/01/Untitled6.png . Edit the logo image and it will be fine.
January 17, 2014 at 9:27 am in reply to: nav widget not working in footer; two ghosted backgrounds on slider #19396Sakin
Keymaster@marcella: Catch Everest theme doesn’t have another menu at the footer.
To remove the spaces blow in your pages, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.page .site-content article { margin-bottom: 0; padding-bottom: 0; }Sakin
Keymaster@natoulie: Updating plugin and WordPress core is completely fine and nothing to do with the content. Also updating theme is fine if you have customize the theme in right way. This means, if you have customize the theme using Theme Options, Custom CSS and Settings then updating theme will not change anything. But if you have customized and core theme files such as style.css, functions.php, index.php and so on. Then updating the theme will revert these files into original core theme files and you will loose your edits. So, if you want to edit functions and files then you need to build child theme and edit it.
So, when I look at your site. I don’t think you have edited any core theme file. In this case you can just update it. Sorry we don’t have videos, you can search in Youtube.com there are lots.
Sakin
Keymaster@panselli: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header .social-search form.searchform { display: none; } -
AuthorPosts
