one3rdnerd
Forum Replies Created
-
Thank you. I will look out for your update. Will you be replying on here or via email?
Thanks
Forum: Plugins
In reply to: [Pods Beaver Themer Add-On] Field connections in Beaver Themer not visibleThanks for your explanation. It would be great if there was a way it could switch from the preview to the settings of the posts module you are editing when adding them here. It’s the icing on the cake for your plugin at the moment I think. I’d love to hear what you discover when you revisit it. If it’s a problem on BB’s end, let’s speak to them and see if there’s a way they can account for this. I’m happy to contact them to explain if you can give me enough info on what we need.
@dtp2 No problem, you’re welcome. 🙂 If you look at the response on my thread Bernhard mentioned using MagicTags as a workaround. It doesn’t auto get your fields but at least you can use it and copy and paste your pods field names.
Thanks both.
Forum: Plugins
In reply to: [Pods Beaver Themer Add-On] Plugin Not Working Normally Anymore?Hi @quasel
You’re more than welcome. I always find videos make it easier.
1) List field dependencies – Yes maybe that was an oversight on my part and a frustration I ran into before and ended up having to switch to ACF but I’d love to not need ACF.
I have seen some BB modules break it into two sets, so first there’s only one drop down and that asks you to select the post type single you or tax term you want to see the fields or data for.
Then a second field appears and only shows field related to that post type. That way it prevents them all being mixed together.
2) More fields exposed – Yes, I think maybe 2 or 3 might be worth keeping but most are arbitrary like has pinged etc. Maybe an option would be to have a settings page for your plugin and allow people to choose from Advanced (Show all) vs Intelligent (Filter based on what is most practical for most users/use cases)/
3) I am not that familiar with MagicTags but it sounds like this is a good method to try next. I will have a look into that and see how I get on but would still love for your plugin with its ease of use to make a few improvements to cater for these situations too. 🙂 I appreciate you might be busy though.
Thanks for your help.
Forum: Plugins
In reply to: [Pods Beaver Themer Add-On] Field connections in Beaver Themer not visibleI think this has been my issue with this plugin too and why I have to use ACF most of the time.
@quasel I know on one hand making the custom fields available relative to the type of single themer layout or archive layout you are editing seems like good housekeeping but it takes away a fundamental feature that’s easy to do with ACF.
I want to include post grids using the Posts module on a page to show my custom post types, but because it is limiting the available options to the page, when I’m customizing the loop we can’t access the custom fields created with Pods.
Please consider a UI change that allows us to pick a post type first and then have it show the fields for that post type. That way it keeps the UI tidy still but gives us a deeper level of control.
Pretty please? 🙂
I posted a video demo of this on my own support thread just.
Forum: Plugins
In reply to: [WP Store Locator] Issue with wpsl_url – Can’t change itAh, I don’t have that field
Do you know of any code that could have been used to unhook or hide it? If so I can try and search for it to see if the previous developer hacked it somehow.
Thanks
Forum: Plugins
In reply to: [WP Store Locator] Issue with wpsl_url – Can’t change itThanks for your reply.
Yes, it’s strange to me too. I didn’t create it.
The stranger thing is it works, each store this button has a different link.
The issue is, while most are correct there doesn’t seem to be a way to update them with a new one.
Is there a way I can send you the complete php file so you can see the above code within more context as maybe that will make more sense?
Here’s one of the pages where you can see this button (Visit Dealer Website)
https://www.isuzutruck.co.uk/stores/aquila-truck-centres-tipton/
The page is modified with ACF but since the URL on the button is stored in the database under wpsl_url I assumed this was a default meta field provided by your plugin but I can’t see it anywhere on the edit store screen.
I got it to work. I had saved the error log and system info as a .html file as that was the default but I guess the form doesn’t like that so I copied and pasted the contents to text files and that worked.
Thanks
Thanks for following up. I have just tried to use the form but I have waited 15 minutes and it still says it’s sending, the little loading circle next to the send button is turning but isn’t doing anything.
I cancelled it and tried again and the same issue is happening.
Do you have an email address I can send the info to?
Thanks again.
Forum: Plugins
In reply to: [Panda Pods Repeater Field] Output with ShortcodeI couldn’t get it to work that way but the below shortcode works…
/* Repeater Fields */ function press_shortcode($atts) { global $post; ob_start(); $pressarr = pods_field('team_member', $post->id, 'press'); if(!empty($pressarr)) { echo "<h2>Press Mentions</h2>"; } foreach($pressarr as $val) { echo "<div class='advisor-press-item'>"; $img_atts = wp_get_attachment_image_src($val['publication_logo'], 'full'); echo "<a class='img-link' target='_blank' href='" . $val['pub_link'] . "'><img src='" . $img_atts[0] . "' alt='' /></a>"; echo "<div class='pub-link'>" . $val['name'] . "</div>"; echo "<a class='press-link' target='_blank' href='" . $val['pub_link'] . "'>" . $val['pub_article_title'] . "</a><br>"; echo "</div>"; } return ob_get_clean(); } add_shortcode('pressbox', 'press_shortcode');Then just add the shortcode [pressbox] in the Beaver Builder or Elementor template.
Forum: Plugins
In reply to: [Panda Pods Repeater Field] Output with Shortcode@codingpanda Any thoughts? 🙂
Same problem here after updating to the latest version.
Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/HIDDEN/public_html/wp-content/plugins/wp-rss-aggregator/includes/cron-jobs.php:329) in /home/customer/www/HIDDEN/public_html/wp-includes/functions.php on line 6712
HIDDEN is me just hiding the domain. Happy to share it privately.
I have asked the client to check if they have a license. Thank you.
UPDATE: I found the issue in my case, my client had version 3.3.3 installed still and it wasn’t showing an update was available. Switching to the free plugin fixed it.
I noticed this too but I also noticed that I can’t actually make any changes to the product description while Yoast is turned on.
I also can’t update the description of post categories either.
I turn off Yoast and it works first time.
This is happening for me on a site using Yoast Premium. Are you using the free or premium version?
UPDATE: I found the issue in my case, my client had version 3.3.3 installed still and it wasn’t showing an update was available. Switching to the free plugin fixed it.
- This reply was modified 4 years, 7 months ago by one3rdnerd.
I kept on at Siteground and they found their engineers needed to do a DNS cache flush.
It seems to be working normally again now.