Forum Replies Created
-
AuthorPosts
-
Skandha
Member@torinski: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Member@hwfoto: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Member@catwingz: Please insert the image so that I can look into the issue on your site.
Kind Regards,
SkandhaSkandha
Member@uschelbert: I tried sending you an email but the email you have registered doesn’t seems to be a valid one.
Kind Regards,
SkandhaSkandha
Member@uschelbert: I will need to have a look into your site to properly enable the polylang functions. For that I will need you WP admin login credentials. I will contact you shortly by email.
Kind Regards,
SkandhaSkandha
Member@m-tenbrink: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/clean-journal/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
SkandhaSkandha
Member@m-tenbrink: Can you try adding the following code and check if it works out?
Go to => Child Theme Folder => functions.php and add the following Code.function clean_journal_archive_content_image() { $options = clean_journal_get_theme_options(); $featured_image = $options['content_layout']; if ( has_post_thumbnail() && 'full-content' != $featured_image ) { ?> <figure class="featured-image"> <a rel="bookmark" href="<?php the_permalink(); ?>"> <?php if ( 'excerpt-image-left' == $featured_image || 'excerpt-image-right' == $featured_image ) { the_post_thumbnail( 'clean-journal-landscape' ); } elseif ( 'excerpt-image-top' == $featured_image ) { the_post_thumbnail( 'clean-journal-featured' ); } elseif ( 'excerpt-full-image' == $featured_image ) { the_post_thumbnail( 'full' ); } ?> </a> <?php if (get_post(get_post_thumbnail_id())->post_excerpt) { // search for if the image has caption added on it ?> <span class="featured-image-caption"> <?php echo wp_kses_post(get_post(get_post_thumbnail_id())->post_excerpt); // displays the image caption ?> </span> <?php } ?> </figure> <?php } }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@blackfrogprinting: Hello Eric, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/catch-responsive/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
SkandhaSkandha
Member@wendyyoung: Done! Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Member@lankyman26: Glad I could help you out. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Member@valelotartaro: To have a transparent menu only on Home
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..home.fluid-layout #header-content, .home.boxed-layout #header-content .wrapper { background-color:unset; -webkit-box-shadow:unset; box-shadow:unset; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@andre-g: I will need to have a look at your site to fix the issue. Since your site is not live I will need your WP admin login credentials. I will shortly contact you by email.
Kind Regards,
SkandhaSkandha
Member@stthomasmore: Glad you were able to figure it out. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Member@valelotartaro: Let me know if you have anymore issues. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Member@catwingz: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#page { border-image-source: url("https://dynamictherapies.net/wp-content/uploads/2019/02/vineBorder.png"); border-image-repeat: round; border-image-slice: 18; border-image-width: 18px; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@catwingz: Do you mean the recommended header image? If yes the recommended image size for header image is 1920px * 822px or of similiar aspect ratio.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Member@lgerardin: To update the PHP version on your site you will need to contact your Web Host.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Member@kaori29: Hello there,
Yes, Catch Responsive is compatible with WP 5.1. To be on the side backup your theme before theme update. You can use our Catch Updater Plugin for that.
In case you come across any issues after updating to WP 5.1 you can always post in our support forum and we will be ready to help.Kind Regards,
Skandha -
AuthorPosts
