Forum Replies Created

Viewing 30 posts - 1 through 30 (of 271 total)
  • Author
    Posts
  • I too am getting this when a video is set as a color section background. Also, a new issue that wasn’t there before and only recently showed up without any changes. The same browser setting change resolves the issue. Definitely a cookie-related issue…whether due to a change with a browser, theme, or WordPress update.

    in reply to: Transparent header as default #1235012

    Yeah, that code I pasted above was the most recent code example I could find in the forums here and it didn’t work for me….I had to go in and manually mod the core file for that…but I will give it another try.

    in reply to: Transparent header as default #1234676

    FYI…I know I can just go into the file that controls it and set transparent as the default…just looking for an update-proof hook to use. Thanks!

    in reply to: Custom Advanced Layout Builder Elements #1188861

    Not sure to what exactly you’re referring.

    in reply to: Custom Advanced Layout Builder Elements #1186134

    I just doubled checked and the correct code, as shown below, works. As long as in the “enfold-child” theme folder you put the “spiderfly-woocommerce” folder in there, it will work. Just put the spiderfly-woocommerce folder in the shortcodes folder and you’ll be good to go. I’ll update the instructions here shortly.

    // Add custom layout element via child theme
    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
    	$template_url = get_stylesheet_directory();
    	array_unshift($paths, $template_url.'/shortcodes/spiderfly-woocommerce/');
        array_unshift($paths, $template_url.'/shortcodes/spiderfly-elements/');
    	return $paths;
    }
    in reply to: CSS/Javascript compression issues #1179132

    I figured it out. It isn’t a matter of any CSS or Javascript specifically. It was lazyload. I needed to disable that entirely for the css animations in my elements to work on my site. I knew it would help speed things up and compress the code, just didn’t think that it would disable simple css animations and just make them jump from the start to end point. Thanks.

    in reply to: Custom Advanced Layout Builder Elements #1179131

    Thank you. I’ll check it out. I am liking this idea in concept since some of my elements have a LOT of options in them and this will help make it more organized within a smaller space.

    in reply to: Custom Advanced Layout Builder Elements #1179127

    @Mike – Yeah, that makes sense. I’m assuming the fact that it worked before with both question marks was a bug that got closed. Now that I look at it I should have noticed that. I just rushed the build of that one and simply copy/pasted the lil snippet that I found here in the forums that you add to the end of a link to make an iframe modal. Thanks!

    @Gunter – That would be great. My specific interest is in the layout elements. There have been a LOT of updates to the stock ones, which I assume will eventually become necessary for any custom ones to also follow. Since Enfold explicitly allows devs to build custom elements, it would be great for there to be some kind of basic API outline that explains the code and provides a starter template to follow….that is kept updated as well.

    in reply to: Custom Advanced Layout Builder Elements #1178767

    Hey Devs… Would it be possible for there to be some sort of dev resource for those of us developing add-ons or integrations with Enfold? I noticed that the format of the layout elements has changed significantly. This means I should update all of mine as well. It would be awesome to have a newsletter or some other kind of heads up so we can also have these updates ready to go out the gate when the updates are launched with Enfold.

    in reply to: Custom Advanced Layout Builder Elements #1178764

    @Mike – Thank you, that worked. The odd thing is that the format I had was what was needed before. One could find that solution all over the forums here. Do you know if this was changed due to WordPress or Enfold updates? I’m just curious to know where to look at first for a solution when little things like that happen in the future. Thanks!

    in reply to: Custom Advanced Layout Builder Elements #1178230

    Hey Devs….

    With the new versions of Enfold, I am noticing an issue with iframes. More specifically, in my custom elements there is an “edit” button element that will load the page’s/post’s edit screen in an iframe when you’re logged in. Meaning you can go to the page or post on the front end and do a quick edit. It used to work just fine. The link on the button displays the correct URL for the edit screen when you hover over it. The problem comes when you click on the button, it will load an iframe with just the blog post list. So it is stripping everything out after /wp-admin/edit.php.

    So…in theory the full URL, which is present on the button, should look something like this: https://www.yourdomain.com/wp-admin/post.php?post=5619&action=edit?iframe=true

    That simply is no longer working across the board. Portfolio items, posts, pages, etc. Ideas?

    in reply to: CSS/Javascript compression issues #1176004

    The issue in question doesn’t even use javascript. The element and animation is pure CSS.

    in reply to: CSS/Javascript compression issues #1175899

    Nope, never turned on the footer setting.
    Here’s a link to where you can see it on the side. Hovering over the business card product card should do a slow zoom and rotate. Now it just jumps right to the end position.

    I thought there was a fix for this…manually that is…here in the forums somewhere that came out after the feature was added, I just can’t find it anywhere. I get the feeling I need to edit a file or something…

    in reply to: Custom Advanced Layout Builder Elements #1175666

    NOTE – I will start rolling out updates as I have time to migrate all of the elements to the new modal style that is featured in some of the stock elements after the newest updates to Enfold.

    Again, please send me your ideas for new elements.

    in reply to: Social icons Dissapeared #1173054

    Still gone in the bug fix update. There are also a LOT of other little issues. Masonry grid loads on the page with a space between rows. Backend element sort dropdown is in the middle of the box and overlays on top of elements. CSS isues all over the place. Come on devs…appreciate the work, but these are some easily noticed and fixable issues.

    in reply to: Custom Advanced Layout Builder Elements #1170114

    I’ve left the addons on sale for a while longer while I plan out the next phase of updates.
    Some of those updates will include the new features of the ACF Pro plugin. As always, send me your ideas.

    in reply to: Custom Advanced Layout Builder Elements #1167455

    For the next two weeks, the two packs will be on sale for $20 each. In total there are now 49 layout elements in the two packages combined….with more to come! Keep the ideas coming for new elements you would like to see.

    in reply to: Custom Advanced Layout Builder Elements #1165747

    @FBA – Just scroll down further and look for the “ADD TO CART” button. Right above the disclaimers.

    in reply to: Custom Advanced Layout Builder Elements #1163683

    UPDATE – Spiderfly Elements
    I have updated the Spiderfly Elements to fix a couple of small bugs due to Enfold code updates with the “Edit Link Button”. The “App Card” element was updated to fix a couple of small bugs and to add both the Amazon and Windows app store badges as options. Finally, there is a new element called “App Store Badge” which will let you display the standard app store badges for directly linking to the various app stores. Choose between Apple, Google Play, Amazon, or Windows. It comes with various options like width control for both desktop and mobile layouts.

    For WooCommerce updates, please send me ideas. We all use this theme and WooCommerce differently, so other perspectives would be great so I can come up with some awesome new elements. With all the WooCommerce elements I have already, you have some finite control over the layout and look of your store, but there’s always room for more.

    As a reminder…I did have to break the elements up into two separate packs each sold separately. Count wise, the elements have grown to almost five times their original number and originally the price was just $15 when I first launched them. That was $15 for the Spiderfly Elements, ACF Elements, and WooCommerce Elements. With all the time and work that has gone into it over the past two years, I can’t justify that price or free re-downloading for life. Going forward, after purchase the download link will expire in 30 days and you will only be able to re-download twice. Obviously I will make exceptions in the event there are multiple bug fix updates in a row. Should that happen, just contact me direclty and I’ll hook you up with the updates by resetting your download limit. I’ll do my best to make it a point of doing so automatically for everyone who purchased the add-on pack(s) recently.

    If you have any questions or concerns, please don’t hesitate to contact me.

    in reply to: Custom Advanced Layout Builder Elements #1162505

    Recent updates to WooCommerce broke compatibility with some of the old versions of those elements. Plus, everyone should still have the old files they can use. Just can’t guarantee they’ll work going forward as WooCommerce updates.

    in reply to: Custom Advanced Layout Builder Elements #1161943

    @BeeCee – If you check out the prior few messages here from me you’ll see that they weren’t deleted. The catalog of elements has been steadily growing and has come to the point where I needed to break them into two separate ones that are each available for purchase. I am not making enough from the sales to justify the time I have been putting into this project. If you purchased within the past 60 days you can contact me directly via email with a copy of your receipt and I’ll send along a coupon code to get the WooCommerce elements with a discount. Since I released the first version, the number of elements has more than tripled. This is long overdue. If I can’t make enough to motivate future development, then I’ll just end it. All I have asked is that users purchase each time they want to use it on a different website and that hasn’t happened. My motivation so far has been donating the proceeds. The amount of my time that has gone into it has far outweighed the few sales.

    in reply to: Custom Advanced Layout Builder Elements #1161710

    It’s just an element in the pack. I just place it above the element it is meant to be about.

    in reply to: Custom Advanced Layout Builder Elements #1161658

    @Guenni007 – yes, the elements which that would apply have that feature. They also all have unique IDs or classes in their CSS to make it easy for you to modify on your own.

    in reply to: Custom Advanced Layout Builder Elements #1161557

    UPDATES

    As previously mentioned, the new update will break the addon pack into two. One for the Spiderfly and ACF elements, and one for the WooCommerce elements. The pack as grown so large it only makes sense to do so. If you purchased the old version within the past 60 days, I will update your order to allow you to download both packs once for free.

    The Spiderfly Elements has a new element called Editor Notes. What does this do? It simply allows you to insert notes into the editor, which is helpful as a reminder to yourself or to others who have access to edit pages/posts/portfolios, etc. The element has no call for the front end and will not even show in the page code should anyone view the page source.
    Editor Notes Element

    Here are the updated product links to purchase and download. I hope you understand the reasons for breaking them apart and enjoy all the updates so far & those to come.

    NOTE – Please read the updated installation instructions found on each product page as it will require a slight modification to the standard Enfold code used to call custom elements.

    Custom Enfold Layout Elements – WooCommerce Elements

    in reply to: Custom Advanced Layout Builder Elements #1160897

    You can still get the updates, they will simply be sold separately. With the sheer number of elements included and the work that has gone into it, I have little choice. The original version only had a handful of elements. There are a lot more now. I also have offered discounts for those who have purchased within the past couple months.

    in reply to: Custom Advanced Layout Builder Elements #1160806

    OH!!! Additionally, anyone who uses the donation QR codes above and includes the order number & email address from the receipt from when you purchased the add-on and makes a donation of $10 or more will get the WooCommerce element add-on for FREE even if you purchased the addon two years ago.

    Of course, donations to motivate future development are always welcome. I will be using the proceeds to buy toys for shelters to give out to kids.

    in reply to: Custom Advanced Layout Builder Elements #1160804

    Ok folks… I am going to be pushing an update today. It will include some big SEO updates to some elements, a new element, and due to the number of elements I am breaking the add-on up into two separate packs. The main element will include the “Spiderfly Elements” and “ACF” tabs and will be the main updated pack for those who purchased the pack prior to this point. The WooCommerce elements will be split off into their own add-on pack that will need to be purchased in order to get future updates to those.

    I am doing this because the pack is growing and for the sheer amount of time going into it and that it appears few are purchasing a new copy for each site they use it on…enough funds aren’t coming in to motivate me to really put much more work into it. Again, aside from a coffee here and there, what little proceeds come in are donated.

    That all said….if you purchased the add-on within the last 60 days, I will be emailing you an unique coupon code to get the WooCommerce pack for just $5.

    If you do not wish to buy the updated versions, the current versions you have will work just fine up until either updated code to Enfold or Woocommerce is pushed which may affect an element. Sorry folks….but I gotta do what I gotta do to keep this going as I have a lot of ideas and updates coming down the pipe.

    Don’t forget, you can send me ideas.

    in reply to: Custom Advanced Layout Builder Elements #1160421

    Hey, devs! Need a wee bit of help. As I mentioned in my last message, WooCommerce…..for some crazy reason…..removed the shortcode for displaying a single product card. I know exactly how to get it back, but the problem I am coming across has to do with the customization I did to the editor element display. Prior to this change, I had it set with some simple code to display the name of the product in the editor element instead of the element’s name. Almost a necessity when you have a single product to display and have multiple ones.

    The problem is that when I include the same code or some updated version, it will show the product name in the editor element….but then break the whole element on the front end. It seems to be the act of calling the product name that does it and I can’t figure out why. The code is really simple and basic. See below (private content).

    Ideas?

    in reply to: Custom Advanced Layout Builder Elements #1160058

    I am working on an update as WooCommerce has changed the code for displaying a single product card. Actually, the killed the shortcode they used to have. So I am doing a workaround so we can have it back!

    in reply to: Custom Advanced Layout Builder Elements #1158854
    This reply has been marked as private.
Viewing 30 posts - 1 through 30 (of 271 total)