|
#1

Sep 26, 2009, 01:09 PM
|
|
Just upgraded from 3.4.2 to 3.4.3.
Centered Pages Menu now displays Dashed Lines in the gaps between marginalized Pages Titles
Cannot Removed Dashed Lines
Have tried everything!
|
#2

Sep 26, 2009, 01:16 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#3

Sep 26, 2009, 01:18 PM
|
|
Just upgraded from 3.4.2 to 3.4.3
In 3.4.2. I had script that has worked wonderfully, placed at the bottom of Content BELOW the LOOP
Just noticed in 3.4.3. that the COLOURS do not display:
Link Color
Title Color
I have tried removing and replacing, to no effect.
|
#4

Sep 26, 2009, 01:25 PM
|
|
Quote:
Originally Posted by juggledad
|
Thank you, Juggledad
div#menu1 {
background: #ffffff;
border: solid #ffffff;
}
Worked a treat!
I have posted another problem (above on this thread) regarding Content BELOW the LOOP
Thanks again.
|
#5

Sep 26, 2009, 01:30 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Please post a URL with the issue and explain Which link color Blog Title, Post title, sidebar, etc...
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#6

Sep 26, 2009, 01:46 PM
|
|
Quote:
Originally Posted by juggledad
Please post a URL with the issue and explain Which link color Blog Title, Post title, sidebar, etc...
|
Just upgraded from 3.4.2 to 3.4.3
In 3.4.2. I had script that has worked wonderfully, placed at the bottom of Content BELOW the LOOP
Just noticed in 3.4.3. that the COLOURS do not display:
Link Color
Title Color
I have tried removing and replacing, to no effect.
.................................................. .................................................. ..............................
Hi, Juggledad,
Not in a Sidebar.
As I posted, copied above, the script worked wonderfully in 3.4.2 at the bottom of:
ATO > Style & Edit Center Column > Content BELOW the LOOP
But, noticed in 3.4.3. the COLOURS do not display for:
Link Color
Click Here
Header Title Color
Girded with Truth VIDEO Gallery
http://girdedwithtruth.org/
Last edited by KatyDigg; Sep 26, 2009 at 04:40 PM.
Reason: inserted URL
|
#7

Sep 26, 2009, 01:55 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Sorry, I must be dense this afternoon I just don't understand what the problem is. When you say:
Quote:
Just noticed in 3.4.3. that the COLOURS do not display:
Link Color
Title Color
I have tried removing and replacing, to no effect.
|
what are you refering to? Where did you set the color that doesn't work (please use something like " when I set the blog title to #ff0012' at ATO->Style & edit HEADER AREA->Blog Title Color' I don't see any change'. Being specific will drive me right to the spot and maybe get you an answer quicker.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#8

Sep 26, 2009, 02:04 PM
|
|
The script worked wonderfully in 3.4.2 at the bottom of:
ATO > Style & Edit Center Column > Content BELOW the LOOP
But, noticed in 3.4.3. the COLOURS don't display as they did in 3.4.2.
Site: http://girdedwithtruth.org/
Scroll down to the Bottom of Center Column (or click on a post and look at the bottom of a post) and you will see
Girded with Truth VIDEO Gallery
Title should be #000080BLUE (it displayed as BLUE in 3.4.2.)
Click Here should be GREEN
as it is a live link same as all other live links throughout site (it displayed as GREEN in 3.4.2.)
PS. I understood ones settings were not effected by an Upgrade (page menu, colors, font height, sidebar widget bullet colors).
ALSO noticed
ORANGE Color RSS image does not show as universal ORANGE
Last edited by KatyDigg; Sep 26, 2009 at 03:02 PM.
Reason: After Upgrading from 3.4.2. to 3.4.3. there are various issues regarding COLORS
|
#9

Sep 26, 2009, 03:15 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
There has been a change, put your <h3> and </h3> outside the <a...></a>
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#10

Sep 26, 2009, 04:47 PM
|
|
Thank you, Juggledad.
Splendid
Just thought I would mention: RSS icon is not displaying as ORANGE in the 3.4.3. upgrade.
|
#11

Sep 26, 2009, 05:02 PM
|
 |
|
|
3,768 posts · Oct 2008
Munich, Germany
|
|
If you want the old image back add a CSS Insert
a.posts-icon:link,
a.posts-icon:active,
a.posts-icon:visited,
a.posts-icon:hover {
background: transparent url(/wp-content/themes/atahualpa343/images/post-feed-small.gif) no-repeat scroll 0;
height: 22px;
line-height: 22px;
margin: 0 10px 0 0;
padding-left: 25px;
display: block;
text-decoration: none;
float: right;
white-space: nowrap;
}
For the old comments icon:
a.comments-icon:link,
a.comments-icon:visited,
a.comments-icon:active,
a.comments-icon:hover {
background: transparent url(/wp-content/themes/atahualpa343/images/comment-feed-small.gif) no-repeat scroll 0;
height: 22px;
line-height: 22px;
margin: 0 10px 0 0;
padding-left: 27px;
display: block;
text-decoration: none;
float: right;
white-space: nowrap;
}
Old Email icon:
a.email-icon:link,
a.email-icon:visited,
a.email-icon:active,
a.email-icon:hover {
background: transparent url(/wp-content/themes/atahualpa343/images/email-feed-small.gif) no-repeat scroll 0;
height: 22px;
line-height: 22px;
margin: 0 10px 0 0;
padding-left: 28px;
display: block;
text-decoration: none;
float: right;
white-space: nowrap;
}
If your site is in a subdirectory /blog/ use /blog/wp-content/themes/atahualpa343/
If your theme directory is /atahualpa/ use /wp-content/themes/atahualpa/
If your site is in a subdirectory /blog/ and your theme directory is /atahualpa/ use /blog/wp-content/themes/atahualpa/
|
#12

Sep 27, 2009, 11:06 AM
|
|
Thank you, Flynn
very much appreciated.
This, I am sure, will be helpful to anyone who may wish to revert back.
Having reviewed my site, I quite like the new look to RSS feed icon, the auto color blends in nicely.
Thanks.
|
|