Viewing 30 results - 218,761 through 218,790 (of 243,824 total)
  • Author
    Search Results
  • #279812

    Hi!

    Thank you for the update.

    You can remove the padding between two enfold advertising area widget with this on Quick CSS or custom.css:

    #top .avia_partner_widget {
    padding: 0;
    }

    Regards,
    Ismael

    #279805
    Pinkclaire
    Participant

    Hi everybody,
    I would like the add to inquiry basket function like this page:
    http://seyi.idc.hdv.tw/en/product/product_detail-1#

    What are my best options,? any plugins that can do this that are compatible with Enfold?
    Please note: once i click the inquire button, i get a pop up message and my floating cart shows 1 inquiry.

    #279799

    Topic: Sitemap?

    in forum Enfold
    Micheal0424
    Participant

    I can’t figure out how to get a sitemap setup for my website.

    I didn’t see a Sitemap option in Enfold, am I missing something?

    I tried using Google XML Sitemaps and still can’t figure out how to make it work.

    Any help is greatly appreciated.

    Thanks.

    #279782

    I just had this same problem as well. Latest enfold and WP

    #279781

    In reply to: image overlay resize

    This reply has been marked as private.

    hi Josue – I switched to a different theme and it works just fine when uploading any images from hardrive to media. I’m sure the issue is from the theme because I was on a different theme few days ago before purchasing enfold and everything was fine.

    “Fatal error: Maximum execution time of 30 seconds exceeded in /home/cont/40/1179640/html/wp-includes/class-wp-image-editor-imagick.php on line 244” is the message I get all the time.

    Also, as I mentioned, any gallery/masonry is not working properly. It seems to show ALL existing media images by default and it won’t respond to any editing.

    #279755

    Hey!

    That featured is not available at the moment, feel free to request it here.

    Best regards, 
    Josue

    #279752

    Hey!

    Something like this will work (add it to the theme functions.php file):

    function add_custom_slider() {
            if(is_page(3)){
    	echo do_shortcode("_FULLWIDTH_EASY_SLIDER_SHORTCODE_HERE_");
            }
    }
    add_action('ava_after_main_container', 'add_custom_slider');
    

    Change 3 by the ID of your blogpage

    You can enable this to get the slider shortcode.

    Regards,
    Josue

    Hey!

    I believe this is happening because Enfold 2.8.1 is loading Isotope 2.0 and the social stream plugin is loading Isotope 1.5, therefore generating a conflict.

    I’m not sure what would be the solution in this case, maybe downgrading the theme or tweaking those .js files.

    Regards,
    Josue

    #279743

    Unfortunately access to the site is restricted to our network only and as I do not have administrative priveleges I am unable to create an admin, but for anyone else with a similar issue I was able to create an attachment.php file that I added into the enfold theme’s folder that redirects all of the attachment pages to the actual file URL so upon clicking it opens up the PDFs on the site instead of opening up a page that has a link to the pdf. Here is the code I used.
    <?php wp_redirect( wp_get_attachment_url() ); exit; ?>

    As for the weird breadcrumb on the attachment page we just figured we wouldn’t worry about it since with the redirect nobody will ever see those attachment pages anyways. Thank you for your help.

    jeeves
    Participant

    Hi Guys,
    Having a problem with the Social Media Wall suddenly not displaying since I upgraded Enfold to v2.8.1.

    The plugin author (Design Chemical) has addressed another user’s JS conflict issue by saying the theme JS is at fault (citing the error console text below). So I ran error console too…

    TypeError: $elem.attr is not a function
    jquery….r=3.9.1 (line 18)
    no such method ‘reLayout’ for isotope instance
    i/r<()avia.js?ver=2 (line 1472)
    t = “no such method ‘reLayout’ for isotope instance”
    n/t.fn[e]()avia.js?ver=2 (line 1472)
    n = “reLayout”
    jquery.social.stream.wall.1.3.js?ver=3.9.1()jquery….r=3.9.1 (line 33)
    n.event.dispatch()jquery….=1.11.0 (line 3)
    a = load
    n.event.add/r.handle()jquery….=1.11.0 (line 3)
    a = load
    avia.js?ver=2 (line 1472)
    TypeError: $elem.attr is not a function
    jquery….r=3.9.1 (line 18)

    I’m using another aspect of this plugin on the homepage, which is working fine. It seems to be the isotope layout function that is messed up according to the evidence so far. I’d appreciate your help on this, as the plugin is a very good one for displaying masonry style aggregated feeds, and there’s nothing else comparable I can find to test out.

    Best regards

    Jeeves

    #279723
    Mindthesign
    Participant

    Hi,
    I’ve try to load Fontello font but this is the error:

    Couldn’t add the font.
    The script returned the following error:
    Fatal error: Class ‘ZipArchive’ not found in /web/htdocs/www.prontoconsiglio.it/home/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 107

    I read other topic with the same problem but I can’t find a solution (php and zip are ok).
    Can you help me please? Thank you.

    Anna

    #279699

    Yes, the markup is as follows;

    <li style="visibility: visible; opacity: 1; transition: none; -webkit-transition: none; -webkit-transform: translateZ(0px); z-index: 3; background-image: url(https://kriesi.at/themes/enfold/files/2013/10/photodune-1899212-healthy-hair-s.jpg); background-position: 0% 0%;" data-img-url="http://kriesi.at/themes/enfold/files/2013/10/photodune-1899212-healthy-hair-s.jpg" class="slide-1 active-slide"><div data-rel="slideshow-1" class="avia-slide-wrap"><div class="caption_fullwidth caption_left caption_left_framed caption_framed"><div class="container caption_container"><div class="slideshow_caption"><div class="slideshow_inner_caption"><div class="slideshow_align_caption"><h2 class="avia-caption-title" itemprop="name">This is a page with transparent header</h2><div class="avia-caption-content" itemprop="description"><p>Once the user scrolls down the header color will change</p>
    </div><a href="#next-section" class="avia-slideshow-button avia-button avia-color-light " data-duration="800" data-easing="easeInOutQuad">Show me</a></div></div></div></div></div></div></li>
    
    #279691

    Hi Yigit

    I understand and thank you for your support. There is a similar problem with IE9 on another page, but I will first update my enfold. Wasn’t aware that a new version is available.

    Best regards
    Wolfgang

    #279687

    In reply to: shortcodes missing

    Hey!

    Use the import dummy button to get all the demo content on your installation, then enable this. That way you’ll be able to see the generated shortcodes below the Layout Builder.

    Best regards,
    Josue

    #279684

    In reply to: Avia Layout Builder

    Hi!

    You can turn on this:
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Then apply a class (ex: centered_heading) to the heading you want to affect and add this to the Quick CS:

    .centered_heading{
    text-align: center;
    }

    Cheers!
    Josue

    #279652

    In reply to: shortcodes missing

    where is the basic documentation! The shortcodes menu of this page: http://kriesi.at/themedemo/?theme=enfold
    shows all the examples but where do I find the actual shortcodes that were used to create all those example?

    #279650

    Topic: hover effect on images

    in forum Enfold
    ruthnis
    Participant

    I defined a hover effect on images with jquery.

    It works the first time I hover over the image but later it doesn’t work any more.
    I removed the regular hover effects on images from the enfold theme with the following CSS but it doesn’t help:
    .image-overlay {

    background: none !important;}

    .image-overlay .image-overlay-inside:before {

    content: “” !important;}

    Is there any way of canceling the hover javascript of the theme?

    #279635

    In reply to: Login problems Enfold

    Hi!

    I don’t think Enfold could should ever have any interaction at all with your WordPress login but if you want to test it you can try deleting the theme folder from your WordPress wp-content>themes folder so that WordPress reverts to one of the twenty something themes (as long as one is in that folder).

    Regards,
    Devin

    #279633

    Hi dalboslampen!

    All of the pre-translated versions are here: https://kriesi.at/support/topic/please-contribute-and-translate-enfold/ as well as included in the theme (unless they are very new).

    You can use WPML, which the theme has specific support for, or any other translation plugin to scan the theme for the strings to then generate the file and translate into the language you need.

    This one was recently recommended to me: https://wordpress.org/plugins/poeditor/

    Regards,
    Devin

    #279621

    Hi ryanelkholy!

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

    #top .news-content { pointer-events: none; }

    Regards,
    Yigit

    #279613

    Hey Cyril!

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

    a.aviaccordion-slide-link {
    pointer-events: none;
    }

    Regards,
    Yigit

    #279600

    Hi 500Webmaster!

    Please go to Enfold theme options > Header Layout > Header Layout > Menu and Logo Position and adjust it

    Cheers!
    Yigit

    #279597

    Hi silviouk!

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

    #main img { filter: grayscale(100%);
        -webkit-filter: grayscale(100%); 
        filter: gray;
        -webkit-transition: all .6s ease; }
    
    #main img:hover {    filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        filter: none; }
    .image-overlay { display: none !important; }

    Best regards,
    Yigit

    #279590

    Hey!

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

    #menu-main-menu .sub-menu li .sub-menu a {
    background: #2b153c;
    }

    Regards,
    Yigit

    #279581

    Hi!

    In that case we are going to need to see your live website. Since you are using an older version, css selector may not be the same. For example the selector you posted does not do anything on my local installation on Enfold 2.8.1.

    Best regards,
    Yigit

    #279579
    gentlemansgazette
    Participant

    I enjoy using the advanced layout editor, and it works, but you still have to go back and forth between preview and backend to see what it looks like.
    If you could make the andvanced layout editor like this, http://velocitypage.com/ I think you’d be revolutionary and you’d attract even more buyers…
    Are you working on adding such a feature in the future or is enfold compatible?

    Thanks in advance!

    #279574

    Hi!

    That means you are using an older version of the theme. Please update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750

    Cheers!
    Yigit

    #279572

    In reply to: Font and Footer Query

    Hi curmi01!

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

    body * {
    font-family: 'Varela Round', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    2-

    .widgettitle { text-transform: none; }

    Cheers!
    Yigit

    #279571

    I cannot find advanced styling under enfold theme. Please advise.

Viewing 30 results - 218,761 through 218,790 (of 243,824 total)