WPrap
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Display Only Some Page Titlespromising idea – but no joy (used fireBug but saw nothing new)
Forum: Fixing WordPress
In reply to: How to Display Only Some Page Titlesgotcha
Forum: Fixing WordPress
In reply to: How to Display Only Some Page TitlesDon’t know – have a thread posted to Events Made Easy
Forum: Plugins
In reply to: Events made easy – [eme_events] – can't display eventaccess to the page with the problem is by choosing “Upcoming Workshops” … Test #2. Test case #1 works fine (it was not entered with ‘Frontend Submit’)
Test case #2 (id-10)works fine (choose ‘upcoming2’ … sub-item of ‘Upcoming Workshops”) … it is accessed by [eme_event id=10].
Forum: Plugins
In reply to: [Simple Custom CSS Plugin] How to Undo a Changebneal817 Check the caching setting at your host
(forgive me – haven’t started using Simple Custom CSS yet … checking out problems/resolutions being reported before making up my mind … have been manually adding to my custom style.css in my child of twentyeleven and had the problem of modifications not happening until I had gone to bed – upset client emailed next day … was a caching issue at host!)Forum: Plugins
In reply to: Events made easy – can EME be added?Question moved to Events Made Easy official forum
Forum: Plugins
In reply to: [Events Made Easy] Use it?? Screen shot of event entryThanks for the quick response.
Sorry – link took me to EME forum … I reviewed the “Some Sites” posting – is that what you meant?
I am registered but am confused about how to “add to the Forum” – I just got lucky with this post but can’t remember how did it. An additional question I had yesterday went to the Plugin forum for ‘regular’ WP. A sentence about the e-dynamics process would be great.
PS have only 1 or 2 events per month
Forum: Fixing WordPress
In reply to: Removing space above title using twentyelevenIT4Worship – I see – Thank you. My take is it’s not an ‘exact science’ … no hard/fast rules … more of an art.
WRPyogi – thank you – I’m embarrassed … found another missing } too but fixing didn’t seem to make a diff
MarkRH – thank you too – but, alas, it didn’t make a diff but it’s good to keep in mind and try before giving up.
Also (and this is more of a ‘conspiracy thing’ – my hosting service is maybe suspect. At times they seem to have a hiccup.
Forum: Fixing WordPress
In reply to: Removing space above title using twentyelevenThanks again … but … no joy
I’m still ‘learning’ fireBug – if you have time would you explain how you arrived at your conclusion? Thank you.
Forum: Fixing WordPress
In reply to: Removing space above title using twentyelevenThanks IT4Worship – unfortunately didn’t do anything
using fireBug, the space that needs removing can be seen in green when: position cursor above the text (at the top of the content area)
- right click and choose Inspect Element (Q)
- inspect: article#page-xxx page type-page status-publish hentry (where xxx is a number depending on which menu item is chosen)
on the right,
.singular.page .hentry {
padding: 3.5em 0px 0px;
}
if the padding is changed to 0em 0px 0px
the space is removed … but when
.singular.page .hentry {padding:0em 0px 0px;} is added to child style.css the space is not removedHad already done what the link suggested.
Empty static front page works – old static front page didn’t ‘center’ correctly (copied – exactly – it to a page that was linked to via the menu and the centering was good so emptied static front page used the ‘copied to’ page). Thank you for the assistance.
Forum: Themes and Templates
In reply to: Changing Dark 'background' to Graystephencottontail – my apologies, the #colophon code DID work, it just wasn’t the area I was expecting. It changed the area at the bottom of the page and (not expecting that) I hadn’t scrolled down before. The area changed I consider the bottom footer (maybe not WP parlance).
Anyway, Thank you for the help.At least this fiasco had 3 good results:
– it told me what to change if that area ever needs a diff color;
– indicates that my child style.css is working correctly;
– and, it showed that the hosting was caching and shouldn’t be.Thanks again
Forum: Themes and Templates
In reply to: Changing Dark 'background' to Graystephencottontail – works for you … doesn’t for me — does it make a diff that other code is before or after in child styles.css?
Forum: Themes and Templates
In reply to: Changing Dark 'background' to GrayThank you for taking the time to look at this. I’m just now trying to get experience with WP.
It didn’t do anything when I tried it. (did my coding look OK?)
My hosting service is NetFirms and I suspect some sort of caching problem … other additions [eg originally #access {…xx-large;} was for { …bold;) but I changed it trying to isolate the cascading problem] to the custom styles.css in my child work sporadically and I have an outstanding ‘support ticket’ with the company. (Even though the ‘bold’ is not there, the menu items are still bold …. strange!)
I suspect that since the additions sometimes work my child “structure” is correct.
Forum: Themes and Templates
In reply to: Changing Dark 'background' to GrayThanks for the sugg … but again … no change
suspect wouldn’t change permanently anyway … too many diff colors
How do I change dark.css? (put copy in child & modify?)