Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@paulbass: Please post in your site URL. Fist you need to create menu from “Appearance => Menus”, add in page, category, links as per your need and save it. After that you need to assign that menu to menu location from “Appearance => Menus => Manage Locations”.
Did you check in blog post “https://catchthemes.com/blog/custom-menus-wordpress-themes/”
Sakin
Keymaster@igudger: Css depends on the site and theme used. You can replace that css with the following css:
#site-logo, #hgroup.with-logo { display: inline-block; float: left; } #hgroup.with-logo { clear: none; padding-left: 20px; }Sakin
Keymastertry using
.nav-primary .menu-item-1502 a { }Sakin
KeymasterIt’s 1200px width for Promotion headline.
Sakin
Keymaster@alphaxyz:
1. For background in slider content with 50% opacity, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#feature-slider .entry-container { background-color: rgba(0, 0, 0, .5); }2. To change promotion headline background color, you can change the color code in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#promotion-message { background-color: #eee; }but if you want to add background image then it will be as:
#promotion-message { background-image: "your image url"; }Sakin
Keymaster@impressionsfromheaven:
1. Image size/resolution depends on the area where you are uploading image. The recommended size in mention in theme instructions page at https://catchthemes.com/theme-instructions/simple-catch-pro/#imagesizes2. Sorry, there is no option to change the image size format. But you can change featured image type to “Featured Image Slider” and then upload image of your choice. See this for featured image slider https://catchthemes.com/theme-instructions/simple-catch-pro/#enable-featured-image-slider
3. Italic is not option in Font options. Font option is only for changing font family. You can post in which element you want to change to italic with your site URL then we can give you custom css.
Sakin
Keymaster@impressionsfromheaven: I have already answer you in there https://catchthemes.com/support-forum/topic/cannot-install-simple-catch-pro-version-3-3/page/2/#post-91674
Please don’t post same question in two places. Thanks.
Sakin
Keymaster@impressionsfromheaven: Which browser are you using it? Check your browser to see is it’s has auto zip extractor. If so then you can simply try using different browser or disable auto zip extractor in your browser. For example, if you want to disable auto zip extractor in Safari then try this https://discussions.apple.com/thread/1483114?start=0.
Another option is that, you can right click on the link and click on “Save Link As…” to dowload the zip file without auto extractor. See this screenshot https://www.pinterest.com/pin/548594798333093154/
May 12, 2016 at 11:00 am in reply to: How do I get my theme to a staging area without activating yet? #91526Sakin
Keymaster@nels-chellen: There is no staging option in BlueHost. There is staging option only there in hosting like WPEngine.com or Siteground.com
For more, check out instructions at http://www.wpbeginner.com/wp-tutorials/how-to-create-staging-environment-for-a-wordpress-site/
Sakin
Keymaster@klausm:
1. For content padding. Just replace.home #main { padding-top: 10px; }with.site #main { padding-top: 10px; }2. To hide page tile, you can add the following css:
.page .entry-header { display: none; }Sakin
Keymaster@klausm: are you trying to create the line height of the text or spacing after each paragraph that is margin bottom.
1. For margin bottom, just decrease the margin-bottom form 40px to what ever you want in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (min-width: 768px) { p { margin-bottom: 40px; } }2. If it’s line height, then you need to decrease 1.8 to your desire unit and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
body, button, input, select, textarea { line-height: 1.8; }Sakin
Keymaster@nican: Yes, it’s supported only in Pro version or you need to build child theme (https://catchthemes.com/blog/create-child-theme-wordpress/) and add the following code in your child theme functions.php file
if ( ! function_exists( 'adventurous_qtranslate_invalidcache' ) ) : /** * Template for Clearing qtranslate Invalid Cache * * To override this in a child theme * simply create your own adventurous_qtranslate_invalidcache(), and that function will be used instead. * * @since Adventurous 1.0 */ function adventurous_qtranslate_invalidcache( $menu_item ) { delete_transient( 'adventurous_post_sliders' ); delete_transient( 'adventurous_page_sliders' ); delete_transient( 'adventurous_category_sliders' ); delete_transient( 'adventurous_image_sliders' ); delete_transient( 'adventurous_homepage_headline' ); delete_transient( 'adventurous_homepage_featured_content' ); delete_transient( 'adventurous_footer_content' ); delete_transient( 'adventurous_footercode' ); delete_transient( 'adventurous_featured_image' ); } // adventurous_qtranslate_invalidcache endif; add_action( 'after_setup_theme', 'adventurous_qtranslate_invalidcache' );About the search, it should be automatically translated with your language files. Don’t change in theme options.
Sakin
Keymaster@klausm: Can you post in your site URL and then I can check in why it’s not working for you.
Sakin
Keymaster@klausm: Sorry I don’t get it what are you trying to do it. Can you explain in reference with your site URL?
Sakin
Keymaster@mbburton21: Can you post in your site URL? So, that I can test it.
-
AuthorPosts
