Viewing 30 results - 226,171 through 226,200 (of 242,385 total)
  • Author
    Search Results
  • #227701
    This reply has been marked as private.
    #227694

    In reply to: WPML Flags menu

    Hi!

    Please go to Appearance > Editor and open Header.php file and find

    /*
                                * Hook that can be used for plugins and theme extensions (currently: the wpml language selector)
                                */

    and add following right below it

    do_action('icl_language_selector');

    Then add following code to Quick CSS in Enfold theme options under Styling tab

    #lang_sel { float: right; }

    Cheers!
    Yigit

    #227688

    +100 for woocommerce product sidebar
    The big reason for all the requests for sidebar on woocommerce product pages is the current poor usability on the responsive mobile as the everywhere sidebar and optionally other sidebar content get placed below the main image pushing the product content way down the page.
    Moving the description and reviews tabbed content to the left and below the product image(s) and adding sidebar to right seems to be the most prevalent layout I’ve seen in other themes.
    Thanks Team Kriesi you guys rock!

    #227672
    adrianwackernah
    Participant

    Hallo, hallo, ich hab ja alle Komponenten aktuell: WC 2.1.2, WGM 2.3 und Enfold 2.5.2. Wenn ich eine Produktdetailseite in Woocommerce aufrufe, wird korrekt unterm Preis das “zzgl. Versand” und darunter kurzzeitig “inkl. MwSt” angezeigt. Aber nur eine Sekunde später erscheinen dort drei Punkte, die animiert sind – der Hinweis auf die MwSt. verschwindet.

    Da ist natürlich sofort ein Grund zur Abmahnung. Bitte helft.

    #227670

    Hi David!

    1. Wrap those in a div so they get below the copyright.
    2. You have this custom code in your Quick CSS:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    }
    }

    Remove it and it will get fixed.

    Regards,
    Josue

    #227669

    In reply to: Enfold Showcase

    Here is a little something whipped up for a client. Still working out a couple kinks with the custom menu, but all in all, simple and easy.

    http://thesparcnetwork.net

    #227662
    zerozendesign
    Participant

    Hey guys –

    A couple quick questions for http://thesparcnetwork.net

    1. In the footer, I added html for 2 social icons in the copyright section. They are all good EXCEPT on mobile, where they become skewed. How do I need to straighten these up? I have a feeling the icon is wrapping to the next line due to the copyright area size.
    2. I have opted for the slide out menu on responsive starting with ipad, however, the menu and the slideout menu are appearing at the same time. What do I need to do to have the slide out menu appear correctly on Ipad?

    #227644
    websitegurus
    Participant

    Where is the documentation to create a full-screen video background on a slide like this example?
    http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/

    #227641

    Hello Devin,
    Any hint?

    I would like to know also if is it possible to add a checkbox for privacy policy on the register box, near the register button.
    Something like i accept privacy policy rules.
    Thank you

    Alex

    #227626

    They are not because there is a CDN functionality activated, so the file that is served is this one:
    http://forte.wpengine.netdna-cdn.com/wp-content/themes/enfold/css/custom.css?ver=1

    Instead of this one (which has the change applied):
    http://www.forte-systems.com//wp-content/themes/enfold/css/custom.css?ver=1

    Same with the changes in Quick CSS:
    http://forte.wpengine.netdna-cdn.com/wp-content/uploads/dynamic_avia/enfold.css?ver=1

    Best regards,
    Josue

    #227623

    Ok, I managed to make it work.

    The white layer issue is gone.
    On desktop, the header shows normally with a resolution over 989px.
    On tablet (between 768px and 989px), the regular menu shows, with smaller font, smaller logo, and reduced padding. Tested on ipad 2 and ipad mini.
    On smartphone (under 768px), it switches to the responsive menu.

    Here is the code:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    }
    
    .main_menu {
    margin-right: -30px;
    }
    
    .main_menu ul:first-child > li > a {
    font-size: 10px;
    }
    
    .logo img {
    width: 250px !important;
    }
    }

    I ended up removing the padding attributes, as it didn’t seem to make any difference.

    Thank a lot for your help!

    • This reply was modified 11 years, 4 months ago by wizbiz.
    #227622

    Thanks for your answer.

    If I use this CSS, the previous issue comes back, meaning that when loading the page, the menu appears for a second, and then disapear behind what looks like a white layer.

    But for the second it does appear, I can see the font parameter applied properly.

    Cheers.

    #227619
    toddgeist
    Participant

    I would like to use the Image Media Element in the Avia advanced editor to load movies from Vimeo in a lightbox using PrettyPhoto. This almost works perfectly accept that the iframe that gets created does not honor the HTTPS setting of the link, and therefor is blocked because the host page is running in https.

    Just to be clear. I am setting the link in the Image Media Element to https://www.vimeo.com?id=32423432, but the iframe is getting a HTTP:// based src.

    What can I do to fix this. I already have child them of enfold. I can hack if you tell me where to look

    Thanks

    Todd

    #227616

    Hi!

    Can you post the link to your website so we can take a quick look and tell you if your theme was updated succesfully?

    Regards,
    Yigit

    #227613

    Thanks for the update Yigit – got to the version now – seems as thought the install did work as I am on Ver 5.5.3 .

    The other link to the change log is only up to Ver 5.5.2 – will the updated changed log appear on that page in due course?

    Thanks
    Ian

    #227609
    jarias74
    Participant

    Hi guys,

    I can`t play the Youtube videos in my website: http://www.objetivored.com/servicios/video/
    I’ve tried with https:// and without s: http:// URL from youtube: https://www.youtube.com/watch?v=pUH_OhsM58Y in the Full Slider from this page.
    But in this same page I can`t play the others three youtube videos.
    In the console of my Chrome (Versión 32.0.1700.107) MAC last enfold theme version (2.5.2) I’ve received these errors:

    body.scrollTop is deprecated in strict mode. Please use ‘documentElement.scrollTop’ if in strict mode and ‘body.scrollTop’ only if in quirks mode.
    body.scrollLeft is deprecated in strict mode. Please use ‘documentElement.scrollLeft’ if in strict mode and ‘body.scrollLeft’ only if in quirks mode.
    event.returnValue is deprecated. Please use the standard event.preventDefault() instead.

    Failed to execute ‘postMessage’ on ‘DOMWindow’: The target origin provided (‘http://www.youtube.com’) does not match the recipient window’s origin (‘https://www.youtube.com’).

    Failed to execute ‘postMessage’ on ‘DOMWindow’: The target origin provided (‘http://www.youtube.com’) does not match the recipient window’s origin (‘https://www.youtube.com’).
    www-widgetapi-vflvlw_TO.js:26
    g.B www-widgetapi-vflvlw_TO.js:26
    g.G www-widgetapi-vflvlw_TO.js:25

    Can you help me, please?

    #227607

    Hi!

    Please try adding following code to Quick CSS

    @media only screen and (max-width: 989px) and (min-width: 768px) { 
    .main_menu ul:first-child > li > a { font-size: 10px; }}

    Cheers!
    Yigit

    #227601

    In reply to: design elements 1/6

    Hey ftt123!

    Please add a Color Section element to your page and enter six-columns in “For Developers” section and add six 1/5 column elements inside that color section and place your images inside them. Then add following code to Quick CSS in Enfold theme options under Styling tab

    #six-columns  .column-top-margin { margin-top: 0px !important; }
    #six-columns div .av_one_fifth { width: 15%!important; margin-left: 2%; }
    #six-columns .first { margin-left: 0!important; clear: none; }
    #six-columns .el_after_av_one_fifth { margin-left: 2%!important; }

    Regards,
    Yigit

    #227593

    In reply to: Rounded menu

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab as a starting point and adjust as needed

    .header_color .main_menu ul:first-child>li>a {
    color: white;
    border-radius: 100px;
    background-color: red;
    }

    You may need to hire a freelancer developer to achieve what you would like

    Regards,
    Yigit

    #227591
    Cdfb
    Participant

    Hi there

    I am using the pluggin WPML with the Theme Enfold.
    I’d love to show only the shortcuts “DE, FR and EN” for the languages German, French and English. Currently I can only see flags.
    How should I proceed? This is my website: http://www.pakka.ch

    Best,

    Carolina

    #227580
    aovivo
    Participant

    Hi there,
    i have some questions regarding the styling possibilities in the WC checkout area.
    1) i wonder if i can change font color for the text in table and other. i am using a black background for my page, and the text that goes into the forms (name, address etc) and in other places such as listing of product are right now in a dark gray which makes it hard to read.
    is this covered by the enfold styling panel or do i need so css?

    2) text in checkout where products are listet (in the table) appears in differrent grey tones. it looks good if you have 10 different items, but once you have two products listed i wonder if it could not be same color/transparency allthrough. any suggestions how to change that?

    3) any of the error/alert boxes comes in a different color. some backgroudn make the text in it hard to read. is there any chance to adapt that style to the enfolds one – or is there any possibility to change the color values of those boxes?

    thanks so much in advance
    Pedro

    #227577
    This reply has been marked as private.

    Hi!

    Please change

    .get_the_time($time_format).

    to

    .get_the_date().

    Regards,
    Yigit

    #227571

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .avia-testimonial { padding-right: 0; }

    Regards,
    Yigit

    #227564
    dptctrs_jp
    Participant

    Hi I am facing issue before edit pages with Avia Layout Builder.

    If I choose “progress bars” and then push edit button, always appears erroe massage “An error occured – Error fetching content – please reload the page and try again”

    So I can’t edit my page anything.
    Please help me.
    I installed latest version of the Enfold theme today.
    But never changed for this issues…

    Thanks.

    #227551

    Awesome. Thanks!

    #227550

    Please please please give us a normal sidebar layout for WooCommerce product pages. I appreciate the great support and all that you do:)

    #227544

    In reply to: header / menu

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }

    Best regards,
    Yigit

    #227532

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .social_header .phone-info { font-size: 15px; color: white !important; }

    You cannot seperate this 3 lines, but you can add two lines as secondary menu in Appearance > Menus and make them not clickable so it would look like a simple text

    Best regards,
    Yigit

    #227521

    Thanks. Increasing the PHP memory allocation seemed to have done the trick. Page is now showing. Appreciate all the speedy replies to this issue.

Viewing 30 results - 226,171 through 226,200 (of 242,385 total)