miskettie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Exclude Category from Blog TemplateBrilliant! Thank you so much!
Forum: Fixing WordPress
In reply to: Exclude Category from Blog TemplateFantastic – that has worked…thank you! Do you know how to include the text at the top? It is nothing essential, so if it is complicated then don’t worry.
Thank you!!!!
Forum: Fixing WordPress
In reply to: Exclude Category from Blog TemplateSorry only just seen this reply.
I want to only show category 8 (reviews) on the template. The template currently shows all of the posts:
The template at the moment is just a copy of the blog.php and just shows all the posts. Ideally I would also like it to show the text that I put on that page. I am not very experienced so if you have to explain something you might have to explain very simply!
Thank you
Forum: Fixing WordPress
In reply to: Error 404 after updating to 3.5 and Error 403 on DashboardHi Mika
No problems – I worked it out eventually and have now set all to 755 and it is all working.
Thanks though
Forum: Fixing WordPress
In reply to: Error 404 after updating to 3.5 and Error 403 on DashboardThanks for your help today tomontoast. I have managed to change the permissions to being a bit lower. Just don’t know why it had to be done. Thankfully my whole site is how it was before.
Thanks
Forum: Fixing WordPress
In reply to: Error 404 after updating to 3.5 and Error 403 on DashboardI had tried loads of fixes previously…
However I have just had a relook at permissions and by making many of them 777, the website has now returned. However from what I have read it is not good to have 777 permissions….so what do I do now?
Thanks
Forum: Fixing WordPress
In reply to: My server automatically updated my WordPress Verison…Help!Ok – thank you for all your help!
Forum: Fixing WordPress
In reply to: My server automatically updated my WordPress Verison…Help!Thanks for that.
I have updated Maverickrights and that now works fine (only one minor plug-in conflict, which fixed with plugin update).
However I can’t even access the dashboard of https://www.maverickartspublishing.com
It comes up with:
Forbidden
You don’t have permission to access /wp-admin on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Do you have any ideas what I should do next?
Thank you!
Forum: Fixing WordPress
In reply to: My server automatically updated my WordPress Verison…Help!Thanks tomontoast, however I just noticed on my email saying that it has updates it says:
Any custom skins or plug-ins you might have added *may* need to be re-
installed.. your old installation is still available at the same place
you used to have your installation, but with a “.old” tacked on.If for some reason you need to restore it, just rename the directories
with your FTP client.Does that mean I just need to delete the /maverickrights.com and just rename /maverickrights.com.old to just /maverickrights.com?
Thanks
Forum: Fixing WordPress
In reply to: Can't find my logo in CSS so that I can move itNope sorry, doesn’t work ?? but thank you
Forum: Fixing WordPress
In reply to: Can't find my logo in CSS so that I can move itOh well we tried – thank you for your help.
The theme is Greenfield. It is strange because I was able to move the default text but when I put in the custom logo it went to the top.
A final stab in the dark, I just found this in the header PHP, which links with the code I pasted above:
<div id="header"> <?php $greenfield_logo = get_option('greenfield_logo'); $greenfield_customlogo = get_option('greenfield_customlogo'); if ($greenfield_logo == "Custom Image - Use setting below" && $greenfield_customlogo != '') { ?> <a href="<?php echo get_option('home'); ?>/"><img src="<?php echo $greenfield_customlogo; ?>" /></a> <?php } else { ?> <div id="headertext"> <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1> <h4><?php bloginfo('description'); ?></h4> </div> <?php }?>
If it doesn’t help at all, then thanks anyway ??
Forum: Fixing WordPress
In reply to: Can't find my logo in CSS so that I can move itNo I am afraid it didn’t like that – it would just disappear after I had saved it and come up with a broken link icon on the actual website.
If I can’t find a solution I can make the actual image have more space above but that isn’t really very tidy.
Forum: Fixing WordPress
In reply to: Can't find my logo in CSS so that I can move itThe theme comes with some ‘Theme Options’ – here it roughly says that I should put the URL of one of my images in their logo box…then save.
This may help (or might not!)…It is the part from the functions which I think generates the rule:
array( "name" => "Logo Settings","type" => "title"), array( "type" => "closetitle"), array( "type" => "open"), array( "name" => "Logo Options", "desc" => "Customise your blog logo", "id" => $shortname."_logo", "type" => "select", "std" => "0", "options" => array("Text Logo - Use Default Blog Settings","Custom Image - Use setting below")), array( "name" => "Custom Logo", "desc" => "If you choose Custom Image as your logo, please state the image's URL.", "id" => $shortname."_customlogo", "type" => "text", "std" => ""), array( "type" => "close"),'
Why the logo isn’t fitting nicely where it is supposed to, is because I changed the header height…I have managed to change everything else to fit this height just not the logo.
Thanks
Forum: Fixing WordPress
In reply to: Can't find my logo in CSS so that I can move itUnfortunately this is the problem I am having, the URL isn’t anywhere in my CSS…and I don’t know if it has a class or ID. In the chrome live thing I can easily change it to what you have suggested above, but then can’t then find it within the editor section of my dashboard.
Sorry, as you can guess I am new to this! Your help is definitely appreciated!
Forum: Fixing WordPress
In reply to: Can't find my logo in CSS so that I can move itHi Josh – the image is inserted as part of the theme, where I put the URL in the theme options and the logo comes up. It can either be the standard text or a logo file.
I can add padding to the URL have pasted when using the chrome ‘inspect element’ but can’t find it in CSS.