Josh
Forum Replies Created
-
Forum: Reviews
In reply to: [WP Edit] If you get “too many database connections” uninstall asapHi,
I’m terribly sorry you had a negative experience with WP Edit. Do you recall if the issue arose after installing a new plugin or switching themes?
I don’t see why simple table creation would result in too many database connections. Perhaps it’s the content of the tables? Are you using basic html in the tables; or are you using custom php code or shortcodes for the table content?
Any clues/ideas you have, and I’ll be happy to assist in trying to isolate the cause of the issue.
Forum: Plugins
In reply to: [WP Edit] WP Edit plugin is not working!Thanks man. Yep, it’s a tough juggling act. I really appreciate the kind words. I look forward to tearing back into these plugins, and getting some new versions/features released.
Be well, and thanks again!
Forum: Plugins
In reply to: [WP Edit] Symbols in WP-edit appear as a huge image in Mailchimp emailsHi,
To which symbols are you referring?
Forum: Plugins
In reply to: [WP Edit] Onglet « Add BWS Shortcode »Okay, I am working on testing the issue. Please follow up with me in a couple days, and I’ll try to find the solution.
Forum: Plugins
In reply to: [WP Edit] Help Please – Modify a “button”Hello, and sorry for my delay.
These tasks are somewhat outside the realm of WP Edit (they are more theme questions), but I’ll be happy to assist.
1) The logo would have to be a setting in your theme. Look through your theme options and see if you can find an option that says something like “logo image”. If you can’t find it, I’d suggest asking the theme developer (support ticket or email).
2) Regarding the button. You can fix it with some custom css. You’ll need to use a custom css rule:
#BDF_headerWrap .BDF_header .socialMedia a.myAccount { height: none; }If your theme has an option for custom css; you can add it there. If not, you can use your child theme style.css file. If you are not using a child theme, then I recommend using a plugin for adding custom css. One HERE should work.
Forum: Reviews
In reply to: [WP Edit] useless, does not workHello,
I am terribly sorry for the negative experience. If you could please provide me with further details of the issue; I’ll try to help.
It sounds like there was a javascript issue (perhaps a plugin conflict) that was preventing the toolbar from loading properly.
Please let me know if you are still around, and I’ll provide steps of how to troubleshoot the issue.
Thanks.
Forum: Reviews
In reply to: [WP Edit] WP-Edit Pro Abandoned?Hello,
First, please accept my apologies. Due to a family health crisis, I was temporarily unable to fulfill my duties with WP Edit (and Pro).
Please feel free to contact me via the WP Edit Pro support (or my email if you have it), and I will do everything to reconcile this situation.
Thank you.
- This reply was modified 9 years, 4 months ago by Josh.
Forum: Reviews
In reply to: [WP Edit] Not WorkingHello,
Can you please provide me with details of what exactly is not working? Thank you.
Forum: Plugins
In reply to: [WP Edit] Invalid ArgumentHello, I am very sorry for my delay.
Can you please try resetting the plugin options to their default values and see if the issue persists? You can reset the settings by visiting the “Database” tab.
Forum: Plugins
In reply to: [WP Edit] Onglet « Add BWS Shortcode »Hello Serge,
Are you still experiencing this issue?
Forum: Plugins
In reply to: [WP Edit] WP Edit plugin is not working!Hello guys, thank you so much for working together on this. I had some health complications, and being the sole developer, did not have anyone to assist while I was recovering. I do apologize.
Please let me know if you are still experiencing issues. I am back into coding, and want to get a new release pushed out.
Thank you, again.
Forum: Plugins
In reply to: [WP Edit] How do you use Anchors?There are two steps to creating an anchor that links to a different page.
1) You will want to place an ID attribute on the element you are linking TO. For example, if you are linking to an h1 element, which may look like
<h1>My Page</h1>, it should be adjusted as such, `<h1 id=”mylink”>My Page</h1>’.2) You will want to create the link on the page you are linking FROM. For example, you may have some text
Click Herewhich links to the new page. You will want to wrap it in anaelement, with the following structure<a href="my_new_page/#mylink">Click Here</a>.The
my_new_pageshould contain the full url to the page you are linking TO. Followed by the hash tag, and the ID of the element you are linking TO.Forum: Plugins
In reply to: [WP Edit] WP Edit toolbar menu showing up in users dashboardHi,
There is an option to remove the admin bar links. Please visit the WP Edit admin settings page; click the “Global” tab; and look for the option that says “Disable admin bar links”.
I thought I had hooked those links to only show if the user is an administrator; so I’ll go in and double-check that part of the code.
Thanks for posting!
Forum: Plugins
In reply to: [WP Edit] error code in one subsiteHello,
Thank you for the kind words. Please feel free to provide a rating if your time permits.
Also thank you for the feedback. I wasn’t aware of these warnings on a multisite install. However, the free version doesn’t fully support multi-site installs. If you would like far more advanced features for managing multi-sites installs; please feel free to check out the pro version.
I have just tested the free version on a multisite install, and do indeed see the warnings. I just fixed them; and will get the plugin updated in the next day or two.
Thanks again for your time.
Forum: Plugins
In reply to: [WP Edit] Mobile version is not shownHello,
May I please ask you for a few specifics to see if I can replicate?
1) What exactly is not shown?
2) What device are you using?
3) If possible, please provide your operating system and browser (and versions).Thanks.