Viewing 30 results - 214,141 through 214,170 (of 244,475 total)
  • Author
    Search Results
  • #313774

    Hi!

    Thank you for using Enfold.

    What is the current resolution of your monitor? When you say resize the browser, you mean “zooming the browser out”? Please add this on Quick CSS or custom.css:

    @media only screen and (min-width: 1600px) {
    #top #main .sidebar {
        left: -1px;
    }
    }

    Regards,
    Ismael

    #313767

    In reply to: Custom Icon Font Error

    Hi thjnk_ag!

    Thank you for using Enfold.

    Please contact your host and ask them to enable the ZipArchive php class which is currently disabled on your installation.

    Best regards,
    Ismael

    #313766

    Hey peterd!

    Thank you for using Enfold.

    You can use this:

    #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area {
    padding: 10px;
    height: 50px;
    }

    Best regards,
    Ismael

    #313761

    Hi pbennion!

    Thank you for using Enfold.

    1.) If you want to have a next section button on the color section, please refer to this link: https://kriesi.at/support/topic/color-section-background-image-as-url/

    2.) It is not actually full screen, it is a standard height chosen to cater most screen sizes.

    3.) You can use the Fullscreen Slider if you want a “fullscreen” slider. There’s a difference between Fullwidth Easy Slider and Fullscreen Slider.

    Best regards,
    Ismael

    #313760

    Hi!

    Thank you for the info.

    Have you tried deleting the enfold_child.css inside the dynamic_avia folder? Regenerate it again by toggling any settings on Enfold > Theme Options. Please activate the child theme then we’ll check the General Styling panel. Before activating the child theme, export the theme settings file then import it back after.

    Best regards,
    Ismael

    #313759

    Topic: Meetup.com

    in forum Enfold
    roadrunnernz
    Participant

    Is it possible to get a Meetup.com icon added to Social networks in an update of Enfold theme?

    #313756

    Hi ihf-eramstad!

    Thank you for using Enfold.

    You need to add the _trackEvent() method on the button. Edit config-templatebuilder > avia-shortcodes > button.php. Find this coed on line 226:

    $output .= "<a href='{$link}' class='avia-button ".$this->class_by_arguments('icon_select, color, size, position' , $atts, true)."' {$blank} {$style} >";
    

    Add the onclick attribute provided by GA. Refer to this link: https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide#SettingUpEventTracking

    You should replace the code above with something like this:

    $output .= "<a href='{$link}' onClick='_gaq.push(['_trackEvent', 'Videos', 'Play', 'Baby\'s First Birthday']);' class='avia-button ".$this->class_by_arguments('icon_select, color, size, position' , $atts, true)."' {$blank} {$style} >";
    

    Best regards,
    Ismael

    #313755

    Hey Ismael!

    Thanks for the suggestion. Yes what Dude wrote fix a lot of error message I got. But there are still some other error message that didn’t get fixed by the Dude’s suggestion. Here I copy paste the remaining error message.

    Notice: Undefined index: index in /home/anugrah/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php on line 118

    Notice: Undefined index: index in /home/anugrah/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php on line 121

    Notice: Undefined index: index in /home/anugrah/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion.php on line 303

    Notice: Undefined index: index in /home/anugrah/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion.php on line 306

    Thanks for the great support ! Any other suggestion ?
    Andy

    #313745

    Hey Tim!

    Thank you for using Enfold.

    My answer on that query is a bit abrupt and a little misguided. Anyway, I’m not sure why it is closed. It is true that Color Sections will always be fullwidth and it will always push the sidebar below. What you can do to avoid this is to set the page to No Sidebar then use the Widget Area element and place it inside a column layout, either on top or bottom of a Color Section. Basic setup would be 3/4 column plus 1/4 column, all content placed on the 3/4 column and the Widget Area element on the 1/4 column which is basically the sidebar. You can then place the Color Section on top or bottom of the columns.

    Cheers!
    Ismael

    #313744

    Hi,

    As Ismael said we can not help with third-party plugin customizations (stated here), you’d need to either rely on the Enfold accordion slider or contact a developer for the work.

    Regards,
    Josue

    #313739

    Topic: Fullscreen image

    in forum Enfold
    dynamitemarketing
    Participant

    Brendan
    I tried using the image in a “coloured page section” and “stretch to fit” but it does not show due to no elements added to the section.

    Yeet
    Hi!

    Please add a Color Section element to your page with a unique ID and place your image inside it. Then add following code to Quick CSS in Enfold theme options under General Styling tab
    #your-custom-id .container { width: 100%; margin: 0; }

    ……………………………………………………………………..

    Hi Guys this code did not work.

    #313738

    Hey!

    Thank you for using Enfold.

    Please refer to this link on how to fix it: https://kriesi.at/support/topic/accordion-slider-msg-error/#post-299271

    Best regards,
    Ismael

    #313737

    Hi!

    Did you apply custom classes to each list?
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Regards,
    Josue

    #313736

    Hey MennoPlace!

    Thank you for using Enfold.

    Do you have any plugin or server cache? Or maybe it’s just a browser cache? Try creating a new post then check the masonry page on another browser or computer.

    Best regards,
    Ismael

    #313734

    In reply to: Lightbox doesn´t work

    Hey Cora!

    Thank you for using Enfold.

    Looks like you’re using the NextGen Gallery plugin as lightbox. Unfortunately, we don’t provide support for third party plugins as stated on our support policy. The latest version of the theme has a different lightbox plugin (MagnificPopUp) which is probably not compatible with NGG.

    Regards,
    Ismael

    #313732

    EDIT: i have to change my posting above. didn’t read the version.txt. they have checked the 4.0 beta.

    Solution for Enfold Theme 2.9.1:

    – download 2.9.2

    – overwrite the two folder:
    /themes/enfold/config-layerslider
    /themes/enfold/framework

    and the style.css file

    works!!!!

    • This reply was modified 11 years, 7 months ago by volmering.
    #313729

    Hey Wolfgang!

    Please update the theme to the latest version (2.9.2).

    Best regards,
    Josue

    #313722

    hi beven,

    i think, its an theme problem. all my child-themes (build out of eleven) are working perfect. the only issue ive got with enfold right now.
    tbh. 4.0 is out just a few hours, we should be patient :-). i think a lot of theme-builders have a sleepless night :-)

    just wondering that a good and professional team, like kriesi.at, didnt check their themes with the wp 4.0 beta

    • This reply was modified 11 years, 7 months ago by volmering.
    #313719

    Hi CJ!

    You can enable this to set a class to the icon lists and apply different styles to each of them:

    .custom_list_1 li:nth-child(1) .iconlist_icon {
    	background: red;
    }
    
    .custom_list_2 li:nth-child(1) .iconlist_icon {
    	background: blue;
    }
    
    .custom_list_3 li:nth-child(1) .iconlist_icon {
    	background: green;
    }

    Cheers!
    Josue

    #313718

    Hi Volmering,

    I guess I take some sort of perverse solace in knowing that. Do you think it is restricted to Enfold or is it a universal WP problem?

    #313714

    In reply to: Blog posts

    Hey Cesarela!

    Try using this code:

    .av-share-box {
        margin-left: -120px;
    }

    The av_fifth code was appearing there because there was a qtranslate code before, i had to enable debug mode to fix it.

    Regards,
    Josue

    #313710
    cglleadsllc
    Participant

    I have been experiencing trouble with the avia table builder. For instance, when I add a row to the table and move it up to the correct spot, it glitches out, becomes enormous and I am unable to edit it as it is layered behind the other rows in the table (edit view). Not sure how to fix this other than re-making the table which in this case would take a good hour or two. I’ve included a snip of the issue:

    Enfold Table Issue

    • This topic was modified 11 years, 7 months ago by cglleadsllc.
    #313707

    In reply to: WARNING: WORDPRESS 4.0

    updated wp 4.0 right now. updated enfold theme last week. nothing works

    EDIT:
    im an idiot. got 2 enfold themes. the one i checked was still 2.9.1.

    so, with uploading
    the new folder
    /themes/enfold/framework
    /themes/enfold/config-layerslider
    and the
    style.css

    4.0 works

    • This reply was modified 11 years, 7 months ago by volmering.
    #313667

    Hey Scott!

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

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 100%;
    height: auto !important;
    }}

    If that does not work, please post the link to your website

    Cheers!
    Yigit

    #313666

    In reply to: Adding Content to Tabs

    Hi!

    You should switch to Default Editor, create your shortcode, copy it, then switch back to advanced layout builder and paste it inside your element. You can also enable debugging mode to see shortcodes of the elements you have created below content section – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Regards,
    Yigit

    #313653

    Hey @Heathcliffe!

    No, you should directly edit the parent theme file Peter mentioned:

    /wp-content/themes/enfold/includes/helper-social-media.php


    @rogerdp
    , please create another topic regarding your issue so we can give you a better assistance.

    Best regards,
    Josue

    #313648

    Hi!

    Yes, that’s expected. The ALB data is saved separately from the Default Editor, if you want to see the generated code you can enable Debug Mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Regards,
    Josue

    #313622

    In reply to: WARNING: WORDPRESS 4.0

    Hi!

    Updates can be done pretty easily over ftp. See: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Devin

    #313621
    andiconti
    Participant

    The editor finally worked after uploading the 2.92 Enfold upgrade.

    But I still cannot see my portfolio grid.

    Please help!

    clientsfirst-tx.com/resources/video-portal/

    #313617

    Topic: Enfold — Demo

    in forum Enfold
    charger70
    Participant

    Hi – i found this on a google search:

    — removed link by Devin :) —

    and i can’t figure out what Avia Layout Builder modules you used to create the menu elements. any ideas?

    in the code, i see something called “av-catalogue” listed – but hmmm, that’s not in Enfold, is it?

    any ideas? thanks!

    • This topic was modified 11 years, 7 months ago by Devin.
Viewing 30 results - 214,141 through 214,170 (of 244,475 total)