congo181
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Colour linkPefect. Just what I was looking for! 🙂
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Colour linkThanks for your help Tobias. This worked perfect.
Is there a way to just change the link (e.g. the link text “Snow White”) to color #301781 when I hover over the link text? Just to differentiate the link from the rest of the line?
Thanks again
Forum: Hacks
In reply to: Float image over side of menuHi Alchmyth,
Thanks for your suggestion. I tried putting that line of code in the style.css but it didn’t seem to work. Have you got any other suggestions?
Forum: Plugins
In reply to: Print Friendly and PDF modI had an idea that if I could create a custom link (that adds on the page that i’m viewing) then I could add this as a menu item within the custom link section of the menus.
However I don’t know if you can create a link that changes for each page, that works in the menu item. I’ve tried a few things, but none have worked yet!
I guess I need something LIKE this http://www.printfriendly.com/print/v2?url=
<?phpthe_permalink()?>However the
<?phpthe_permalink()?>but doesn’t work in a simple custom menu field.Is there another way to produce the link of the page you’re on and add it to the first part of the link?
Forum: Themes and Templates
In reply to: [Motion] [Theme: Motion] Removing Permanent LinkRab, thanks so much for your help. The first method (adding the text to the bottom of the
style.css) worked! Perfect!! THANK YOU!!Forum: Themes and Templates
In reply to: [Motion] [Theme: Motion] Removing Permanent LinkHi Rab, I looked at my themes style.css and there were several parts of the code that showed
postmetabottom. I tried adding the extra line of code metioned above in a new line after the{for each of the codes below but this still did not hide the Permalinks on the http://www.timclare.com/latest/ page.I also tried changing
nonetohiddenbut this did not seem to work. Any suggestions?Here is the code relevant to
postmetabottomwithin my style.css.Thanks
Tim.postmetabottom { background: url(images/whitetrans.png); overflow: hidden; width: 100%; padding: 10px 0; font-size: 0.8em; line-height: 1.1em; margin-top: 15px; } .postmetabottom a { color: #fff; } .postmetabottom a:hover { color: #afdaff; } .postmetabottom .tags { float: left; width: 440px; background: url(images/tags.png) left 1px no-repeat; margin-left: 10px; padding-left: 20px; line-height: 16px; } .postmetabottom .readmore { float: right; width: 160px; padding-right: 10px; text-align: right; } .postmetabottom .readmore span { background: url(images/more.png) left 4px no-repeat; padding-left: 17px; }Forum: Themes and Templates
In reply to: [Motion] [Theme: Motion] Removing Permanent LinkFantastic Rab, that did the trick overall on the whole site, apart from is it possible to also remove the “Permalink” (or in fact the whole box) that appears below each entry on the http://www.timclare.com/latest/ page?
Thanks so much, i’ve asked several places but none have been able to help so thanks for yours!
Forum: Fixing WordPress
In reply to: Turn Page Title into LinkFANTASTIC! It was as easy as you said!
Now working perfectly! Thanks so much!! 🙂Forum: Themes and Templates
In reply to: Hiding page titleHi there,
I’d also like to take out the title on my home page, also using the motion theme, as mentioned above.
I tried to insert the code above, but didn’t have any luck. Any other suggestions? Many thanks for any help you are able give. Site is http://www.timclare.com if you need it.
Forum: Themes and Templates
In reply to: Removing menu title from pageNo it’s fine. Thanks for trying anyway! 🙂
Forum: Themes and Templates
In reply to: Removing menu title from pageHey, thanks for taking a look.
I don’t plan on changing the home page at all so no problem with it staying as post 30. I wasn’t sure how to fix the errors in the xhtml so I guess i’ll leave that. I hope that it doensn’t cause too much of a problem on other browsers.
I tried to add in the rule that you listed but it appears to hide the whole page from displaying. I tried directly in the style sheet and with the css plugin.
Forum: Themes and Templates
In reply to: Removing menu title from pageHi peredur, thanks for your quick reply. As mentioned above my site is http://www.timclare.com Thanks for any help you can give
Forum: Themes and Templates
In reply to: Removing menu title from pageHi peredur, I see you managed to sort out MetteM’s problem. I have the exact same issue and am using the Simpler CSS plugin, but adding the code you suggested (exactly as you put it above) it doesn’t take the title off of my home page (www.timclare.com) using the Motion 1.1.6 theme.
Any suggestions?