pixelkicks
Forum Replies Created
-
Thanks for your reply. I’ve spoken with our developer and it does seem the issue is with some of our custom CSS rather than your plugin itself. Glad to clarify this, thanks for the great plugin.
Forum: Reviews
In reply to: [Redirection for Contact Form 7] Annoying messageIt’s the latest version – 75.0.3770.100.
What’s the best email – the one shown on this page? https://querysol.com/contact/
Forum: Reviews
In reply to: [Redirection for Contact Form 7] Annoying messageI am on version 1.3.2 and I can confirm the message is also not disappearing for me.
This is one of my pet hates, and I’m close to uninstalling the plugin and using an alternative if this isn’t fixed.
It happens on multiple browsers, and despite clicking the X, the nag message just comes back when you load a new page.
Perfect! This is just what I needed. I must have missed the %%ct_ variable format when looking through the template variables page https://kb.yoast.com/kb/yoast-wordpress-seo-titles-metas-template-variables/
Thanks.
Hi Scott,
It works perfectly if we switch to the older version of PHP though. We can literally swap back and forth between versions and it either works or doesn’t work.
However – I’VE JUST FIXED IT… turns out it was a problem with “short_open_tag” being switched off. Why this didn’t cause a problem with PHP 5.4 I’m not sure?
Chris.
<?php while ($pod_cust->fetch()) { $author_id = $pod_cust->display('post_author'); $author_name = get_the_author_meta( 'display_name', $author_id ); ?> <tr> <th><?php echo $pod_cust->display('ID'); ?></th> <td><a href="/overview/?cid=<?php echo $pod_cust->display('ID'); ?>"><?php echo $pod_cust->display('post_title'); ?></a></td> <td><?php echo $author_name; ?></td> <td></td> </tr> <?php } ?>Hi, yes I’ll send you a message now…
Forum: Plugins
In reply to: [Post Duplicator] Doesnt duplicate custom meta fields with PodsAll the custom fields are added through Pods, and none of these where duplicated when I tried yesterday.
The storage type is Meta.
Forum: Plugins
In reply to: [Post Duplicator] Doesnt duplicate custom meta fields with PodsHi Scott, we’re extending a standard existing custom post type created in functions.php.
Forum: Plugins
In reply to: [Post Duplicator] Doesnt duplicate custom meta fields with PodsI always thought Pods used standard custom meta fields. Perhaps not. Thanks for the quick reply. I’ve just tested another plugin “Duplicate Posts” and this works fine with Pods.
Forum: Plugins
In reply to: [Yoast Duplicate Post] Clone custom post types.Apologies, posted too quick. I can confirm that this clones custom post types, and also copies across all the custom meta fields I have too.
Perfect!
Forum: Plugins
In reply to: [Yoast Duplicate Post] Clone custom post types.This is what I need to. Does this only work with standard Posts?
We don’t need to edit the fields themselves, just to manage the data.
We can add or edit the data without any problems, once we have selected the form from the dropdown menu.
I still don’t understand. I simply want the WPUF Custom Form section to appear in wp-admin, so we can edit the fields directly in the admin area.
If I paste the shortcode and click publish/update, nothing appears. We still have to select the form from the dropdown menu.
Are we talking about the wp-admin page? how would a shortcode cause the “WPUF Custom Fields” section to display or not?
Example:
I’ve clicked “Add New”, and the WPUF form isn’t displayed by default:
To get it to appear when editing in wp-admin, I have to select it from the dropdown and then click update. Then it appears: