Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@imranabdul: 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/adonis/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@dilipramji: Hello there,
This looks like a bug. I will look into the bug and get back to you after I have a solution.Kind Regards,
SkandhaSkandha
Participant@dbatty: Hello Derek, 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@bhabass: Hello there,
You can create Food Menu using Post,Page, Category or Custom Content Type option.
But to have a menu like in the demo of the theme you will need make use of the Food Menu of Essential Content Types Pro Plugin. You can checkout the additional-features available in pro version of the plugin.Let me know if this helps you out!
Kind Regards,
SkandhaMarch 20, 2019 at 9:35 am in reply to: Incorrect display of the "home page" template with video banner: Chrome browser #168308Skandha
Participant@mikeymoo: Hello Mikey,
I checked your site and you seem to have Disabled the Header Featured Image Options on your We are Too Moo Films Page that is why the Header Video is not showing up when you have a static page selected.Go to => Dashbord => Pages => Edit We are Too Moo Films Page => Header Featured Image Options => Enable
Let me know if this resolves the issue.
Kind Regards,
SkandhaSkandha
ParticipantHello there,
No I have not received your email yet. I will send you an email shortly so that you can reply to me through that email.Kind Regards,
SkandhaMarch 20, 2019 at 8:21 am in reply to: The arrows in the dropdown meny pointing upp instead of down!? #168299Skandha
Participant@johanna: Hello Johanna,
The theme update has been released. Please update the theme and let me know if the issue is resolved.Kind Regards,
SkandhaSkandha
Participant@galaxyglinda: Can you attach me screenshot of the issue you are having with menu in iPads?
To set the theme use hamburger menu for all devices
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.@media screen and (min-width:910px) { .site-header-menu { display:none; } } .menu-toggle { display:block !important; } .main-navigation .menu > li { float:none !important; } .menu.nav-menu li { border-top: 1px solid #666; }2. Yes that seems to be a little bug. That will be fixed soon.
3. If you want the News Ticket to show up below the featured image then you can set that particular image as the Header Image. This way you can show up the News Ticker below the Header Image.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@hoiung: Hell Hoi,
Go to => Dashboard => Catch Sticky Menu => Under Desktop Menu Selector and Mobile Menu Selector textarea => Type#mastheadThis should make your menu sticky at the top.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@dilipramji: I will look into the issue and get back to you soon.
Kind Regards,
SkandhaSkandha
Participant@dbatty: Hello Derek,
Sorry for the delay.
The issue seems to be due to you using an older version of the theme on a Gutenberg Editor.
Can you try using the Classic Editor plugin and see if the issue persists?Also if you want the theme to be fully Gutenberg ready you will need to update the theme to the latest version.
Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Participant@rkolanup: Hello there,
I replied to you in your previous post.
https://catchthemes.com/support-forum/topic/new-version-updates-without-plugin/Let me know if the issue persists after you update the theme.
Kind Regards,
SkandhaSkandha
ParticipantSkandha
Participant@bhabass: Sorry for the inconvenience.
For your site to look exactly like the demo you will need to have the same customizer settings like in the theme demo. The demo content file will import all the post page and image of the demo. So now to have the customizer settings you will need to use Catch Themes Demo Import Plugin. I will send you the customizer settings file through email.You will need to install and activate Catch Themes Demo Import plugin.
Then Go to => Dashboard => Appearance => Import Demo Data => Choose a DAT file for customizer import: => Browse and select the file I have sent you via email and Click Import Demo Data.Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
ParticipantSo at first you will need to create a child theme. For that you can use our Generate Child Theme Plugin. Install and Activate the plugin.
Then Go to => Dashboard => Generate Child Theme => Select Parent Theme as Simple Persona Pro and fill other fields and then click on Generate.
This will create and activate the child theme.Now, Go to => Child Theme Folder => functions.php and add the following Code.
function simple_persona_header_title( $before = '', $after = '' ) { if ( is_front_page() ) { echo $before . wp_kses_post( get_theme_mod( 'simple_persona_header_media_title', esc_html__( 'Header Media', 'simple-persona-pro' ) ) ) . $after; } elseif ( is_singular() ) { the_title( $before, $after ); } elseif ( is_404() ) { echo $before . esc_html__( 'Nothing Found', 'simple-persona-pro' ) . $after; } elseif ( is_search() ) { /* translators: %s: search query. */ echo $before . sprintf( esc_html__( 'Search Results for: %s', 'simple-persona-pro' ), '<span>' . get_search_query() . '</span>' ) . $after; } else { echo $before . 'Blog' . $after; } }Replace
Blogwith the title you want to have.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
ParticipantYeah sure. I suggest you keep a different nickname than your email so that I can tag you on my reply.
Kind Regards,
SkandhaMarch 19, 2019 at 3:11 am in reply to: Page changes not taking affect. Formatting not changing either. #168198Skandha
Participant@dbatty: Hello Derek, I was not able to login to your site. I have replied to your mail.
Kind Regards,
SkandhaSkandha
Participant@infoeyeamamazed-com: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
body:not(.home) #ecwidlatestproducts-3 { display:none; }Let me know if this is what you want!
Kind Regards,
Skandha -
AuthorPosts
