jacobjmorris
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Advertising Manager – W3 Total Chache] Solution Delete Ads problemHi eggiethoorn
Thanks for this information–it helped fix my problem. I have a multi-author blog, so AdSense code from different authors is constantly rotating.
Is there anyway for me to activate my W3 Total Cache again and have it not interfere with ad serving. It just stinks if I lose all my site loading effeciencies.
Forum: Fixing WordPress
In reply to: Warning: session_start…not sure what the issue is?My host did supposedly add the session.save file and make it writeable, so that removed the error messages I was seeing at the top and bottom of my pages.
However, when I click the Buy Now button for one of my products, I get this error message:
Warning: session_start() [function.session-start]: open(/tmp/sess_0577671afe2cfe9f54ac9fd3ef658e09, O_RDWR) failed: Permission denied (13) in /home/zzz/public_html/manglamour.com/wp-content/plugins/datafeedr/datafeedr.php on line 916
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/zzz/public_html/manglamour.com/wp-content/plugins/datafeedr/datafeedr.php:916) in /home/zzz/public_html/manglamour.com/wp-content/plugins/datafeedr/datafeedr.php on line 916
Warning: Cannot modify header information – headers already sent by (output started at /home/zzz/public_html/manglamour.com/wp-content/plugins/datafeedr/datafeedr.php:916) in /home/zzz/public_html/manglamour.com/dfr/index.php on line 106
Warning: Unknown: open(/tmp/sess_0577671afe2cfe9f54ac9fd3ef658e09, O_RDWR) failed: Permission denied (13) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
Not sure what to tell the host next?
Forum: Fixing WordPress
In reply to: Warning: session_start…not sure what the issue is?Deactivating most definitely works, but I need the plug-in. I tried re-installing it and the error message comes back. According to the developer the problem is with the host, but the host hasn’t a clue…
Forum: Fixing WordPress
In reply to: how to change ‘posts filed under’to a <‘strong’> instead of a header…sorry, didn’t realize it would render html
Forum: Requests and Feedback
In reply to: Contact form on Blix themei just got the contact form installed on my site, however the field labels are scrunched on my site. What part of the code do I need to change in the CSS or PHP?
here’s my site, https://www.jacobjmorris.com
thanks
Forum: Installing WordPress
In reply to: persistent homepage messagecan you explain the conditonal some more? I don’t write PHP, however I do hardcode HTML, so I do have some code editing skills.
Also, how many blogs appear on the homepage? Can you limit it?
Forum: Installing WordPress
In reply to: persistent homepage messagei’m in the wp repository but i don’t see these plugins?
Forum: Fixing WordPress
In reply to: Remove subpages from top menuI’d be willing to give someone $10 ??
Forum: Fixing WordPress
In reply to: Remove subpages from top menuI did, I sent him an email.
Forum: Fixing WordPress
In reply to: Remove subpages from top menuI love the Blix theme, however I’m having the same problem.
I think one of our many talented WordPress CSS/PHP gurus (not me), should make an update to the Blix files so that the subpages render as a smooth and simple CSS drop down from the main navigation.
??
Jacob
Forum: Fixing WordPress
In reply to: Simple sidebar movement question (default theme)Okay, I’ve moved my content over to the left, but I still don’t understand #2, how to move the image file over. Seems like this would have been taken care of with the css.
Forum: Fixing WordPress
In reply to: how to move the sidebar to the left?oh wait, I found the code
#sidebar
{
padding: 20px 0 10px 0;
margin-left: 545px;
width: 190px;
}However, if I change the margin-left to margin-right it doesn’t appear correctly, obviously becausee everything is set for the right side, what else do I need to change?
Thanks
Forum: Fixing WordPress
In reply to: how to move the sidebar to the left?I opened the CSS for my theme, which is WordPress Default, and there is no #menu class?
Forum: Fixing WordPress
In reply to: installing statcounterwhat footer file do I update, because I don’t see it?
Forum: Installing WordPress
In reply to: WordPress and StatCounterwell uploaded my statcounter code in my index.php file and it’s still not showing in the code in the live version, anyone else had this problem?