Josh
Forum Replies Created
-
Have you tried to turn on error reporting; and see if any errors or warnings are being generated?
[moderator note; relates to this thread]
Forum: Fixing WordPress
In reply to: How to change the name on a selection bar.Hi there,
Well, I’m not sure what selection bar you are referring; but it is probably a plugin or theme option.
You may have to dig through the various plugin and theme options in your admin panel.
If you want to share a link to the page; perhaps we can determine if it is a plugin or theme option for you.
Forum: Fixing WordPress
In reply to: Bug: wp_insert_post returns ID number without postingWell.. I seriously doubt the default functionality of
wp_insert_post()would return an existing ID. The ID column is set to auto-increment… so any newly created table entry would be given a new auto-incremented ID (meaning it would never be “recycled”).It’s hard to say for sure without seeing your external PHP script; but it sounds like you may be adding a post ID in your
wp_insert_post()array (from your external PHP script).Here is an excerpt from the WordPress Codex Page on wp_insert_post():
IMPORTANT: Setting a value for $post[‘ID’] WILL NOT create a post with that ID number. Setting this value will cause the function to update the post with that ID number with the other values specified in $post. In short, to insert a new post, $post[‘ID’] must be blank or not set at all.
So, perhaps somewhere in your external PHP script it is pulling an ID from an existing entry before running the
wp_insert_post()function.Forum: Reviews
In reply to: [WP Edit] Perfect WYSIWYG Editor, and moreThank you, kindly.
Please let me know if you ever have any suggestions for improvements.Forum: Fixing WordPress
In reply to: Image size and http requestsIt is definitely beneficial to minimize the number of http requests being sent. Many people put all of their site images on a single image file (using Photoshop or some other photo editing software). Then, there is only one http request for all images on the site (referred to as “CSS Sprites”).
In this case; I would probably reduce the http requests and go with the single file. Even though it is slightly larger in size; I think reducing two http requests is better.
You can always optimize the “combined” image, for the web. If you go to a site like GTMetrix; and read through the stats, you’ll see links where you can get an optimized image of all images on your site (with file sizes; and how much space can be saved).
Hi,
Well, you’ll need either FTP or to login to your hosts cPanel to gain access to your file directories. If you don’t have (know) FTP; then use the cPanel option. If you don’t know how to use cPanel, contact your host and ask how to access your file directories.
Once you have access to your server files, navigate to the “wp-content/plugins” folder. Inside that folder, you should see another folder named “black-studio-tinymce-widget”.
Delete the “black-studio-tinymce-widget” folder.
Now you should be able to reinstall the plugin. Also, I’m pretty sure any options you saved should still be available. You may need to drag the widgets from the “Inactive Widgets” area on the Widgets admin page.
Forum: Fixing WordPress
In reply to: Changed URL now can't access back endHi,
I would suggest becoming intimately familiar with the codex page on Moving WordPress. Pretty much everything you need to know regarding moving WordPress is on that page.
Now, in order to get back into your site to begin moving it the proper way; you’ll need to change those “site url” and “home url” values back to how you had them set originally. In the codex page link above; you’ll read about a few different methods for manually changing those values.
Let us know if you get stuck along the way.
Forum: Fixing WordPress
In reply to: Comments look merged with each otherWhat plugin are you using for your comments? It looks like “Comment Love” or something like that?
Have you tried deactivating that plugin… and see if your comment area appears properly? It’s possible the plugin is adding some HTML markup that is breaking the list structure used in comments.
Forum: Plugins
In reply to: [WP Edit] Advanced link not workingNot your problem at all. It’s definitely my issue 🙂
I got a little busy with helping a friend move… but I’ll definitely get this fixed over the weekend.
I appreciate your kind patience.
Forum: Plugins
In reply to: [WP Edit] Google Maps Shortcode not workingHi there,
WP Edit does not have anything to do with Google Maps. Is it possible you are using another plugin that is offering the Google Maps?
Forum: Fixing WordPress
In reply to: Site not loading except when logged inWell.. a few things to consider here.
Who exactly are you wanting to prevent from editing pages? WordPress uses Roles and Capabilities to allow different users different permissions.
From the list in the link; you can see that the “edit_pages” permission is shared by super admin, admin and editor. This means if the user is an author, contributor or subscriber; they cannot edit posts or pages. You could just assign the author role to the users you don’t wish to allow to edit posts or pages.
There are certainly other solutions; but this one is easiest to implement.
Forum: Fixing WordPress
In reply to: CPU maxed outHello,
The notice above is aimed at your hosting package. I would suggest opening a support request with your hosting provider, and supply them with the same information.
Forum: Fixing WordPress
In reply to: Site not loading except when logged inHi,
It appears your website has a redirect loop.
I would begin by deactivating all plugins. If you can login to your admin panel; deactivate ALL plugins from there. Then, manually clear your browser cache.
Also, I would switch to the default 2015 theme.
Now, logout… and see if your front-end website loads.
Forum: Reviews
In reply to: [WP Edit] GreatHi there,
Thank you very much for taking the time to leave a rating and review. Please let me know if you ever have any suggestions for the future of WP Edit.
Have a wonderful day.
Sorry… your user name is very similar to someone else I just helped. My bad.
Yep, that would be fine. You can get to know me here. Please include a link to this forum topic so I know who you are.
Thanks.