peter88888
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: breadcrumbs- "Home" is showing on homepagehey rajesh,
thanks that worked….however
can you make it so that it has another one of this “>” rather than one?
at the moment it looks like this
home>test1test2…i need it to look like this
home>test1>test2
thanks
Forum: Fixing WordPress
In reply to: breadcrumbs- "Home" is showing on homepageany one?
Forum: Fixing WordPress
In reply to: Remove image borders-zillapress themehi andrew,
thanks for the help however it didnt work, however this did….
this is the original…
/* — 9.0 Default Links — */
a { text-decoration: none; color: #3399cc; }
#primary a { border-bottom: 1px solid #e4e4e4; }
#primary a:hover { border-bottom: 1px solid #d4d4d4; color: #1c506a; }
#sidebar a { color: #444; }
#sidebar a:hover { color: #3399cc; }
a img { border: none; }i then change this all to { border: none; }
/* — 9.0 Default Links — */
a { text-decoration: none; color: #3399cc; }
#primary a { border: none; }
#primary a:hover { border: none; }
#sidebar a { color: #444; }
#sidebar a:hover { color: #3399cc; }
a img { border: none; }my question is what code is this? though it has take the borders away, i’m worried it may affect something else? or is it ok?
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Pictures not appearing in Lightbox anymoreThanks Dan!!!Look forward to the update
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Pictures not appearing in Lightbox anymorehey dan,
it’s definitely the new wordpress update, I rolled back to 3.4 and its working fine. something in 3.5 is causing it not to work
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Pictures not appearing in Lightbox anymorehey dan,
it’s definitely the new wordpress update, I rolled back to 3.4 and its working fine. something in 3.5 is causing it not to work
Forum: Fixing WordPress
In reply to: Hover text infosolved