Betty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Neve Page Header tab missingI’m sorry I misunderstood your request.
Yes, this is a feature available in the Pro version of the theme.Forum: Themes and Templates
In reply to: [Neve] Neve Page Header tab missingThe customizer for the header can be found on Appearance -> Customize -> Header: https://prnt.sc/uhoqjk. The name has changed.
Forum: Themes and Templates
In reply to: [Neve] LOGO incluir linkI’m glad I could help 🙂
Forum: Themes and Templates
In reply to: [Neve] Neve Options Problem – not saving settingsHi @lepik,
If you are using Neve Pro please open a ticket on this page. Here is where you handle our paid customers.
Thanks!
Hi @wordpressariel,
In order to achieve that you have to create a child theme and add the following code at the end of the functions.php file:
function get_caption_and_desc_post_image() { global $post; $thumbnail_id = get_post_thumbnail_id($post->ID); $thumbnail_image = get_posts(array('p' => $thumbnail_id, 'post_type' => 'attachment')); if ($thumbnail_image && isset($thumbnail_image[0])) { echo '<div class="image-caption">'.$thumbnail_image[0]->post_excerpt.'</div> <div class="image-description">'.$thumbnail_image[0]->post_content.'</div>'; } } add_filter( 'neve_before_content', 'get_caption_and_desc_post_image' );You have to search on wp-content/themes/hestia.
Sorry I didn’t detail.Forum: Themes and Templates
In reply to: [Neve] LOGO incluir linkHi @conexaodigital,
Please make sure that you don’t have enabled this option on your Customize -> Header -> Change Logo: https://prnt.sc/uhgh7q.
Forum: Themes and Templates
In reply to: [Neve] Header Missing on Mobile on some pagesHi @graememarshall,
It looks like you have set a negative top margin for those pages. Please add the following code to your Appearance -> Customize -> Additional CSS:
#wp-block-themeisle-blocks-advanced-column-06863df1{ margin-top: 0px !important; } #wp-block-themeisle-blocks-advanced-column-75d11ab7{ margin-top: 0px !important; }Forum: Themes and Templates
In reply to: [Neve] Change background colour of mobile nav menuPlease share the URL to your website.
Forum: Themes and Templates
In reply to: [Neve] Footer – Font SizeI’m glad that you found something that works for you.
Forum: Themes and Templates
In reply to: [Neve] Shop page content not showing in NevePlease open a new thread as your problem isn’t related with this one and share the link to your website or some screenshots(you can paste them here: https://prnt.sc/ and share the link) with the issue.
Thanks!
Forum: Themes and Templates
In reply to: [Neve] Shop page content not showing in Neve@conexaodigital
Here you can find how to configure the footer of your website: https://docs.themeisle.com/article/946-neve-doc#footer-builderForum: Themes and Templates
In reply to: [Hestia] very top menu Font Awesome icon weirdnessSo it’s not an issue related to the theme 🙂
You can try to contact them for more information.Can you verify what you have in your site folder at wp-content/inc/helpers/layout-functions.php at line 493? You can take a screenshot, paste it here https://prnt.sc/ and share the link.
Forum: Themes and Templates
In reply to: [Hestia] Next and before in BlogHi @halgrim,
That isn’t an option available out of the box in the theme. You can try to find a plugin in order to achieve that.