Viewing 30 results - 133,111 through 133,140 (of 142,621 total)
  • Author
    Search Results
  • #228076

    I added the code and custom.css is shown below. The problem is still there:

    /* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

    /* General Custom CSS */

    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 60px;
    line-height: 60px;
    }
    span.avia-menu-fx {
    bottom: 0px !important;
    }

    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

    @media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */

    }

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

    @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */

    }

    span.avia-menu-fx {
    bottom: 30px !important;
    }

    #228067

    In reply to: Werbung links vom Blog

    Hey!

    I think the google ad code is not working. You can add this on Quick CSS:

    #div-gpt-ad-1392711329120-0 {
    position: absolute;
    display: block;
    top: 100px;
    left: 0;
    background: gray;
    }

    You will see a gray background on the top left side but there is no google ad.

    Best regards,
    Ismael

    #228063

    I do not see that code in custom.css. Here is the contents of custom.css:

    /* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

    /* General Custom CSS */

    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 60px;
    line-height: 60px;
    }

    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

    @media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */

    }

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

    @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */

    }

    span.avia-menu-fx {
    bottom: 30px !important;
    }

    #228055

    In reply to: menubar

    I just tried another laptop with firefox and chrome, and still have the same issue !!

    #228054

    In reply to: menubar

    that is very strange….going to look at another laptop

    #228051

    Hi!

    I guess Dude is referring to this code:

    #top #wrap_all .social_bookmarks {
    height: 50px;
    }
    
    #top #wrap_all .social_bookmarks li, #top #wrap_all .social_bookmarks li a {
    width: 50px;
    line-height: 50px;
    min-height: 50px;
    font-size: 30px;
    }
    
    #wrap_all #header_main .social_bookmarks li a {
    border-radius: 50px;
    }

    Best regards,
    Ismael

    #228016

    In reply to: Header Issues

    Hi sandromeyer!

    I can’t seem to access the website. What type of header do you have right now? Assuming that you have a Small Fixed Header, you can add this on Quick CSS to create a transparent header:

    .fixed_header #main {
    padding-top: 0;
    }
    
    .header_color .header_bg, #header_main {
    background-color: transparent !important;
    border: none;
    }
    
    .header_color div {
    border: none;
    }

    Edit js > avia.js to remove the header resize, find this code on line 21:

    // decreases header size when user scrolls down
            avia_header_size();

    Replace it with:

    // decreases header size when user scrolls down
            //avia_header_size();

    For further customization, please visit Werkpress.

    Cheers!
    Ismael

    #228009

    Hi!

    Please add this on Quick CSS to retain the 0 padding on desktop view:

    @media only screen and (min-width: 481px) {
    .fixed_header #main {
    padding-top: 0;
    }
    }

    For further customization, please visit Werkpress.

    Cheers!
    Ismael

    #227990

    Hey ftt123!

    You edit footer.php then look for this code:

    <footer class='container_wrap socket_color' id='socket' <?php avia_markup_helper(array('context' => 'footer')); ?>>
                        <div class='container'>
    

    Below, add something like this:

    <a href="LINK HERE" target="_blank" class="socket-logo"><img src="LOGO IMAGE HERE"></a>
    

    Cheers!
    Ismael

    #227987

    I finally got the changes to show up by disabling CDN and the cache plugin. I put this code in custom.css and the white space is gone. But, the red line showing the menu selection is now on top of the navigation text. How do I move the line down so it sits on top of the thin gray line below the navigation menu text?

    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 60px;
    line-height: 60px;
    }

    http://www.forte-systems.com

    Thanks for all the help!!!

    #227967

    Topic: resize image on page

    in forum Enfold
    akamaxbuz
    Participant

    This is so basic, I feel I am missing something.
    I noticed problem on the blog posts and pages so I made a simple test: http://www.kennethbsmith.com/clients/abww/hello-world/

    I added an image at full scale, then added it again and rescaled it to 60% using the WP Advanced Image Settings. But on publishing it, both images are scale 100%.
    Using FireBug you can see that the top image is wp-image-479″ width=”225″ height=”291″ and the bottom image is wp-image-479″ width=”135″ height=”175″.

    Why are both images published at 100%? Why can’t I rescale my photos? I have never seen this issue before.

    #227944

    Hi Yigit
    I changed the footer.php in child-theme version – and all was well.
    Thanks for your help.
    Bruno

    #227928
    louie
    Participant

    Hello,

    Let me start by saying that this theme is excellent!

    As far as I have tested, the responsiveness works very well except for the following issue:

    When a lightbox is opened on a mobile device, the only way to navigate through the photos is by using the navigation buttons below. I wish there was a way that a mobile user could just touch the photo to navigate to the next or previous photo (the way it works on a desktop.) I have had feedback that the buttons are too small or difficult to use.

    I have tested this on iPhone, iPod and Blackberry 10 (I live in Blackberry’s hometown).

    I’m not sure if it’s a setting that I missed along the way.

    Any help would be much appreciated :D

    • This topic was modified 11 years, 9 months ago by louie.
    #227921
    Mkieling
    Participant

    Please gentlemen,

    How to edit post title type on Enfold? Can I also choose the color?

    I’m talking about the title field, on topo of “permalink”

    Many thanks!

    Miguel Kieling

    #227919
    websitegurus
    Participant

    Q1. How do you un-mute the audio when embedding video into a “Color Section”?

    There are no options to do this in your GUI and because it’s embedded with short codes, you can’t edit the source code in a conventional way that is standard when coding websites. If there are options in your GUI to do this that we have overlooked (I doubt that), please include a screen capture in your response. (FYI. We have the manual shortcode editor feature enabled) Again, we are embedding a video in a Color Section , not a slide show.

    Q2. How do you stop the looping and just play the video once.

    I have another question, but I am not asking it now because if we can’t get the audio to work, there is no reason to use the video feature for us and my second question is moot. Hoping for a decently quick response, because we have been on this for over a day now and lots of hoops to jump through. All of your other responses have been very fast, it’s just your video embedding is problematic. In my opinion you should not have launched this feature. It is either a lot of work to jump through to get working or you have launched it prematurely before ironing out all the kinks. Or, it could be as simple as providing a thorough tutorial that I may have overlooked. I have watched two short videos that you have online. Enabling audio in a Color Section is not covered.

    #227909

    In reply to: Two Background images

    Hi Yigit,
    Thanks for helping me.
    Here the screenshot link: http://acquisto.pro/img/website_sample.jpg.
    I want a mutliply image background, one image topleft (person) and one background image thats repeats…

    Cheers,
    Marcel

    #227905
    BelIblis
    Participant

    Hi,

    I have a page layout with a 3-column-grid:
    -top row: 3 Images
    -middle row: 3 Icons (all with ‘align center’ selected)
    -bottom row: Product Grid

    I want the icons to be large & prominent. But no matter what I do, the icons always exceed the width of the rest of the page. I was also hoping to get the icons responsive (and large) by placing them in a 1/3 layout element and then entering a 100% value in the Avia Layout Builder.

    Here are some screenshots (screenshots show the entire width of the screen):

    Icon with border, icon size: 100%
    http://s25.postimg.org/5e30d9q0f/Screen_Shot_2014_02_22_at_12_33_14.jpg

    Icon with border, icon size: 300px
    http://s25.postimg.org/qdj44rrov/Screen_Shot_2014_02_22_at_12_34_21.jpg

    Icon with border, icon size: 300px, at a lower/responsive screenwidth:
    http://s25.postimg.org/5fcy6oru7/Screen_Shot_2014_02_22_at_12_34_42.jpg

    Am I doing something wrong in the layout builder? Or is this normal behaviour & is there any CSS fix for this?

    Thanks a lot!

    #227902
    Daniel
    Participant

    Liebes Kriesi Team

    1.)
    Änderungen im Quick CSS haben keine Auswirkungen im Firefox und IE, im Chrome jedoch schon!
    siehe natur-duft.ch

    Zum Beispiel werden h – Überschriften nicht wie im Quick CSS angegeben geändert.

    auch folgende Codes funktionieren nicht mehr:

    h2 { font-size: 20px; }

    #top #main h6 {
    font-size: 14px;
    line-height: 1.1em;
    margin-bottom: 8px;
    color: #780078
    }

    #top #main h5 {
    font-size: 12px;
    line-height: 1.1em;
    margin-bottom: 8px;
    color: #780078
    }
    #top #main h3 {
    font-size: 10px;
    line-height: 1.1em;
    margin-bottom: 8px;
    }
    .woocommerce-main-image.zoom {
    overflow: hidden;
    }
    .four.units.single-product-main-image.alpha .images a {
    pointer-events: none;
    }

    .title_container { display: none; }

    2.)

    Nur im Chrome werden die Farben (Preis, Avia_cart_buttons etc.) wie unter Enfold-Styling definiert, korrekt ausgegeben. Im FF und IE werden falsche Farben und Hintergrundfarben ausgegeben.
    Siehe: http://natur-duft.ch/naturduefte/aetherische-oele/
    Preis grün statt blau, “in den Warenkorb” und “zeige Details” in weisser Farbe….

    Wie kann das korrigiert werden um in all diesen Browser die gewünschte Darstellung zu haben?

    3.)

    Ich möchte die Breadcrumbs in Woocommerce löschen und nicht nur mit “.title_container { display: none; }” verbergen.
    Sonst ergeben sich 2 verschiedene h1 Überschriften! Nicht gut für seo! Erste h1 Überschrift “Webshop” von den Breadcrumbs ist sinnlos. Die einzige h1 Überschrift hätte ich gerne für das Produkt.
    Siehe seo-Test: http://www.seobility.net/de/seocheck/check?url=http%3A%2F%2Fnatur-duft.ch%2Fstart%2Faetherische-oele-2%2Fbergbohnenkraut-bio-aetherisches-oel-natuerliche-duefte%2F#fg-strukture

    4.)
    Wie kann ich das Wort “Produktbeschreibung” unter der Beschreibung entfernen?
    Siehe: http://natur-duft.ch/start/aetherische-oele-2/bergbohnenkraut-bio-aetherisches-oel-natuerliche-duefte/

    Vielen Dank für Eure Hilfe!

    Daniel

    • This topic was modified 11 years, 9 months ago by Daniel.
    #227895
    ftt123
    Participant

    Hello again, how can I put a logo image in the socket (besides copyright) or/and in the small header at the top (instead of social media)
    both with links to an external url
    thanks in advanced!

    Hey!

    It seems like a plugin (or some custom code) adds an “hidden” class to the sidebar which breaks the widgets. I added this css code to the child theme style.css to fix it:

    
    .sidebar.hidden{
    position: relative;
    top: auto;
    visibility: visible;
    } 
    

    Regards,
    Peter

    #227852

    Thanks, Yigit – that’s added the logo into mobile.

    However if I remove “.fixed_header #main {padding-top: 0;}” the menu is no longer transparent on desktop sizes.

    The intention is to always have a fixed header (does not resize to the small logo version) transparent over a full height website.

    #227851

    Hi Yigit,

    I got it to work, had to change the CSS rules in shortcodes.css
    Changed these lines
    /* hide controlls on desktop */
    .avia_desktop .av_slideshow.avia-slideshow .avia-slideshow-controls a{ opacity: 0; filter:alpha(opacity=0); }
    .avia_desktop .av_slideshow.avia-slideshow:hover .avia-slideshow-controls a{ opacity: 0.6; filter:alpha(opacity=60); }
    .avia_desktop .av_slideshow.avia-slideshow:hover .avia-slideshow-controls a:hover{ opacity: 0.8; filter:alpha(opacity=80); }

    To:
    /* hide controlls on desktop */
    .av_slideshow.avia-slideshow .avia-slideshow-controls a, .avia-slideshow-controls a{ opacity: 0; filter:alpha(opacity=0); }
    .av_slideshow.avia-slideshow:hover .avia-slideshow-controls a{ opacity: 0.6; filter:alpha(opacity=60); }
    .av_slideshow.avia-slideshow:hover .avia-slideshow-controls a:hover, .avia-slideshow-controls a:hover{ opacity: 0.8; filter:alpha(opacity=80);}

    #227829

    Hey!

    The only text in the header would be the phone info which can be increased in size with:

    #top .phone-info {
        font-size: 15px;
    }

    Cheers!
    Devin

    #227825

    What is the exact layout that is causing issues? Is it just multiple LayerSliders or somethign else on top of that?

    #227824

    I’ve asked Kriesi to take a look at this and another few topics all relating to IE8 which is suddenly having issues with this past update.

    #227797

    Topic: Image Mouseover

    in forum Enfold
    wackyadventurer
    Participant

    Hi,

    How do I stop visitors from being able to open an image on a mouseover?

    Thanks.

    Marshall

    #227777

    In reply to: RE: #post-227682

    Hey!

    Try adding this code to the Quick CSS:

    .social_bookmarks {
        display: none;
    }
    #main {
        padding-top: 35px !important;
    }

    Cheers! 
    Josue

    #227771

    Solved it…kinda

    If the box-shadow color is not specified in the sonar effect than it will inherit the color of it’s element. read about it here
    So, if I go into the shortcodes.css and delete all of the colors from @keyframes sonarEffect the sonar color will inherit the color of the icon!

    /*sonar effect*/
    @-webkit-keyframes sonarEffect {
    	0% {opacity: 0.3;}
    	40% {opacity: 0.5;box-shadow: 0 0 0 2px , 0 0 10px 10px , 0 0 0 10px ;}
    	100% {box-shadow: 0 0 0 2px , 0 0 10px 10px , 0 0 0 10px ;-webkit-transform: scale(1.5);opacity: 0;}
    }
    @-moz-keyframes sonarEffect {
    	0% {opacity: 0.3;}
    	40% {opacity: 0.5;box-shadow: 0 0 0 2px , 0 0 10px 10px , 0 0 0 10px ;}
    	100% {box-shadow: 0 0 0 2px , 0 0 10px 10px , 0 0 0 10px ;-moz-transform: scale(1.5);opacity: 0;}
    }
    @keyframes sonarEffect {
    	0% {opacity: 0.3;}
    	40% {opacity: 0.5;box-shadow: 0 0 0 2px , 0 0 10px 10px , 0 0 0 10px ;}
    	100% {box-shadow: 0 0 0 2px , 0 0 10px 10px , 0 0 0 10px ;transform: scale(1.5);opacity: 0;}
    }

    The problem is that I went into the parent theme folder to make this change. So, any updates will wipe it out.

    I read here that even if I copy ‘shortcodes.css’ into a child theme folder that the child theme may not use it, relying on the parent themes CSS instead.

    Any tips?

    #227770
    jrgrigg
    Participant

    Hi,

    I’m trying to make the font size in the buttons larger. If I enter the quick CSS change it works for the desktop version but doesn’t work on my Samsung Galaxy Note tablet.

    Original CSS:
    .avia-button.avia-size-large {
    padding: 15px 30px 13px;
    font-size: 13px;
    min-width: 127px;

    What I want it to be changed to:
    .avia-button.avia-size-large {
    padding: 15px 30px 13px;
    font-size: 18px;
    min-width: 127px;

    #227750

    Hi Josue.
    I’ve made the slider full width now to remove the background issues, and the ‘bumping’ issues I’ll live with.
    I also noticed in Mozilla that when hovering over the the linked images on the home page, the text beneath it bumps down noticeably. Does this have something to do with the overlay? Is there anyway to stop this?

    Thank you for your help!

Viewing 30 results - 133,111 through 133,140 (of 142,621 total)