Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@ron66: You cannot update Pro themes by just directly Update Now button like Free themes. You’ll need to first download the theme from https://catchthemes.com/my-account/ page. Then use Catch Updater plugin or Catch Updater module of Catch Web Tools plugin.
https://catchthemes.com/wp-plugins/catch-updater/
https://wordpress.org/plugins/catch-web-tools/
Please check the tutorial video in the link below:
https://www.youtube.com/watch?v=W95SuabDZi8Regards,
MaheshMahesh
Participant@mwybranowski: Please post in your site url.
Regards,
MaheshMahesh
Participant@jeffersonxavier_rcc: Checked your site, it seems fine. If the image seems too big, try using a small image.
Regards,
MaheshMahesh
Participant@jorgecsanz: Please use the following CSS:
.sidr { background-color: #fff; } .sidr ul li a, .sidr ul li span { color: #000; }between the menu there is less separation
Do you want to increase the separation or remove it?Regards,
MaheshMahesh
Participant@mzhd: Try disabling the plugins and check if it resolves the issue. For some reasons, the image url is not correct which is causing the problem.
correct: http://www.mzhd.de/wp-content/themes/catch-responsive/images/body-bg.jpg
current: //www.mzhd.de///www.mzhd.de/wp-content/themes/catch-responsive/images/body-bg.jpg
We successfully update the WordPress version and no such issue occurred.Regards,
MaheshMahesh
Participant@tinus53: You can check the
changelog.txtin the theme. Or check the link below:
https://catchthemes.com/changelogs/catch-flames-theme/Regards,
MaheshMahesh
Participant@roman06: Please try changing the featured pages. And let me know if the problem persists.
For hiding post data and user, add the following CSS:#main .entry-meta { display: none; }Regards,
MaheshMahesh
Participant@yogawithagnes: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@floh: Thank you for your appreciation. Have a nice holiday to you too! 🙂
Regards,
MaheshMahesh
Participant@jeffersonxavier_rcc: Thank you for you appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@skynet: I just checked your site and yes got what your problem is. This seems to be because of loading the CSS that needed fraction of second – milliseconds. And once it loads, the site seems fine. Have you tried the plugin with WordPress core themes too, and how it seems. Let me know further.
Regards,
MaheshMahesh
Participant@mseise: Go to Post edit page, and on the right top, you’ll see Screen Options – Click it and so options will slide down. Check the Comments checkbox then scroll down below content, you’ll see Discussion tab, make sure Allow comments is unchecked.
Regards,
MaheshMahesh
Participant@kriskyria: Please post in your site url.
Regards,
MaheshDecember 8, 2016 at 10:29 am in reply to: How do I get the Featured slider, promotion headline to Translate with polylang #104884Mahesh
Participant@chirsdug: For this, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s
functions.php, add the following codes:if ( ! function_exists( 'catchresponsive_child_polylang_invalidcache' ) ) : /** * Template for Clearing Polylang Invalid Cache * */ function catchresponsive_child_polylang_invalidcache() { delete_transient( 'catchresponsive_promotion_headline' ); delete_transient( 'catchresponsive_featured_content' ); delete_transient( 'catchresponsive_featured_slider' ); } // catchresponsive_child_polylang_invalidcache endif; add_action( 'after_setup_theme', 'catchresponsive_child_polylang_invalidcache' );This function is for Promotion Headline for custom language, with give you option to put the desired text for the translation.
function catchresponsive_child_polylang() { if ( function_exists( 'pll_register_string' ) ) { $options = catchresponsive_get_theme_options(); $promotion_headline = $options['promotion_headline']; $promotion_subheadline = $options['promotion_subheadline']; $promotion_headline_button = $options['promotion_headline_button']; $headline = $options ['featured_content_headline']; $subheadline = $options ['featured_content_subheadline']; pll_register_string( 'featured_content_headline', $headline ); pll_register_string( 'featured_content_subheadline', $subheadline ); pll_register_string( 'promotion_headline', $promotion_headline ); pll_register_string( 'promotion_subheadline', $promotion_subheadline ); pll_register_string( 'promotion_headline_button', $promotion_headline_button ); } } add_action ( 'admin_init', 'catchresponsive_child_polylang' );Regards,
MaheshMahesh
Participant@jeffersonxavier_rcc: The theme is fully responsive and the slider does diminish and expand according to the screen size. Am I getting you correct? Let me know further.
Regards,
MaheshMahesh
Participant@jorgecsanz: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.sidr { background-color: rgb(51, 51, 51); }Regards,
MaheshMahesh
Participant@jeffersonxavier_rcc: Go to Dashboard=> Appearance=> Customize=> Additional CSS and add the following CSS:
#masthead { min-height: 88px; }Regards,
MaheshMahesh
Participant@jorgecsanz: Please add the following CSS:
#access-secondary { background-color: #fff; }Regards,
Mahesh -
AuthorPosts
