drive4corners
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Social Like Ranking] Installed Plugin Won't show in Plugins ListThanks, I will have to try it!
Forum: Plugins
In reply to: [WordPress Social Like Ranking] Installed Plugin Won't show in Plugins ListThanks for the follow up!!
Is there a shortcode I can use to call the plugin up as a widget or post??
Forum: Themes and Templates
In reply to: [Attitude] Sidebar/ Content WidthI tried it Laura, but it did not do what I was looking for.
For now, it seems like the following is satisfactory, thanks for your help!
#container { width: 1078px; margin: 0 auto; }Ok so I changed ownership recursively for read/ write and now the automagic buttons are working.
Thanks for the help!
Forum: Themes and Templates
In reply to: [Attitude] Sidebar/ Content WidthThat did something different.
Now the content is is sized appropriately but the sidebar is extending past the main header (on the right side).
Is there a margin value controlling this?
Forum: Themes and Templates
In reply to: [Attitude] Sidebar/ Content WidthGotcha!
Ok that worked, but now it looks like the content is spaced to the right starting at the same location as before. AKA what would be the left sidebar is pushing the content out towards the right.
Any way to reduce this imaginary left-page whitespace?
I am sticking to right sidebar only.Forum: Themes and Templates
In reply to: [Attitude] Sidebar/ Content WidthYou are correct, the goal is to widen the total container so content width is wider, (and now I know I can size the sidebar to the appropriate % that I want).
I added your code from above with 1278px and am not getting a change.
I apologize for the illiteracy, but does that section of code need to be nested below the #primary line?PS- I hope my browser cache isn’t throwing me off again.
Forum: Themes and Templates
In reply to: [Attitude] Sidebar/ Content WidthOk, I see what you mean, Laura.
My intent was to increase the total width so that content width becomes closer to 1000pixels maximum as opposed to the current ~750pixels. Therefore, when the page is enlarged, my posts and such (mainly images) display larger – as opposed to so much blank whitespace.
Maybe this has to do with the following parameter I found in functions.php?? What css code would I add to change this?
$content_width = 700;Thanks AIT,
After some research it seems 666 permissions are correct (and the default) for the wp-config.php file.So I will try CHOWN tonight and report back after making sure owners are the same.
Forum: Themes and Templates
In reply to: [Attitude] Featured widget images stretched in Internet ExplorerIs your page cached? Still working properly for me…
Forum: Themes and Templates
In reply to: [Attitude] Sidebar/ Content WidthThanks for the response Laura,
The website is:
http://drive4corners.com/I added the following to Theme Options -> Custom CSS but have not noticed any changes on my main blog feed(homepage) or my post pages.
#secondary { width: 21.28%; } #primary { width: 75.64%; } @media only screen and (max-width: 1078px) { #primary, #secondary { width: 100%; } }It appears DSO
“Server API: apache2handler – Your Host Server is using DSO”I noticed the following permissions:
“wp-config.php ../wp-config.php 644 0666”But as I understand this means I should be able to read and write the directory, so that wouldn’t be the issue, would it?
Thanks for the reply;
“The file /var/www/4corners/wordpress/wp-content/plugins/bulletproof-security/admin/htaccess/secure.htaccess is not writable or does not exist.
Check that the file is named secure.htaccess and that the file exists in the /bulletproof-security/admin/htaccess master folder. If this is not the problem click HERE to go the the BulletProof Security Forum.”I activated the automagic buttons a few days ago and they worked fine. I’m wondering if some folder permissions got changed?
I was attempting to revert to default mode, so that another wordpress plugin can create database/ file backups.
However, I cannot revert back to the default mode, I get this error: “Failed to Activate Default htaccess Mode!”
How do I allow it to activate default mode again?
All permissions match recommended folder permissions.
Forum: Themes and Templates
In reply to: [Attitude] Header Stretching and Featured ImageOk so I found that Unique Headers Plugin allows you to select the header for individual posts.
However, I am still wondering about the stretching issue. The image stretches so that it is 100% width. AKA a square image becomes very tall (not ideal)