-
Search Results
-
Topic: enfold demo enfold-shop
Hi, I would like to use the enfold-shop in my website, but because I already changed the homepage, I cannot see the used elements of the homepage-design of the “enfold-shop”-demo.
Can you please tell me wich elements are used to create the 4 buttons with images, with color-overlay (new winter collection / latest street clothes / fresh sportswear / funky acceccoirs).
thnx!!!
Topic: Multiple-step purchase
I wonder if this is possible within the enfold theme, or if it’s not – maybe you could give me a recommendation for what I’d need?
Imagine a shop page where you customize a computer, and for every change you do, you can see how it effects the total price. You click to the next page, and continue with those components.
I’d like something similar – but for animation. My clients buy videos that differ in cost depending on components (different languages, different voice-overs), and length. Often a component has a more expensive first price, but when buying more, the cost goes down. For instance, the first 30 seconds studio recorded voice over is quite expensive, but to add 30 extra seconds doesn’t cost that much extra.
All these prices are dependent on the actual length of the video, whether it’d be adding subtitles or animation.
In the end you can click a purchase button and pay for example by credit card.
Topic: Product Page Alterations
I have two issues I am looking for help with on the Custom Product Page (using the Avia Layout Builder) with the Enfold theme.
1. The colour swatch area: The image I am using for the colour swatch has a ‘custom link’ (I added this link to the image in the media library) to the product page showing the product in that colour (if the product has 4 colours then there are 4 product pages). When I insert the image with the ‘custom link’ into the swatch settings and go to view the product page the custom link does not work. Is there a CSS code to activate these links?
2. Product Purchase Button: I would like the words on the “add to cart” button to change to read “exceeds stock levels” when a customer tries to add to cart a number of items of a single product that exceeds the stock level. This would lessen confusion as to why an item is not being added to their cart. I am looking for CSS code to allow this change when the order being added to the cart is higher than inventory levels.Thanks….
Topic: Template update not possible
Hello,
I have taken over a website with Enfold v. 4.5.3 and would like to update the theme to the latest version. For this I bought Enfold 4.7 and extended support from Envato. But how can I update the old theme? I can’t find any information or buttons as described in the documentation “How to update your enfold theme”.
Kind regardsHi, I just tried to add a custom social icon in the header.
As seen in your documentation I added this code in the functions.php:
// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['phone'] = array( 'font' =>'fontello', 'icon' => 'ue854'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); // Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons['Phone'] = 'phone'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);Usually “ue854” should be a fontello phone icon, but there is a pencil showing instead. Whatever icon code I add, it’s still the pencil.
What goes wrong?
Best regards
Topic: All shortcodes in a array
Dear Enfold,
For a project I am looking for a hook / filter that sends an array of all ALB shortcodes I found this hook (avf_shortcode_insert_button_backend). Are there more options?
I like to hear.
++ENGLISH VERSION BELOW ++
Ich habe 4 WordPress Seiten mit Enfold, Bei einer ist alles in Ordnung und bei Dreien ist bei jedem Link auf der mobilen Version (Button, Footer-Menue,…) die Schriftfarbe gleich der Hintergrundfarbe, sodass man den Text nicht lesen kann. Ändere ich die Hintergrundfarbe, ändert sich auch die Schriftfarbe. Oder es ist so, dass der Text verschwindet?! Das kann ich nicht feststellen, ob er da ist und nur die falsche Farbe hat oder gar nicht angezeigt wird.
Bei Buttons hilft es, wenn ich ein Icon neben dem Text einfüge – dann erscheint der Linktext in der richtigen Farbe. Aber das ist ja auch keine optimale Lösung und im Footer-Menü auch so nicht möglich. Ich habe schon verzweifelt versucht über das CSS die Schriftfarbe zu ändern – aussichtslos.
Habt ihr eine Idee?ENGLISH VERSION:
On 3 of my 4 Enfold-Wordpress Websites the link color (buttons, footer menu,…) is the same as the background color on mobile devices. If I change the background color, the font color changes as well. Maybe the link text is not there at all – I can’t check it.
If I use a button the link text is shown in the right color when I also use an icon beside the text. But that shouldn’t be the solution.
How can I make these links visible? Also in the footer menu?
Thank you!Topic: Enfold child update
Hi,
A designer set up and installed Enfold Child for my wordpress site but did not prove me the token so that I can get updates. My menu button is now not showing up for the mobile version or rather the button is there but its blank. My site is atmbrokerage.com. How can I get this token?Hi! I have a few questions regarding Enfold.
My website is http://www.tnvirtualassistant.com– I need to create a few landing pages to showcase just a few products (2-3 only, not a whole shop) and I would like to add a PayPal button to ket the visitor buy straight away. Can you recommend any video tutorials or are able to share some materials on how to do it?
– I would like to make some changes only on the way some pages appear on mobile (not desktop). Is it possible on Enfold to edit the single mobile visualization (I know a few themes where that is possible, but couldn’t find anything regarding Enfold)?
– Some visitors told me they view the error message showed bottom left of this pic:
https://drive.google.com/file/d/1goGf_b0E4BGrFSQgTELTHxs0MerAHH_2/view?usp=sharing It basically says that it was not possible to upload the recaptacha checkbox I have on my contact forms. Is that an issue on visitor’s side or something I should fix?Thanks a lot for any help :)
Nicole
Topic: Creating a custom button
I need a button that works with events manager. I am using conditional placeholders to call the url. However, I cannot place them in the enfold button shortcode.
You can see the buttons here
Here is the code on the site, it produces a wonky button that doesn’t function.
<div class=”registration-button”>{has_att_bookingurl}<span style=”color:white;”>Click to Register</span>{/has_att_bookingurl}</div>(This was to see if there was an error calling the url)
<div class=”registration-button”><span style=”color:white;”>Click to Register</span></div>The url doesn’t function correctly. It leads to the wrong page.
Here is the css.
/* Buttons for registering on events pages*/
.registration-button {
border:#f70a3d;
border-width: .3px;
border-radius: .225em;
border:solid;
background-color:#bf0a31;
width:200px;
padding: 0.385em 0.923em 0.538em;
line-height: normal;
margin:8px;
text-align: center;
font-size:16px;
text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
margin: 0 auto;
vertical-align: left;
}.registration-button:hover {
border:#ebc4b5;
border-width: .3px;
border-radius: .225em;
background-color:#D3BCB3;
width:200px;
padding: 0.385em 0.923em 0.538em;
line-height: normal;
margin:8px;
text-align: center;
font-size:16px;
text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
margin: 0 auto;
vertical-align: left;
}.registration-button a {
color:white;
}Can you tell me how to get the button working?
Topic: Google map API problem
I am updating an old site made with Enfold. So far I have updated Enfold and WordPress.
Now I trying to repair the contact page which has a bug with the google map API.
I followed the tutorial: https://kriesi.at/documentation/enfold/google-map/#how-to-register-a-google-maps-api-key
but I always receive a error message :Unable to log in to Google with this API key, please try again with a different key
Troubleshooting:
1-Check if you typed the key correctly.
2- If you use the restriction setting on Google try to remove that, wait a few minutes for google to apply your changes and then check again if the key works here. If it does, you probably have a syntax error in your referrer url
3- If none of this helps: deactivate all plugins and then check if the API works by using the button above. If thats the case then one of your plugins is interfering.So, I verified the code (copy paste from Google), I set no restrictions and I tried to deactivate all my plugins and nothing work !
Your help would be appreciated !Hi, I was wondering, for the Portfolio Grid in Enfold, is there a way to add a button to the title that appears upon hover. Right now you can add Title or Title & Excerpt, so when you hover over the image in the porfolio grid you see that. But, is there a way to add a “Learn More” button as well?
Trying to emulate what you see on this website https://www.spinxdigital.com/ – If you scroll down to the section where it says Recent Work – they have a grid with a Title and Subtitle, but also a button that says Explore Project.
Can we do that with Enfold?
Thanks!
The slider on iPhone get too big arrows. The Text and the button and the arrows are overlapping. How to get the arrows out/disapear of the slider or how to get them smaler? Which solutuon is possible for a better layout? Which CSS I`ve get?
We have a web store setup using woocommerce. Today we have purchased the ‘Mix and Match’ plugin by woocommerce in order to allow customers to select multiple colours of their choice to purchase sets of 5 at a fixed price.
We have created a new product bundle and using the mix and match addition and the ‘Add to Cart’ button below the product list does not function. It also appears that as we add an item, the counter above the ‘Add to Cart’ button does not recognise the addition of a product.
We have disabled plugins to identify a possible conflict but no change and I see others have had the same issue that relates to the theme. I have tried the suggestions mentioned in other posts where similar issues have been experienced by other users and these did not resolve the issue so I now need to ask you for help.
Thanks so much for your assistance.
Best regards,
Steve
