Forum Replies Created
-
AuthorPosts
-
Hi,
I edited the CSS code for all captions on easy sliders, but some title are very short. You can try different paddings to meet your needs, such as 30%.avia-caption-content { padding-left: 20%; padding-right: 20%; }
Best regards,
MikeHey SheriG,
Use this code in the General Styling > Quick CSS field:.slide-content .blog-categories { display: none; }
Best regards,
MikeHi,
Our devs estimated the time of arrival for new version to be within this month which will include the latest version of LayerSlider :)Best regards,
MikeHey Beauty Nneoma,
wonderfulhelpers.com does not appear to be a WordPress siteBest regards,
MikeHey Beauty Nneoma,
Your site seems to be up and running, try clearing your cache.Best regards,
MikeHey Dwimmer,
The login does not work, and your socket is not visible. Have you disabled it?Best regards,
MikeHey lleonera,
the latest update was 2017 February 1st – Version 3.8.5
You can check here to see all updates as they are posted > http://kriesi.at/documentation/enfold/enfold-changelog/Best regards,
MikeFebruary 25, 2017 at 4:28 am in reply to: Enfold Masonry images, once expanded (lightbox), don't load full size image. #751688February 25, 2017 at 12:29 am in reply to: Transparent menu settings interfering with non-transparent pages #751656Hi,
Oh I see my mistake, please try this:.header_color .main_menu ul:first-child > li.current_page_item > a { color: #666666;}
Thanks a lot for your patience and for using Enfold.
Best regards,
MikeHey jb84,
I believe this page will explain it well.
https://docs.woocommerce.com/document/woocommerce-shortcodes/
Best regards,
MikeFebruary 24, 2017 at 11:49 pm in reply to: Limiting Portfolio Item next/back navigation via category #751648Hi Joanmarc,
Can you open a new thread with your website details so we can look at it?
ThanksBest regards,
MikeFebruary 24, 2017 at 11:45 pm in reply to: remove date from enfold pages showing in google search #751646Hi,
I believe the date you are seeing on Google is a random date that GoogleBot found on the page. For example I search for your site and found your contact page showed the date Nov 30, 2016.
Yet the only place that any date shows up is in the footer, 30/11/2016, for one of your blog posts. It is also linear to the text that Google shows in the search results. I also searched your webpage code and came to the same conclusion, this is a GoogleBot error. Hope this helps.
Best regards,
MikeHi,
I added this code to the end of your General Styling > Quick CSS field:.avia_transform .av_fullscreen .active-slide .avia-caption-content { padding-left: 20%; padding-right: 20%; }
I hope this meets your needs.
Best regards,
MikeFebruary 24, 2017 at 10:51 pm in reply to: Content section video background not working on mobile devices. #751629Hi,
There are some work around’s http://stackoverflow.com/questions/9260501/html5-video-background-on-ipad-iphone
But this kind of customization as it is beyond the scope of support we can provide here. You can request customization hereBest regards,
MikeFebruary 24, 2017 at 10:39 pm in reply to: Accept "Terms & Conditions" larger on checkout page using Woocommerce? #751625February 24, 2017 at 9:59 pm in reply to: Masonry Elements – items ( images ) stack on top of each other #751611Hi,
Sorry I can’t reproduce that issue, what browser are you using? Can you show a screenshot?Best regards,
MikeHi,
You could try activating debug mode in order to display your shortcodes from the builder and copy it from one page to the next: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
The Advanced Layout Builder saves its content separately from the content in the visual editor so that there is less chance of a small error causing your whole layout to an error. Sometimes however you may want to see the shortcodes that are building your content exactly so that you can copy and paste them elsewhere or something more advanced like nesting elements that don’t quite have support yet.
Best regards,
MikeFebruary 24, 2017 at 9:31 pm in reply to: Bottom Align Only Blog Post Element not Blog Slider #751602Hi,
I’m sorry, I have not found a way to modify one read more button without affecting all of them. You can request customization here, as this kind of customization as it is beyond the scope of support we can provide here.Best regards,
MikeFebruary 24, 2017 at 9:06 pm in reply to: How to add "read more" in the end of excerpt text in the tag view #751591Hey pimroll,
If I understand correctly you wish to remove the automatic […] and use the Read More tag from the builder.
Please add following code to Functions.php file in Appearance > Editorfunction change_excerpt( $text ) { $pos = strrpos( $text, '['); if ($pos === false) { return $text; } return rtrim (substr($text, 0, $pos) ); } add_filter('get_the_excerpt', 'change_excerpt');
Best regards,
MikeFebruary 24, 2017 at 8:39 pm in reply to: Bottom Align Only Blog Post Element not Blog Slider #751575Hey kghorbani,
Thanks a lot for your patience and for using Enfold.
How did you want the read more button aligned for the top slider? They are all centered right now.Best regards,
MikeHey mrcityrunner,
Unfortunately, it’s not possible without major modification to the theme. You can only add video backgrounds on color sections (full row) and full screen sliders.
But you can use the video element for one column and text for your second. Hope these screenshots help.
The only thing is that in the mobile view they will stack, but you would not want a video too tiny anyway.
Best regards,
Mike -
AuthorPosts