Rb1368
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] New users can see orders from others usersWell, I am really not sure how but my issue was fixed. I tinkered forever and at this point… I think maybe it was the caching after all!!! I disabled all caching and created a new user and the “phantom” order was not there in the new account.
However, I have not tried to install a caching plugin, and exclude the account and checkout pages to see if that works as well. I would certainly hope so as caching is key for site speed these days.Forum: Plugins
In reply to: [WooCommerce] New users can see orders from others usersI am currently having this issue. This one order comes up on current/new users order pages. It’s the same order in each incident. It’s an older order from 2013. I have disabled all caching and have waited long enough for everything to clear out. The issue is still happening and all of my customers are writing in about it.
Mike Jolley – Since the caching advice is not working do you have any other ideas?
I figured it out. I was just trying to use the other effects besides the default ones.
Forum: Everything else WordPress
In reply to: MY hosting provider sucks!Just switch hosts man. There are soooo many out there. Just get one that has good support for wordpress and just make the switch.
Forum: Fixing WordPress
In reply to: How to login to my admin pageIf your talking about your wordpress dashboard log in screen, you should of set up a username and password when you were installing wordpress.
Whats is a meta log in?
Forum: Fixing WordPress
In reply to: How to remove 'about me' and 'related posts'Well to get rid of your “about page” log into you wordpress dashboard and then click “Pages” in the menu on the left, then when you get the screen with all your pages on it roll your mouse over the about page title and a red link that says “trash” comes up, just click that and the page will be gone along with the link your navigation for this page.
If you are talking about the “Recent Forum Posts” in your sidebar when you say “recent Posts” then to get rid of that you would log into the dashboard, click “Appearance” in the left hand menu and then select widgets underneath the Appearance link. Drag the recent posts widget out of your sidebar and it will be gone.
Hope that helps.
The way it works is you create albums which hold galleries and galleries hold groups of images. Create an album then put all the galleries in that album then just use shortcode that calls the album with all the galleries in it on your page.
Creating an album is very simple and dragging in galleries to albums is nothing more than a click and drag. I just did this for a client less then 10 minutes ago.
You sort of have to create albums with this plugin.
The calendar uses a script in wordpress for the ajax functionality.
https://yourdomain.com/wp-admin/admin-ajax.php
This plug in stops and just tries to load forever if it cant access that file.
When I was in preview DNS mode the path was incorrect to this script. SO when I launched my site with out the preview DNS it worked perfectly.
If the calendar cant find the admin-ajax.php file, its not going to work.
Firebug was a huge help for me with this issue.
I know its been almost a year since you have gotten a reply but I thought maybe your still interested. I just started using this and thought I might have a solution for you.
When you say “All I’m seeing are text links — the images no longer display.“
When you drag the Widget to you sidebar in the options there is an option that says “Gallery thumbnail image” your’s must be set to “No Image, link only”. Make sure its set to one of the options like “First” or “Random”.
I have set up 3 wordpress sites with the NextGEN gallery this week with the latest version of wordpress and the latest version of the plugin and everything is working. Its probably a setting on your sever check the requirements and call your host on the phone. Those are 2 pretty big problems.
I know I probably was not much of a help but I have been using this plugin all week and no problems so that’s why I think its the host.
I think the workaround is going to be to just launch the site and the calendar will work. At least that’s what I am hoping. After doing some investigation with firebug and another site using the calendar I am almost positive this is my problem.
My calendar is not loading. Could it be because I am using go daddy’s “Preview DNS” option? I think what is happening is this:
the calendar looks for:
https://mydomain.com/wp-admin/admin-ajax.php
but since i am using the preview dns thing it gets:
https://mydomain.com.previewdns.com/wp-admin/admin-ajax.php
and thats causing it to never load.
Am I on to something here with my problem?
I have checked everything and for some reason this plug in wont load on my site, I just the spinning loading wheel in front of my calendar. I have jquery 1.7 and the latest version of wordpress, what could be wrong?
Forum: Fixing WordPress
In reply to: deleted my foot by mistake!You need to take the footer.php file from the original theme from your computer and re-upload it back where you deleted it. If all you did was delete an untouched footer file then replacing it with an original should fix your problem. If you didn’t customize the theme to much then re-install the entire theme. Do not edit the code in the footer or delete any thing in it.