elba00
Forum Replies Created
-
Perfect! Thanks for the quick solution!
Sorry, I didn’t mean to double-post the same problem.
Plugin version: 3.1.1.Yep, I found the same answer on stack.
And I thought the sleepless nights with IE are over… may the force be with you!Ok, thanks again, I just adjust my CSS then.
Thank you for your swift reply.
It turns out that I had a function that deregistered the default jQuery script, I removed that and the plugin works like a charm.
Slighty out of topic: Is there any way to add class names to the alm-reveal element besides ajax-load-more?
Beautifully crafted plugin, keep up the good work!
Thank you.
Forum: Plugins
In reply to: [Fluid Video Embeds] Issue with Facebook Instant Article PluginHi there,
It looks that I have bumped into the same problem.
Have you found a solution?thanks
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] User based redirectionHi,
Eventually I’ve created different roles (with the same capabilities) for each user, and I’m using these roles to redirect users to their custom pages (they must not see each other’s pages), which is almost the same as If I used user based redirection.
Thanks.
Forum: Plugins
In reply to: [Date and Time Picker Field] Lost data upon ACF updateHi again,
Turning of saving in unix timestamp (I run several date related functions after retrieving date data) and using the date format I used with the previous version, I’m now able to use data saved earlier and able to add new rows with new date/time data without compromising older fields.
Though, a quick database check shows empty field values of the post that has been saved just after updating the plugin, so they are lost for good.
I should have checked the new version in greater depth before jumping to update. And a plus line in the changelog warning folks of the possible outcome of the update from v3 to v4 certainly wouldn’t have hurt.
Forum: Plugins
In reply to: [Ultimate Metabox Tabs] Problem with taxonomy metaboxesHi,
Thanks for the reply.
I tried to group metaboxes into tabs on custom post type edit screens, not taxonomy/category edit screens.While the plugin picked up my ACF field, the fields on the post edit screens continued to show just like before, without tabs. Entering non-ACF metabox IDs gave the same result.
(latest WP, latest ACF plugin).While ACF offers a nice and easy way to group fields into tabs, I found that using ACF to show non-hierarchical taxonomies (tags) with select/radio-button/checkbox fields for the backend users is not as user friendly, as the regular WP tagcloud appearance.
Since ACF loads the required CSS and JS on the post edit screen, I added a little JS and CSS to my functions.php and came up with this, which is fine for me:
http://oi41.tinypic.com/hwwy89.jpgThanks.
Forum: Plugins
In reply to: [Ultimate Metabox Tabs] Problem with taxonomy metaboxesHi again,
Selecting ACF fields populates the text boxes properly with the ids: acf-6, acf-9, but the metaboxes on the post edit screen continue to appear tabless.
Thanks.
Forum: Plugins
In reply to: [SlimStat Analytics] Track pageviews with AJAXHi,
I’ll do that, thanks for the quick reply.
Thanks.
Forum: Plugins
In reply to: [Shadowbox JS] Shadowbox JS does not play YouTube videoConfirmed, YouTube links in any variations only dim the page, but do not load videos, pictures and galleries work fine.
Forum: Plugins
In reply to: [Magn WPSync] Does this plugin actually sync? Not just importHi,
If you marked your question as resolved, may we know the answer to it?
Thanks.
Forum: Plugins
In reply to: [WP Supersized] [Plugin: WP Supersized] Background images on homepageI don’t understand.
<?php wp_head(); ?> should be in header.php not index.php – although it’s up to the developer where they put it.
I do have wp_head (in header.php), but the images of the latest posts are still not showing up. (using Default origin of WP Supersized images)Looking at the source of the main page I see this:
Invalid argument supplied for foreach() in /wp-content/plugins/wp-supersized/includes/WPSupersized.php on line 570Thanks.
Forum: Plugins
In reply to: [AJAX Contact] [Plugin: AJAX Contact] Add form to theme?You can insert the form just like any other shortcode in php:
<?php echo do_shortcode('[insert_ajaxcontact id=186]');?>Change the ID to the actual ID of your form.
Forum: Plugins
In reply to: Load WordPress post into Google Maps infoWindowThanks!
I’ll give it a go.