Jump to content
adouglas81

Feature Background Black with Framework 2.3 Upgrade using iblog

Recommended Posts

adouglas81

I saw someone else post the same issue, just wanted to likewise indicate that after upgrading to 2.3 and newest iblog, feature background is suddenly black with white text. Should be black text on white background.

site: http://molliedouglas.com

Share this post


Link to post
Share on other sites
batman

Hi

I read this at forum recently:

We added the background because we thought it produced more professional results. You can easily remove it with a custom css rule if you'd like:

something like this:

#site #feature_slider #feature-area {

background: transparent;

}


Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites
James B

Hi Mollie, let us know if Batmans solution worked for you :)


Kindly search the forum and read the documentation before posting. It will help you resolve many issues.

For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting.

James B

Share this post


Link to post
Share on other sites
adouglas81

Thanks for the suggestion, it fixed the background. But the text is still white (with a faint outline). see http://molliedouglas.com

My feature setting is the "black text - no feature background-no overlay" option. Is that option panel now non-functional. If so, what is proper css to set text color to black.

Thanks for all your help.

Regards,

Andrew Douglas

Share this post


Link to post
Share on other sites
batman

Hi Andrew

You can try with


#feature_slider .fcontent h1, #feature_slider .fcontent h2, #feature_slider .fcontent h3, #feature_slider .fcontent h4, #feature_slider .fcontent h5, #feature_slider .fcontent a { color: black;}


#feature_slider .fcontent { color: black;}

You may also use color codes there, such as #C00000 , if you wish to use more specific colors.


Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites
batman

No problem, happy to help you.


Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites
mackenzie

The topic was marked as resolved.


Mackenzie - PageLines Help Desk

The Centsible Family - Writer, Photographer and Coffee Addict

---------------------------------------------------

Kindly search this forum and read the documentation before posting. It will help you resolve many issues.

For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting.

Share this post


Link to post
Share on other sites
mattsimpson

(removed post because I just realized that posting that I have the same problem might be considered hijacking... I don't mean to hijack... I thought it would be helpful to keep the topic intact and not forked. I'll open my own post)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Similar Content

    • Tang
      By Tang
      Please, make the following options switchable in iBlogPro5 options:
       
      #feature_slider #feature-area {     background:    box-shadow;   The background should be switched off to »none« by default. That way the beautiful grey and white design with box-shadow shows up. It matches perfectly with the iBlogPro5 design, I think. And if it is switchable, you can easily come back to the regular framework design with black canvas.
    • janpeeters
      By janpeeters
      Over the last month I had extensive communications with the developer of the (premium) Anything Boxes section (in Pagelines store) (Adam Munns) and the developer of the WP Polylang Multilingual plugin (Frederic Demarle).
       
      This was because the following problem occurred:
      Anything Boxes showed all posts of two languages (Dutch and English) on the respective static frontpages for each language. It should of course have filtered posts for Dutch language on the Dutch frontpage and English on the English frontpage.
       
      The solution to this problem was simple in the end. When duplicating a page for use in another language the settings for Anything Boxes were not copied to the new page and I should have set these settings manually again on the new page. I wasn't aware of this, but it makes sense. Because of this the pages didn't know how to differentiate between posts from different languages.
       
      The dev of Polylang told me that Polylang is currently smart enough to synchronize metas like Featured images and page templates but it does not work out of the box with metas created by plugins and themes but (according to Frederic) it is rather easy to add them in the list using the filter 'pll_copy_post_metas'.
      He mentions that he is not sure that these 'PageLines Meta Settings' are stored in post meta but that would make sense according to him. He asks if the Pagelines dev team will be interested to support this feature in the future.
       
      I'm also wondering if you will consider adding Polylang translation support for manually editable strings like the 'Read more…' strings in Pagelines Settings.
       
      Well that's of course up to you but I thought to let you know to be able to take this into consideration. I also post this for other users in case they experience the same kind of trouble and are looking for an answer.
       
      Best regards,
      Jan Peeters
    • bankrollbuilder
      By bankrollbuilder
      I used a custom hook to put a banner ad in my header. It works but its not in the right position. it is centered and above my logo and I would like to float it to the right of my logo in the header. heres the link: http://shaboopie.com/shaboopie-wp/free-logos-pg1/

      thanks.

      Dan B.
    • starlit
      By starlit
      Can one have two hero sections on one page?

      I want a landing page which leads/advertises two subpages.

      Or is there another option?

      Please help.

      THANK YOU
    • hutruk
      By hutruk
      Hi!

      I am using the shortcodes for tabs, as described in the documentation.

      When I insert the following code:


      [pl_tabs][pl_tabtitlesection type="tabs"] [pl_tabtitle number="1"]Title 1[/pl_tabtitle] [pl_tabtitle number="2"]Title 2[/pl_tabtitle] [/pl_tabtitlesection] [pl_tabcontentsection] [pl_tabcontent active="yes" number="1"] Lorem ipsum dolor sit amet, consectetur adipiscing elit [/pl_tabcontent] [pl_tabcontent number="2"] Lorem ipsum dolor sit amet, consectetur adipiscing elit [/pl_tabcontent] [/pl_tabcontentsection] [/pl_tabs]

      I get a strange output (in the attachment).

      Any ideas?

      Thanks in advance!

×