danamv
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Menu not updatedHi @realdonald,
It would be great if you can provide us with a screenshot of your WordPress Dashboard -> Appearance -> Menus.
Also, if you have activated a caching plugin, please clear it and check again.Let me know if that worked.
Forum: Themes and Templates
In reply to: [Neve] Make text on cover image responsive for mobileHi @bgoniaflora,
Is this still an issue? I checked and now it looks responsive. https://prnt.sc/z87bwe
Thank you!
Forum: Themes and Templates
In reply to: [Neve] Blocks losing their format when page is publishedHi @ignaciosaenz,
Can you please share a screenshot of the preview, so I can also check the differences?
Moreover, can you please tell me what blocks did you use so I can try to replicate the problem?Thank you!
Forum: Themes and Templates
In reply to: [Neve] Mobile sub menu problemHi @pirulin,
Please add the following lines of code into Customizer -> Additional CSS.
@media only screen and (max-width: 320px) { .header-menu-sidebar-inner .builder-item--primary-menu .primary-menu-ul.dropdowns-expanded > li > .sub-menu { max-height: 0; } }Please let me know if it worked.
Forum: Themes and Templates
In reply to: [Hestia] Polylang Strings from Front Page not availiableHi @flourishing,
It would be amazing if you could please have a look at this documentation:
https://polylang.pro/doc/define-your-home-page-as-a-static-page/Please let me know if it helps!
Hi @jkbaseer,
In order to show the tag descriptions, you need a custom function added in the theme’s functions.php. Same goes for the product attributes. Please have a look on the following links:
For product tag description: https://stackoverflow.com/questions/48093212/show-product-tags-description-in-woocommerce-shop-page
For product attributes: https://www.cloudways.com/blog/show-woocommerce-product-attributes/
Let me know if it worked well.
Forum: Themes and Templates
In reply to: [Neve] hyphenationHi @anastasonic,
Please try adding the following code to Customizer -> Additional CSS:
.wp-block-themeisle-blocks-advanced-columns .innerblocks-wrap { word-break: break-all; hyphens: none !important; }Let us know if it worked.
Forum: Themes and Templates
In reply to: [Hestia] Shop page’s product layout sizeHi @samjensen,
Please try adding the following code to Customize -> Additional CSS.
You can modify the ‘width’ and ‘max-width’ values, until it fits your needs. Increasing it should work fine.@media only screen and (max-width: 768px) { .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product { width: 70%; } }Let me know if this worked.
- This reply was modified 5 years, 3 months ago by danamv.
Forum: Themes and Templates
In reply to: [Hestia] make position of text fixedHi @jasminossman,
Please try adding the following lines of code in Customizer -> Additional CSS:
.elementor-34 .elementor-element.elementor-element-3212fe9 > .elementor-widget-container { position: fixed; }Let us know if it worked.
Forum: Themes and Templates
In reply to: [Neve] neve: bug in checkout & admin panel?Hi @mitzeitundohne,
I checked, and for me it is clickable https://prnt.sc/z0budk
If you can, please, share a link to your checkout page and a screenshot of the div problem that would be very helpful.Thank you!
Forum: Themes and Templates
In reply to: [Hestia] last modified dateHi @assemfoad,
Please have a look at this documentation:
https://docs.themeisle.com/article/803-how-to-display-last-modified-date-in-hestiaLet us know if it was helpful.
Forum: Themes and Templates
In reply to: [Neve] Change Site Search Result Header Font SizeHi @emilyluxton,
Please try the following code in the Customizer -> Additional CSS. You can modify the value until it fits your needs.
.blog-entry-title { word-wrap: break-word; font-size: 30px; }Let us know if you have any more questions.
Forum: Themes and Templates
In reply to: [Neve] size of the thumbnailsHi @saad021,
Can you please provide me with a screenshot of the exact problem, and the pages where that happens? It’s difficult to understand where the image is not properly sized.
Thank you.
Hi @bbrightmagazine,
The Big Title section is designed to be a full-width section and as a result, the background image is designed to cover the entire section, from top to bottom. This is the reason why the same big image can’t look exactly the same on every device. A small mobile device will not have the physical possibilities to display the entire picture, at the same time keeping the image ratio and all its properties. This is why, with some images, on mobile devices, some portions of the image may not be visible.
If you would like the full image to appear on mobile, then you can apply the code but expect that the gray areas will be there as the code is to contain the full image so you can see everything not to cover the entire section.
Hope that makes sense.
Forum: Themes and Templates
In reply to: [Hestia] Contact form not sending emailHi @milauskas,
Kindly confirm that you have tried another address of yours.
Please check out this site, you might find something that works for you here:
https://elementor.com/help/sending-email-confirmations-with-elementor-forms/Let me know if it helped.