Forum Replies Created
-
AuthorPosts
-
Hi fullaccesswebdesign,
Well, the easiest war is to add it to them to the excerpts manually, the other way would require coding.
Best regards,
VictoriaHi Yeshenyima,
Here are the docs for you
If you need further assistance please let us know.
Best regards,
VictoriaHi bakbek,
Can you disable caching and minification for now?
table caption { text-align: left; }Best regards,
VictoriaHi bakbek,
Best regards,
VictoriaHi goosgrafisch,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { #av_section_1 .av-parallax-inner.avia-full-contain { background-attachment: scroll !important; background-size: cover !important; } }If you need further assistance please let us know.
Best regards,
VictoriaSeptember 16, 2018 at 2:37 pm in reply to: A different "Visibility" on posts with the advanced layout editor #1010404Hi loulivia,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 990px) { #top .thumbnail_container img { width: auto; height: 165px; margin: 0 auto; } } @media only screen and (min-width: 768px) and (max-width: 989px){ #top .thumbnail_container img { width: auto; height: 117px; margin: 0 auto; } }If you need further assistance please let us know.
Best regards,
VictoriaHi Peter,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width:768px) and (max-width: 1024px) { #top .av_header_transparency .header_bg { background-color: #fff; } }If you need further assistance please let us know.
Best regards,
VictoriaHi Louise_Brace,
Could you please attach some screenshots of the issue?
Best regards,
VictoriaHi mohsensalar,
You can edit templates and remove that html element if you need.
Best regards,
VictoriaHi prana_aok,
Here are some links for you to consider
https://cloud.google.com/maps-platform/pricing/
If you need further assistance please let us know.
Best regards,
VictoriaSeptember 16, 2018 at 11:51 am in reply to: Accordion Slider Tab Opacity not appearing on Safari #1010366Hi markpevans,
The correct code would be
#top .aviaccordion-preview-title-wrap { position: relative; display: table; height: 100%; width: 100%; background: rgba(0, 27, 60, 0.7); padding: 0; filter: alpha(opacity=60); }If you need further assistance please let us know.
Best regards,
VictoriaSeptember 16, 2018 at 11:48 am in reply to: Avia Layout Builder elements keep disappearing every time I press 'Update.' #1010364Hey stoneconsumerproducts,
There is nothing in the private box, can you please send credentials again? Please make sure to have some text in the regular text box.
Best regards,
VictoriaHi ExagOne59,
Both sliders work the same on my end.
Can you please post a few screenshots of the issue or make a small screencast for us?
Best regards,
VictoriaHey luca8link,
It works fine on my end in Chrome on a Mac, can you please make a small screencast of the issue?
Best regards,
VictoriaSeptember 16, 2018 at 11:22 am in reply to: Layerslider: import slider (product activition) #1010356Hey Jak73,
You need to purchase the Layer Slider license for that.
You can do it here:
https://codecanyon.net/item/layerslider-responsive-wordpress-slider-plugin/1362246Or you can use sliders that come with Enfold demos.
Best regards,
VictoriaHi fumsel,
Full-width sliders are also the elements that cannot really be used with the sidebar, like the color sections.
Schieberegler in voller Breite sind auch die Elemente, die nicht wirklich mit der Seitenleiste verwendet werden können, wie die Farbabschnitte.
Best regards,
VictoriaHey loulivia,
Well, then the width will be smaller, the resizing here happens according to the width of the images, not the height. The easiest way to go here is to prepare the images of the same size.
Best regards,
Victoria1September 16, 2018 at 11:08 am in reply to: Cannot login Enfold WP site – Error – Enable Cookies #1010346Hey Oliver,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaSeptember 16, 2018 at 11:07 am in reply to: Get sidebar content to appear on mobile device at the top #1010345Hi Colin,
You can copy the file to the child theme and this way your customizations will not be lost on an update.
Best regards,
VictoriaSeptember 16, 2018 at 11:05 am in reply to: No Layer Slider Picture / Header on Blog Page to see #1010344Hi Dietmar,
The Layer Slider does not fire on that page for some reason.
Could you please enable the Advanced Layout Builder debug mode. Here is how to do it:
Best regards,
VictoriaHey VM,
Maybe the magazine element will work better for you in this case?
Here are the demosBest regards,
VictoriaHi pumpmakers,
There was a dot missing in front of one of the page classes and so the code after it was ignored.
I adjusted the code for you, the dates do not show there.
Best regards,
VictoriaSeptember 16, 2018 at 10:21 am in reply to: External javascript form breaks out of container and displays in the footer #1010335Hi wilson.paul,
Could you please clear the cache, check again and get back to us.
Are we talking mobile sizes here?
Could you please attach some screenshots of the issue?
Best regards,
VictoriaHey atgili,
You need to have these disabled when you’re working with the styles.css and enable it when you’re done.

Or resave theme options everytime you make a change in the styles, since merging needs to occur and pick up the changes you made.
If you need further assistance please let us know.
Best regards,
VictoriaHi Eikordo,
Please check your Quick css.
Best regards,
VictoriaHi Enis,
It can be that the burger is not working because of the customization. Can you comment it out for now and see if it solves the issue? And then the customization can be adjusted to work.
Best regards,
VictoriaHi cohetete,
Here is the code you can put in your funtions.php
add_action('wp_footer', 'ava_single_move_date'); function ava_single_move_date(){ ?> <script type="text/javascript"> (function($) { $(document).ready(function() { $('.single .post-entry.post-entry-type-standard').each(function () { var date = $(this).find('.post-meta-infos'); var heading_wrapper = $(this).find('.av-heading-wrapper'); date.appendTo(heading_wrapper); }); }); })(jQuery); </script> <?php }and this css:
.html_elegant-blog #top .post-entry .post-meta-infos { float: none; }If you need further assistance please let us know.
Best regards,
VictoriaHi Lknows,
I see it happening only on the home page and I cannot really find where it is coming from, but the code below will help you fix it:
.home #header { background-color: #fff; }If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts


