Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@lankyman26: Hello there,
I checked your site and you don’t seem to be using WordPress and our theme. Please post your issue in the respective theme support forum.Kind Regards,
SkandhaSkandha
Participant@valelotartaro: You seem to be using a very old version of the theme. Please update the theme to the latest version and let me know if the issue is resolved.
Kind Regards,
SkandhaFebruary 17, 2019 at 11:26 pm in reply to: Update won’t download, and feature images not working with social share #166074Skandha
Participant@debgoonan513: Hello there, I hope I was able to help you out. 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-box/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
Participant@naoko-kaku: Hello kuku,
Please remove this from the above CSS Code..error404 #primary { width:590px !important; float:left !important; }Now, Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (min-width:768px) { .error404 #primary { width:590px !important; float:left !important; } }Let me know if this works out!
Kind Regards,
SkandhaSkandha
ParticipantSkandha
Participant@dutchie: Hello there,
Please try using Custom HTML block.
Add a Custom HTML block and add the following code.
<iframe width="100%" height="300" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/238108664&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe>Let me know if the desired soundcloud player shows up.
Kind Regards,
SkandhaSkandha
Participant@fireflywebs: Hello Glen, 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/lucida/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,
SkandhaFebruary 15, 2019 at 11:04 pm in reply to: Update won’t download, and feature images not working with social share #165978Skandha
Participant@debgoonan513: To update pro theme you’ll need to first download the theme from your https://catchthemes.com/my-account/ page. Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/
Please check the tutorial video in the link below:
https://www.youtube.com/watch?v=W95SuabDZi8
For more, check out theme instructions at https://catchthemes.com/theme-instructions/catch-box-pro/#updatingLet me know if this helps you out!
Kind Regards,
SkandhaFebruary 15, 2019 at 10:59 pm in reply to: Need logo larger, centered, and responsive on mobile #165977Skandha
Participant@rgraham: I will need to check your site in order to look into the issue. Since your site isn’t live I will need your WP admin login credentials. I will contact you shortly by email.
Kind Regards,
SkandhaFebruary 15, 2019 at 10:58 pm in reply to: Recent Posts on Home Page show more than selected category #165976Skandha
Participant@twicklund: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Participant@lankyman26: Hello there,
Please post in your site URL so that I can look into the issue.Kind Regards,
SkandhaSkandha
Participant@valelotartaro: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#fullpage .section, #feature-slider-section .hentry { background-attachment:scroll !important; }Let me know if this solves the issue.
Kind Regards,
SkandhaFebruary 15, 2019 at 3:42 am in reply to: Change top Menu button font color and Icon in Mobile #165907Skandha
Participant@greenwhite560: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
/* To remove the margin in mobile menu */ .main-navigation a { margin-top:0; } /* To make the header image showup better on mobile phones */ .custom-header::before { background-position:77% center; }Let me know if this resolves the issues.
Kind Regards,
SkandhaSkandha
Participant@naoko-kaku: Go to => Child Theme Folder => create 404.php file and add the code in this link.
Then Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.error404 .entry-header, .error404 .entry-content { width:100% !important; } .error404 #primary { width:590px !important; float:left !important; } .error404 #main .widget { float:unset !important; margin-right:0 !important; width:unset !important; } .error404 #primary #content { margin:0 !important; } #content .error404 { padding: 10px 5% !important; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@fireflywebs: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.menu-accent a { background-color:#879845; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@valelotartaro: Glad you were able to figure it out. Let me know if you have anymore issues. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Participant@vapperuba: Hello there,
To have the Products and Shopping Cart section you will need to install free WordPress Plugin WooCommerce. After installing and activating the plugin you will find WooCommerce Products Showcase option in the customzier.Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@ville123: Go to => Child Theme folder => functions.php and add the following Code.
function polylang_translation() { if ( function_exists( 'pll_register_string' ) ) { $header_media_title = get_theme_mod( 'catch_fullscreen_header_media_title', esc_html__( 'Dancing Under The Sky', 'catch-fullscreen-pro' ) ); pll_register_string( 'catch_fullscreen_header_media_title', $header_media_title, 'Catch Fullscreen Pro' ); //die('aaaa'); } } add_action ( 'admin_init', 'polylang_translation' ); function catch_fullscreen_header_title( $before = '', $after = '' ) { if ( is_front_page() ) { $header_media_title = get_theme_mod( 'catch_fullscreen_header_media_title', esc_html__( 'Dancing Under The Sky', 'catch-fullscreen-pro' ) ); if ( $header_media_title ) { if( class_exists( 'Polylang' ) ) { echo $before . pll__( $header_media_title ) . $after; } else{ echo $before . wp_kses_post( $header_media_title ) . $after; } } } elseif ( is_singular() ) { if ( is_page() ) { if( ! get_theme_mod( 'catch_fullscreen_single_page_title' ) ) { the_title( $before, $after ); } } else { the_title( $before, $after ); } } elseif ( is_404() ) { echo $before . esc_html__( 'Nothing Found', 'catch-fullscreen-pro' ) . $after; } elseif ( is_search() ) { /* translators: %s: search query. */ echo $before . sprintf( esc_html__( 'Search Results for: %s', 'catch-fullscreen-pro' ), '<span>' . get_search_query() . '</span>' ) . $after; } else { the_archive_title( $before, $after ); } }Now, you should be able to translate the Header Media Title when you Go to => Dashboard => Languages => String Translation.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@rippert: Hello Rip, 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-base/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,
SkandhaFebruary 13, 2019 at 11:33 pm in reply to: Change top Menu button font color and Icon in Mobile #165819Skandha
Participant@greenwhite560: Please post in your site URL so that I can look into the issue.
Kind Regards,
Skandha -
AuthorPosts
