Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@marie21: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
@media screen and (max-width: 767px) { #site-logo .custom-logo-link { background-image: url('your-image-url-here'); background-size: cover; background-position: center; min-height: 150px; } #site-logo .custom-logo-link img { display: none; } }Let me know if any problem.
Note: please put in image url in the above code.
Regards,
MaheshMahesh
Participant@mariustodor: I guess it will, let me know if I could be of any help on that.
And for the other one, the navigation buttons on the featured slider, well there is no option in the customizer to change that but you can add Custom CSS. What do you actually want to do or change? Let me know and I’ll provide you the required CSS.Regards,
MaheshMahesh
Participant@banno2000: Just checked your site and the featured image is displaying correctly. Let me know if any problem.
Regards,
MaheshMahesh
Participant@stevphel: There has been a small bug in the theme. This will be fixed in the next update.
Regards,
MaheshMahesh
Participant@kataka-publishing: Thank you for your appreciation.
Regards,
MaheshMahesh
Participant@a74bucll: Sorry, we don’t have demo that uses WooCommerce for Catch Responsive Pro theme. But if you do want to check out the demo for Catch Responsive Pro, visit the link below:
https://catchthemes.com/demo/catch-responsive/Regards,
MaheshMahesh
Participant@mariustodor: This is a repeat post. I’ve replied it in the thread below:
https://catchthemes.com/support-forum/topic/parallax-frame-pro-wpml-ready-for-multi-language/#post-112950So, I’ll skip this one.
Regards,
MaheshMarch 27, 2017 at 1:02 am in reply to: Read More … and Search… translation strings not being used #112953Mahesh
Participant@mihailo: Well, its because, there is no translation for Spanish or Serbian language for the theme yet. Have you made the translation file? If yes, please share it here. Let me know further.
And about translation ready. Pro version are translation ready and is compatible with WPML and Qtranslate-X plugins.Regards,
MaheshMahesh
Participant@mariustodor: Well we haven’t tried the above plugin with our theme. To some extent as you’ve mentioned, it does works well. Parallax Frame Pro is fully compatible with WPML and Qtranslate-X. Please use these instead.
Regards,
MaheshMahesh
Participant@banno2000: Yes
Regards,
MaheshMarch 26, 2017 at 6:24 am in reply to: Page order sequence ignored on categories page ignored #112903Mahesh
Participant@themecatcher: You mean pages or posts? Pages do not have categories. Please post in your site url.
Regards,
MaheshMahesh
Participant@nfolittlegiftplace-co-uk: In Free version, only Pages can be set as Featured images. Custom images and Content and Post feature is available in Pro version. I recommend you to upgrade to Pro.
For the additional logo, you can use Header Right widget area (Pro Feature) and add text widget here to show the additional logos. I recommend you to upgrade to Pro.Regards,
MaheshMahesh
Participantheidi-bissell:
1. Have you customized the theme? A div that shows the content is absent your website.
<div class="entry-content"> </div>.2. Have you resolved this issue?
Regards,
MaheshMahesh
Participant@banno2000: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#portfolio .entry-container { background: rgba(48, 48, 48, 0.9) none repeat scroll 0 0; opacity: 0; } #portfolio .hentry:hover .entry-container, #portfolio .hentry:focus .entry-container { opacity : 1; }Regards,
MaheshMahesh
Participant@kataka-publishing: For this you’ll need to create a child theme for this. You can find more on creating child theme HERE.
function helena_child_flush_post_transients(){ delete_transient( 'helena_header_highlight_content' ); delete_transient( 'helena_featured_slider' ); delete_transient( 'helena_hero_content' ); delete_transient( 'helena_featured_content' ); delete_transient( 'helena_portfolio' ); delete_transient( 'helena_logo_slider' ); delete_transient( 'helena_promotion_headline' ); delete_transient( 'all_the_cool_cats' ); delete_transient( 'helena_categories' ); } add_action( 'save_post', 'helena_child_flush_post_transients' );This will be fixed in the next update.
Regards,
MaheshMahesh
Participant@banno2000: Thanks got it. For this you’ll need to create a child theme for this. You can find more on creating child theme HERE.
function helena_child_flush_post_transients(){ delete_transient( 'helena_header_highlight_content' ); delete_transient( 'helena_featured_slider' ); delete_transient( 'helena_hero_content' ); delete_transient( 'helena_featured_content' ); delete_transient( 'helena_portfolio' ); delete_transient( 'helena_logo_slider' ); delete_transient( 'helena_promotion_headline' ); delete_transient( 'all_the_cool_cats' ); delete_transient( 'helena_categories' ); } add_action( 'save_post', 'helena_child_flush_post_transients' );This will be fixed in the next update.
Regards,
MaheshMahesh
Participant@a74bucll: Only Pro version of the theme is WooCommerce ready. I recommend you to upgrade to Pro version.
Or please use the following one:
https://wordpress.org/themes/e-commerce/Regards,
Mahesh -
AuthorPosts
