webdesignby
Forum Replies Created
-
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] pods_group_add is broken nowHello,
I just wanted to let you know that I updated the bug report and documented the issue extensively so you can test.
https://github.com/pods-framework/pods/issues/6309#issuecomment-974640269
My client really needs his plugin back up and running. He has been using it since 2017 without issue.
Thanks.
Edit: I just re-read your post. Installed 2.7.31. It seems to have resolved the issue. I will just keep the plugin at that version until the bug is addressed.
Thanks again.
- This reply was modified 3 years ago by webdesignby.
That did the trick. Thank you sir!
Sorry, maybe I am not understanding how to update from Github. I downloaded the master zip and replaced my pods plugin with the master from github but the issue is still present. Is there something wrong with my update process?
Hi I am getting
in a dropdown and also have the /wp-includes/formatting.php on line 4313 error. See screenshot linked below.I downloaded the master and replaced my plugin with the git version but still have the issue. Sorry I am not familiar with updating the plugin via git. Is this fix in the master?
https://github.com/websitedesignby/issues/blob/master/pods-dropdown.jpg
- This reply was modified 4 years, 5 months ago by webdesignby.
Forum: Plugins
In reply to: [Musicbox] Cant add new musicI can help you. Sorry for the delayed response. Can you send access to your wp-admin to ross at webdesignby.com?
I am getting ready for a major release of this plugin at the end of the month.
Thanks,
RossForum: Plugins
In reply to: [Musicbox] Customizing Title/TextHi Jessica,
Sorry for the late reply.
I will add the ability to hide the musicbox title on the next version. It looks like you might have figured out your issue with the h1 tag. I am thinking this tag was generated by your theme and not the plugin.
I will also look into improvements to customize the display such as the link color of tracks, etc…
Thanks for the feedback and your patience.
Change the method options_page_description – line 171 of configure-smtp.php
public function options_page_description( $description = '') { $options = $this->get_options(); $description = __( 'Configure SMTP Settings', $this->textdomain ); parent::options_page_description($description);
See gist:
https://gist.github.com/websitedesignby/94a03c5363e6d3c70be77b5941ba7f2b/revisions- This reply was modified 7 years, 6 months ago by webdesignby.
- This reply was modified 7 years, 6 months ago by webdesignby.
Forum: Plugins
In reply to: [Smart Slider 3] Error Loading FontVery cool!
Forum: Plugins
In reply to: [Webdesignby Recaptcha] ERROR: Invalid domain for site key@codanina, I am so sorry for the late reply.
Yes, this plugin is only currently working for the wp-admin login screen I am going to work on an update ASAP to resolve this behavior.
Also let me know what forum plugin you are using so I can test.
- This reply was modified 7 years, 10 months ago by webdesignby.
Forum: Reviews
In reply to: [Musicbox] Very nice – but…I didn’t think I was being ‘sneaky’. What is the issue with inserting an iTunes Affiliate ID into the links that are created?
In future versions I may make the iTunes Affiliate ID a parameter available in the Musicbox or WordPress options screen.
Until then I have mine hardcoded. I don’t see any reason to document that.
Forum: Plugins
In reply to: [Musicbox] Multiple music boxes on the site?Yes, you can use shortcodes to display a specific music box on a page or post.
[musicbox musicbox_id=”1″ ]
[musicbox musicbox_id=”2″]
You may specify the following parameters with your shortcode:
- musicbox_id * required value: the id of the musicbox to display
- description optional value: whether to display description or not. “1” or “0”, default is “0”.
- autoplay optional value: whether to autoplay list or not. “1” or “0”, default is “0”.
- tracks_perpage optional value: how many tracks to show before paginating. Numeric value. Default is “10”.
Ex.
[musicbox musicbox_id=”1″ description=”1″ autoplay=”1″ tracks_perpage=”2″]Forum: Plugins
In reply to: [Musicbox] Adding Musicbox to post or pageHi,
The musicbox can be added as a widget (under appearance > widgets) or you can use shortcodes.
See more information on how to add the widget and shortcode on my web page:
https://www.webdesignby.com/wordpress/plugins/musicbox/Forum: Plugins
In reply to: [Musicbox] php error when activating pluginresolved
Forum: Plugins
In reply to: [Musicbox] php error when activating pluginYour version of PHP is not supported.
Musicbox requires at least PHP 5.3.0.
Thanks.
Forum: Plugins
In reply to: [Webdesignby Recaptcha] ERROR: Invalid domain for site keyI have added a test to the admin page so you can resolve any issues before you log out of the admin. This should prevent this issue from ever occurring in the future.
Thanks for using my plugin.