My acordian slider just stopped working on my home page – http://www.laninlaw.com
I did not edit the page at all. Any help would be greatly appreciated.
Thanks
(Email address hidden if logged out)
Hi,
Our video slider on our homepage (www.loyalloops.com) stopped working
also, the accordion menus on our features page (http://www.loyalloops.com/features/) stopped working properly
i have tried updating the theme but it wont allow me to
please help!
-
This topic was modified 9 years, 11 months ago by
yasin0424.
Hi there,
Using the Layout builder on the homepage and I have a fullscreen slider element right at the top. Going through and optimising the SEO on the page right now and I am wondering if I can change the h2 tags surrounding the caption title to be h1 tags. In the div tag:
<div class="slideshow_align_caption">
In the layout builder, I cannot see this function/ability. I am hoping it is somewhere in your theme php code that generates the HTML code for the fullscreen slider.
Can you please assist?
Hello.
We have been running Enfold and WP-Tpyes.com’s Views plugin for several years.
With the latest update to both Enfold and Views, the Avja Page Builder does not function when the Views plugin is active. A spinning gear is presented, but no page elements load.
We have checked the plugin developer, WP-Types, and they directed us to the theme dev, you. (https://wp-types.com/forums/topic/toolset-plugins-compatibility-issue-with-wordpress-4-5/) The solution they link to allows Avia to load, but not function. With the specific line (215 in the current version) commented out, the elements in Avia display, but clicking on a page element does not produce the pop-up editor and attempting to access the CONTENT ELEMENTS or MEDIA ELEMENTS tabs is not possible, clicking has no effect.
Can you please comment or help on this point? I understand it is a conflict and, while no one is at fault, it leaves a user base stuck in the middle.
Thanks
Hi,
I have some fairly long pages on my site and would like to include buttons, a sub-menu or links at the top of these pages to anchored content. My pages have a side bar and so when I add a Color Section this interrupts the side bar and is not the effect I am after.
1. Can a colour section (which I can always just make the same bg colour as the content anyway) width be set to 100% width of the content and not fullwidth?
2. Can I add an anchor to other layout or content elements?
Thanks in advance for your assistance :-)
Thanks,
Marsha
Hi there,
I used your custom css classes to help show or not show items based on screen width to help for mobile viewers. In the past, I would see the field in elements like the Full width easy slider. I don’t see it anymore after the latest update. Is there a different way to do this?
Here’s the css code I used:
@media only screen and (max-width: 990px) {
.only-desktop { display: none !important; }}
@media only screen and (min-width: 990px) {
.only-mobile { display: none !important; }}
Then I would indicate “only-desktop” or “only-mobile” in the class field of the individual element.
Please let me know how I can do this for new posts or pages. Thx!
BP
I upgraded to WordPress 4.5 and the posts slider on the homepage stopped working. ( removed it for now until we can resolve it).
Also, the “pop up” animation for images stopped working.
Hello,
Congratulations for your theme.
I have updated WordPress to 4.5 and slider stopped working, photos are not showing up and tabs also stopped working.
Theme and plugins are uptodate.
Could you help, please?
Thanks in advance
Hi lenalavandel,
I’m using this plugin https://www.woothemes.com/products/grid-list-toggle/
that is advised by woo crew…
I’ve solved myself the list alignment with this css custom mod:
#top .thumbnail_container img {
width: 100% !important;
}
ul.products.list li.product img {
margin-top: 20px !important;
}
ul.products.list li.product hr {
border-width: 0 0 0 0;
margin-bottom: 0px;
}
ul.products.list li.product {
position: inherit !important;
padding: 0px 0px 0px 0px !important;
}
ul.products.list li.product .thumbnail_container {
width: 30%;
height: 50%;
float: left;
}
#top .inner_product_header {
clear: right;
border-top-width: 0px;
min-height: 0px;
padding: 5px 5px 15px 5px !important;
}
div .products .product a, div .products .product a img {
display: inline !important;
}
div.entry-content-wrapper ul.products.grid{
margin-top: 20px !important;
}
div.entry-content-wrapper div.product-sorting{
padding-bottom: 0px;
}
It works again … look here: https://wordpress.org/support/topic/google-maps-not-showing-up-2?replies=8#post-8285382
You need to change a short string in the avia.js of the Enfold theme.
Hi!
Just like media queries for tablets and desktops we can target landscape and portrait mode in css.
1. Create 2 color sections on a page with 100% height and different background colors.
2. Add a custom ID to the 1st color section “#only-in-portrait” and some sample text like “Please Rotate Your Device”
3. Paste the below css in Quick CSS
#only-in-portrait {
display:none;
}
/*Only in Portrait */
@media only screen
and (orientation: portrait) {
#only-in-portrait {
display:block!important;
pointer-events:none;
}
body{
overflow: hidden;
}
}
Like Ismale mentioned above you can combine this with device screen width to specify only in tablet portrait mode or mobile portrait mode.
You can add the rest of the page content below the 1st color section.
Best regards,
Vinay
-
This reply was modified 9 years, 11 months ago by
Vinay.
I need to increase the size of the text and titles in the footer as well as decrease the padding on the top and bottom. Can you provide me with some direction or the CSS classes I need to adjust?
Also I need to increase the font of the menu text, but it’s not working from the theme options. Can you help me with that as well?
Hi guys,
Yesterday the animations stopped working.
I think that could be a error with js or css maybe. The two days ago I’ve installed WP Rocket for the cache togheter.
You know what it could be?
Thanks
Hello, I’m trying to make a onepage site. I know how to use the anchors, but when i click on an anchor link its “jumping” to the anchor.
I want the same effect as the enfold restaurant demo. How can I fix that?
Hi
Thank you for the reply and sorry as its a bit frustrating to get stuck a few days until get a response. Sorry!!
Could you please explain a bit where do i insert the code?
in this———————-
.main_color .avia-gallery-big, .main_color .avia-gallery img {
background-color:rgba(190, 32, 45, 1)!important;
border:none!important;
}
—————————-
Should i change the color value with others ? and the border width and color how? How about transparency of the border?
And here—–
Where to put this:
#top div .avia-gallery .avia-gallery-big or this #top div .avia-gallery img
and here
.postid-4622 #top div .avia-gallery .avia-gallery-big {
/* your CSS code */
}
what would be my CSS cod?? also is there a way to put it as a code in the same page or portfolio??
Thank you
Hello.
I would like to have the same behaviour of the background image into the section color both via desktop or mobile.
Actually on desktop i can see the fixed background how it should work, and here you can have a glimpse or what i’m designing.
The sections simulate a transparent panel moving on the background while scrolling

In the mobile version the background images are fixed but in the single color section, and the result is this

As you can see the background hasn’t the continuity it has on the desktop version.
How i can fix the background also in the mobile version?
Thank you
Hi Andy,
thank you very much :-))) now only three questions remain unanswered:
please look at the link http://www.tierarzt-unterschleissheim.de/responsive_stop.jpg and sliding windows along the left then you see what I mean. The WORD-logo in the slider has no distance to the browser window on the left. It should be absolutely flush with the content and the PICTURE-Logo in the Header.
2. Layer slider: where exactly do I adjust the distance of left to the browser window?
the slider is responsive to the left end flush with the content / stop and not entirely abut the edge of the browser.
_______________________________________
4. if I use a submenu such as in services (Leistungen), I can sort it only after alphabet. But I want to sort individual. How can I customize? I would then like to show right in the SIDEBAR. Look at this link / Screenshot: http://www.tierarzt-unterschleissheim.de/submenue_sort_personalized.jpg
5. when i in the accordion use an image and to the right have a list, the list Runs into the picture. Here, of course, should be a distance to the right. How and where can I change this? Look: http://test.kleintierpraxis-senger.de/tipps/operationen/ and here the same:
Hey Chris_85!
Please add following code to Quick CSS
#top .av-share-box * {
border:none !important;
}
Regards,
Yigit
We already had selected “Transparent Header” and updated each page, but the logo still does not show as transparent on the MOBILE version of the site. As mentioned, the logo shows correct and transparent on the desktop version of the site, but not on the mobile version. Please help. Thank you.
I did created some time ago, it’s here:
Hi,
i use the social media share buttons. I want to design them without a border. I used the css code
#top .av-share-box ul {
border:none !important;
}

But the right border didnt clear. (see Srceenshot) How can i fade out the right border??
-
This topic was modified 9 years, 11 months ago by
Chris_85.
Dear Kriesi,
Another problem that seems to relate to the WP 4.5 update is that the contact form on my website has stopped sending messages.
I added the temporary fix to the functions.php to fix the slider issues as I cannot update Enfold at the moment. Perhaps this has an impact?
function modify_jquery() {
if (!is_admin()) {
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ‘https://code.jquery.com/jquery-1.11.3.min.js’);
wp_enqueue_script(‘jquery’);
}
}
add_action(‘init’, ‘modify_jquery’);
Has anyone else encountered this issue?
Thanks, Richard
Right now I discovered that the Google Maps plugin also stopped working !
You can see it on this screenshot: http://screencast.com/t/CuaUPklGn
The page is http://www.reformhaus-parfuemerie.de/anfahrt/
For your bugfixing I installed a Server Info plugin !
http://www.reformhaus-parfuemerie.de/wp-admin/index.php?page=wp-serverinfo%2Fwp-serverinfo.php
A minute ago, I disabled ALL plugins, but the problems remained ! :-/
I hope you can help soon !
Thanks
Tom
-
This reply was modified 9 years, 11 months ago by
ideenstart. Reason: Just a cosmetic edit ;-)
I am having the same problem with animations on my website. They were working fine before upgrading to WordPress 4.5. I am not using any caching plugins and have deleted cache, disabled other plugins and tried the suggestion mentioned here: https://kriesi.at/support/topic/pop-up-animation-not-loading/.
I know you guys are busy but I really appreciate your help.
Kind Regards.
Dear Sirs,
i ma using hotspots which is great on the following donation page see https://www.jamestest.co.uk/donations/ however as you can see i want to align the hotspots centrally by 0.1% currently the element shows
element.style {
left: 10.8%;
top: 46.1%;
}
I want to adjust to
element.style {
left: 10.9%;
top: 46.1%;
}
but this is really difficult manually against the image as it is such a small amount how can I make such a refined adjustment please can you help
Hello,
Updated and the images have gone.
Tried redownloading dummy data too, but no help unfortunately.
We have the same problem, all top banners and images are off.
For search engine reasons I need to change the H3 in the footer.
I found this topic and changed the h3 in h6 only the part that is relevant for footer (other sidebars not needed) but I see no difference in appearance. My browser inspector still shows h3. 
Second Q:
If this is the way to do it. How do I put this ( file) in my Child theme?