Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #352121

    I’m now over 30 purchases of your Enfold theme. I love it. Thank you for coming up with new theme demo options. I’ve just begun a site with the photography demo template.

    I have one odd issue:

    My pages and portfolio pages do not default to the correct color as seen in the Enfold Theme Options. I think they are mirroring the Logo area.
    (for a temp fix I added a color section, but this will not work long term) The main content assigned is #fefeff, but the color showing up is closer to #333333.

    Also this site is a scholarly journal that will never have featured images. Is there a way to remove the portfolio slider image that shows on the “Blog Post” content element.

    Thank you again!
    Kathleen

    • This topic was modified 10 years ago by Wildwood.
    #352173

    “Menu Sub-Text” edit:
    Found it:
    Edit Menu (sreen options drop down) Descriptions.
    Thanks.

    • This reply was modified 10 years ago by Wildwood.
    #352375

    Hi!

    Thank you for using Enfold.

    Glad you figured it out. Regarding the portfolio slider, is that fixed as well? If not, please provide a screenshot of the issue because I’m really not sure what you mean by “portfolio slider”.

    Regards,
    Ismael

    #352515

    My pages and portfolio pages do not default to the correct color as seen in the Enfold Theme Options. I think they are mirroring the Logo area.

    The main content assigned is #fefeff, but the color showing up is closer to black.

    Also this site is a scholarly journal that will never have featured images. Is there a way to remove the portfolio slider image that shows on the “Blog Post” content element.

    The background is suppose to be #fefeff, but is black (as seen in the sceenshot)
    The image place holder (and corresponding icon) needs to be removed. (The white block and pencil icon) – can you help with this?

    http://editjems.org/wp-content/uploads/2014/11/Screen-Shot-2014-11-17-at-6.40.54-AM.png

    Thank you,

    • This reply was modified 10 years ago by Wildwood.
    #352951

    Hi!

    You can remove the fallback icon with this:

    .page-id-490 .avia-content-slider .fake-thumbnail .slide-image {
    display: none;
    }

    Please look for this code on the Quick CSS file then remove it:

    #main, .avia-msie-8 .av_header_sticky_disabled#header {
    background-color: #333333;
    }

    It overrides the theme options styling.

    Best regards,
    Ismael

    #353067

    Hi Ismael,
    I do not have anything in my Quick CSS.
    Could the code have been brought over by the photography demo?

    Also I will need to remove the icons and the placeholder on all pages, not just page-id 490. Will this same code work on all pages?

    Thank you,
    Kathleen

    #354087

    Hey!

    yes, you might be right, it could have been brought over by the demo. Please access to your custom.css via ftp to remove the code Ismael mentioned.

    I can’t see any icons on your page. Could you remove it?

    Best regards,
    Andy

    #366182

    Hi Andy,
    I’m using the same set up as above on another site, and again the background color is preset and I am unable to change it. (This time, however, using the code above with #fffff in Quick Code does not work.)
    My settings:
    Use stretched or boxed layout?
    Stretched layout
    Logo and Main Menu
    Left Sidebar

    Any and all color selections (splash green, vine, etc) do not allow the background color to change. They all take the theme background color.

    To better explain this, please view this image: background color controls on sidebar menu design

    Thank you.

    #366334

    Hi!

    I checked your link but it doesn’t look like your using that layout. Is this a different site?

    You should still be able to use a color section in that area. Are you sure your setting the color of the color section?

    Otherwise you can edit this in Dashboard > Enfold > General Styling. Click on the “Main Content” and “Alternate Content” tabs and set the background color or set a background image there.

    Regards,
    Elliott

    #366371
    This reply has been marked as private.
    #366795

    Hey!

    Add this to your custom CSS.

    .html_stretched #wrap_all {
        background-color: red !important;
    }

    Regards,
    Elliott

    #366804

    Elliott,

    My mistake, it is not pulling from body background, it is pulling for the SOCKET background

    The main background color on the Homepage is coming from the
    Socket background color
    Default Background color

    Not sure if this is what your team intended for the following layout:
    Use stretched or boxed layout: Stretched layout
    Logo and Main Menu: Left Sidebar

    Please review

    #366807

    Elliott,
    Thank you. That works!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Photography demo – Main background color and slider image’ is closed to new replies.