Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   RSS, Feeds & Subscribing (http://forum.bytesforall.com/forumdisplay.php?f=18)
-   -   I have tried all suggestions on here, but RSS and Email Icons have disappeard (3.5.3) (http://forum.bytesforall.com/showthread.php?t=13503)

sarge Mar 26, 2011 01:30 AM

I have tried all suggestions on here, but RSS and Email Icons have disappeard (3.5.3)
 
I cannot figure out how to get my RSS and Email Icons to show after upgrading to 3.5.3.

I have tried this thread:
http://forum.bytesforall.com/showthread.php?t=12032

but my line 2 does not look like this: #include_once (TEMPLATEPATH . '/functions.php');
it looks like this:if ($bfa_ata == "") include_once (TEMPLATEPATH . '/functions/bfa_get_options.php');

so adding that other language did not work
---------------------------------------------------------------------
I tried the sticky thread, http://forum.bytesforall.com/showthread.php?t=3904, and it did not help either.


Not sure what is wrong.


Here is what the RSS portion of the CSS looks like:

a.posts-icon:visited {
background: transparent url(<?php echo $bfa_ata['template_directory']; ?>/images/rss.png) no-repeat scroll center left;
}

a.posts-icon:hover {
background: transparent url(<?php echo $bfa_ata['template_directory']; ?>/images/rss.png) no-repeat scroll center left;
}


Please help. I upgraded to 3.5.3 to have the page functionality.

Thanks

sarge Mar 26, 2011 08:38 AM

Another thing I noticed is that in the updates section of my dashboard it says I am running Atahualpa 3.4.4, but when I go to the ATO it says I am in 3.5.3.

When I did my upgrade I Installed 3.5.3 side-by-side with 3.4.4 so I could see how it worked. Then I added my headers, favicon, and CSS files.

Is that an ok way to do it? Or did the CSS screw things up?

juggledad Mar 27, 2011 02:29 PM

If you installed 353 in a separate folder, like 'atahualpa353', that's fine. If you mixed the two versions in the same folder, who knows what you have.

sarge Mar 27, 2011 04:54 PM

I mixed the images, favicon, and css file

juggledad Mar 27, 2011 05:16 PM

The CSS file is part of the code, so if you moved the CSS.php from 3.5.3 to the 3.4.4 install of Atahualpa you probably will have issues.

see HOWTO: upgrade Atahualpa to a new version

sarge Mar 29, 2011 08:57 PM

I used that to upgrade, but I had made changes to the .css file that did not transfer when I upgraded, so I took the .css from the 3.4.4 version and copied it into 3.5.3.

But I still cannot find where to link in the rss and email icons properly so that they show up.

Any help is appreciated.

sarge Mar 29, 2011 09:46 PM

This is how it looks in the css:
HTML Code:

/*-------------------- POSTS FEED ICON --------------------*/

a.posts-icon {
        height: 22px;
        line-height: 22px;
        margin: 0 5px 0 0;
        padding-left: 20px;
        display: block;
        text-decoration: none;
        float: right;
        white-space: nowrap;
        }

a.posts-icon:link,
a.posts-icon:active,
a.posts-icon:visited {
        background: transparent url(<?php echo $bfa_ata['template_directory']; ?>/images/rss.png) no-repeat scroll center left;
}

a.posts-icon:hover {
        background: transparent url(<?php echo $bfa_ata['template_directory']; ?>/images/rss.png) no-repeat scroll center left;
}

/*-------------------- EMAIL SUBSCRIBE ICON ---------------*/

a.email-icon {
        height: 22px;
        line-height: 22px;
        margin: 0 5px 0 5px;
        padding-left: 24px;
        display: block;
        text-decoration: none;
        float: right;
        white-space: nowrap;
        }
       
a.email-icon:link,
a.email-icon:active,
a.email-icon:visited {
        background: transparent url(<?php echo $bfa_ata['template_directory']; ?>/images/email-feed-small.gif) no-repeat scroll center left;
}

a.email-icon:hover {
        background: transparent url(<?php echo $bfa_ata['template_directory']; ?>/images/email-feed-small.gif) no-repeat scroll center left;
}
       


lmilesw Mar 29, 2011 10:00 PM

If the only file you change was css.php I would upload a fresh copy of that file for 3.5.3 and see if your icons are back. Any changes to CSS should not be done in css.php. CSS should be changed in the theme options in the various styling areas and in CSS Inserts.

If you changed more than css.php and you currently have both your original 3.4.4 folder and a 3.5.3 folder in the themes directory you could switch back to 3.4.4 to see if that is still working, delete the 3.5.3 theme and upload a fresh copy of 3.5.3 and make the necessary CSS changes within the theme options.

You should back up before doing any of this and if it isn't clear what you should do ask more questions.


All times are GMT -6. The time now is 12:16 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.