Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@jordan: Hello there,
Please post in your site URL so that I can look into the issue.Kind Regards,
SkandhaSkandha
Participant@mtwhite: Hello there,
Please post in your site URL so that I can look into the issue you are having.Kind Regards,
SkandhaSkandha
Participant@foia: Hello Francesco,
You don’t seem to have selected a header image.Go to => Appearance => Customize => Header Media => Select a Header Image and Publish.
Let me know if this resolves your issues.
Kind Regards,
SkandhaSkandha
Participant@nomade-2018: Glad you were able to figure it out. Have a great weekend.
Kind Regards,
SkandhaSkandha
Participant@gramdoezie: Hello there,
1. Yes it is possible to change color of headings, background color and also hover color from the customizer itself.2. I am afraid that is not possible. The header image changes randomly only when the page is refreshed.
Let me know if this helps you out!
Kind Regards,
SkandhaDecember 6, 2019 at 10:04 pm in reply to: Account is pending verification – but no mail is sent out to activate account #228821Skandha
Participant@infogranufunk-de: Hello there,
Please try checking in your span/junk folder as well.
I have forwarded your issue to the concerned department. Our representative will get back to you soon.Kind Regards,
SkandhaSkandha
Participant@gramdoezie: Hello there,
You can setup all your widgets in the sidebar first. Then I can provide you the CSS Code to display a widget in a specific page. Please post in your site URL as well.Kind Regards,
SkandhaSkandha
Participant@fireflywebs: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#header-top { position: fixed; top: 0; left: 0; right: 0; z-index: 200; }Let me know if this works out!
Kind Regards,
SkandhaDecember 6, 2019 at 6:22 am in reply to: My Pro Theme, paid won’t update nor allow me to delete previous free version #228758Skandha
Participant@billsteelike-com: Hello Bill,
Glad you were able to figure it out. Have a great weekend.Kind Regards,
SkandhaSkandha
ParticipantSkandha
Participant@lili13: Hello there,
Please check this link.
http://catchthemes.com/demo/catch-fullscreen-pro/Kind Regards,
SkandhaSkandha
Participant@pla16: Hello Patrick,
Can you try deactivating all your plugins and see if the text still appear?Let me know if the issue persists!
Kind Regards,
SkandhaSkandha
Participant@reservehifi: I am afraid it is not possible to have two logos.
Since you are using Custom Type Portfolio the image size you upload, the portfolio images will be displayed in the same ratio. You will need to change the size of the images you have uploaded to get the desired result. The images you have uploaded are of different ratios.
Kind Regards,
SkandhaSkandha
Participant@soundlocation: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code./* To reduce the width of the sub menu */ @media screen and (min-width: 910px) { .main-navigation ul ul a { width: 200px !important; } } /* To have a transparent background menu */ #masthead { background: #000; }Let me know if this works out.
Rest of the issues are not possible to debug with out having a look of your site.Kind Regards,
SkandhaSkandha
Participant@foia: 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/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@folkertspoken: Hello there,
I am afraid it is not possible have a spotify playlist in the style of the theme.You will need use the option available in the theme to have a playlist like in the demo.
Kind Regards,
SkandhaSkandha
Participant@johnmarketos: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..home .site-header-main { background-color: #000; }Let me know if this is what you want!
Kind Regards,
SkandhaSkandha
Participant@evdel: Hello Evdel,
To get rid of the title Recent Posts.
Go to => Appearance => Customize => Theme Options => Homepage/Frontpage Options => Recent Posts Heading => Edit the heading.To change the Archive text in blog page
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 Foodie World Pro, fill the remaining fields and Click Generate. This will create and activate the child theme.Go to => Child Theme Folder => functions.php and add the following Code.
function foodie_world_header_title() { if ( is_front_page() ) { echo wp_kses_post( get_theme_mod( 'foodie_world_header_media_title' ) ); } elseif ( is_singular() ) { the_title(); } elseif ( is_404() ) { esc_html_e( 'Oops! That page can’t be found.', 'foodie-world' ); } elseif ( is_search() ) { /* translators: %s: search query. */ printf( esc_html__( 'Search Results for: %s', 'foodie-world' ), '<span>' . get_search_query() . '</span>' ); } elseif( class_exists( 'WooCommerce' ) && is_woocommerce() ) { woocommerce_page_title(); } elseif ( is_home() && ! is_front_page() ) { echo 'Blog'; } else { the_archive_title(); } }Replace the text Blog with your text.
Also you will need to migrate your customizer settings from the parent theme to the child theme. For that you can use our Catch Import Export Plugin.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@astraiton: Hello Amy,
I will need to look into your site to debug the issue. I will contact you shortly by email.Kind Regards,
Skandha -
AuthorPosts
