Forum Replies Created
-
AuthorPosts
-
November 22, 2020 at 12:48 pm in reply to: Firefox Android (v 82) Layer Slider video background no autoplay #1262098
Sorry wrong url: http://elamusgolf.adplus.ee/el
Hello,
In your screenshot the sale badge is correct (how the designer wants it to look like).
In my first post, I’ve asked how to modify the javascript that it will work on lazy-loaded items.
Right now the better page to look at how the lazy-loaded products sales badge looks like https://www.floristshop.ee/tootekategooria/floristshop/tooted/toovahendid/. You have to scroll down.
Screenshot:
https://drive.google.com/file/d/1z0I_bv-gRaRZ_smiaDrmbgYVilvuDwCy/view?usp=sharing- This reply was modified 4 years, 5 months ago by adplusdesign.
Hello,
Sorry I didn’t see your reply.
How it should be: https://www.floristshop.ee/sale/
The page is https://www.floristshop.ee/tootekategooria/floristshop/tooted/materjalid/ and you need to scroll down quite a bit to find the product with sales badge.This reply has been marked as private.September 3, 2019 at 12:20 pm in reply to: Single product page – product tabs placement and width #1133330Hello,
I have found solution.function av_woo_tabs_below() { remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 1 ); //add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 20 ); add_action( 'woocommerce_after_main_content', 'woocommerce_template_product_description', 10 ); } add_action( 'init', 'av_woo_tabs_below'); function woocommerce_template_product_description() { echo '<div class="container_wrap long_description">'; echo '<div class="container">'; woocommerce_get_template( 'single-product/tabs/description.php' ); echo '</div>'; echo '</div>'; }
September 2, 2019 at 9:42 am in reply to: Single product page – product tabs placement and width #1132899Hello,
English is not my native language, so I will try to explain.
On my page (localhost) my single product page layout is:
https://drive.google.com/file/d/1SlndHZ9jevsjU1fzrsDtAP3g0fATOWb7/view?usp=sharing
Tabs with description open are container width.
I want the background for tabs to look like this (removing tabs and showing additional info under description is another topic):
https://drive.google.com/file/d/15kvVg9hLgT59k9R2a2nbJOUSVdn8Rq1a/view?usp=sharing- This reply was modified 5 years, 2 months ago by adplusdesign.
January 23, 2019 at 7:04 pm in reply to: Accidentally "Reset all options" at the Advanced Styling Page. Salvation?! #1057893I wish would have thought about hiding the reset before!
I’m a wordpress developer and use Enfold quite often lately. Unfortunately my clients have been complaining about the “reset” button – have had to restore their sites multiple times before – and now I did it myself on a test site as well- weeks of design development gone in a second! Unfortunately the “reset” button is the most dominant button on the theme design area and my clients (and this time myself as well) are mistaking it for the “save” button. There’s no pop-up for “are you sure” and no option to restore previous settings… yet the button itself is something that definitely shouldn’t be on such a prominent position as it’s not something that designer would use often!
I really wish that future updates will place this button somewhere less prominent position and that it would have atleast one “are you sure” pop-up before deleting all settings! For now, have to add: .avia_footer_reset { display: none !important; } for all Enfold sites.Hi,
thank you! I found the settings from the right side menu.March 19, 2018 at 6:15 pm in reply to: How to turn off Zoom and a quetsion about short description text container #929204Hi,
but what about the second question:
I wanted product short descriptions to be visible on the product page when hovering on the products. To do that I made them visible on the product page. Moved .template-shop .product div.inner_product_header_cell div (which contains the short description) on the product image with CSS (top-margin: -190px; ) and set a height for .product div.inner_product_header_cell div p (containing the description text).
The problem is that though the CSS is same on the product category pages (and HTML seems to be the same as well), the hover text block seems to begin from a different heght on different pages.
Here, when you hover on the product images, the block is aligned to the top edge of the image:
http://test.pipar.ee/pood/maitsestamine-ja-kupsetamine/dekoorvurtsid-maitsestamine-ja-kupsetamine/
..but here you can see a ~20px padding (so to make it align the top edge of the picture, top-margin should be different, ~like -210px):
http://test.pipar.ee/pood/maitsestamine-ja-kupsetamine/tekstuuriparandajad-maitsestamine-ja-kupsetamine/I can’t seem to find where the padding or difference comes from. Each text block has the same CSS, so it could be a difference in the template html – but where and based on what (as the category pages seem to be the same)?
Hello,
I can add tag into heading text but for end a user this too much. Is it possible override “Special Heading” and add link field to it?
I follow tutorial: https://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/, but my programming skills are not good enough to add the needed code quickly.- This reply was modified 6 years, 8 months ago by adplusdesign.
-
AuthorPosts