Doug Rider
Forum Replies Created
-
Thank you Tobias. That worked.
Forum: Plugins
In reply to: [GenerateBlocks] GB Container Width won’t go greater than 1200pxHi Tom, Thanks. That worked.
- This reply was modified 3 years, 2 months ago by Doug Rider.
Forum: Plugins
In reply to: [GenerateBlocks] GB Container Width won’t go greater than 1200pxSo I should take the issue up with Blocksy??
- This reply was modified 3 years, 2 months ago by Doug Rider.
Forum: Plugins
In reply to: [GenerateBlocks] GB Container Width won’t go greater than 1200pxHi Elvin,
I checked the source code on the page and it does look like Blocksy added “gb-inside-container” on line 46. GB’s first reference is at line 146.
It looks like Blocksy used your GBs class prefix.
Is this something you need to check with Blocksy to see why they’re doing that?
- This reply was modified 3 years, 2 months ago by Doug Rider.
Forum: Plugins
In reply to: [GenerateBlocks] GB Container Width won’t go greater than 1200pxHi Tom, Let me know when you’re done. It’s a test site that I’m actively working on.
Forum: Plugins
In reply to: [Radio Buttons for Taxonomies] Custom Taxonomies displaying in PostsI’m using the Block editor. Yes, the radio buttons for my CPT appears in the Posts Admin sidebar.
The site I was having issues with was running Beaver Builder. I’ll wait to update Popup Maker when BB is updated.
Same here. Reverted back to v1.8.3 and the site is back to normal.
Hi Nikhil, Yes the Recipe posts were imported. I had to remove the 3 broken Post Grids and add them back manually. That worked. I tested the other Gutenberg starter sites that have blog posts and they all worked fine.
Forum: Plugins
In reply to: [Cloudways WordPress Migrator] What happens to previous site?The site on your old host will not be deleted. To setup the new migrated site on Cloudways you’ll have to setup the Domain Management in the Cloudways Control Panel and then change your DNS to point to the new server.
Yes. I’ve migrated three WooCommerce stores to Cloudways. Just make sure your PHP and MySQL versions on Cloudways are not lower than your original sites. Also, before the migration, make sure you put the old site under “Maintenance / Construction” so that any new orders don’t get lost in the migration process.
- This reply was modified 6 years, 4 months ago by Doug Rider.
- This reply was modified 6 years, 4 months ago by Doug Rider.
Forum: Plugins
In reply to: [Featured Video Plus] Display Thumbnail and controls at end of Vimeo videoOops. Just found the setting in Vimeo to have the thumbnail show at the end.
Forum: Plugins
In reply to: [Pods Beaver Themer Add-On] [wpbb post:pods_display] HTML helpHi Bernhard, thank you so much. I just removed the “Output as link” for the website field and now it’s working.
- This reply was modified 7 years, 6 months ago by Doug Rider.
Forum: Plugins
In reply to: [Pods Beaver Themer Add-On] [wpbb post:pods_display] HTML helpSorry, I’m having a hard time dealing with the code tag. This is the code that’s being used.
<a href="[wpbb post:pods_display field='collection_url']">[wpbb post:pods_display field='collection_art.post_title']</a>
This is a testing site. I’ve white listed the post where you can see the display. I’m using Beaver Themer. https://beartproject.staging.wpengine.com/art/metamorphosis/- This reply was modified 7 years, 6 months ago by Doug Rider.
Forum: Plugins
In reply to: [Pods Beaver Themer Add-On] [wpbb post:pods_display] HTML helpHi Bernhard,
Not sure what the “[” bracket was missing from my code. It’s shows in the HMTL module
<a href="[pods_display field='collection_url']">[wpbb post:pods_display field='collection_art']</a>
I also tried the PODS magic tag syntax and that doesn’t work either. Since ‘collection_art’ is a Relationship field, I changed it to ‘collection_art.post_title’. But that didn’t work either.
I’ll take this up with Beaver Builder support.
Thanks.
Doug- This reply was modified 7 years, 6 months ago by Doug Rider.