-
Search Results
-
Wordpress v4.9.8 + Enfold v4.5, I want hidden/remove the “Scroll-Top-Link” Icon, but bellow two quick css code not working.
Can someone can share any updated code? Thank you very much!
Code 1
/*Mobile to top of page button TO MAKE THE LINK VISIBLE ON MOBILES*/ @media only screen and (max-width: 767px) { .responsive #scroll-top-link { display: block !important; } #scroll-top-link { right: 0!important; bottom: 0!important; }}Code 2#
#scroll-top-link { display: none; }Topic: Woocomerce shopping cart
Hi Enfold
Im building a small shop and need a bit of help1. When Im looking at teh shopping cart and select shipping, then instead of getting an updated table, I get a new table displayed beneath the first one, and that keeps going on each time I change my selection.
2. Is it possible to a add a button “Keep shopping”
Click a product in the shop, here I like to place the new button at the right of the blue buttonAlan ;)
Hi
Is it possible to add a tag to a contact form so ‘Submit’ sends data using a script added to the page? See form details below.Thanks
StevenWe add the following script:
<script id=”guestline-tag” src=”https://tag.guestline.net/static/js/tag.js” data-groupid=”D_EDINBURGH” async></script>Then require this form:
<form data-guestline-form>
<select name=”hotel-id” placeholder=”Hotel”>
<option name=”hotel” value=””>Any Apartment</option>
<option name=”hotel” value=”DESTYORK”>York</option>
<option name=”hotel” value=”HOTEL2″>Southside</option>
<option name=”hotel” value=”HOTEL3″>Rodney</option>
</select>
<input type=”text” name=”arrival” placeholder=”Arrival” />
<input type=”text” name=”departure” placeholder=”Departure” />
<input type=”number” name=”adults” placeholder=”Adults” />
<input type=”number” name=”children” placeholder=”Children” />
<input type=”text” name=”promo-code” placeholder=”Promocode” />
<button type=”submit”>Submit</button>
</form>Thanks
Steven2014 – https://kriesi.at/support/topic/tooltips-with-click/
2015 – https://kriesi.at/support/topic/image-hotspots-clickable-rather-than-on-hover/
2016 – https://kriesi.at/support/topic/tooltips-with-click-again/How to achieve image hotspot tool tip with click – 2018 ?
I want the image hotspot tool tip remain open allowing for tooltip HTML content buttons clickable etc.
Tooltip can be closed by clicking the hotspot number or click another tooltip number.
– – – – – – – – – – – – – – – – – –
FILES
enfold/config-templatebuilder/avia-shortcodes/imagehotspots.php
enfold/js/avia.js
enfold/config-templatebuilder/avia-template-builder/assets/js/avia-modal.js– – – – – – – – – – – – – – – – – –
ADD new OPTION
enfold/config-templatebuilder/avia-shortcodes/imagehotspots.php line 285As this is not a part of the theme release – how do I change this from the child theme?
"subtype" => array( __('On Mouse Hover', 'avia_framework' ) =>'', /*add new option click*/ __('On Mouse Click', 'avia_framework' ) =>'av-click-tooltip', __('Always', 'avia_framework' ) =>'av-permanent-tooltip', ) ),– – – – – – – – – – – – – – – – – –
How to add a click function ?
Could we just duplicate this function and change the var, class and events ?
where can this file be copied to in the child theme?enfold/js/avia.js line 2217
$.AviaTooltip.prototype = { bind_events: function() { var perma_tooltips = '.av-permanent-tooltip [data-'+this.options.data+']', default_tooltips = '[data-'+this.options.data+']:not( .av-permanent-tooltip [data-'+this.options.data+'])'; this.scope.on('av_permanent_show', perma_tooltips, $.proxy( this.display_tooltip, this) ); $(perma_tooltips).addClass('av-perma-tooltip').trigger('av_permanent_show'); this.scope.on(this.options.event + ' mouseleave', default_tooltips, $.proxy( this.start_countdown, this) ); if(this.options.event != 'click') { this.scope.on('mouseleave', default_tooltips, $.proxy( this.hide_tooltip, this) ); } else { this.body.on('mousedown', $.proxy( this.hide_tooltip, this) ); }– – – – – – – – – – – – – – – – – –
how do i add a click event ?
enfold/config-templatebuilder/avia-template-builder/assets/js/avia-modal.js line 892/*add behavior that connects hotspot and modal subelements*/ general_behavior: function() { /*trigger click event*/ _self.hotspot_container.on('click', '.av-image-hotspot', function() { var el = $(this).data('modal_sub_el'); if(el) el.find('.avia-modal-group-element-inner').trigger('click'); }); /*highlight the modal sub el when hotspot is hovered*/ _self.hotspot_container.on('mouseenter', '.av-image-hotspot', function() { var el = $(this).data('modal_sub_el'); if(el) el.addClass('av-highlight-subel'); }); _self.hotspot_container.on('mouseleave', '.av-image-hotspot', function() { var el = $(this).data('modal_sub_el'); if(el) el.removeClass('av-highlight-subel'); }); /*highlight the hotspot when modal sub el is hovered*/ _self.modal_group.on('mouseenter', '.avia-modal-group-element', function() { var el = $(this).data('hotspot'); if(el) el.addClass('active_tooltip'); }); _self.modal_group.on('mouseleave', '.avia-modal-group-element', function() { var el = $(this).data('hotspot'); if(el) el.removeClass('active_tooltip'); });your assistance in implementing this would be greatly appreciated.
Including this in the next Enfolds update would be fantastic!
Hi,
I have two problems with trying to upgrade to the new Envato scheme for creating tokens:
1) I have purchased 8x versions of Enfold for 8 of my clients. As they are all in my ONE account. How do I generate the 8 different tokens?
2) Trying to do this for my first token I have selected the items you have suggested and created a token. After pasting this into the Theme Options page and clicked on “Check the Private Token” all I get is the progress circle in the Save All Changes button. Nothing seems to happen??
IS THERE ANYONE THAT CAN HELP ME PLEASE?
Hello there,
I’m are running al lot of websites with the theme Enfold and I’m (except for the manually upgrading… :-)) very satisfied with the usability. Now we re-create a new website with a lot of customized Widgets in it. I don’t know if that is the issue, but the website is very slow now.
Please click on the button ‘Totaaloverzicht’ beneath the title ‘Activiteitenagenda’ in the right sidebar.
I installed the cache plugin and checked the website on performance and speed. I also enabled some checkboxes in the Performance-tab of Enfold. But I think the Widgets are slowing down the website because when I’m editing the Widgets-page in the admin, a short warning pops up in my Safari browser: This webpage is using significant energy…
Is that possible and can we solve that without removing them?
I hope you van help me with this performance/speed issue.Thanks and greetings from Marcel
When I install Woocommerce Gift Certificates PRO (INGNITEWOO) the TINYMCE PRODUCT editor in WooCommerce GIFT CERTs is missing, and the text fields for product description and short desc. turn White. THE Advanced Layout Editor button is non-functional, and the VISUAL/HTML editor buttons do not work.
Any idea how to fix ?
https://ignitewoo.com/gift-certificates-pro-for-woocommerce/
I have successfully updated enfold via FTP to version 4.5.
But now I enter the token key and click on “check the private token” and the “save all changes” button continues to load indefinitely.
I tried to save, delete it and add it again (I redo the procedure many times) … the only answer that gives me is the usual error screen:Last time we checked the token we were not able to connected to Envato:
Purchases could not be accessed
Username could not be accessed (needed for your information only)
E-Mail could not be accessed (needed for your information only)I leave the credentials for WP in private.
Thanks for helpingRafa
Hi,
I have been using the Shopify app to embed buy buttons on my wordpress enfold child website. As this app is discontinued, I am manually trying to embed code from shopify into the page. The code embeds in the ‘text’ box, it is visible in the ‘visual’ box and can be clicked and the carts appears and updates. I save/update but then when i open the preview of my website it is not visible. I have tried entering the code in a code block, in a text block. I can’t figure it out.
Any help would be hugely appreciated as it doesn’t seem to make sense to me at all.
Here is the code I am trying to embed on my Teak paddle board page:
<div id=’product-component-e2d19cc7e14′></div>
<script type=”text/javascript”>
/*<![CDATA[*/(function () {
var scriptURL = ‘https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js’;
if (window.ShopifyBuy) {
if (window.ShopifyBuy.UI) {
ShopifyBuyInit();
} else {
loadScript();
}
} else {
loadScript();
}function loadScript() {
var script = document.createElement(‘script’);
script.async = true;
script.src = scriptURL;
(document.getElementsByTagName(‘head’)[0] || document.getElementsByTagName(‘body’)[0]).appendChild(script);
script.onload = ShopifyBuyInit;
}function ShopifyBuyInit() {
var client = ShopifyBuy.buildClient({
domain: ‘the-epicurean-architect.myshopify.com’,
storefrontAccessToken: ‘7c033492928c77dfca909d65deed0575’,
});ShopifyBuy.UI.onReady(client).then(function (ui) {
ui.createComponent(‘product’, {
id: [1428489830517],
node: document.getElementById(‘product-component-e2d19cc7e14’),
moneyFormat: ‘%24%7B%7Bamount%7D%7D’,
options: {
“product”: {
“variantId”: “all”,
“width”: “240px”,
“contents”: {
“img”: false,
“imgWithCarousel”: false,
“title”: false,
“variantTitle”: false,
“price”: false,
“description”: false,
“buttonWithQuantity”: false,
“quantity”: false
},
“styles”: {
“product”: {
“text-align”: “left”,
“@media (min-width: 601px)”: {
“max-width”: “calc(25% – 20px)”,
“margin-left”: “20px”,
“margin-bottom”: “50px”
}
},
“button”: {
“background-color”: “#9b9696”,
“:hover”: {
“background-color”: “#8c8787”
},
“:focus”: {
“background-color”: “#8c8787”
}
}
}
},
“cart”: {
“contents”: {
“button”: true
},
“styles”: {
“button”: {
“background-color”: “#9b9696”,
“:hover”: {
“background-color”: “#8c8787”
},
“:focus”: {
“background-color”: “#8c8787”
}
},
“footer”: {
“background-color”: “#ffffff”
}
}
},
“modalProduct”: {
“contents”: {
“img”: false,
“imgWithCarousel”: true,
“variantTitle”: false,
“buttonWithQuantity”: true,
“button”: false,
“quantity”: false
},
“styles”: {
“product”: {
“@media (min-width: 601px)”: {
“max-width”: “100%”,
“margin-left”: “0px”,
“margin-bottom”: “0px”
}
},
“button”: {
“background-color”: “#9b9696”,
“:hover”: {
“background-color”: “#8c8787”
},
“:focus”: {
“background-color”: “#8c8787”
}
}
}
},
“toggle”: {
“styles”: {
“toggle”: {
“background-color”: “#9b9696”,
“:hover”: {
“background-color”: “#8c8787”
},
“:focus”: {
“background-color”: “#8c8787”
}
},
“count”: {
“color”: “#ffffff”,
“:hover”: {
“color”: “#ffffff”
}
},
“iconPath”: {
“fill”: “#ffffff”
}
}
},
“productSet”: {
“styles”: {
“products”: {
“@media (min-width: 601px)”: {
“margin-left”: “-20px”
}
}
}
}
}
});
});
}
})();
/*]]>*/
</script>Topic: Updating Enfold not working
Hi,
When updating Enfold with IWP I receive the error:
Downloading update from …
An error occurred while updating Enfold: Download failed. A valid URL was not provided.When trying to update with Envato Market it’s also not working. The update button is not working. I see a lot of threads with manual “solutions” (downloading latest version and updating with ftp or uplaod zip). This is not a solution but a workaround and it takes a lot of time when maintaining >10 Enfold sites.
Please have this fixed.Cheers,
JaapTopic: Portfolio Style
Hi, how can i make the portfolio look like this? I also want to have the same buttons instead of the normal link ones.
https://ibb.co/iShJJ0
Link Kriesi: https://kriesi.at/themes/enfold-overview/Also another question, if i want to rank services on google and do seo, do you recommend to use “portfolio” instead of “pages”?
Thanks Ronald

