Bryan HarleyGuest
Hi, I already purchased Enfold. But I misplaced my password for the support forums. My email is (Email address hidden if logged out) , account name is cmactv. I have tried clicking the reset password button many times, but I never receive an email to reset it. I have checked my spam folder too. No email is ever received.
Hey Rob :)
You can refer to this post – https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options and it to theme options as image.
Enfold uses icons from Fontello and currently there is no TikTok icon on Fontello, so I am afraid we are unable to add it to theme options.
Best regards,
Yigit
Hello,
I want to have a button within the masonry hover and so I´m searching for a paid freelancer. You should be pro with the enfold template to customize the masonry gallery to add a button to the masonry hover with the link-src of the custom-url of each image. I will describe it more detail of course.
If someone is able to work for me for 1-5 hours just let me know.
thank you,
best Marc
Hi there,
On our Enforld WordPress theme we encounter some loading problems when we like to edit our homepage in the back-end. After login in the back-end of our website, it’s not possible to edit the homepage straight away, due to a long loading time. But if we switch to the ‘media’ of other page first and then back to the homepage it will load correct.
But when we edit the info en hit the blue “update” button an error box shows up telling us “A critical error has occurred on this website. Check your admin e-mail inbox for instructions” with a weblink.
Looking forward to your reply,
Frits Stel – Netherlands
Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.single-product .av-woo-purchase-button {
text-align: center;
}
Regards,
Yigit
Hi Ingo,
Thanks for contacting us!
Please login to your account on ThemeForest and go to Enfold’s page – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 and click “Renew support” button on the right hand side.
After that, you can go to https://kriesi.at/support/forum/enfold#new-post and re-validate your purchase code :)
Best regards,
Yigit
Hi,
I clicked the button to manually check for a theme update and it gave me a “critical error” message and I can no longer access my admin area and my site is not showing (https://alisonreedcounseling.com/). I’ve deactivated all plugins and it is still giving this error. How can this be fixed?
Hey NThiem,
Thank you for the inquiry.
You can use this code in the functions.php file to add the quantity buttons to the product overview page.
add_filter( 'woocommerce_loop_add_to_cart_link', function( $html, $product ) {
if ( $product && $product->is_type( 'simple' ) && $product->is_purchasable() && $product->is_in_stock() && ! $product->is_sold_individually() ) {
$html = '<form action="' . esc_url( $product->add_to_cart_url() ) . '" class="avia-quantity-button" method="post" enctype="multipart/form-data">';
$html .= woocommerce_quantity_input( array(), $product, false );
$html .= '<button type="submit" class="button alt">' . esc_html( $product->add_to_cart_text() ) . '</button>';
$html .= '</form>';
}
return $html;
}, 10, 2 );
Please make sure that the Enfold > Shop Options > Product layout on overview pages is set to Default or the very first option.
Best regards,
Ismael
Yes, perfect.
Thank you @guenni007!!
@ismael
Maybe you want to take that into your documentation??
Addendum:
For the same task i need some more advice.
-I added a new CPT – “classes”.
-I published a page called classes and i use a masonry element to call all posts from the CPT “classes”
-Now i got a 3 or 4 column page with a masonry, description & title as a layer over the image, vanishing on mouse over
– i give a custom CSS class for the masonry element – lets say “workshop”
Questions
What are the selectors to:
1: Change the color and the transparency for the overlay
2: Change the font size or color of the description and title?
3: Change the single masonry element for changing borders, border-radius or so.
add 4:
Is there a way to let the excerpt process Enfold-Shortcodes?
(I would like to have a button as a kind of “Read more) to every Masonry element)
kind regards
Elvira
-
This reply was modified 3 years, 11 months ago by
InSilentio. Reason: added something
Hello there,
we have an enfold installation with child-theme, WPML, WP Rocket and some css in the general styling tab in the theme-options.
Whenever a new element with a class defined in the css is added, to a site, this css isn’t applied to the new elements, but to the old ones.
For example we have a class .new-home-button. There is a button with .new-home-button on the site, everthing is fine with that.
We add 2 new buttons with the same class attached, in the frontend the old buttone with that class has all of this classes css, but the new buttons doesn’t.
We have to purge the whole rocket-cache to make it work on the frontend for this 2 new buttons.
IS this a known issue maybe?
Sinverly
Hello,
i am using WooCommerce + Enfold.
I would like to add a quantity counter below the “add to cart” bottons at our product site, below the product itself.
The red box indicates where i want the buttons to be – optimally inside the product window.
View post on imgur.com
This is what i mean with a quantity counter
View post on imgur.com
Anyway to do this with shortcode? I am not to familar with CSS or HTML – but i can work with those if there is any code i can tweak till it fits the purpose.
Thanks in advance! Best wishes, Niclas
I use a horizontal gallery like this one: https://kriesi.at/themes/enfold-dark-photography/portfolio-item/barcelona/
Unfortunately, when I use the navigation buttons to navigate through the pictures, it doesn’t work smooth on my website and the last 3 or 4 pictures are not visible. Placing the gallery inside a container has the same effect. But, after (temporary) resizing the browser window, everything works fine. Do you know what could cause this issue? I already tried switching lazy loading and tried with and without caching plugin.
Hi,
Thank you for the screenshot.
You can use this css code to hide the catalogue price and replace it with a button.
.av-catalogue-price.av-cart-update-price * {
display: none;
}
.av-catalogue-price.av-cart-update-price:before {
content: "View Training";
color: #000000;
background: #ebebeb;
padding: 10px 13px !important;
top: 10px;
position: relative;
border-radius: 3px;
font-size: 13px;
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
Ismael
We have problem in header menu quick search .
We place the following code in enfold theme options HEADER => extra elements =》Phone Number or small info text
code:
<div> <input type="submit" value="" id="searchsubmit" class="button avia-font-entypo-fontello" /> <input type="text" id="s" name="s" value="" placeholder=’Search’ /> </div> </form>” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello” style=””><span class=”avia_hidden_link_text”>Search</span>
At the same time, we have installed WPML, and the second language system is in incognito mode.
AJAX will display the results of the main English language instead of the current language.
We have cleared the website and host cache, closed other plugins, upgraded ENFOLD and WPML versions,
please help me to resolve it, thank you.
i’m working off of a demo in enfold for a photography portfolio. the demo has a layer slider on the homepage with buttons but when I go in to edit this, there is no option available for buttons. the site is almost done and I would like some help here. any suggestions?
thanks,
jenny
p.s. i used this theme years ago and am familiar with the buttons….so I know for sure that they just aren’t there.
Hi all,
Is
themes\enfold\config-templatebuilder\avia-shortcodes\product_list.php (as of: https://kriesi.at/support/topic/product-catalogue-template/#post-1350662 )
also the document I need to modify if I want the Product List element to have a button with the text ‘View training’ instead of the price?
Or is there perhaps a snippet I can use?
This is what I would like to achieve:
https://ifra.nl/wp-content/uploads/2022/05/Schermafbeelding-2022-05-05-om-17.24.41.png
Hi all,
Is
themes\enfold\config-templatebuilder\avia-shortcodes\product_list.php
also the document I need to modify if I want the Product List element to have a button with the text ‘View training’ instead of the price?
Or is there perhaps a snippet I can use?
This is what I would like to achieve:
https://ifra.nl/wp-content/uploads/2022/05/Schermafbeelding-2022-05-05-om-17.24.41.png
Update:
Maybe I should have opened a new topic instead of replying to this old one? Just did: https://kriesi.at/support/topic/button-instead-of-price-at-product-list-element/
-
This reply was modified 3 years, 11 months ago by
ifranl.
Hello
I look after a number of websites all created with Enfold. The most recent websites I have built are both not showing the latest update as available. One website is Enfold 4.8.7.1 and the other on Enfold 4.9 and when I click the CHECK MANUALLY button they both say ‘you are running the latest version!’ Both have the Envato private token entered with the correct permissions. This isn’t happening across all the websites I manage.
I noticed on another ticket it was suggested to “Please try to install and configure this plugin: https://envato.com/market-plugin/” – will this fix my issue and do I need to do this for all websites I build with the Enfold theme from now on?
I have the two websites that are affected in the private content section.
Thank you for your help
Peta
Hi Sabrina,
Please try to go to Enfold > Advanced Styling > click Select an element to customize and change it to Widget Links and click on Edit Element button then change the Font Color.
Repeat the same process and for the second one check the Apply only to mouse hover state.
Hope this helps.
Best regards,
Nikko
I have a couple of other websites with different themes. Both have a page which used to display an Instagram feed. Both now display this error:
Instagram Feed is encountering an error and your feeds may not be updating due to the following reasons:
There has been a problem with your Instagram Feed.
API error 999: Your access token could not be decrypted on this website. Reconnect this account or go to our website to learn how to prevent this.
Also, they display a button telling me how to fix the error, which links to this page:
https://smashballoon.com/doc/instagram-api-error-message-reference/?instagram#999
Not sure if the above is connected to the reason why Enfold Instagam feed is failing?
Hi,
Could you please explain why there are always issues when installing Woccommerce booking alongside Enfold?
If I look at our page https://guideaujapon.fr/produit/tokyo compared to https://kriesi.at/themes/enfold-travel/product/day-trip-london/ the Quantity Buttons are totally different.
We bought the plugin following your demo and have never been able to use it properly.
See my previous post https://kriesi.at/support/topic/woocommerce-bookings-option-to-display-calendar-on-click-not-working/
Do you reimburse the USD249 or fix it.
How to we get the -/+ buttons?
Thank you
X.
Hey satucker,
Thank you for the inquiry.
Did you place the API key in the Enfold > Google Services > Google Maps API field? Please provide the API key in the designated field, then click the Check API Key button or just leave it as is so that we can validate it.
Best regards,
Ismael
This reply has been marked as private.
Oh gosh! 1 more thing. I promise I’m going to put all my questions and your answers in a thread so it will help all the other people with all the same needs!! Lol
Ya’ll helped me with making the Enfold contact input field’s backgrounds transparent, but the Text Area wasn’t included.
So then I would like MailChimp submit button to look the same as the Enfold Contact Form submit button, same size and orientation.
If this is possible.
This is the css I have so far
#top #main input[type='submit'].button {
background-color: transparent;
color: #3c5c85;
border: 1px solid #ae883d;
}
#top #main input[type='submit'].button,
#top #main input[type='text'] {
background-color: transparent;
color: #3c5c85;
border: 1px solid #ae883d;
}
.avia-mailchimp-form input {
text-align: center;
font-family: 'Josefin Sans';
}
.toggler {
border-top: none!important;
border-bottom: none!important;
}
span.blog-author.minor-meta, .text-sep-date {
display: none!important;
}
#top .avia_ajax_form.avia-mailchimp-form input[type='submit'] {
font-size: 22px;
}
#top .avia_ajax_form.avia-mailchimp-form input[type='text'] {
font-family: 'josefin sans';
}
Thank you!!
Hey Rikard,
I think I don’t understand what you mean.
I was in the Enfold settings, there I cannot change the Menue Style to a button.
But If I change the Menue in global , then i still have the problem, that it does not changes the Fontcolour when i create an other Site with other Background-Color (i want to be the Header transparent).
I want it exactly like here: https://www.zumheidkrug.de/ (it changes font-Color regardsing on which page you are).
Now I use a submenue element
Hello, 2 things.
1)
I was trying to use the Enfold MailChimp feature for a contact form and it works beautifully EXCEPT, for some reason the “message” field doesn’t show.
Is there a fix for this or just out of luck? You guys helped me with my Enfold form customization and that translated to the MailChimp element so needless to say, I’m ecstatic! Just wish I could get that silly “message” field to display.
See details in the Private section
2) how can I make a hover background color on the submit button for the Mailchimp sign up form? #A78F4F
I assume the same fix will work on the MailChimp contact form if that can be made to work too.
Thank you!!
Yes please!! I need the Mailchimp “submit” (Discover More) button to look like the Enfolds, which yes, the 2nd one.
Do you want the first Discover more button to look like the second one?
Thank you sooooo much!! Really appreciate it!
Hi Intell,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-mailchimp-form input {
text-align: center;
font-family: 'Josefin Sans';
}
Do you want the first Discover more button to look like the second one?
Best regards,
Rikard
And how do I change the font to match the rest of the site – Josefin Sans?
And why is the “discover more” so different looking than the other field label font’s? Like different size and font weight.
And can I make the MailChimp submit button not as wide? So it looks like the Enfold form submit button? Just curious. If it were possible.
-
This reply was modified 4 years ago by
Intell.