Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Hi Kevin!

    I’m not the plugin developer, but I’d like to share a suggestion that might help.

    It looks like you’re using separate text modules for each entry and adding the destination URL in the module’s link field. I’ve encountered issues with some plugins affecting links due to how Divi handles module links.

    Instead, try using a single text module, listing each entry on a separate line, and manually applying the links using the editor’s built-in link formatting tool. This might resolve the issue and also make future updates easier to manage.

    Hope this helps! Let me know if you need further clarification.

    Hello!

    I noticed your issue and may have spotted what’s causing the problem. While I can’t guarantee this is the complete solution, there appear to be some mismatches between your image URLs and popup IDs that could be causing the conflict.

    Here are two specific things to check:

    1. Ensure consistent case matching between your popup IDs and URLs (e.g., if your popup ID is “myPopup”, the URL should be “#myPopup”)
    2. Remove any # symbols from the popup IDs themselves – these should only be used in the target URLs

    One other potential issue: I noticed some popup plugin configuration data might be missing from the generated HTML code. So, make sure you’re using the “Popup ID” field from the Popup tab’s General section, rather than the “CSS ID” field found under the Advanced tab.

    Hope this helps solve your issue!

    zemog

    (@zemog)

    I’ve built a popup icon menu for my website, and I had to find a way to close the popup when clicking any button on the popup. I found an answer by reviewing the code: just add the class “close” to the component /module that you want to close the popup when clicked.

    This is done in the Module Settings->Advanced->CSS ID & Classes->CSS Class

    TBH I’m not sure if it works for all components, but it does work even when used in a text component with no URLs assigned to it.

    Hope this helps.
    Regards

    • This reply was modified 2 months ago by zemog. Reason: Fixed typo
    zemog

    (@zemog)

    Hi. This is how I did it to have the same popup in all pages:

    I went to the template builder and created the popup section in the global footer, so the hidden section will exist on every page.

    You can also create it in the global header if you want, but that would add load time for content above the fold, so for me it is better on the footer.

    If you want the popup on certain pages only, then create the template and assign it to such pages right there in the template builder.

    Hope this helps

    Regards

    zemog

    (@zemog)

    Hello! – I came here looking for an answer to this question. Since I didn’t find anything, I took a look at the code and came up with a workaround.

    In your code, use the WordPress do_shortcode() function like this:

    $myvar = do_shortcode('[prflxtrflds_field field_id=1]');

    You’ll have to look for your desired field id in the table “wp_prflxtrflds_fields_id”

    Hope this helps.

    • This reply was modified 3 months ago by zemog. Reason: Bad formatting
    • This reply was modified 3 months ago by zemog.
    Forum: Reviews
    In reply to: [WPBoutik] Annoying ads.

    I just found this as well. I could trace it to another plugin from the author. WPDash notes, if you have it enabled it in your site it will show the banner at the top with no way to dismiss it!

    Other plugins from the author could be involved as well, I have WPS Menu Exporter installed, but not active, so I can’t tell if this one also displays the ad.

    Thread Starter zemog

    (@zemog)

    Will do, thanks.

    Thread Starter zemog

    (@zemog)

    I gladly have to report that it was a false alarm. While preparing a demo page for you I became aware that the audio file was being pulled from a CDN thru a custom handler to prevent hotlinking, so it turned out that the custom function was not sending the content-length header correctly.
    So, my guess is that Safari just treated the data as faulty, while Windows’ browsers could recover from the error (?) Anyway, the dev fixed the custom handler and the error is gone now.

    Thank you so much for your quick response, and apologies for the mishap.

    Regards!

    Thread Starter zemog

    (@zemog)

    Update to confirm the second iPhone’s lang is English and USA Region. So, I think that takes down my theory of the language/date settings ??

    Also rolled back the plugin to 2.21.0 and had the same results

    • This reply was modified 1 year, 8 months ago by zemog. Reason: Added previous plugin version test
    Thread Starter zemog

    (@zemog)

    No worries. I appreciate you took the time to address my “problem” ?? At least I now know that currently there isn’t a way to do it.

    I’ll experiment a bit with this to see if I can come up with something useful for my scenario.

    Thank you again.

    PS – Marking it as resolved for the time being ??

    Hello there – great plugin!

    Would the above filter work to alter the format of the $item[‘duration’] as well?

    One of my users reported a weird thing (nan:nan instead of time) with the duration label and I’d like to experiment a bit before opening a new thread.

    Thanks

    Thread Starter zemog

    (@zemog)

    Hello I was able to find the issue. Posting as this my help someone in the future.

    It turned out that for some reason, the subsite was not giving enough privileges to the site admin user, and realized it when I noticed the Plugins menu item was missing from the menu bar.

    So I logged in as the network admin, added the user to the subsite and then I could successfully configure the Zoho mail plugin (and see the Plugins menu item)

    Thank you

    zemog

    (@zemog)

    I’m glad I’ve found your post. I’m currently doing some research to create an online store and marketpress was among my top choices.

    I have very specific requirements for the store, so I’m taking extra time in my evaluations. I’m even considering premium plugins like those found on woocommerce but not having trials available is making this more difficult for me.

    So, I guess I will be narrowing my selection by removing marketpress from my list. You mean WPMUDev’s marketpress, right?

    Forum: Meetups
    In reply to: San Diego WordPress Meetup
    zemog

    (@zemog)

    Hi you all.

    I’m kind of new to the WP realm, but I’m willing to learn.

    I was a freelancer PHP developer for a long time, but in the past five years I’ve been on the management side on a small IT firm located in Mexicali, Baja California, México, so my programming skills are a bit rusty and during my PHP developer days never really got into WP, it is until recently that I’m trying to make a comeback and have several personal projects that I’m planning to tackle with WP, so I would be interested in getting together.

    I live a couple of hours away but given enough time that would be no problem at all.

    Maybe a Google hangout could be a good idea to start with.

    Thread Starter zemog

    (@zemog)

    Great! that did the trick, it now works as supposed to.

    Thank you very much!

Viewing 15 replies - 1 through 15 (of 15 total)