-
Search Results
-
Hi,
I’m using easy digital downloads, and I always have a weird flickering on my purchase buttons which are created from a shortcode.
You can see it at the attached url for instance: on page load, the button is like doubled for a short moment.
And when I edit the page, the button is also “doubled” in the preview area! cf screenshot here : https://ibb.co/HrG1kp7
I contacted easyDigitalDownload about it, and here is their answer :I see what you’re describing and it’s not anything specific to EDD, it’s just the way your theme/coding is handling the “button” element. More than likely there is a default “button” style and then when it loads, another style is being called in so you see the “flicker”.
I would recommend talking to your theme developer about this if you’d likeSo what’s your view on that? Is that an Enfold bug? Do you have any pointers about how I can fix that?
Thanks,
CharlesHi,
I’ve got a problem with (what I think is) a conflict between Enfold and the Yoast SEO plugin on a site that I’m supporting.
The problem occurs when I try to make changes in Yoast on a page in WordPress. When I click the ”Update” button the button deactivates and the ”save circle” begin to spin besides but then nothing happens. It never continues forward and the changes are not saved.I’ve run the site in Troubleshooting Mode and I first tried to activate just the Yoast plugin (without Enfold activated), and then it worked fine to save the changes. I then activated the other plugins one at a time and tried to save the changes after every plugin I activated, and it worked fine all the time. It wasn’t until I activated Enfold that the problem occured and that’s why I think it is a conflict between Enfold and Yoast.
I’ve got the latest versions of WordPress, Enfold and Yoast installed.
Do you have any idea what causes the problem and how to solve it?
Kind regards, Isak
Hello Kriesi Support Team
We are using the Social Share button element on a custom layout blog post and for some reason it is not displaying all share icons on mobile view, only 2 are displayed. It is showing it if I resize the screen to mobile size on the desktop but not if I view it on my iphone / safari / latest iOS and release. All up to date and I did empty the cache.
Here how it displays on mobile:
https://www.dropbox.com/s/zkluh56efshnkxe/IMG_2845.PNG.png?dl=0Here the settings in Enfold:
https://www.dropbox.com/s/ejty7xbkynl638e/Screenshot%202020-06-29%2019.56.00.png?dl=0Any help is appreciated. Thanks so much.
CorinaFound this little trick , and it is working well. Just sharing if someone wants to use it too.
Credit goes to:
https://medium.com/hackernoon/removing-that-ugly-focus-ring-and-keeping-it-too-6c8727fefcd2Put a file named “my_custom_scripts.js” in child theme js folder.
See https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/Contents:
(function($) { "use strict"; // function to see if the user is using tab navigation instead of mouse function handleFirstTab(e) { if (e.keyCode === 9) { // the "I am a keyboard user" key document.body.classList.add('user-is-tabbing'); window.removeEventListener('keydown', handleFirstTab); } } window.addEventListener('keydown', handleFirstTab); // Add more functions here }(jQuery));Now you can hide the dotted outline and/or background for everyone except the users that have hit the “I am a keyboard user” key (tab).
CSS example:
/* Accessibility focus with lightblue background and dotted outline */ .user-is-tabbing a:focus, .user-is-tabbing button:focus, .user-is-tabbing input:focus, .user-is-tabbing select:focus, .user-is-tabbing textarea:focus { background-color: lightcyan !important; outline: dotted !important; }/* hide the lightblue background for everyone except tab navigation users */ body:not(.user-is-tabbing) a:focus, body:not(.user-is-tabbing) select:focus, body:not(.user-is-tabbing) textarea:focus { /* background-color: transparent; */ /* optional */ /* outline: none; */ /* optional */ }I’ve been using Enfold for some time now. I just got a new copy for another client to spruce up the look of their website I have put the theme on a subdomain and the main site. the tinyMCE buttons are not showing on the main site but are visible on the Archive site. they are also visible on the the original site I created using Enfold. I can’t figure out what is different and why they are not showing up.
What do I need to do or install to make them show up?
I’m using the most current version of Enfold 4.7.5 and Enfold child theme. WP is 5.4.2 I have the classic editor installed
Buko
Hi,
I have a custom JS module and need to call a custom function by pressing Enfold button. So on click I need to call Module.customFunction(‘foo’);
How can I handle it?
Thanks,
Regards, VitalTopic: Broken Layouts / stylesheet
We bought a new enfold and started designing on a domain hosted by wordpress.com. I’m having very weird experiences with Text blocks, Images, Special headers, and buttons appearing properly in a color box with a background image. I’m using the enfold lawyer demo.
Items completely disappear to the user, but are visible on the source code when inspected with a developer tool. Other than jetpack, there’s not much in the way of plugins that can have conflicts like this. There are no caching plugins installed either
Any advice is greatly appreciated – we use enfold on every site and have never seen this sort of issue.
I’m using the button row shortcode which is perfect:
But how can I change the icon? There is an icon=’4′, icon=’5′ and icon=’6′ in the shortcode. But I want LinkedIn, Facebook and Instagram. How do I know the number of those icons? Where can I find it?
Thanks a lot!PS. I want the social media icons in an iconbox, that’s why I need to use the shortcode. When I use icon shortcode in text block, I can’t center 3 icons next to eachother. Whit the button row I can!
If there is another way, let me know. Thanks!
Topic: CTA under every blogpost
Hi,
I liked to place (automatically) a call to action button under every blogpost (or only under posts of a specific category …). Is there a way to do this with enfold? Or is there any plugin which can do this?
e.g. like in this blog
https://www.trafficdesign.de/knowhow/social-media/facebook-kampagnenplanung-struktur
There is a cta at the end of the blogpost – and after the author box. It says “Brauchen Sie Unterstützung bei diesem Thema?”I am looking for a solution which enables me to change the cta at one place for all my blogposts.
Thanks in advance!!!!
Chris
Topic: Event Tickets not working
Hi,
When i activate the twentytwenty theme it works and i get directed to paypal, but when i activate ebfold again, i click on the button, get a short loading and then i am back on the event page like nothing happened…This is my follow-up thread to https://kriesi.at/support/topic/event-tickets-not-workting-with-enfold/#post-1224496
See the privtae messages for login credentials.
Thanks!Hallo,
wir verwenden Enfold (4.7.5) in Kombination mit “Woocommerce” und “WooCommerce Dynamic Pricing & Discounts”.
In der Topnavigation haben wir einen LogIn Button.
Ist ein User angemeldet, wird dort der eingeloggte User angezeigt. Der LogIn Button nicht mehr.
Jeder User hat spezielle Preise welche mit Dynamic Pricing zugeordnet werden und diese werden auch auf der Produktseite angezeigt.
So weit so gut. So sollte es ja auch sein.Jetzt haben wir aber das Problem dass der eingeloggte User nicht auf allen Produktseiten als eingeloggt dargestellt wird.
D.h. in der Navigation oben steht “LogIn” und auf den Produktseiten wird der Listenpreis und nicht der Userpreis angezeigt.
Klickt man auf einer Seite wo der User nicht angezeigt wird auf LogIn, erscheint die normale Woocommerce Benutzer Konto Seite mit seinen Kundendaten und Bestellungen.
Wechselt man wieder auf eine andere Produktseite wird alles normal angezeigt.Legt der User auf einer Seite wo seine Preise nicht angezeigt werden ein Produkt in den Warenkorb, wird es dort dann mit dem richtigen Userpreis angezeigt.
Auf der Produktseite aber mit den Listenpreis.
Das verwirrt natürlich die Benutzer.Habe mich schon an Dynamic Pricing gewand, die meinen aber dass das ein Problem des Themes ist da ja auch in der Navigation der tatsächlich eingeloggte User nicht angezeigt wird.
Hoffe ihr könnt mir da weiterhelfen.
Hi Team,
I added this to my child theme functions.php to create a different blog page template:
// Different template for static Blog page (News) in Enfold instead of archive style // The archive pages don’t support an “Advanced Layout” blog template but you can select a different // static blog template if you don’t like the archive page layout. add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2); function avia_change_archive_blog_layout($layout, $context){ if($context == 'archive') $layout = 'blog-grid'; return $layout; } add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'blog-grid'; return $layout; }The page (built with ALB) has the “Blog Posts” element added to it from “Content Elements”.
It has the following config:
– Display blog posts
– Category = Blog
– Grid Layout
– Title+Excerpt+ReadMore (<<<<< Note: Read More never works/shows…)
– Deactivate offset
– Always display the element
Styling:
– if I set pagination to Yes it never shows pagination…So there are two issues:
1) Read More button never ever shows up
2) Pagination does not want to activateIs there any way to fix this? Thanks in advance for your help!
Regards,
RobDetails in private
Added info 2020-06-24: child theme archive.php contains:
if(!empty($post_ids)) { $atts = array( 'type' => 'grid', 'items' => get_option('posts_per_page'), 'columns' => 3, 'contents' => 'excerpt_read_more', 'class' => 'avia-builder-el-no-sibling', 'paginate' => 'yes', 'use_main_query_pagination' => 'yes', 'custom_query' => array( 'post__in'=>$post_ids, 'post_type'=>get_post_types() ) );Hi Kriesi Team,
I was wondering if you can improve on the code I used to make the image full width. Currently it’s almost ‘full-width’. Or any amendments to the settings that I can configure. The image I referred to is donation package image with different tiers of donation pricing available for doners.But also can the settings/code recommended take care of mobile site as well because it looks off? Ty
.avia-image-container avia-image-container-inner, .avia-image-container avia-image-container-inner img { width: 100%!important; }The following may be out of scope from Enfold. But I was wondering if your can assist me on it?
Furthermore, I was wondering if your can assist me to increase the spacing between the donation optionsThird: Change color button of donation plugin
/* Change button of donation button to EBA138 */ .give-submit-button-wrap give-clearfix .give-submit give-btn { background-color: #EBA138 !important; color: #EBA138 !important; }Best,
MMHi.
I just had a problem I could solve myself, just want to share it with you.
I wanted to change the style of the menue element button in “adnvanced styles” but the background- and boder colors did not show in the frontend. I found the corresponding code in themes/enfold/includes/admin/register-backend-advanced-styles.php, lines 340ff and changed them to this:'color' => "color: %color%;", 'background_color' => "background-color: %background_color%;", 'border_color' => "border-color: %border_color%;", 'border_radius' => "border-radius: %border_radius%;",This works for me.






