Beaverman
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Morphology Lite] Grid layout randomiseThanks very much. The plugin seems to work just how I wanted it.
Forum: Themes and Templates
In reply to: [Athena] How to show more of the frontpage blog post?This took me ages to fiddle about with until i saw this post. It worked perfectly when I edited the content-blog.php file.
Cheers for the tip!
Forum: Plugins
In reply to: [eShop] Can this plugin be used along side a blog?Thanks esmi, looks like this plugin has vanished off the directory! No matter, I have a copy installed now but cannot see how you change to make new products as pages instead of posts. I’m guessing there is a setting somewhere to do this?
Seems to work pretty well otherwise however.
Forum: Themes and Templates
In reply to: [Fifteen] How to completely disable the background?Add this to your Custom CSS in in Appearance>Fifteen Settings>Layout Settings:
} #parallax-bg { border: none; }
That should make the line go away for you.
Forum: Themes and Templates
In reply to: [Fifteen] blurred thumbnailsAre all your images the same size? I had a similar issue with mine so I just resized the originals to 330×270 and they all worked fine after that. Just make sure you keep the aspect ratio if you can and don’t go below that size.
Forum: Themes and Templates
In reply to: [Fifteen] Hyperlink underline colourAdd this to your CSS code in the theme:
a:hover, a:focus, a:active { color: #090; }
Just change the #090 to another value eg, #fff will be white. Get your colour codes HERE.
If I may suggest, if you do not already have it, you should grab the Firebug plugin for Firefox. As someone who was a total newbie to editing WP a year ago, it has taught me so much. I now take a theme and edit it so much you can barely recognise it when I am done.
BTW, I’m loving this Fifteen theme!
Forum: Plugins
In reply to: jetpack problem in godaddyOK, Godady are telling me it is not an issue with them, that it is the Jetpack plugin.
Upon review of your Jetpack issue, please note that we can’t support the inner functionality of a third-party plugin. Your error logs do not show anything that indicates a server issue, so I would suggest reviewing this with Jetpack’s support for more information.
Tonight I ran a completely clean brand new MANUAL install of the latest version of WP and also the latest version of Jetpack and same issue still.
Fortunately a while back I did a total site download of one of my older sites and in there was a full directory of old plugins including an old version of Jetpack (Version 2.4.2) and I know this has worked on Godaddy before and guess what? It now does not work any longer.
I sent a message to Jetpack support and am now waiting on an answer from them.
Forum: Plugins
In reply to: jetpack problem in godaddyI too have the same issue and I have 15 sites that are potentially affected. It was fine before they changed the dashboard recently and since then I created a new site and used their own WP installer and now have this jetpack issue. I went over an old site that is not used much that was transferred to my Godady hosting months ago from another host with all the plugins intact (gotta love that Duplicator plugin!!), did the most recent jetpack update and guess what? Same issue now where before it worked fine.
Spent an hour on the phone to them yesterday and they are looking into it and will get back to me they say. Well, I have a ticket number at least… If I find out what they did ill post back here with the solution.
But yeah, agree it has to be a server issue.
Edit: Just found this and after reading another post by the plugin author it seems to confirm that Godaddy are blocking access to servers because of this.
Forum: Themes and Templates
In reply to: [Sensitive] Sensitive Theme CustomizingGo to Apperance> theme options> then look for where it says: “Text colour” and just put what colour you want in there. I tried using hex colour codes which did not work, but it is a simple as just typing “black” for black… ??
For the description, it seems to work just fine for me with no text in the box at all.
As for the featured images, mine all came out fine but i used a large image size, so maybe your images are quite small and it is displaying them at the actual size perhaps? If you have the originals and these are large then try using them instead of resized. I had mine at something like 534 × 800 and they all fitted really well
Edit: The theme seems to use them at 500×300 so make them bigger than this.
Now, if you can help me work out how to make the text widget display a Twitter feed an full 600 height I would be most grateful… ??
Okay, I’ve got it working through the inspector, so what you need to do is:
.maxbutton-3 {
position: absolute !important;
top: -50px;
right: 0;
}.entry-content {
position: relative;
}That will hopefully take care of it for you. You can adjust the -50px as you like.
Thanks, this helped me with trying to left align the buttons on an entry page for a site I am building. Tried Firebug to pinpoint but this was much easier!
Forum: Plugins
In reply to: [Facebook] Autopost to Facebook Pages not working after 2 hoursIt works all the time for me as long as I am logged into Facebook as ME, not the page. Its frustrating because I have scheduled post set everyday for 9am and I don’t always have time to use FB in the morning.
Can anyone suggest a good alternative? I just need my scheduled posts to appear on the Facebook page, nothing more fancy than that.
Forum: Plugins
In reply to: Facebook plugin not posting to fanpage if left overnightWell, looks like it is not just us two then! Check this.
Looks like the Facebook login is timing out after two hours so when its time to post WordPress cannot login. Well, that’s how i read it anyway.
Forum: Plugins
In reply to: [Facebook] Autopost to Facebook Pages not working after 2 hoursOK, I tested the suggested fix myself last night and still did not work when i checked this morning.
Facebook need to get a fix in for this as currently anyone who needs to auto post is having to do it manually (Myself included!). It kind of makes the whole plugin useless for me which is a shame as this would have been really good.
Forum: Themes and Templates
In reply to: twenty eleven opaque pageOK, i figured it out and thought the solution might benefit others here.
I basically used this:
#page{ background: none repeat scroll 0 0 rgba(0, 0, 0, 0.*);
This worked a treat on twenty eleven and made the page transparent. Make sure you change the * to a number 1 to 9 as this will affect how transparent it is. Experiment!
For all those other noobs out there make sure that if you use the dark option you use:
#page{ background: none repeat scroll 0 0 rgba(0, 0, 0, 0.*)!important;
Otherwise the parent theme insists on overwriting your changes.
Oh, it will help you loads if you install the firebug plugin for firefox too (And take a moment to work out what it does). I would not have been able to figure this out without it.
And if you are using Theme Extension plugin like I am, this will NOT work if you have the custom colours switch on.