swanagesite
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twelve] background css gets overriddenHey guys,
Thank you both for your comments on this. I have now solved the situation with the code you provided @jesin A
Just to confirm incase other people read this both of the following ways worked for me (on this page)
html body.page-id-948 { background-image: url("https://www.camelotmarquees.com/wp-content/uploads/2014/02/1272.png"); }
and
body.page-id-948 { background-image: url("https://www.camelotmarquees.com/wp-content/uploads/2014/02/1272.png") !important; }
thanks again, i’ll marked it as resolved.
Forum: Themes and Templates
In reply to: [Twenty Twelve] background css gets overriddenThanks for your replies.
@jesin A
I do not want to upload a new image to the admin as the current one is what i want for all the pages on site.
@ Andrew Nevins
Thanks for pointing this out however it doesn’t appear to of worked. i applied the following code
html.page-id-948 { background-attachment: scroll; background-color: #EAEAEA; background-image: url("https://www.camelotmarquees.com/wp-content/uploads/2014/02/1272.png"); background-position: left top; background-repeat: repeat; }
Forum: Themes and Templates
In reply to: [Twenty Twelve] changing menu color in custom menuthat worked great, thanks WPMU DEV
Forum: Themes and Templates
In reply to: [Twenty Twelve] Adding a Footer with ExcerptsHi,
I have recently achieved something similar by checkout this article.
Another thread mentioned it and it worked great. You can see my site for the results to see if you like it before trying
my siteHope that helps
Hi Balint,
thanks for your response, I have created a child for the category.php.
Do you know the php required to give the desired results?
many thanks
Forum: Themes and Templates
In reply to: [Twenty Twelve] adding image slide below nav barso i have found the best way I can to achieve this. I uploaded a plugin called soliloquy lite
this plugin allows you to create you slide and insert it into you page or post. It also generates a seperate code which can be used to insert into your template files. I have decided to just go for the page option at the moment as its easiest but may play around with the template option at a later date
Forum: Themes and Templates
In reply to: [Twenty Twelve] how to display an index of posts in a category?am interested to see a working reply to this as i too am looking for a solution for this. Garybeck, please let me know if you find a solution.