Forum Replies Created
-
AuthorPosts
-
May 1, 2018 at 6:39 am in reply to: New Disable Template Builder Elements function not working #949372
Hi,
There are two Enfold folder in the live site. Please remove the old version to avoid conflict. Let us know if that helps.
Best regards,
IsmaelHi,
Apply a unique Section ID to the section that contains the “logo”. Use that id instead of the generic selector (#after_full_slider_1) above.
Best regards,
IsmaelHey Envat0supportislameandgotanF,
Thank you for using Enfold.
Did you add html tags to the builder? Please make sure that they are closed properly because open tags break the builder elements. Provide the login credentials and the link to the page with the issue so that we can inspect it.
Best regards,
IsmaelHey mlong2001,
Thank you for using Enfold.
The background image is inside another container because the background attachment is set to parallax. Please try this css code.
#tnflag .av-parallax-inner { background-position: top center !important; }You may want to set the attachment to “fixed” or “scroll” because the parallax container is always taller than the actual section.
Best regards,
IsmaelHi,
Thank you for the update. Look for this css modification.
.av-catalogue-price { width: 75px; }Adjust the width value.
Best regards,
IsmaelHi,
It works when I add the css code directly in the browser inspector. Please post the login details in the private field.
.main_menu { right: auto; left: 130px; }Best regards,
IsmaelHi,
The site is loading properly on my end and the video autoplays. Please try to remove the browser cache prior to checking the page.
Best regards,
IsmaelHi,
Would you mind if we take a look at the site? We would like to inspect it.
Best regards,
IsmaelHey Xinspirit,
Thank you for using Enfold.
It is displaying at the very bottom of the browser. You may have consented to it already. Please try it on another browser, computer or network.
Best regards,
IsmaelHi,
Thank you for using Enfold.
1.) The text alignment of the caption is set to “center”.
#top div .caption_center .slideshow_caption { left: 0; width: 100%; text-align: center; }2.) Please use the theme’s Gallery element. Set the “Gallery Style” to the third option.
Best regards,
IsmaelMay 1, 2018 at 6:07 am in reply to: Checkmarks in Performance – self hosted video – youtube video #949347Hey Guenter,
Thank you for the info.
We’ve notified the development team regarding this particular issue. Please edit the aviashortcodes > video.php file, go to line 71 and 82 then replace them with the following codes.
line 71:
else if(avia_get_option('disable_mediaelement') != 'disabled')line 82:
else if(avia_get_option('disable_video') != 'disabled')Best regards,
IsmaelHi,
Where did you send it? Please add the link in the private field.
Best regards,
IsmaelHey fabienneBESD,
Thank you for using Enfold.
Adjust the value of the previous css modifications on mobile view. Use css media queries.
@media only screen and (max-width: 767px) { #header_main { height: 200px; } }CSS Media Query: https://www.w3schools.com/css/css3_mediaqueries_ex.asp
Best regards,
IsmaelHi,
Thanks for the info. The modifications worked but I don’t think the video responds to the video controls.
Best regards,
IsmaelHey Kevin,
Thank you for using Enfold.
I think you’re looking for the second option ( Deactivate but leave plugin files in the theme folder ). Is that correct?
Best regards,
IsmaelMay 1, 2018 at 5:25 am in reply to: 4.3 Update does not display WooCommerce Reviews on Product Pages #949321Hey echristoperj,
Thank you for using Enfold.
Edit the config-templatebuilder > aviashortcodes > product_snippet > product_snippet_review.php file. Remove everything and then replace it with this code.
// https://pastebin.com/ZyPrYnJy
Best regards,
IsmaelHi,
Thanks for the info. Do you have a staging or a dev site? We would like to check the issue.
Best regards,
IsmaelHi,
Thanks for the update. What do you mean by “state”? The slider will only rotate once the video end.
Best regards,
IsmaelHi,
How did you add the icon? It’s inside the add to cart form.
<div class="tinv-wraper woocommerce tinv-wishlist tinvwl-before-add-to-cart"> <input type="hidden" name="product_id" value="1683"> <a class="tinvwl_add_to_wishlist_button tinvwl-icon-heart icon-white no-txt button tinvwl-position-before" data-tinv-wl-list="[]" data-tinv-wl-product="1683" data-tinv-wl-productvariation="0" data-tinv-wl-producttype="simple" data-tinv-wl-action="addto" rel="nofollow"></a> <div class="tinvwl-tooltip">Βάλτο στη λίστα</div> </div>Best regards,
IsmaelHi,
Thanks for the update.
Use this css code to remove the default background.
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { background: transparent; }Best regards,
IsmaelHey vossenm,
Thank you for using Enfold.
Hide the current slider on mobile view and then create another version that is specifically configured for smaller devices.
Best regards,
IsmaelHey!
@Mike61: Thanks for the update. The FTP details are not working though. Please check.Regards,
IsmaelHi,
I do understand what you’re trying to do. I followed my own instructions above. Please remove browser cache prior to checking the page.
Best regards,
IsmaelApril 30, 2018 at 10:32 am in reply to: Archive page shows up as last post in blog grid layout #948963Hi,
Thanks for the update.
I’m not sure what’s causing the issue, yet. Did you use another theme before Enfold? Please try to upgrade to version 4.3. Let us know if it helps.
Best regards,
IsmaelHi,
Awesome! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
IsmaelHi,
The option works properly. Did you forget to exclude it in the cache plugin before?
Best regards,
IsmaelHi,
Thank you for the update. Looks like you managed to adjust the width of the columns on iPad view.
Screenshot: https://imgur.com/a/jsrozVn
If this is not what you’re after, try to adjust the previous css media query’s viewport values.
@media only screen and (max-width: 768px) and (min-width: 481px) {Replace it with:
@media only screen and (max-width: 1024px) and (min-width: 768px) {Best regards,
IsmaelHi,
Thank you for using Enfold.
Did you adjust the theme options of those languages? Please note that each language has its own theme options.
Best regards,
IsmaelHi,
Thank you for the update.
We modified a few files based on a thread with the same issue. The video loads but it takes quite a while to buffer.
Screenshot: https://imgur.com/a/ZNkPamJ
// https://kriesi.at/support/topic/video-autoplay-4/#post-947097
Best regards,
Ismael -
AuthorPosts
