Forum Replies Created

Viewing 30 posts - 31 through 60 (of 64 total)
  • Author
    Posts
  • in reply to: Pages with a different header image #361074

    Hi Yigit,
    It worked fine, thanks. I wanted a different backgound-image, so I used
    .page-id-59 #header_main, .page-id-79 #header_main {
    background-image: url(“http, etc”);
    }
    And that worked as well. Many thanks once again!!

    -Pelyon

    in reply to: Pages with a different header image #360988

    Thanks Yigit, that worked great.
    One final thing. Since the logo only occupies the center area of the header, I would also like to use a new custom background image for the header area behind the logo. Is that possible? Again, many thanks,

    -Pelyon

    in reply to: Pages with a different header image #360620

    Thanks Ismael! That worked, however, can I add several page id’s instead of just the one? Also, in addition to changing the logo on these pages, I would like to use a new custom background image for my logo image. Is that possible too? Many thanks,

    -Pelyon

    in reply to: menu drop down styling #358079

    Elliott, I finally figured out myself. Thank you anyway and have a great day.

    -Pelyon

    #top #wrap_all .av-main-nav ul > li > a,
    .header_color ul {
    border-radius:25px;
    }

    in reply to: menu drop down styling #358070

    Hey Elliott,

    That squared up the main menu link hover, but I lost the rounded corners in the drop down background. I left it place for you to see. Your thoughts?

    Thanks!

    in reply to: Mega Menu Styling #346674

    Hi Yigit,

    That did it, thank you, you are the best!

    -Pelyon

    in reply to: Rounded Corners on Pages #334420

    Hi Arvish,

    Thanks for that. However, it doesn’t yield the result I’d like. It reveals the background color behind the background image. I’d like the rounded corners on the image itself like on the home page and the about us page. Any other suggestions? And any idea why the current css works on those pages and not the others? Thanks!

    -Jason

    in reply to: Shortcodes in custom menu #327574

    Hi,

    Thank you. This code appears to work only when I have a menu item included in the secondary menu. Without a menu item (which is what I want) the shortcode does not work. Any suggestions? Thank you!

    http://billrusselldesign.com/sr_volunteers/

    in reply to: Shortcodes in custom menu #326021

    Sorry. To be more specific, If I want to place some short code so that google translate ( or any other widget shortcode for that matter) can appear in the top secondary menu area, where do you suggest placing the “do_shortcode” code? functhions.php?

    Thank you,

    -Pelyon

    in reply to: Shortcodes in custom menu #325772

    Hi Ismael,
    Thank you. Now where does this code go exactly? Which php doc, or where in the theme backend?
    Thanks again.
    -Pelyon

    in reply to: Shortcodes in custom menu #325285

    Hi Josue,

    I read with interest your recommendation of do_shortcode for the purpose of adding, in my case, short code for google translate into the secondary menu area of enfold (above header area).

    Exactly how and where would I insert “[google-translator]” using the do_shortcode command?

    Thanks!

    Pelyon

    in reply to: rounded corners in header and menu bar #316847

    Thanks Yigit, that did it. I had this before without the !important. I should have known. Thanks again.

    -Pelyon

    in reply to: rounded corners in header and menu bar #315535

    Hi Yigit, Thanks for your help.

    http://billrusselldesign.com/sr_volunteers/special-events/#tab-id-1

    I almost have what I need, which is the tabs and the tab-content the same background color. The only thing I’m missing is for the tabs to remain the same color all the time. Currently, they go back to a default color once they are an active tab. For example, the top tab should remain red once its selected. Can you help?

    Thanks,

    -Jason

    in reply to: rounded corners in header and menu bar #312989

    Hi,
    Thanks for your help.

    1. I unchecked the box: “Let logo and menu position adapt to browser window” . So the question remains: 1. If we can’t assign border radius to the menu bar, is there any way to put a separate color,e.g. a gradient color behind the menu bar only?
    2. Done
    3. On this page, you well see I have assigned #fff as a background color to the tabs and the tabbed content. What I’d like to do is assign a different color for each tab and matching content area.
    http://billrusselldesign.com/sr_volunteers/special-events/

    Thanks very much!

    -Pelyon

    in reply to: rounded corners in header and menu bar #312526

    Thanks Ismael. That worked to a degree. I have a couple follow up questions based on the design comp I supplied:

    1. If we can’t assign border radius to the menu bar, is there any way to put a separate color,e.g. a gradient color behind the menu bar only?
    2. Is there a way to assign buttons a border radius?
    3. I have applied border radius and background color to tabbed content, but I want to assign a different background color for each tab. Is that possible?
    4. What’s the best way to assign background colors to different widget areas in the sidebar?

    Thanks very much for any assistance you can provide.

    Pelyon

    in reply to: rounded corners in header and menu bar #311978
    This reply has been marked as private.
    in reply to: rounded corners in header and menu bar #311406

    http://www.pelyon.com/SR_Vol_Design4.jpg

    Hi there,

    Above is a link to a design we want to achieve with rounded corners in the header, menu bar, pages, tabs, and buttons. Is this doable in the Enfold theme? Any CSS snippets you can provide would be greatly appreciated.

    -Pelyon

    in reply to: Icons #286368

    Hi,

    Thanks, that fixed it. Many thanks Yigit, Ismael, and Josue!

    -Pelyon

    in reply to: Icons #286292

    Thank you Ismael, that worked. Last issue, I notice the default blue hover color is underneath my new color, and shows thru on hover. How can I make the default blue transparent instead, or make it go away. Thanks again,

    -Pelyon

    in reply to: Icons #286065

    Hi Ismael,

    Thank you for your advice but the result was unchanged. I even added !important after “visible”.
    Besides trying to fix the flaw in the hover coverage, I’m hoping to only change the background hover color and not the color of the “f”.

    Here’s my entire quick css around this topic:
    /*facebook background color*/
    #top #wrap_all .av-social-link-facebook:hover a{
    color:#8aa2ad !important;
    }
    #top.social_bookmarks li a {
    overflow:visible !important;
    }

    /*facebook icon size*/
    .social_bookmarks a {
    font-size: 34px !important;
    width: 34px !important;
    line-height: 34px !important;
    }
    #top .social_bookmarks li {
    width: 34px !important;
    }
    #top .social_bookmarks {
    height: 34px !important;
    }
    Any additional ideas are appreciated,

    Best regards,

    Pelyon

    in reply to: Icons #286008

    Hi Josue,
    That worked to a point, thank you.

    How would you suggest we correct the background color cutting off the right edge of the icon. And I would prefer the f stay white instead change colors. Thanks much!

    -Pelyon

    in reply to: Icons #285973

    Hi Josue,

    Thanks, that got the icon bigger. But then my hover color went to white.

    Specifically, the following did change my hover color,
    #top #wrap_all .av-social-link-facebook:hover a{
    background-color:#8aa2ad;
    }
    but your code disabled it somehow.

    Any help is much appreciated.

    http://billrusselldesign.com/crossman/

    -Pelyon

    in reply to: Icons #285958

    Hi
    I read with interest your entry about increasing the social icon size. I tried your quick CSS suggestion, but saw no changes to my facebook icon.
    Here is a link to my site:
    http://billrusselldesign.com/crossman/
    Can you suggest a fix? I need to double the size of the icon, and move it to the left a bit as the hover background color gets cut off on the right. Thanks for any assistance you can provide,

    -Pelyon

    in reply to: Add Trebuchet MC as Heading and body text font #277185

    Hi Yigit,

    I read with interest on how to add a google font to the enfold list. I am interested in adding a different body text font, one that is already in the heading text font list, Roboto. Is the code the same for adding a body text font? It looks like the code is only adding a heading font.

    thanks,

    Pelyon

    in reply to: Captions below image in Easy Slider #271496

    I thought not. Thanks anyway.

    in reply to: Captions below image in Easy Slider #270232

    Hi Josue,
    So, I was actually looking to add a caption to each image in a “gallery media element” if possible (see link #1 below) ideally to the side, or bottom of the main image. Same with the easy slider on the home page (link #2). Any chance of that?
    Thanks!!
    1. http://billrusselldesign.com/crossman/portfolio/oil-paintings/beach-series/
    2. http://billrusselldesign.com/crossman/

    in reply to: sidebar margin to page edge #204008

    Hi Yigit,

    The website I’m working on is at the following url:
    http://calwinebiz.com/

    A screen shot of what I’d like to do is here:
    http://calwinebiz.com/enfold-sidebar-question

    Thanks!

    -Pelyon

    in reply to: Adjusting width of a 2/3 column easy slider #202754

    Thank you Yigit, last question. If I wanted to reduce the margin for the two vertical columns on the right (thereby raising them closer to the header) what is the css for that? My firefox firebug tool is letting me down, so sorry for these kind of questions. I did try putting the blog post elements inside the top layout element, but it sent the middle 3 columns to the bottom. Thanks again.
    http://www.glennbrassington.com

    -Pelyon

    in reply to: Adjusting width of a 2/3 column easy slider #202641

    Thank you Yigit. Now if I want to lower the slideshow 10 or 20 px, what would you recommend? That or raise the columns below. Thanks!

    -Pelyon

    in reply to: Blog Posts element corrupts layout #202487

    Thanks Ismael.

Viewing 30 posts - 31 through 60 (of 64 total)