Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@wcmaster: Hello there,
Can you let me know what color you want to change in the Logo Slider Section?Please post in your site URL so that I can help you out!
Kind Regards,
SkandhaSkandha
Participant@danjean: Hello Daniele,
Can you attach me a screenshot of how your site is showing up on iPad?Kind Regards,
SkandhaSkandha
Participant@marcellotogg: Hello there,
Follow this link and Click on Buy Now then select the method of payment and carry on.All your customizer settings from free should migrate to pro theme.
Let me know if you have anymore issues.
Kind Regards,
SkandhaSkandha
Participant@rayo: Hello there to change the pagination texts you will need to first create a child theme. If you don’t know how to create a child theme you can use our Generate Child Theme Plugin. Install and Activate the plugin
Go to => Dashboard => Generate Child Theme => Select Parent Theme as Catch Fullscreen and fill the remaining field and Click Generate. This will create and activate the child theme.Now,
Go to => Child theme folder => functions.php and add the following Code.function catch_fullscreen_content_nav() { global $wp_query; // Don't print empty markup in archives if there's only one page. if ( $wp_query->max_num_pages < 2 && ( is_home() || is_archive() || is_search() ) ) { return; } $pagination_type = get_theme_mod( 'catch_fullscreen_pagination_type', 'default' ); /** * Check if navigation type is Jetpack Infinite Scroll and if it is enabled, else goto default pagination * if it's active then disable pagination */ if ( ( 'infinite-scroll' === $pagination_type ) && class_exists( 'Jetpack' ) && Jetpack::is_module_active( 'infinite-scroll' ) ) { return false; } if ( 'numeric' === $pagination_type && function_exists( 'the_posts_pagination' ) ) { the_posts_pagination( array( 'prev_text' => esc_html__( 'Previous page', 'catch-fullscreen' ), 'next_text' => esc_html__( 'Next page', 'catch-fullscreen' ), 'before_page_number' => '<span class="meta-nav screen-reader-text">' . esc_html__( 'Page', 'catch-fullscreen' ) . ' </span>', ) ); } else { the_posts_navigation( array( 'prev_text' => esc_html__('new', 'catch-fullscreen'), 'next_text' => esc_html__('old', 'catch-fullscreen') )); } }Replace
OldandNewwith the text of your choice.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@joed: Hello there,
To add an additional menu to right sidebar
Go to => Dashboard => Widgets => Add Navigation Menu to General Sidebar => Select the menu you want to display. Do you want the menu to be displayed only on pages?There is no metadata in the blog archive section. The metadata appears when you click on individual posts.
Let me know if this helps you out.
Kind Regards,
SkandhaSkandha
Participant@martijn: This is because the html structure for desktop menu and mobile menu is different. So to change color for both you will need to change the CSS for both.
To change the text color of menu to green like in the desktop menu
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..sb-options a:link, .sb-options a:visited,.sb-selector:link, .sb-selector:visited, .sb-selector:hover { color:#20a026; }Please let me know where you want to have the download link?
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@malevolentia: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#header-navigation-area .site-primary-menu { background-color:#f4f4f5 !important; } #header-navigation-area .site-navigation a { color:#111 !important; }Let me know if this is what you want!
Kind Regards,
SkandhaSkandha
Participant@valelotartaro: Hello Valeria,
TO change the size of font in footer menu
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#menu-footer li a { font-size:20px !important; }You can change the font size according to your choice.
Kind Regards,
SkandhaSkandha
Participant@gonzaleztennant: Hello there,
Please post in your site URL so that I can look into the issue.Kind Regards,
SkandhaSkandha
Participant@hjhatch: Thank you very much for your appreciation. Let me know if you have anymore issues. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Participant@pixeld: Hello Dennis,
Was last modified by Pixel D text seems to be coming from one of the plugin you are using. Can you try deactivating all your plugins and check if the text shows up?Let me know if the issue persists!
Kind Regards,
SkandhaSkandha
Participant@pixeld: Hello Dennis,
Edit pages Friseur Da Georgio and Willkommen im Salon Da Georgio and remove the text Was last modified by Pixel D.To remove the text on hover in featured slider
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#feature-slider .entry-container { display:none; }Let me know if this what you want!
Kind Regards,
SkandhaSkandha
Participant@lkchr: Glad you were able to figure it out. Let me know if you have any other issues.
Kind Regards,
SkandhaSkandha
Participant@hjhatch: 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/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
Participant@lkchr: Hello there,
Sorry for the confusion.
Can you please post in your site URL so that I can look into the issue?Kind Regards,
SkandhaSkandha
Participant@essetikappa: 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/corporate-fotografie/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@bvarvel: Reset the max-width to 250px then
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.@media screen and (min-width:410px) { .custom-logo { max-width:350px !important; } }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@rpacharya: Hello there,
Please post in your site URL so that I can look into the issue.Kind Regards,
SkandhaSkandha
Participant@sloaneranger: Hello there,
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/frequently-asked-questions/#question-update-1Let me know if this helps you out!
Kind Regards,
Skandha -
AuthorPosts
