Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterYou can color option in pro version you will have color options in your theme options panel to change it.
To align left secondary menu, you can just add the following css in “Appearance => Theme Options => Custom CSS” box.
#secondary-menu ul.menu li { float: left; }Sakin
Keymaster@Kim: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-content, .entry-summary { text-align: justify; }Sakin
Keymaster@Whitney: It depends on the sections where you are uploading images. See the theme instructions page for image sizes http://catchthemes.com/theme-instructions/adventurous-pro/
October 24, 2014 at 11:27 am in reply to: Custom CCS to change margin in widget – one section only #46246Sakin
Keymaster@Nancy: Try the following css:
.widget.widget_image { padding: 0; text-align: center; } .widget_image img { border: none; display: block; margin: 0 auto; padding: 0; }Sakin
Keymaster@David: Sorry we cannot recommend the plugin. You can search for plugins at http://wordpress.org/plugin and also did you check out Jetpack plugin “carousel” module http://jetpack.me/support/carousel/
Sakin
Keymaster@matteo: Are you trying to center the title of the pages. If yes, then you can dd the following css in “Appearance => Theme Options => Custom CSS” box.
.page .entry-title { text-align: center; }Sakin
Keymaster@bwilbur: I check in your site from PC and Mac both looks fine. But yes, there is no menu in iPhone which looks like there is conflict between the theme and the plugins you have installed. So, can you try disabling plugin one by one and check in.
From which browser and version you are checking your site from Window Based desktop.
Sakin
Keymaster@Habib:
1. For the font size and padding in the menu, you can adjust the font and padding in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.#header-menu ul.menu a { font-size: 15px; padding: 0 20px; }2. Yes, you are using free version. If you are satisfied with free version then you don’t need to upgrade to pro version. Pro version is the advance version of free version. You can check out the additional features highlight at http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@bwilbur: Sorry I don’t get it what you mean. Can you explain more in reference with your site URL. So, that I can check in your site and suggest you the solutions.
October 23, 2014 at 11:26 pm in reply to: Adjust the amount of header space on posts without a title #46206Sakin
Keymaster@KitSinclair: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
.blog .entry-header { display: none; } .blog ..site-content .hentry { margin-bottom: 20px; padding-bottom: 20px; }Sakin
Keymaster@alk: The first error is from your script. Also to let you know that HTML5 is still in experimental phase and none of the site build in HTML5 will be validated fully. I check in your site and don’t see any issue with that.
Sakin
Keymaster@Kim: Please don’t post same question in two places. This creates confusion and also might land as spam topic by machine. I have already replied you in http://catchthemes.com/support-forum/topic/featured-image-resize/
Sakin
Keymaster@maria: Please post in your site URL so that I can see what is the sizes that you have added in Featured Slider.
As per the instruction in http://catchthemes.com/theme-instructions/catch-everest-pro/, it says that if you use Featured Post Slider or Page Slider or Category slider then it will take featured image size of Width: 1140px and Height: 450px. But if you have featured image less then this then it will load the original image that you have upload. But if you use Featured Image Slider, then you need to upload the image of your own choice. In this case make sure you change the size of the image before uploading it.
Sakin
Keymaster@maria: To change the background color and text color in the featured slider, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
#main-slider .entry-title span, #main-slider .entry-title span:hover { background: none #000; color: #fff; }Sakin
Keymaster@maria: In Catch Everest Pro theme, you can remove the social media icons from header. You can do that either by disabling Header Right Sidebar from “Appearance => Theme Options => Header Right Sidebar Options” or you can add different widget in Header Right Sidebar that will replace the social icons from “Appearance => Widgets”
Then you can add the social widget in “Main Sidebar” or “Footer Areas” from “Appearance => Widgets”.
Sakin
Keymaster@j17dascoli: If you want to set widgets to specific page then you can install “Jetpack” plugin “Widget Visibility” module, which allowed you to control the widgets.
Creating page template requires knowledge of WordPress functions and child theme.
There is no XML file associated with the live demo.
-
AuthorPosts
