Forum Replies Created
-
AuthorPosts
-
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.
Sakin
Keymaster@Pia: Did you clear your browser cache and check in. Refresh your browser and check in our check from other browser. I can see external link Icon in your site http://bonitatissue.com/
Sakin
Keymaster@mira_loo: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.entry-meta { display: none; }Sakin
Keymaster@mira_loo: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.entry-footer { display: none; }September 30, 2015 at 12:24 am in reply to: Featured Content Layout Four does not work correctly. #67694Sakin
Keymaster@Munkie: After you have that number to 4 and save it. You need to need to close the customizer and re-open it or refresh it.
Sakin
Keymaster@photoframd: For that you need to have static front page in Homepage. Go to “Settings => Readings” and then add static front page. Then in this page, you add in “Featured Image”. After that go to “Appearance => Customize => Header Image” and in “Enable Featured Header Image on”, you need to select “Entire Site, Page/Post Featured Image”. This way, it will load default image in entire site which doesn’t have Featured Image. But it will replace header image with featured image on those page which has one.
Sakin
Keymaster@viaticusgroup: It’s same issue, I have already replied you there in
http://catchthemes.com/support-forum/topic/home-page-features-missing-on-mobile/You need to disable “Mobile” module from Jetpack plugin. Not the responsive design from theme options.
Sakin
Keymaster@viaticusgroup: I see that you are using JetPack plugin. So, just go to “JetPack” settings and deactivate “Mobile” module.
Sakin
Keymaster@Paul: This site is not using our theme. So, you need to ask in that theme author support forum. Here, we only support theme by Catch Themes.
Sakin
Keymaster@Mantu2:
1. Can you post in your site URL so that I can check in your secondary menu.
2. What is the type of error. Can you send me screenshot or the error message.
3. Not sure about this, I need to look at it.Sakin
Keymaster@peterdroginformation-nu: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.nav-secondary .catchbase-nav-menu .sub-menu a { color: #fff; }Sakin
Keymaster@Svenni: You can try adding following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (max-width: 990px) { #masthead { position: relative; } #mobile-header-left-menu { position: relative; z-index: 2; } #masthead .sidebar-header-right { position: absolute; right: 0; top: 0; z-index: 1; } }Sakin
Keymaster@photoframd: nice… You can change the color code in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#breadcrumb-list { background-color: #ddd; }Sakin
Keymaster@jmb-travel: Not sure about the timeline. Yes, we are always evolving to add in new features so will be adding it soon. Many user don’t want it. Also none of the default WordPress theme has added in scheme. So, the best option is to add scheme by using WordPress plugin. Try searching for plugin at http://wordpress.org/plugins/
-
AuthorPosts
