Viewing 30 results - 228,331 through 228,360 (of 244,556 total)
  • Author
    Search Results
  • #227861

    Hi!

    I recommend to add it to enfold/functions.php – insert it at the very bottom:

    
    add_filter('avf_portfolio_cpt_args','avia_deactivate_portfolio_slug_rewrite', 10, 1);
    function avia_deactivate_portfolio_slug_rewrite($args)
    {
      $args['rewrite'] = false;
      return $args;
    }
    

    but before you try this code follow the instructions here: http://kriesi.at/documentation/enfold/translating-the-portfolio-slug-with-wpml/ and make sure that the slugs are translated properly.

    Regards,
    Peter

    #227840

    Hi mp123!

    All of the themes pre-set styles are here: http://kriesi.at/themes/enfold/shortcodes/pricing-and-data-tables/

    If you need something different then yes you would need to use a plugin.

    The sidebar menu is automatically generated based on the page hierarchy. You can have it display or not display from the theme options. Go to the theme options and in the Sidebar section look for “Page Sidebar navigation”.

    Best regards,
    Devin

    #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?

    #227745

    Hi AliMese!

    1- Please add following code to Quick CSS and adjust as needed

    #av_section_3 .avia-icon-list .iconlist_icon {
    height: 45px;
    width: 45px;
    line-height: 45px; 
    font-size: 15px!important;}
    #av_section_3 .avia-icon-list .iconlist-timeline { left: 25px; }

    2- Please see http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Regards,
    Yigit

    #227743

    Topic: Removing debug info

    in forum Enfold
    xyzb
    Participant

    I used remove_action(‘wp_head’,’avia_debugging_info’,1000); in my child theme functions.php file and id DID NOT remove the debug info. I had to add it to the ENFOLD functions file. Can you advise on how to add it to the child theme. I don’t want to edit everytime the main theme is updated.

    Thanks

    #227734
    Enfold-MT
    Participant

    Hi,

    I have a problem with horizontal spacing. Could you please show me how can I remove such horizontal spacing. Please see image below. The spacing I wish to eliminate is marked in red.

    https://www.dropbox.com/s/0th64cptihd5cu0/space-between-divs.jpg

    Thanks in advance,

    Best Regards,

    Enfold-MT

    #227731

    Done and Done. Thanks Josue.

    #227724
    xmpublishing
    Participant

    Hi,

    how can I remove the breadcrumb navigation section on Enfold theme?
    Is there a setup option? Couldn’t find it.

    Thanks,
    Oliver

    #227723

    Hey Cdfb!

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

    .avia_wpml_language_switch li .language_flag img { display: none; }
    .language_code { display: block!important; }

    Regards,
    Yigit

    #227722
    gamemaster
    Participant

    Hello, i like the theme rly much…

    But got a big big problem with the menu…

    I got 50 something “menutabs” – but all of a sudden it wont let me make anymore, and it dosen’t let me check the Enfold Main Menu, so it wont let me make the menu, what is the problem?

    Hope you can help me, or maybe direct me 2 another “backend menu composer” maybe it is wordpress that got the fault i dont know…

    Please help me!

    #227704

    Hey!

    It looks updated Ian

    Cheers!
    Yigit

    #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 12 years, 1 month 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

Viewing 30 results - 228,331 through 228,360 (of 244,556 total)