misskris
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: getting “page not found” on just one postdisabled a bunch of plugins, but was afraid to disable the essential ones.
Forum: Fixing WordPress
In reply to: getting “page not found” on just one postI gave up on figuring this out, had several people stumped. I eventually just renamed the page link and the new link works.
Forum: Plugins
In reply to: [WP eCommerce] WP-ecommerce plugin conflict with Genesis frameworkI just realized that I wasn’t running the latest version of this plugin. I updated it and it works now! I’m still getting some warnings, but I can live with that. Thanks.
Forum: Plugins
In reply to: [YouTube WordPress Plugin by Embed Plus] Gallery with thumbnails onlyOK, so sounds like it’s not available with the free version then.
Thanks for the answer.Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Cart only holds one item at a timeProblem is that the sessions path isn’t writable. Confirmed it by adding this code to one of my files:
if (!is_writable(session_save_path())) { echo 'Session path "'.session_save_path().'" is not writable for PHP!'; }else echo 'Path writable.';
Now I just need to wait on my host to get it fixed.
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Cart only holds one item at a timeAfter some more research I think the problem may be a php session session problem as described here: https://www.tipsandtricks-hq.com/forum/topic/php-session-not-working-correctly
I’ll have to try contacting the host and see if they can help.Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Cart only holds one item at a timeThanks for the quick response. I’ve tried that, copying and pasting to a test page. Then I tried creating all new test items on the test page, and still the same. I’ve also tried turning off different plugins one by one. Other than the site updating (which my host did automatically) I can’t think of anything that has changed, other than adding some posts. Any other troubleshooting suggestions?
I am using Chimpy-lite, the support ticket form wants a purchase code which I do not have.
Well, some people are saying they aren’t getting the confirmation email, I just tried it and I got it, but still ended up on the 1st list instead of the second. I double checked the form and I did select the correct list from the dropdown menu.
OK, thanks
Forum: Fixing WordPress
In reply to: Changing URL but not moving filesAh, I just saw that after I posted. I swear I really did search before I asked! If I change it using the functions.php file, does that actually change it in the database too, or do I still need to do that afterwards?
Also still wondering what order I should do things in. Should I change the name servers first, then change the site URL, or the other way around? I started to worry about this when reading about moving sites because for the case of moving directories on existing server it says, “It is important that you set the URI locations BEFORE you move the files.”
Forum: Themes and Templates
In reply to: [Masonic] How to get text to wrap around images correctlyOK, I have solved my problem. There were a couple of things going on.
1. My image was inside the first paragraph because when I inserted the image I had the cursor next to the first word. I had to hit enter and place the cursor in the line above the text. Easy enough, now the image is wrapped in it’s own p tag, but it still wasn’t wrapping correctly.
2. In the style sheet on line 124 I found the following:
p { color: #646464; margin-bottom: 1.5em; overflow: hidden; }
I changed it (in a child theme) to overflow:visible
I’m not sure if that’s going to cause any problems elsewhere, but it solved the issue for me of the text not wrapping, and so far nothing else looks broken.Forum: Themes and Templates
In reply to: [Constructzine Lite] overlap in mobile navigation menuThanks for checking, but I think we have a misunderstanding. It’s the mobile menu that has the issue, the menu you see if you are looking at it on a phone, not the regular menu.
Forum: Themes and Templates
In reply to: [Constructzine Lite] overlap in mobile navigation menuThe items that are a problem are the ones that are third level navigation. For example, in my menu I have an item called Employer Services with the following sub items:
Employer Services
-360 Employment Review
–The Process
–Leadership Reviews
-Leadership Consulting
-Outplacement Services
-Human Resources ConsultingThe sub-sub menu items, “The Process” and “Leadership Reviews” are both unclickable and are covering up “Leadership Consulting” and “Outplacement Services” so that I can’t see those at all.
This is what I see in all three browser/device combos mentioned above.I understand if you don’t have time to resolve this for me at this time, but I think it’s a flaw in the menu system that you might want to correct for future updates.
Forum: Themes and Templates
In reply to: [Constructzine Lite] overlap in mobile navigation menuWell, that makes it look better, but now some items aren’t visible and others can’t be clicked on.