Viewing 30 results - 218,761 through 218,790 (of 243,835 total)
  • Author
    Search Results
  • #279915
    suchfin
    Participant

    Hi, i have a big problem. I’m using 3 different menus. Enfold Main Menu, Enfold Secondary Menu and a individual menu. Now i want to show my new menu in the footer column 3. You can see it in the screens. The settings are all correct. But it is always displayed the “Enfold Main Menu”. how ca i fix that

    thanks for your help

    regards

    #279891
    This reply has been marked as private.
    #279884

    thanks for your advice. I thought that the place just before (at th bottom of functions.php)
    require_once( 'functions-enfold.php');
    is best for it.
    the reason why i don’t use a child setup was that a few versions ago i got some trouble updating the theme in this environment.
    But since i update the theme allways manual via ftp – your right – i go back an create a childtheme setup.

    #279880

    If so then the Norwegian front end is translated here. I also think most Norwegians prefer English back end.

    Siracher
    Participant

    HI I’ve installed the plugin “Basic Google Maps Placemarks”. It works fine so far, but I mentioned that the page looks strange on my mobile devices (HTC one+ and iPad). I think the css is conflicting or something. Do you have an idea how to solve this?

    http://neu.freuler-verwaltungen.ch

    thanks

    #279865

    Hi George!

    You’d need to use another approach for that, try adding this to the theme functions.php (at the very end):

    function add_stuff_before_breadcrumbs() {
    	echo do_shortcode("[av_section]...[/av_section]");
    }
    add_action('ava_after_main_container', 'add_stuff_before_breadcrumbs'); 
    

    Replace “[av_section]…[/av_section]” by the actual shortcode content you want to include, you can enable this and build it using the Layout Builder, then simply copy the generated shortcodes that will appear below the editor.

    Regards,
    Josue

    #279855

    In reply to: Sitemap?

    Hey!

    Enfold does not have a Sitemap functionality built-in. Have you tried using WordPress SEO?.

    Regards,
    Josue

    mantisjitsu
    Participant

    I’m very pleased at how versatile Enfold has been so far.
    I am having a problem with parallax in Safari OSX.
    The site performs great in Chrome and Firefox, but in Safari the background image movement is extremely choppy. On my MacBook Pro the image jitters and jumps around during scrolling.
    The effect is so bad that I’d just as soon suppress parallax on that configuration if there’s no better solution.

    website: http://kenblackman.com, parallax effect is in the large panel in the middle of the page.

    #279831

    In reply to: Width of menu

    Hey!

    Thank you for using the theme.

    I’m sorry but what you’re trying to do with the menu width is not possible without modifying the theme files. You need to create a script that dynamically calculate the width of the menu container and apply the correct padding on the menu items in response to the calculated width. That task is beyond the scope of support however you can use the suggested code above to increase the left and right padding of the menu items then use media queries to adjust it smaller screens.

    Regarding the mega menu, did you add any css modifications for it? Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    #279829
    juicesandmilks
    Participant

    Hello,

    Is there a way to get the category nice name of a portfolio category, and write that out as a class or id in the body of a portfolio single?

    I’m in the process of making a portfolio site with 3 pages (Film, Commercial, Art) that each have their own set of portfolio singles (categorized as Film, Commercial, and Art) and I’d like to highlight the Film navbar link whenever a site visitor is viewing a Film Portfolio Single. If I can add those category specific classes to the <html> or <body> element of each page than I can style the corresponding navbar link to be highlighted.

    #279823

    Hey smorrone!

    Thank you for using the theme.

    Please go to Enfold > Blog Layout > Blog meta elements. Disable the Blog Post Category option.

    Best regards,
    Ismael

    #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

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