Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Orlando: Ok or UberMenu, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (max-width: 990px) { .mobile-menu-anchor { display: none; } .nav-primary { display: block; } }Sakin
Keymaster@Crusoe: Please post in your site URL so that I can check in what’s happening. If you are using Page/Post/Category slider. Then after you change the theme, you need to regenerate the thumbnail using Regenerate Thumbnail plugin https://wordpress.org/plugins/regenerate-thumbnails
Sakin
Keymaster@HallMarc: Thanks. Yes, we are having hard time in Nepal. But we are working hard.
That’s great that you found css. Can you post in what you did so that it will be helpful for others.
Sakin
Keymaster@Cedric: That’s nice, you can solve the issue and also pointed out the solution. This will be very useful for all the Chinese users.
Sakin
Keymaster@oliviernouhi: Sorry, we only support theme developed by us. You can check our themes at http://catchthemes.com/themes/
Sakin
Keymaster@marcodimi: That skype and social links will be displayed by using “CT: Social Icons” widget to your sidebar from “Appearance => Widgets”
Sakin
Keymaster@Phil: To hide the tags then you need to post the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.entry-footer .tags-links { display: none; }But if you want to hide both tags and category then it will be as below:
.entry-footer { display: none; }Sakin
Keymaster@roderick: Update process is mentioned in Theme Instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/#updating
Sakin
Keymaster@easychoice: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.sidebar-header-right { display: none; }Sakin
Keymaster@Mary Beth: I check in your site and also click on link and it’s working fine. Can you check your site. Also 400 Bad Requests error is not the theme issue, it’s your server issue and if you get error like this then you need to post in your website server support.
Sakin
Keymaster@j17dascoli: That the cache of Facebook. You can check your new open graph data from https://developers.facebook.com/tools/debug . Add in your site URL and click on “Debug”, after that click on “Fetch new scrape information” and check in. This will show the exact data that facebook will take when they refresh the cache.
Sakin
Keymaster@curlyrenee: You can change the max-height in the following css and then add it in “Appearance => Theme Options => Custom CSS” box. Width is auto and depends on the height of your logo.
#site-logo img { max-height: 41px; }Sakin
Keymaster@Daphne: If you want to make transparent for overall site then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.site-content { background-color: transparent; }But if you want to do that only in specific page, then first you need to note down that page ID. To find the page ID you can use our plugin http://wordpress.org/plugins/catch-ids/ and the use the css like below, where 7 is the page ID, you can change the 7 to your own page ID.
.page-id-7 .site-content { background-color: transparent; }Sakin
Keymaster@Yuna: Yes, thanks for your appreciation. You can post your 5 stars review at https://wordpress.org/support/view/theme-reviews/adventurous?rate=5#postform
Sakin
Keymaster@Brice: Strange, it’s working fine when I check in our server. Can you post in your site URL?
Ok try the following:
1. For Promotion Headline
— Go to “Appearance => Theme Options => Promotion Headline Options”
— Then try changing value in “Enable Promotion Headline on” and check in2. For Feature Content:
— Go to “Appearance => Theme Options => Featured Content => Featured Content Options”
— Then try changing value in “Enable Content” and check inIf this doesn’t work then let me know it. I will email you.
Sakin
Keymaster@helpme: Those are link, if you want to change the link color, then you can add the following css:
a { color: #ddcdad; }To change the description from below to above, you need to build child theme, for child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then copy
archive.phpfile to your child theme and move the following code below h1<?php // Show an optional term description. $term_description = term_description(); if ( ! empty( $term_description ) ) : printf( '<div class="taxonomy-description">%s</div>', $term_description ); endif; ?>Sakin
Keymaster@alphaxyz: Sorry it cannot be done that easy as there is no option to add in, we need to first add option in theme customizer then again we need to code that. Sorry, I will not be able to give support at this level.
Sakin
Keymaster@Josef: We will be adding this in new version update. Plugin compatible comes up after users finds problem. Thanks 🙂
Sakin
Keymaster@Yuna: Oh! I didn’t knew that you are developer. Cool, great work 🙂
-
AuthorPosts
