Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Ronald de Hommel: Can you post your code in https://gist.github.com/ and send me the link of your code. Then I can check in.
Sakin
Keymaster@Karen Higginson: I have already replied you in http://catchthemes.com/support-forum/topic/remove-menu-bar-3/. Please don’t post same question twice.
Sakin
Keymaster@Jopie:
1. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
body { padding-top: 20px; }2. For menu, can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 961px) { #header-menu { margin: 0 auto; width: 754px; } #header-menu .wrapper { width: 754px; } #header-menu ul.menu a { padding: 0 0.8em; } }Sakin
Keymaster@zorter: Can you send me your site URL? I will check in if there is any default css that is overwriting.
Sakin
Keymaster@suchi: Which plugin did you add in for featured posts widgets? You need to ask in that plugin support forum.
The link in the image is fine but the link in the “more” is conflicting with the page permalink. So, the plugin have to fix this. They need to make the more link to use the link like in the image.
Sakin
Keymaster@Karen Higginson: This is manual process and you can just hide it with the help of Custom CSS specific to that page. So, can you send me the links of the pages for which you want to hide the images.
Sakin
Keymaster@suchi: You can try adding in the following CSS in “Appearance => Theme Option => Custom CSS” box which will make your image widget align horizontally.
#supplementary .widget-area .widget_simpleimage { display: inline-block; float: left; }Sakin
Keymaster@zorter: For sub-menu item color, you can add the following Custom CSS in “Appearance => Theme Options => Custom CSS” box.
#fixed-header-top ul.menu ul { background-color: #fff; } #fixed-header-top ul.menu ul li a { color: #000; }For Slider, you cannot add this slider in your sidebar. For sidebar slider you can search for slider plugin at http://wordpress.org/plugins/.
Thanks for upgrading to pro version. You can find detail instruction of slider on http://catchthemes.com/theme-instructions/catch-evolution-pro/. Now for the slider, first you need to “Select Slider Type” from “Appearance => Theme Options => Featured Slider => Slider Options”.
So, if you choose Featured Page Slider or Featured Post slider, you need to add Page or Post ID from which the slider code will take the featured image of those page and post. Similarly if you choose Featured Category Slider, then it will take the latest posts features image from selected category.
Then if you choose Featured Image Slider then it’s an independent slider where you have to upload individual image, title, content and links as per your need.
Modifying the width of the slide is bit complicated as we need to change the width will the responsive design of various screen-size. So, can you tell me your desire width and I will check in the css.
Sakin
Keymaster@JimFenster: Did you add in the custom css that I gave you.
Sakin
Keymaster@JimFenster: Oh you have used custom three column layout style that is why it is showing issues. Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.one_third #sectionTitle { clear: both; display: block; }Sakin
Keymaster@zorter: For menu background color and text color you can change the color code as per you need and then add the following Custom CSS in “Appearance => Theme Options => Custom CSS” box. For easy and detail color option you can use PRO version.
#fixed-header-top { background-color: #000; } #fixed-header-top ul.menu > li a { color: #dddd; }After you select the three column layout, you need to add widgets in your “Third Column sidebar” from “Appearance => Widgets”.
Sakin
Keymaster@faemont: I see that you have added the following CSS in your custom CSS plugin. Just remove that and it will be fine.
#search-5 { margin-right: 15px !important; }Sakin
Keymaster@vera: Oh you are not supposed to change any core theme files. If you need to edit any core theme files then do it by building child theme.
Not the option will be to replace your functions.php file with http://themes.svn.wordpress.org/catch-evolution/1.3/functions.php . For this, you either need to have FTP access or Hosting Control panel access. Then you can change the code.
Sakin
Keymaster@JimFenster: Please send me your site URL and also let me know which version of explorer your talking about and if you can upload the screenshot and share the URL will be great.
Sakin
Keymaster@BEAUVAIS: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* Disable Page Header */ .page-header { display: none; } /* Disable Post Entry Meta */ .entry-header .entry-meta { display: none; }Sakin
Keymaster@BEAUVAIS: BolonewtRegular font is not a Google font or web font. We can only add GPL Web Font or Google Font in our theme pack. If you have license of this font then you can use Font Embed and add it. You can use online web font generator at http://www.fontsquirrel.com/tools/webfont-generator
Sakin
Keymaster@J14: Thanks for finding our the solutions and sharing it here. Yes, Pro version have lot more featured. See details at http://catchthemes.com/theme-instructions/catch-evolution-pro/
-
AuthorPosts
