Viewing 30 results - 129,601 through 129,630 (of 142,946 total)
  • Author
    Search Results
  • #264129
    freepixelweb
    Participant

    Hi, when I created a blank page with a header that is set in pixels on the top margin of the page, if I’m slim or large value everything is correct.
    Can we have a standard behavior in this type of page while having a fixed header in pixels?

    Regards.

    Jean

    #264128

    In reply to: menu opacity

    Hi!

    Please try adding following code to Quick CSS instead

    #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a { color: white; }

    If that does not work, please post the link to your website so we can check it

    Regards,
    Yigit

    #264123
    rsbell
    Participant

    http://lawyerescape.com

    For the top sidebar widget (“Chimpy”), the right side of the widget is cut off. I can’t seem to find where in the CSS to change the width.

    Is this a quick change I can make through the Quick CSS window, or do I need to contact the plugin creator?

    Thanks!

    #264122

    I’ve upgraded Enfold to 2.7.1 on WordPress 3.9.1 and am still getting all 3 issues. I’ve also disabled all of my plugins since upgrading with no luck.

    All I’m trying to do is add a “Full Width Slider” at the top of the page, but while playing with it I ran into the other issues.

    Hey lombrano!

    You can hide the image with some css code – insert it into your child theme style.css file or quick css field:

    
    #top.page .page-thumb{ display: none !important; }
    

    Regards,
    Peter

    #264107
    pedro_martinez
    Participant

    Hello!

    I am trying to create a form with 5-6 fields on the same line with contact form 7, althoug I eliminate the line breaks every field is in a different line. I have tried this code I found in another topic post here and does not work.

    <p><label>Your Name (required)</label>
    [text* your-name] </p>

    <p><label>Your Email (required)</label>
    [email* your-email] </p>

    <p><label>Subject</label>
    [text your-subject] </p>

    <p><label>Your Message</label>
    [textarea your-message] </p>

    <p><label>[submit “Send”]</label></p>

    #264091

    Topic: icon box fixed size

    in forum Enfold
    Sigmund
    Participant

    Just a hint/question. Refering to
    https://kriesi.at/support/topic/icon-box-fixed-size/
    isn´t it better to use

    .iconbox_content {
    min-height: 300px;
    }
    

    ?,
    cause it works responsive, so longer text in boxes is not getting cut of.

    #264086
    Driekus
    Participant

    Recently I had an issue with the logo on my site. In Chrome the logo was shown half the size with an unwanted space underneath the logo. This is solved by adding the next code:

    .html_header_top.html_logo_center .logo {-webkit-transform: translate(-50%, 0) scaleX(1.5);}
    .html_header_top.html_logo_center .logo img{-webkit-transform: translate(0,25%)scale(1,1.5);}

    This works like a charme and the logo shows up correct in Chrome and IE. However, by coincedence I viewed the site in IE8 and I saw that the header is a mess in IE8. The logo is big and not lined up properly. The menu is a mess as well. Underneath I will enclude two printscreens. I hope that you have an idea to solve this issue with IE8.

    Regards,
    Erik

    segothe
    Participant

    Hi,

    Thanks for making such good theme. I am all set with my website, there is just one issue which is left for final view for my website.

    All is good with desktop version, I have issue with layerslider width on mobile and tablets. I have tried all Layer Slider setting and codes from previous forums but nothing helps. Please check website on phone and tablet and let me know how to fix it.

    Below is link to my website:

    http://www.pubsarena.com

    Thanks.

    #264049

    Hi!

    Check the order is right in the Layout Builder.

    To limit the code to a specific Page:

    .page-id-5042 .container_wrap {
    border-top-style: none;
    }
    

    Best regards,
    Josue

    #264021

    Hi!

    Can you try:

    
    #header_main_alternate {
    -webkit-transform: translateZ(0);
    }
    

    Its worked for another user and was suggested by Kriesi: https://kriesi.at/support/topic/main-menu-above-centered-logo/#post-263835

    Regards,
    Devin

    #264009

    Hey!

    I don’t see that css in either your custom css or your Quick CSS. However, you can adjust those buttons css with the following:

    
    #top div .widget_shopping_cart .button {
    width: 40%;
    float: right;
    min-width: 100px;
    padding: 11px;
    }
    

    Change those values however you’d like to get the layout you want.

    Cheers!
    Devin

    #264006

    Hey!

    Which images is it on the site? Without seeing them and just off the description my guess is that its images in which the size has been set using the WordPress editor and not inside theme shortcode columns or using the Avia Layout Builder column elements. If that is the case see: https://kriesi.at/support/topic/scaled-images-now-at-100-in-enfold-child-after-upgrading-parent-enfold-2-7-1/#post-260759

    Removing just the width: auto; from that css rule will let you use the WordPress visual editor sizing.

    Regards,
    Devin

    Thanks So much Devin,
    And the color section would expand behind the top navigation? I will give it a try and see how that would work out. Thanks.
    Please don’t close this I will post if I see issues :) Thanks so much

    #263998

    Hey!

    Please add following code to Quick CSS instead

    #top div .widget_shopping_cart .button { width: 40%; float: left; }
    .woocommerce-page .button { min-width: 107px; }

    Cheers!
    Yigit

    #263995

    you find the option in the settings of the slider.
    You can acces the settings of the slider if you scroll all the way to the top.
    it’s in the bar above your slides

    There you can choose slider settings, slides and event callbacks

    #263986
    martinbelton
    Participant

    I followed Ismail’s advice from this post, but when I tried setting the

    Responsive under option to 2000px or more just to make sure that the layer slider is using the responsive mode

    I could not find this option. Could someone help me here, please?

    Hi!

    First, this has been the case with Enfold from the day of release. In the most recent version of WordPress the option was added to resize images in your editor on the fly. As of right now (again as it has been for over a year) images will always expand to fill their container. If you use a column shortocde or a column element in the drag and drop builder then you can create your layout visually as the theme was designed to allow you to do.

    If you want to instead remove the auto resizing functionality you need to remove the css I mention here: https://kriesi.at/support/topic/scaled-images-now-at-100-in-enfold-child-after-upgrading-parent-enfold-2-7-1/#post-260759

    Cheers!
    Devin

    #263962
    onlinedesigns
    Participant

    I have my primary color main content set to be a red but this is also making anything with a strong tag around it appear in red. How can I stop this happening and just have my strong text in its own colour?

    #263961

    Hi welti!

    Can you post the link to your website so we can take a look?
    You can also try adding following code to Quick CSS in Enfold theme options under General Styling tab

    a.pp_close {
    position: fixed;
    top: 10%;
    right: 2%;
    }

    Regards,
    Yigit

    #263956

    Hi!

    You can go to Appearance > Themes and click “Theme Details” on Enfold and check the version. You can also check it on top of Style.css file in Appearance > Editor.
    If you are not using the latest, please see – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    Solved with

    top# .element1 {display:inline-block;margin-right:10px;} 
    top# .element2 {display:inline-block;} 
    Edna
    Participant

    Hi,
    I love the look of the transparent header page here: http://kriesi.at/themes/enfold/homepage/transparent-header/#after_full_slider_0
    I have downloaded and looked around at the way the page is setup and am now wondering if there would be a way to display a form (A right aligned div with form content) on top of this full screen slider?
    In the slider options I don’t see a space where I could either paste the form code/shortcode.

    #263937
    welti
    Participant

    Ich habe den Closebutton folgendermassen verschoben.
    a.pp_close { top: -670px }

    Bei Hochformatbilder funktioniert das aber nicht, da dann der Button irgendwo im Bild ist.

    Gibt es eine Möglichkeit, den Button immer in der oberen rechten Ecke zu platzieren?

    #263917
    chrisdus
    Participant

    Hi Support,

    I have a 1 column footer set-up in the Enfold theme, and in that footer widget, I reference a layerslider I made.

    The slider appears on the home page, not not on any other pages.

    Any idea why?

    http://www.digitaldesktops.nl

    #263911

    Hello again,

    Perhaps I’m doing something completely wrong (it might be worthwhile to let you know that my CSS experience is limited!), but I haven’t been able to get it right yet, the menu still looks the same to me even after adding the above CSS.

    Would it help if I give you access to the WP admin area?

    Current custom CSS is:

    .phone-info {
    font-size: 16px;
    }

    .iconbox_icon.heading-color.avia-font-entypo-fontello {
    color: red;
    }

    .iconlist-char {
    color: red;
    }

    li#menu-item-3151 .avia-menu-fx { display: none; }
    li#menu-item-3151 a {background-color: red!important; color: white!important;height: 30px!important; margin-top: 43px; border-radius: 10px; line-height: 30px !important; }

    .av-main-nav > li > a {
    padding: 5px;
    }

    .menu-item-top-level>a.avia-menu-text {
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: red;
    padding: 8px 13px;
    }

    Regards,
    Chris

    #263907

    Thanks Josue & Ismael,

    I have included the main components within color sections and added the special heading as suggested. My custom ccs code now includes the following:

    /* This will only be applied on desktop */
    @media only screen and (min-width: 768px) {
    #mobilecolumns{
    display: none;
    }
    }
    
    /* This will only be applied on mobiles */
    @media only screen and (max-width: 767px) {
    #mobilecolumns{
    display: block;
    }
    #desktopcolumns{
    display: none;
    }
    }
    
    .container_wrap {
    border-top-style: none;
    }
    
    .container .content {
        padding-top: 10px !important;
    }
    
    .avia-section {
    min-height: 50px;
    }
    
    #top #main .avia-section .template-page {
    padding-top: 10px;
    padding-bottom: 10px;
    }
    

    The spacing is a lot better on both my desktop and mobile devices but on the desktop the main content has been moved over to the right. Any ideas what is causing this?

    I have also noticed that this code is removing the border lines for all pages under where the page titles are. Is there anyway to restrict this just to my landing pages?

    .container_wrap {
    border-top-style: none;
    }
    

    Many Thanks
    Marc

    • This reply was modified 11 years, 11 months ago by MarcG5.
    #263905

    Solved.

    I just add to my custom.css (changed social_bookmarks li{background: transparent;} to none;}
    #top #wrap_all .social_bookmarks, #top #wrap_all .social_bookmarks a, #top #wrap_all .social_bookmarks li{background: none;}

    And removed :hofer efect

    Thanks.

    • This reply was modified 11 years, 11 months ago by tomitos.
    #263904

    I do have set background for every icon, but now is overwriten by “transparent”.

    In previous versions was just needed to remove the hofer effect:
    https://kriesi.at/support/topic/remove-the-hover-effect-from-social-media-icons/

    And sure, if there is no way to remove this transparent property, I’ll add backgorund also to custom.css

Viewing 30 results - 129,601 through 129,630 (of 142,946 total)