Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Leslie: Sorry this option is not there in Catch Box Pro theme. For this you can search for plugin at http://wordpress.org/plugins/
October 2, 2015 at 12:42 am in reply to: Header Height; Font-size of Page title; Font-size of Main Menu #67805Sakin
Keymaster@Schlaufer: Yes, you can add css one after another in “Appearance => Theme Options => Custom CSS” box.
Now, you can add the following css:
@media screen and (min-width: 783px) { #site-logo img { max-height: 61px; } #site-title { font-size: 36px; } #site-description { font-size: 20px; } #header-right .widget ul.menu li { font-size: 21px; } #header-search::before { font-size: 31px; } }Sakin
Keymaster@Mark: Thanks for finding our the css bug, we will fix it in next version. For now, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#breadcrumb-list a, #breadcrumb-list a span { display: inline-block; }Sakin
Keymaster@Deborah: That’s great. Give my regards to him and if his plugin is compatible to our theme then we will be happy to list his theme in recommended plugin. Let him know that. Thanks 🙂
Sakin
Keymaster@relam-montreal: Looks like plugin issue. Can you try disabling plugin one by one and check in.
Sakin
Keymaster@apostolis: We will add that in next version update. For now, you can change the color code as per your need in then following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#featured-content .entry-title a:hover { color: #21759b; }Sakin
Keymaster@Timo: If you want to update it from WordPress Dashboard, then you need to install plugin Catch Updater from http://catchthemes.com/wp-plugins/catch-updater/ from “Plugins => Add New => Uploads”. Then you can upload update theme zip file from “Appearance => Themes => Add New => Uploads”. For more, please follow the theme instructions at http://catchthemes.com/theme-instructions/full-frame-pro/#updating
Deleting theme and adding it again will not remove your settings. It just replaces the files and it’s safe. It’s only issue if you have made changes in any files inside theme folder.
Sakin
Keymaster@Mantu2: Yes, if you have cache plugin installed then you will have cache issue. So, for that after you make any changes, you need to clear your cache.
Sakin
Keymaster@Ralf_St: That’s nice, thanks. That css also hide your text. But if you want independent image slider then only you need to update to pro version. You can see the list of additional features and it’s instructions at http://catchthemes.com/theme-instructions/catch-base-pro/
Sakin
Keymaster@peter: It depends on the plugin how it can be implemented. You can simply disable build in slider and add your plugin slider.
September 30, 2015 at 11:12 pm in reply to: Featured Content Layout Four does not work correctly. #67750Sakin
Keymaster@Munkie: Thanks for your appreciation. We have attributed you in change log page at http://catchthemes.com/changelogs/e-commerce-pro-theme/ and readme.txt file in theme.
Sakin
Keymaster@Pia: You need to check your browser. You can test in http://mattkersley.com/responsive/
Sakin
Keymaster@Ralf_St: Looks like you are using “Featured Page Slider” in Catch Base Free theme. Which uses page title, excerpt and featured image. To hide that text, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#feature-slider .entry-container { display: none; }Featured Image slider option is there only in Pro version. So, try adding above css to hide that text.
Sakin
Keymaster@Vasia: You can hide add comment by adding in the following css in “Appearance => Theme Options => Custom CSS” Box:
.comments-link { display: none; }Tom move date & author to the end, you need to build child theme. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/. Then copy
content.phpand then move the following code:<?php if ( 'post' == get_post_type() ) : ?> <div class="entry-meta"> <?php adventurous_header_meta(); ?> </div><!-- .entry-meta --> <?php endif; ?>Sakin
Keymaster@Paul: You already have css in your site which is controlling your menu font. See this
http://truthequine.com/?sccss=1&ver=4.3.1September 30, 2015 at 4:28 pm in reply to: Featured Content Layout Four does not work correctly. #67727Sakin
Keymaster@Munkie: Sorry, we found issue in theme and have fixed in new version update 1.1. You can download latest version from your account at http://catchthemes.com/my-account and update it using one the the process listed in theme instructions page at http://catchthemes.com/theme-instructions/e-commerce-pro/#updating
Sakin
Keymaster@Mantu2:”
1. It’s not menu issue. I see that you have checked in “Open link in new window/tab”. See this screenshot https://www.pinterest.com/pin/548594798337320151/. So, go to “Appearance => Menus” and edit your menu elements2. No, there will not be log. If you have enable log in server then it will have. So, capture the error when you get it.
3. You can add the following css:
.nav-primary li> a:after { color: #ccc; content: ' â–ľ'; } .nav-secondary li> a:after { color: #444; content: ' â–ľ'; } .nav-primary li> a:only-child:after, .nav-secondary li> a:only-child:after { content: ''; }Sakin
Keymaster@photoframd: Sorry there is no option for archives. For archives, it will load default header image. So, for this you need to build child theme and edit the
Did you check in “Featured Header Image Position” in “Appearance => Customize => Header Image”. I hope this will fix your image position issue. If not then, post in your site URL and let me know where you are trying to do it.
Sakin
Keymaster@Sergey: Have you made any changes? If you go to our demo page, it’s working fine http://catchthemes.com/demo/adventurous/dsafds
Also all text in 404 is translation ready. You can check 404.php file where each text is translate ready using text domain adventurous.
-
AuthorPosts
