Forum Replies Created
-
AuthorPosts
-
May 1, 2020 at 1:57 am in reply to: How to hide the date in the header picture on a project page? #245006
Skandha
Participant@paulospotonlichtontwerp-nl: Hello Paulo, 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/bold-photography/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@nomade-2018: Hello there,
I have replied to you on your latest support topic.
https://catchthemes.com/support-forum/topic/reponsive-menu-not-working/Kind Regards,
SkandhaSkandha
Participant@spesistockholm: Hello there,
I checked your site on all the browsers but did not find the issue. Can you try clearing the browser cache where the issue is showing up?Kind Regards,
SkandhaSkandha
Participant@lorenzoc: Hello Lorenzo,
Hope you are fine. Please take of yourself and your family in these unprecedented times.Can you please add the image again so that I can look into the issue?
Kind Regards,
SkandhaMay 1, 2020 at 1:32 am in reply to: How to make the main menu stand out more against a header picture background #245002Skandha
Participant@paulospotonlichtontwerp-nl: Hello Paulo, 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/bold-photography/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@ifyouneedadj: Hello there,
Can you try deleting and re uploading the image in the second Featured Content post and see the issue gets resolved?Let me know if the issue persists!
Kind Regards,
SkandhaMay 1, 2020 at 1:09 am in reply to: How do I add an image to each of my product page headers? #245000Skandha
Participant@ryanb18: Hello Ryan,
You can have different color for individual product page.Kind Regards,
SkandhaSkandha
Participant@ryanb18: Hello Ryan, 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/izabel/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@ryanb18: Hello Ryan,
First of all you will need to create a child theme.
You can use our plugin Generate Child Theme to create child theme.
Install and Activate the plugin
Then,
Go to => Dashboard => Generate Child Theme => Select Parent Theme as Izabel and fill in remaining fields and 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 izabel_header_title( $before = '', $after = '' ) { if ( is_front_page() ) { $header_media_title = get_theme_mod( 'izabel_header_media_title', esc_html__( 'Furniture Store', 'izabel' ) ); if ( $header_media_title ) { echo $before . wp_kses_post( $header_media_title ) . $after; } } elseif ( is_singular() ) { if ( is_page() ) { if( ! get_theme_mod( 'izabel_single_page_title' ) ) { the_title( $before, $after ); } } else { the_title( $before, $after ); } } elseif ( is_404() ) { echo $before . esc_html__( 'Nothing Found', 'izabel' ) . $after; } elseif ( is_search() ) { /* translators: %s: search query. */ echo $before . sprintf( esc_html__( 'Search Results for: %s', 'izabel' ), '<span>' . get_search_query() . '</span>' ) . $after; } elseif( class_exists( 'WooCommerce' ) && is_woocommerce() ) { echo $before . esc_html( woocommerce_page_title( false ) ) . $after; } elseif ( is_home() && ! is_front_page() ) { echo $before . esc_html( 'Blog' ) . $after; } else { the_archive_title( $before, $after ); } }Now, Replace the text
Blogin the code with the text you want to show up in your Blog page as the title.
Let me know if this works out!
Kind Regards,
Skandha
Kind Regards,
SkandhaSkandha
Participant@skyalphabet: Hello there,
I checked at my end and didn’t seem to find the issue you are having. You seem to be using a plugin for the menu you have on the right side of your header. Can you the enable the default menu of the theme so that I can look into the issue?Kind Regards,
SkandhaSkandha
Participant@nomade-2018: Hello Patrick,
Can you try deactivating all your plugins and see if the menus shows on mobile devices? This might be a result of a plugin conflict.Let me know if the issue persists!
Kind Regards,
SkandhaSkandha
Participant@brianmolko86: Hello there,
Can you please post in your site URL so that I can look into the issue?Kind Regards,
SkandhaSkandha
Participant@thiago: Hello there,
Can you try reinstalling the theme? I checked at my end and did not find the issue.Kind Regards,
SkandhaSkandha
Participant@teetree: Hello there,
It is not possible to scroll the menu when submenu shows up on right of the menu that is why it is recommended to use lesser menu items as there maybe design issue. You can check out the readme.txt file where this has been mentioned.Kind Regards,
SkandhaSkandha
Participant@asrasau: Hello there,
Your site seems to be on under construction mode at the moment. Please let me know when your site is accessible so that I can look into the issue.Kind Regards,
SkandhaApril 30, 2020 at 5:22 am in reply to: How to hide the date in the header picture on a project page? #244930Skandha
Participant@paulospotonlichtontwerp-nl: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..single-jetpack-portfolio .entry-header .entry-meta { display: none; }Let me know if this works out!
Kind Regards,
SkandhaApril 30, 2020 at 5:19 am in reply to: How to make the main menu stand out more against a header picture background #244929Skandha
Participant@paulospotonlichtontwerp-nl: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.@media screen and (min-width: 75em) { .navigation-classic.absolute-header .main-navigation a { color: rgb(255, 255, 255, 1) !important; } }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@kyo: Hello there,
I will need to look into your site to debug the issue. I will contact you shortly by email.Kind Regards,
SkandhaSkandha
Participant@maartje: 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-wedding/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@bastienchill: Hello Bastien, 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/bold-photography/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,
Skandha -
AuthorPosts
