Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@masterchess: Celestial is using image size of 1920x540px in your demo and we are using 1600x650px in our demo. so, if you are viewing site from 1920 resolution then there will be spaces beyond 1600 and the image will be centered.
You can also check our new themes demo, which are build for 1920px resolutions. Like:
Lucida Pro: https://catchthemes.com/demo/lucida/
Parallax Frame Pro: https://catchthemes.com/demo/parallax-frame/
Nepal Buzz Pro: https://catchthemes.com/demo/nepalbuzz/So, if you want to get it solved in Catch Flames Pro
1. one option it to use “Featured Image Slider”, where you can upload image of your own choice. So, you can upload image of width 1920px then there will be no space.
2. another options, if to make image stretch by adding additional css in “Appearance=> Customize=> Additional CSS box”:
#main-slider img { width: 100%; }Sakin
KeymasterBut if you are trying to manage the height of your header without the spaces, then you can use CSS hack and replace that css with the following css:
#masthead .wrapper { height: 1%; overflow: hidden; }Sakin
KeymasterThe main problem I see in your site in the child theme
style.csswhich is conflicting with our main css. For example, the following css in your child themestyle.cssshould be removed.#masthead .wrapper { height: 150px; }Sakin
Keymaster@alexander4345: Sorry, we don’t support that theme. We only support theme developed by us https://catchthemes.com/themes/category/premium/
Sakin
Keymaster@mog-fidel: I don’t see that you are using our theme. Sorry, this support forum is only for the theme developed by us.
Sakin
Keymaster@daveirwin: Please use proper support forum. This is for Catch Everest Theme. For Catch Responsive Pro theme, you can post it in https://catchthemes.com/support-forum/forum/catch-responsive-pro-premium/
You can check out our theme instructions for Featured Slider in Catch Responsive Pro theme at https://catchthemes.com/theme-instructions/catch-responsive-pro/#featured-slider and also check out screencast at https://www.youtube.com/user/catchthemes
Sakin
Keymaster@theseven: You can hire the date in Adventurous theme, you can add the following css in “Appearance => Customize => Additional CSS” box:
.entry-meta .on-date { display: none; }Sakin
KeymasterHi Mark,
Thanks for the detail email and was able to solve the issue. The issue was old version of PHP 5.4.16 that your sever was using. So, I update to 7 and it’s working fine. PHP 7 is best version and also it’s fast.
Regards,
SakinSakin
Keymaster@theonereece: Sorry, we only support theme developed by us that is Catch Themes as we will not know the code from other theme authors. So, I recommend to you post in theme author support forum.
Sakin
Keymaster@blizzard-watsongmail-com: Tagline doesn’t support html codes. It’s default from WordPress core.
Sakin
Keymaster@myriam: You have posted you question in wrong forum. This is Catch Evolution theme forum and for Catch Responsive Pro theme, you need to post in https://catchthemes.com/support-forum/forum/catch-responsive-pro-premium/
Sorry, sticky menu option is not there in Catch Responsive Pro theme but you have install plugin for that. Just install and activate plugin
Sticky Menu (or Anything!) on Scrolland then go to “Settings => Sticky Menu (or Anything!)” and in “Basic Settings” tab, type in.nav-primaryin Sticky Element and then in “Advanced Settings” tab, type in199in Z-index: (optional). Finally, Save Settings and you are all good to go.Sakin
Keymaster@bigstes: Sorry, but you are not using our theme and we only support theme developed my us. So, you should consider posting this question in the theme authors support forum.
April 14, 2017 at 7:50 am in reply to: Changing Language in Promotional Headline + Featured Content #113948Sakin
KeymasterHello Anca,
Sorry, for that you need to create
wpml-config.xmlfile and use string translation as show in https://polylang.pro/doc/strings-translation/. So, I recommend you to upgrade to pro version where you don’t need to add these functions andwpml-config.xml.Regards,
SakinApril 6, 2017 at 12:32 pm in reply to: Changing Language in Promotional Headline + Featured Content #113614Sakin
Keymaster@ancageorgescugmail-com: Please copy the code properly. the code you have paste here is different then the one that I gave you.
Sakin
Keymaster@controluce: I check in and went to url http://www.tommasogiorgetti.it/contatti/ and it’s showing just one image.
Sakin
Keymaster@marsha: Thanks for your appreciation and if you like our support and Simple Catch theme, then please support us by providing your valuable review and rating at https://wordpress.org/support/theme/simple-catch/reviews/?filter=5
April 3, 2017 at 12:57 pm in reply to: Changing Language in Promotional Headline + Featured Content #113398Sakin
Keymaster@ancageorgescugmail-com: Sorry there is no easy way to do that except upgrading to pro version. To do this is free version, you need to know little technical details. First, you need to build child theme, for child theme refer to https://catchthemes.com/blog/create-child-theme-wordpress/ and then add the following code in your child theme functions.php file.
if ( ! function_exists( 'adventurous_poly_invalidcache' ) ) : /** * Template for Clearing Polylang Invalid Cache */ function adventurous_poly_invalidcache() { 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_wpml_invalidcache endif; add_action( 'after_setup_theme', 'adventurous_poly_invalidcache' );Sakin
Keymaster@marsha: Thant is default from WordPress code
the_archive_titlefunction. To remove that, you need to user filter hook. So, first build child theme. For child theme, refer to https://catchthemes.com/blog/create-child-theme-wordpress/ and then add the following code in child themefunctions.phpfile.add_filter( 'get_the_archive_title', function ($title) { if ( is_category() ) { $title = single_cat_title( '', false ); } elseif ( is_tag() ) { $title = single_tag_title( '', false ); } return $title; });Sakin
Keymaster@banno2000: Thanks for your appreciation and if you like our support and theme, then please support us by posting your review and rating at https://wordpress.org/support/theme/helena/reviews/?rate=5#new-post
-
AuthorPosts
