Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@baileyherrin: Hello there,
The option Transition Delay has been added to the Testimonial section using which you can alter the transition time between two testimonial slides. The update will be released soon. I will let you know when the update is released.Kind Regards,
SkandhaSkandha
Participant@pier-luigi: Hello there,
I have fixed the function due to which the errors were showing up and the customizer was not loading at your end. Let me know if the issue is resolved.Kind Regards,
SkandhaSkandha
Participant@kevinpat: Hello there,
I checked your site and the texts “Diese Woche” & “Nächste Woche” are already showing up in ‘Montserrat’, sans-serif font.Kind Regards,
SkandhaSkandha
Participant@twin6: Hello there,
Did you Go to => Appearance => Customize => Featured Slider?Let me know if the option does not appear.
Kind Regards,
SkandhaOctober 31, 2019 at 7:24 am in reply to: Rock Star Pro Theme – Primary Menu Color Options not updating on Mobile #194942Skandha
Participant@prosad: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..site-header-menu.toggled-on { background-color: #fff !important; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@caseyjcrow: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.@media screen and (min-width: 75em) { .has-header-video.no-header-media-text .wp-custom-header { padding-bottom: 530px; } }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@pier-luigi: Hello there,
I checked for the errors at my end but did not get any.
Can you please try deactivating all your plugins and see the errors appear? Also do post in your site URL as well.Kind Regards,
SkandhaOctober 31, 2019 at 7:05 am in reply to: Archives: Products This is where you can add new products to your store. #194901Skandha
Participant@xiangyuli: Hello there,
Firstly you will need to create a child theme. You can use our plugin Generate Child Theme to create a child theme. Install and Activate the plugin.
Now,
Go to => Dashboard => Generate Child Theme => Select Parent Theme as Catch Fullscreen Pro, fill the remaining fields and Click Generate. This will create and activate the child theme.Finally,
Go to => Child Theme Folder => functions.php and add the following Code.function catch_fullscreen_header_description( $before = '', $after = '' ) { if ( is_front_page() ) { $header_media_text = get_theme_mod( 'catch_fullscreen_header_media_text' ); if ( $header_media_text ) { echo $before . '<p>' . wp_kses_post( $header_media_text ) . '</p>' . $after; } } elseif ( is_singular() && ! is_page() ) { echo $before . '<div class="entry-header"><div class="entry-meta">'; catch_fullscreen_posted_on(); echo '</div><!-- .entry-meta --></div>' . $after; } elseif ( is_404() ) { echo $before . '<p>' . esc_html__( 'Oops! That page can’t be found', 'catch-fullscreen-pro' ) . '</p>' . $after; } elseif( is_shop() ) { echo $before . '<p>' . esc_html__( 'Hello', 'catch-fullscreen-pro' ) . '</p>' . $after; } else { the_archive_description( $before, $after ); } }Replace the text
Hellowith the text you want to show up as a tagline on your shop page.
Let me know if this works out!
Kind Regards,
SkandhaOctober 31, 2019 at 6:54 am in reply to: Error message, unwanted sidebar, layout & header media issues #194899Skandha
Participant@catwingz: Hello there,
1. The error messages seems to be coming due to one of the plugins you are using. Can you try deactivating all your plugin and see if the error message appears?
2. To have sidebar on rest of the page but not on homepage
Edit your homepage => On the right sidebar you will see Page Attributes => Select No Sidebar: Full width and Publish* Double image on about page
Adding the following CSS should solve the issuebody:not(.home) .header-media { display:none; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@stan: Hello there,
Please post in your site URL and let me know where would you like to insert an image.Kind Regards,
SkandhaSkandha
Participant@svguitar: Hello there,
The slider image seems to be showing up fine at my end without having to refresh the page.Kind Regards,
SkandhaSkandha
Participant@elena1976: Hello Elena,
You seem to be using an old version of the theme. Please update the theme to the latest version.Let me know if the issue persists!
Kind Regards,
SkandhaSkandha
Participant@stan: Hello there,
Can you please post in your site URL so that I can look into the issue.Kind Regards,
SkandhaSkandha
Participant@svguitar: Hello there,
You can use the Classic Block => Add Media to add images below the title.Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@chicagostaci: Hello there,
This is because you don’t have enough content on the page. The footer will slide down once you start adding content to the page.Let me know if this was helpful.
Kind Regards,
SkandhaSkandha
Participant@jitping: Hello Gustavson,
I have forwarded the issue to the concerned department. I will update you soon.Kind Regards,
SkandhaSkandha
Participant@jitping: Hello there,
You have a Read More button on the slider. Do you want one more button?Kind Regards,
SkandhaSkandha
Participant@jonahrodgers: Hello there,
First of all you will need to install and activate Catch Theme Demo Import plugin.Now,
Go to => Appearance => Catch Theme Demo Import and you should find the option to import demo content.Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@fireflywebs: Hello there,
You will need to create a child theme and do a little bit of customization for that. Let me know if you are familiar with child theme customization otherwise I suggest you to hire a customizer to get it done.Kind Regards,
Skandha -
AuthorPosts
