deerfoot
Forum Replies Created
-
Really sorry Thomas – the version of GTM4WP had not been updated. I’ve been working with fresh installations recently so had not checked what version was installed.
Apologies again and thanks for a great plugin.
I ended up with this that works. Whether or not it’s optimal I don’t know:
/*three front page widgets for sidebar-front.php styles*/ @media screen and (min-width: 600px) { .template-front-page.three-sidebars .widget-area .widget { width: 100%; } .template-front-page.three-sidebars .widget-area .first.front-widgets, .template-front-page.three-sidebars .widget-area .second.front-widgets, .template-front-page.three-sidebars .widget-area .third.front-widgets { float: left; margin-right: 3.7%; width: 30.85%; } .template-front-page.three-sidebars .front-widgets + .front-widgets + .front-widgets { margin-right: 0;} } .ie .template-front-page.three-sidebars .widget-area .widget { width: 100%; } .ie .template-front-page.three-sidebars .widget-area .first.front-widgets, .ie .template-front-page.three-sidebars .widget-area .second.front-widgets, .ie .template-front-page.three-sidebars .widget-area .third.front-widgets { float: left; margin-right: 3.7%; width: 30.85%; } .ie .template-front-page.three-sidebars .front-widgets + .front-widgets + .front-widgets { margin-right: 0;}Hi there
I changed the CSS slightly to make it work for me:
/*three footer widgets for sidebar-front.php styles*/ @media screen and (min-width: 600px) { .template-front-page.three-sidebars .widget-area .widget { width: 100%; } .template-front-page.three-sidebars .widget-area .first.front-widgets, .template-front-page.three-sidebars .widget-area .second.front-widgets, .template-front-page.three-sidebars .widget-area .third.front-widgets { float: left; margin-right: 3.7%; width: 30.85%;} .template-front-page.three-sidebars .front-widgets + .front-widgets + .front-widgets { margin-right: 0;}So I’ve added a bit of CSS from Zeaks. Looks great in FireFox and Chrome. But not IE8.
Is this part of wider issues with IE8 or perhaps specific to the code you’ve created Alcymyth? I’ll have to experiment bit more and read up on IE8 issues.
Thanks very much Alchmyth, I’ll give that a go and let the forum know how I get on.
Thanks for your reply.
Yes I probably need to change themes in the near future but for now I’d like to stick with Twenty Eleven as I’ve not got a great deal of time to work on the site (and I don’t want to rush a bad job), so I was looking for a bit of inspiration from how other people had modified Twenty Eleven so I could make do in the short term.
Forum: Installing WordPress
In reply to: Cannot put any plugins in the plugin folder WP2.8.4Hi there
My sys admin came up with the goods by suggesting putting this into wp-config:
define('WP_HTTP_BLOCK_EXTERNAL', true);Does this have any disadvantages? I guess it might affect some WP functions and plugins?
Forum: Installing WordPress
In reply to: Cannot put any plugins in the plugin folder WP2.8.4Thanks very much for the replies, much appreciated.
I’m surprised that it is the update that is causing problems but it it pretty clear that the problem is my end.
I will get in touch with the server guys- I don’t like to bother them too much as it was an effort to get WP installed in the first place!
Understandably they are security focussed. I’ll reply when I’ve had a response from them.
Forum: Installing WordPress
In reply to: Cannot put any plugins in the plugin folder WP2.8.4hi there
That didn’t work unfortunately.
I’m actually getting the same error messages on my dashboard on the ‘Incoming links’, ‘Plugins’ etc
I’ve also tried to update a WP installations on a testing server and yep – it’s the same errors. It would suggest to me that there is probably something permissions related going on here.
Have http.php and wp-db.php changed massively in recent versions? I wonder if because of permissions something is not being written correctly to the database.
Forum: Installing WordPress
In reply to: Cannot put any plugins in the plugin folder WP2.8.4Thanks for your reply!
With the debug mode active I get this message:
Warning: fopen(http://api.wordpress.org/plugins/update-check/1.0/) [function.fopen]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in F:\mywebsite\wp-includes\http.php on line 984
Fatal error: Maximum execution time of 30 seconds exceeded in F:\mywebsite\wp-includes\http.php on line 984
Fatal error: Maximum execution time of 30 seconds exceeded in F:\mywebsite\wp-includes\wp-db.php on line 383
Before I didn’t have to set any special permissions for the plugins folder – has this changed in 2.8.4? What permissions do I need to set for the plugins folder? I don’t have direct access in this case unfortunately.
Forum: Installing WordPress
In reply to: Cannot put any plugins in the plugin folder WP2.8.4Anyone out there with a solution? Anyone want to help? Please!
Is this part of a wider installation problem or something specific?
Forum: Plugins
In reply to: Plugin.php (Plugin Admin Page) Won’t LoadHas anyone posted a solution to this??
Forum: Plugins
In reply to: Can’t install any pluginsI’m having exactly the same problem. I’m almost done with WP. Any solutions out there?? I will continue to search the forums.