caplain
Forum Replies Created
-
I found the problem with popover that wasn’t working. I neglected to set a Target Condition. Doh! Sorry for the false alarm.
Okay, I figured out if the class is popmake-162, the ID i# is 162
So I tried this:
[popup_trigger id=”162″]<img src=”http://ericcaplain.com/wp-content/uploads/2015/10/ecc_white.png”>[/popup_trigger]
No popup. I do have popups working fine on buttons.
btw, I’m using Version 1.3.8
@danieliser I’m unclear about using something like
[popup_trigger id=”123″]image here[/popup_trigger]
Your documentation says “id: the ID # or slug of the popup you want to trigger”, but Popup Maker creates/provides a class, e.g. popmake-162 – no Id is provided.
Also, I tried adding #pop1.x-img to Click Open Settings to this image:
<img id=”pop1″ class=”x-img x-img-circle none” src=”http://ericcaplain.com/wp-content/uploads/2015/10/ecc_white.png”>
but the popup is not triggered.
I’m trying to solve the same problem now too. I looked at http://docs.wppopupmaker.com/article/90-shortcode-popup-trigger but popup maker popups have classes not ids.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Quiz Description is not displayinggmmd, did you end up making the modification? If so, could you please share your mod?
Forum: Fixing WordPress
In reply to: "Update Profile" button in admin disabledRelated: https://core.trac.wordpress.org/ticket/33992
There’s a JS conflict with the password generation and Chrome autofill.
Forum: Fixing WordPress
In reply to: "Update Profile" button in admin disabledRe previous comment:
I”m running WordPress 4.3.1 with Themeco X theme 4.1.1Forum: Fixing WordPress
In reply to: "Update Profile" button in admin disabledI’m experiencing the same problem. I’m surprised after 3 weeks this hasn’t been resolved. Anyone hear anything?
I’m finding that if I go to a user profile page /wp-admin/user-edit.php?user_id=[id] the ‘Update User’ button is active. If I make ANY change to profile, e.g. simply unchecking ‘Show Toolbar when viewing site’ the ‘Update User’ button immediately goes inactive. Obviously JS is involved.
Forum: Fixing WordPress
In reply to: Adding tiny mce to formsDoes that work for you? I want to do the same thing?
Forum: Plugins
In reply to: remove_action() calls in function.php have no effectThis is issue has been resolved.
Forum: Plugins
In reply to: [Plugin: Rotating Posts] different sets of posts would be niceAnother angle on this would be to add support for passing in a post category with the function call: rotating-posts(‘foo’). I actually tried modifying the plugin to do this, but even though my WP_Query() call included cat={$rp_use_this_category} with $rp_use_this_category set to different category names, it returned posts of all categories. I stopped there.