Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@adrmusic: To remove the thin line above menu
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..site-header-menu { border-top:none; }To change background color of sub-menu
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..main-navigation ul ul { background-color:slategrey; } .main-navigation ul ul a:hover, .main-navigation ul ul > li.focus > a { background-color:slategrey; }To remove the search space
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..mobile-search-wrapper { display:none !important; }Let me know if this works out.
Kind Regards,
SkandhaSkandha
Participant@tinus53: Can you please elaborate where you want to use the hyphens on your website?
Kind Regards,
SkandhaSkandha
Participant@martin-vacha: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.wp-playlist-item a, .wp-playlist-item span { font-size:20px; }You can change the size according to your requirement.
Let me know if this is what you want.
Kind Regards,
SkandhaSkandha
Participant@martin-vacha: I don’t think menu toggle up will be a good idea as the menu items will clash with the header image. This is how the menu appears in the demo as well. If you want the menu to be seen you will need to remove the header image in mobile view.
Let me know if this helps you out.
Kind Regards,
SkandhaSkandha
Participant@maryw2wdance-com: I will contact you shortly by email.
Kind Regards,
SkandhaSkandha
Participant@celovg: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Participant@adrmusic: Twitter works a bit differently compared to other social media networks relating to the links posted. The link you share on Twitter sometimes is not validated by Twitter. That means the Twitter Cards for that tweet is not properly defined. You will need to find a suitable plugin from the wordpress plugin repository for twitter cards.
To change the color of the header
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#masthead { background-color:blue; }Let me know if this helps you out.
Kind Regards,
SkandhaSkandha
Participant@theophila: Please post in your site URL.
Kind Regards,
SkandhaSkandha
Participant@svguitar: For this you will need to get your site customized. I suggest you to hire a customizer.
Kind Regards,
SkandhaSkandha
Participant@adriana.pulicicchio: Page builders like Elementor can be used with our themes but we can’t guarantee for compatibility as we have not tested for it.
Kind Regards,
SkandhaSkandha
Participant@catchrmv: I meant that you can use Essential Widget Pro Plugin. After installing and activating the plugin you will be able to use the Featured Image Widget for your images.
Let me know if this works out.
Kind Regards,
SkandhaSkandha
Participant@ellinor-alicessongmail-com: Your site again seems to be on under construction mode. Please let me kow when your site is accessible.
Kind Regards,
SkandhaSkandha
Participant@pictonomad: Please post in your site URL and let me know which Yellow color you are referring to.
Kind Regards,
SkandhaSkandha
Participant@adriana-pulicicchio: Our themes are translation ready but Spanish(Argentina) Translation file is not available for Foodie World Pro Theme. To translate those texts, you will need to add Spanish language file
es_AR.powhich you can get by renaming thefoodie-world-pro.potfile in languages folder.
Then, just open that file from free software from http://poedit.net/ and check for words like Service, pervious and next the words you want to translate, change that and save it. It should work. You can also add other translations there as well.
You can send us the translated .po file and we will add it in our theme with you as a contributor for the translation.Let me know if this solves your issue!
Kind Regards,
SkandhaSkandha
Participant@bigbearfa: For this you will need to create a child theme. If you do not know how to create a child theme then you can use Generate Child Theme plugin. Then Go to => Child Theme Folder => functions.php and add the following code.
if ( ! function_exists( 'parallax_frame_featured_content_display_position' ) ) : /** * Homepage Featured Content Position * * @action parallax_frame_content, parallax_frame_after_secondary * * @since Parallax Frame 1.0 */ function parallax_frame_featured_content_display_position() { // Getting data from Theme Options $options = parallax_frame_get_theme_options(); if ( $options['featured_content_position'] ) { add_action( 'parallax_frame_after_content', 'parallax_frame_featured_content_display', 15 ); } else { add_action( 'parallax_frame_before_content', 'parallax_frame_featured_content_display', 15 ); } } endif; // parallax_frame_featured_content_display_position add_action( 'parallax_frame_before', 'parallax_frame_featured_content_display_position' );Let me know if this works out.
Kind Regards,
SkandhaSkandha
Participant@some_dude: Hello there, You don’t seem to be using out theme. Please post your issues in the respective Theme Support Forum.
Kind Regards,
SkandhaSkandha
Participant@catchrmv: You can use Essential Widget Pro Plugin for this purpose. You can use the Featured Image Widget in the footer area to insert images into the footer.
Let me know if this solves the issue.
Kind Regards,
SkandhaSkandha
Participant@bigoslesli: 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-everest/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@norther1981: I’m sorry this option is not available in pro theme as well.
Kind Regards,
SkandhaSkandha
Participant@bigoslesli: Sorry for the late reply. You seem to have left to remove a <script> tag on your homepage due to which the slider was not working. I have removed it and it seems to be working. Please check and let me know if the slider is working or not.
Kind Regards,
Skandha -
AuthorPosts
