Hey ljaworski,
Please go to Enfold > General Styling > Select a predefined color scheme
and select a predefined color scheme and let us know if that helps. Then the header and footer colors can be customised in logo area and footer sections.
I’m assuming by up arrow you mean the scroll to top button ? To change it’s background color please use the css below
#scroll-top-link {
background-color: gold;
}
Best regards,
Vinay
Hi,
Enfold is a great theme. Love it. I’m having a small issue I’ve never had before, though. I put together a page using the Avia Layout Builder, then added Social Sharing Buttons from the Content Elements tab at the bottom of the page. As soon as I add the buttons and update the page, when I view the page, the footer and socket have been shifted to the left, cutting elements of them off (like the copyright information). If I go back to the layout builder and delete the social sharing buttons, save the page and look at it again, the footer and socket display normally again.
I tried to add the social sharing buttons to other pages, too, to see if it was an issue with one particular page. The same thing happens each time I add them to any page.
I’m using Enfold 3.5.4 and WordPress 4.5.2. Viewing the site on a Mac with Chrome and Firefox. Same results with both browsers.
Any help would be appreciated. Thanks.
Hey,
Still love Enfold and use a lot, but just wanted to let you know that I find myself purchasing the Revolution Slider over and over again because the Fullwidth Easy Slider is not responsive and the Advanced Layerslider isn’t updated with the theme and is difficult for some things.
So, just wanted to put in a request, because for so many sites the FullWidth Easy Slider is Perfect and all I need, but it just isn’t responsive on smaller screens. You’ve provided custom CSS and it works for cell phones – but just doesn’t work on tablets. It’s SO PERFECT, is there any way you guys could work more on making it fully responsive? I’m now seeking plugins with simple sliders that are responsive to replace it in Enfold, but obviously would be so awesome if this one worked on every device.
Thank You for Looking into this … I did look all through forum, tried all css code you provided, nothing worked. The site I’m working on now is this one: http://new.dleeproperties.com/
MORE INFO:
Fullwidth Easy slider not responsive on: (Button does not show up)
• 10″ Notebook
• 12″ Notebook
• Apple iPad
• Kindle Fire 8.9″
• Blackberry & small Phones,
-
This topic was modified 9 years, 11 months ago by
Eleina_Shinn.
Hi Rikard
Having some trouble adding the custom css.
so as an example i added .testimonial in an icon box’s custom css field.
Then in my enfold child css i added
#top testimonial .avia-button .avia-size-large {
border-radius: 22px !important;
font-size: 13px;
min-width: 139px;
padding: 15px 30px 13px;
}
as i want the button to have rounded corners.
but there is no effect in the frontend, what am i doing wrong here, just one example of yours would help.
Thank you for your time
-
This reply was modified 9 years, 11 months ago by
waveshaper.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
a.all_sort_button:after {
content: ' /';
margin-right: 5px;
}
Best regards,
Yigit
I’ve updated to enfold 3.5.4 now. But have run into some new problems.
If the theme it self is used, theme settings works fine EDIT: Enfold theme settings is not working unless I manually enter the adress: http://businessolutions.se/wp-admin/admin.php?avia_welcome=true&page=avia (as stated in a later post). If I do so I can enter the theme settings and see that I’m running 3.5.4.
If I don’t enter the page adress manually the theme returns the following errors…
Warning: require(/home/busines4/public_html/wp-content/themes/enfold/framework/php/avia_shortcodes/shortcodes.php): failed to open stream: No such file or directory in /home/busines4/public_html/wp-content/themes/enfold/framework/php/inc-autoconfig.php on line 149
Fatal error: require(): Failed opening required '/home/busines4/public_html/wp-content/themes/enfold/framework/php/avia_shortcodes/shortcodes.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/busines4/public_html/wp-content/themes/enfold/framework/php/inc-autoconfig.php on line 149
The webpage still works but like I said, I cant’t enter the theme settings.
Trying to edit a page using enfold page builder is still not working either…
Error fetching content - please reload the page and try again
Where do we go from here!?
Re-installing WP 4.5.2. didn’t seem to help either? I used the reinstall-button located under Panel->updates->”Re-install now”..
-
This reply was modified 9 years, 11 months ago by
Sunique.
I have been trying to get inline buttons within an accordion toggle, but haven’t had any success. Each button appears on a new line. I have been using the following code, which works if I put it in a code block element:
<div class=”outer”>
<div class=”inner”>
<button id=”display” class=”action_button”>Show</button>
<button id=”hide” class=”action_button”>Hide</button>
</div>
</div>
The corresponding css is:
.outer
{
width:100%;
text-align: center;
padding: 10px;
}
.inner
{
display: inline-block;
}
I also tried this solution, which had no effect: https://kriesi.at/support/topic/enfold-buttons-next-to-each-other-within-same-columns/
Any help would be greatly appreciated.
Thanks
-
This topic was modified 9 years, 11 months ago by
indigotin.
Hi,
Thank you for using Enfold.
What if you use the theme’s video element? It is located under the Media Elements panel of the Advance Layout Builder. This element should be more responsive compare to the default video shortcode. There may be no play/pause button overlay but the default controls should work on desktop and mobile view. Another workaround is to use the Image element and open the video inside a lightbox.
Best regards,
Ismael
Hi all, also having this problem. However I did some debugging myself. I noticed that the demo is using an older version of woocommerce ( or at least the add to cart script anyway ). The demo is using add-to-cart.min.js?ver=2.4.8 and my site is using ver 2.5.5
If you expand both of those files and look at line 3, v2.4.8 has: if (b.is(“.product_type_simple”)) { while v2.5.5 has if (b.is(“.ajax_add_to_cart”)) { on line 7. I added ‘ajax_add_to_cart’ class to the a.av-catalogue-item element and it all worked perfectly.
Until they release a fix, here’s a quick and dirty bit of code you can put in your functions.php file:
function add_ajax_class($text, $product){
$text = str_replace('add_to_cart_button', 'add_to_cart_button ajax_add_to_cart', $text);
return $text;
}
add_filter('woocommerce_loop_add_to_cart_link', 'add_ajax_class', 10, 2);
Or if you’re not using a child theme you can override the core file, however this is not recommended as you’ll lose any changes on updates ( although if it’s the update that fixes this that won’t matter )
Find wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/productslider.php on line 354 change:
$ajax_class = $product->is_purchasable() ? "add_to_cart_button" : "";
to
$ajax_class = $product->is_purchasable() ? "add_to_cart_button ajax_add_to_cart" : "";
Hope this helps and hopefully Kriesi can test this and add it to a release soon.
Thanks for the great theme guys, and thanks for all the hooks and filters. Makes patching things like this waaaay easier :)
-
This reply was modified 9 years, 11 months ago by
matt.
I thought this was a feature of the theme, but apparently not. Thanks!
***UPDATE:
I received this message from the plugin maker:
“Hi there, SearchWP doesn’t actually modify any search forms or results page, that’s left completely up to the active theme. I’d suggest opening a ticket with the Enfold team (the builders of your theme) for some help in fixing the display of your search button.”
Not sure how to proceed.
-
This reply was modified 9 years, 11 months ago by
lbccomm.
Hey infoadpinfo,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.home .avia-button-fullwidth {
padding: 10px!important;
}
If that does not help, please post a screenshot showing the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Best regards,
Yigit
Fixed plugin problem. I replaced the Enfold folder via FTP , but the problem persists . The EVENTI button , only in Italian and only the first time you open the page , does not send the right place . Only on PC , on mobile devices working properly . Please help me.
Hi guys
This is actually a follow up to Ticket: https://kriesi.at/support/topic/enfold-full-width-sub-menu-button-color-state/#post-630441
The fullwidth sub menu was working OK with the custom css (color active state).
Since then we’ve set up some changes in General Styling > Logo Area > Font/Highlight Colors
Not sure if this caused this new issue, but the red active color state is now displaying permanently on all sub menu items (and with a grey hover state).
Can you please check example url below.
Thanks
I do not have a quantity field in any of my product pages (variable products). The only button I have is a add to cart option. Is there an enfold quantity selector that is used instead of the default woocommerce one?
I just tried it and now it is suddenly working and I did not make any changes. I assume someone from enfold made a change to my website? Regardless, it is still not working properly. Now the contact form hangs and says “sending” and does not seem to send the email message. I am finally receiving the contact form messages which is great. I just don’t understand why the form button says “sending” and will not stop doing so.
I have the latest Enfold and was having issues updating pages. The update button would grey out and not allow you to update anything. I added more memory to the wp-config.php file to see if that helped. So far it seems to be better. However, the other issue I have is that when I make a change to a page and want to preview the draft, it goes to wp-admin/post.php that is blank or it goes to an error page that says this page isn’t working http error 500. Any suggestions?
Hey,
although many others have already asked this question, none of the provided solutions helped us fixing the pagebuilder.
But our project might be a bit different since we are using Enfold for a Multisite project.
Now the question: Might that be a problem for the pagebuilder, since the button DOES appear if I customize a page on the “Parent” Site. Not on any of the two the sub-sites though.
We disabled all the plugins and also implemented the code snippets in the functions.php. Nothing works. We need this to work for our client so we’d be glad if the support team can help us out here. Preferably without giving you admin access to our backend.
Cheers
-
This topic was modified 9 years, 11 months ago by
achtung-de. Reason: added tags
Hi,
Please hover on your column element and click that blue button to edit your column and then edit top margin value – http://imgur.com/a/CTEFW
If you do not have such feature, you might be using an older version of the theme. In that case, please firstly update Enfold to the latest version 3.5.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit
I’ve just bought Enfold, but I cannot set up a Masonry Photos Gallery. When I selected some photo, it takes all the image in the Media library. And the button load more doesn’t work. I need help. Is there a bug?
Hallo
I uploaded a logo to my site 5906 X 1182. It was showing up fine on my site before I went on vacation at the end of April but now I notice that the logo is really small and it seems like it’s defaulting to 300 X 60. Even though I’ve changed the size a number of times, it doesn’t seem to change back to full size. Can you please help me out here?
Enfold –> General Layout –> Click [Upload] button
– Click on the logo under “Media Image”
– Change the size to Full Size 5906 X 1182
– Click on [Use Image as Logo] button
– Click on [Save All Changes] button on the “Enfold Theme Option” page
The logo was orginally covering the width of the page and there were no blank spaces under the logo either. Can you please help?
Quick question, apologies if this is extremely basic.
If I am only making changes to my enfold theme with the Advanced Layout Editor and General Layout buttons, do I need to install a child theme to prevent changes from happening for future updates? What about if I install widgets? I keep getting confused if a child theme is recommended for these types of changes, or when you are going into the original files and changing code yourself? I’m sorry to be beating a dead horse, I can’t seem to find an answer through searching.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
button.single_add_to_cart_button[disabled="disabled"] {
display: none!important;
}
Best regards,
Yigit
Hey ahavens30,
For your content on the right side of the logo, you can refer to this post and a widget area to header – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
And for main menu, you can choose “Logo left, menu below” option in Enfold theme options > Header and then choose last two menu items as colored buttons in Appearance > Menus :)
Best regards,
Yigit
Hey andreki,
The button is centered but the min-width is larger than the screen width hence it appears to extend. To resolve this issue please reduce the button min-width.
To do so please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-button.avia-size-x-large {
min-width: 230px!important;
}
Best regards,
Vinay
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .avia-slideshow-button {
font-size: 14px;
background: orange;
color: red!important;
border-color: purple!important;
}
Best regards,
Yigit
Hey Taryn,
Thank you for using Enfold.
My bad. Please replace the code with the following:
@media only screen and (max-width: 767px) {
.responsive #top .cart_dropdown {
opacity: 0;
}
.responsive #top .cart_dropdown.show_cart {
opacity: 1;
}
}
And this code in the functions.php file:
function add_custom_script(){
?>
<script type="text/javascript">
(function($){
function a() {
$('#top .avia_cart_buttons .button').bind('click', function() {
var empty = $('.cart_list .empty').length;
if(!empty) return;
$('.cart_dropdown').addClass('show_cart');
});
}
a();
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'add_custom_script');
Remove browser cache before testing the page.
UPDATE: We modified the code a little.
Best regards,
Ismael
Hi Andy,
I have included the information below. We are using the Enfold Construction demo are referring to the button shortcode from the Avia builder as well as the buttons for the Fullwidth Easy Slider.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #wrap_all .main_color .av-menu-button-colored > a .avia-menu-text {
color:gold!important;
}
Best regards,
Vinay
Anyway I got the solution it does have to do with AVIA that is controlled by the theme Enfold:
.avia_cart_buttons {
display: none;
}
#top.logged-in .avia_cart_buttons {
display: block;
}
For anyone that faces the same problem. Thanks for the support.
Toppic is closed why?
@Yigit:
Does this not go away during an update of the theme?
-
This reply was modified 9 years, 11 months ago by
mydoo.