Forum Replies Created

Viewing 30 posts - 28,681 through 28,710 (of 67,570 total)
  • Author
    Posts
  • in reply to: How to Center Footer Nav Menu with Copyright Below? #981560

    Hi,

    Awesome! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Main Menu Drop Down Opacity #981559

    Hi,

    Yes, I guess that’s the case. You should leave the compression disabled while configuring the site.
    I can’t see advanced styling modification when I inspect the menu, maybe because the stylesheets are minified, so you should leave the above css code for now.

    Best regards,
    Ismael

    in reply to: Enfold google maps widget saturation #981558

    Hi,

    Sorry about that. I always forget that you’re using the widget instead of the map shortcode/element. This one should work.

    add_filter( 'avf_google_maps_data', 'avia_maps_widget_saturation', 999, 4 );
    function avia_maps_widget_saturation ( $data, $context, $object, $args )
    {
    	if($data[0]['shortcode'] === NULL || $data[0]['shortcode'] != 'av_gmap_location') {
    		$data['saturation'] = '-50';
    	}
    	return $data;
    }
    

    Best regards,
    Ismael

    in reply to: Error with Enfold 4.4 #981552

    Hi,

    Thank you for the update. What are the mobile issues? Please be more specific and don’t go back to the old version because we need to check the site for errors. Let us know when the site is updated to version 4.4.1.

    You should create a development or a staging site to keep the production site live during an update.

    Best regards,
    Ismael

    in reply to: Customisation Posts #981546

    Hi,

    I’m not really sure if that’s possible. Have you tried to use the Featured Image Slider? It’s full width by default. Please provide a link to the page with the post slider.

    Best regards,
    Ismael

    in reply to: Special Heading Top Padding? #981541

    Hi,

    Thanks for the info.

    You can use the following css code to adjust the heading.

    #top #wrap_all h3.av-special-heading-tag {
        margin-top: -20px;
        border-bottom: 2px dashed #CCBDB8!important;
        padding-bottom: 10px;
    }
    
    @media only screen and (max-width: 767px) {
    #top #wrap_all h3.av-special-heading-tag {
        margin-top:-20px!important;
        padding-bottom:35px!important;
    }
    }

    Best regards,
    Ismael

    in reply to: Zoom SVG on Gallery #981538

    Hi,

    I see. The MagnificPopup script doesn’t support svg files, unfortunately.

    // https://github.com/dimsemenov/Magnific-Popup/issues/670

    You can try and modify the js > avia-snippet-lightbox.js file. Look for this code around line 131:

    autolinkElements:   'a.lightbox, a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href*=".jpg?"], a[href*=".png?"], a[href*=".gif?"], a[href*=".jpeg?"], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"], a[href*="iframe=true"]',
    

    Add an svg support. I’m not sure if it’s going to work though because the parent script doesn’t seem to accept svg by default.

    autolinkElements:   'a.lightbox, a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=svg], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href*=".jpg?"], a[href*=".png?"], a[href*=".gif?"], a[href*=".jpeg?"], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"], a[href*="iframe=true"]',
    

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    I can still see the shape on both sites including those inside the ajax portfolio. Did you disable the theme’s compression on the dev site? I noticed that the Autoptimize plugin is enabled.

    Best regards,
    Ismael

    in reply to: category.php customizing #981534

    Hi,

    You need to create an actual page and then redirect an archive or category url to the url of that page.

    Best regards,
    Ismael

    in reply to: Location of preview panel using Ajax #981533

    Hi,

    Did you toggle the css/js compression in the Enfold > Performance panel? The same script works on my installation. Please provide a link to the page with the portfolio element.

    Best regards,
    Ismael

    in reply to: Blog #981532

    Hi,

    I see. Thanks for the info. I’m not sure why it’s not displaying, yet. I tried to access the file server via FTP but the login credentials above are invalid. Please provide another FTP credentials.

    Best regards,
    Ismael

    Hi,

    The slider is already working when I check the portfolio item. How did you fix it? (see private field)

    Best regards,
    Ismael

    in reply to: Sidebar breaking when using fullwidth-slideshow #981524

    Hi,

    Glad we could help! :D

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Shrinking Masonry Grid #981522

    Hi,

    Awesome! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: yith advanced review reply #981521

    Hi,

    Thanks for the update. Unfortunately, we don’t provide support for third party plugins as stated on our support policy but we’ll try to help as much as we can. Please post the login details in the private field. Did YITH provide additional info aside from telling you that the theme is the problem?

    Best regards,
    Ismael

    in reply to: internal server error when using plugins #981520

    Hi,

    I can’t seem to reproduce the issue when I try to log out of your site. I tried it a few times. Where can we see the “Get New Password” button?

    Best regards,
    Ismael

    in reply to: Having trouble using a different social icon #981519

    Hi,

    Thanks for the update.

    There’s nothing in the “Iconfont Manager” section. Please upload a yelp icon from fontello.

    // https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-

    Best regards,
    Ismael

    in reply to: Getting Background Image for Main Content Full Width #981518

    Hi,

    Thanks for the info.

    1.) This css should increase the width of the background.

    .main_color {
        background-size: 100%;
    }

    2.) You need to create a reversed version of the image first and then apply it using css.

    Best regards,
    Ismael

    in reply to: Adding Opt-in to Small Bar Above Logo Area? #981516

    Hi,

    The inline styling overrides your custom css code. Please use this one.

    #header h6 a, #header h6 {
        margin: 0 !important;
        font-size: 18px !important;
    }

    You may need to push the form farther to the right.

    Best regards,
    Ismael

    in reply to: Pricing table – switching off responsiveness mode #980908

    Hey ehdavies,

    Thank you for using Enfold.

    That is the default behavior of the table. One workaround is to create another version of the table for mobile view. Use the elements’ Screen Options to toggle their visibility on different screen sizes.

    Best regards,
    Ismael

    in reply to: Add HTML5 Data attribute #980907

    Hey lipstick,

    Thank you for using Enfold.

    That option is not available by default but you can use the code or text block element to add the html tags manually.

    Best regards,
    Ismael

    in reply to: Special Heading Top Padding? #980906

    Hey Moondreamer21,

    Thank you for using Enfold.

    Where can we see these headings? Please provide a link so that we can inspect it or post a screenshot.

    Best regards,
    Ismael

    in reply to: Editors for Enfold #980905

    Hey Michael Craft,

    Thank you for considering Enfold.

    I was wondering if you could recommend a more intuitive editor that is compatible with the Enfold Theme.

    Did you use the theme’s Advance Layout Builder? It has a drag and drop functionality.

    // https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/

    Where did you get the tutorial?

    Best regards,
    Ismael

    in reply to: Cannot install the theme example Enfold 2017 #980904

    Hey abdul235,

    Thank you for using Enfold.

    Where is the site hosted? Some servers are not compatible with the import process. You may have to do it manually via Tools > Import panel. The demo files are located in the theme directory > includes > admin > demo_files folder. Upload or import the demo’s xml file.

    Best regards,
    Ismael

    in reply to: Shrinking Masonry Grid #980903

    Hey jonrouse,

    Thank you for using Enfold.

    This css code resizes the masonry items when the screen width is more than 1800px.

    @media only screen and (min-width: 1800px) {
    .responsive.html_stretched .av-masonry-col-flexible .av-masonry-entry, .responsive.html_av-framed-box .av-masonry-col-flexible .av-masonry-entry {
        width: 24.9%;
    }
    }

    Adjust the value as you wish. Default is 16.6%.

    Best regards,
    Ismael

    Hey SeBaCODEAWAY,

    Thank you for using Enfold.

    Where do you want to apply this? Please provide a link to the actual page or provide a screenshot of the section.

    Best regards,
    Ismael

    in reply to: widget area header after update enfold #980900

    Hey Serena,

    Thank you for using Enfold.

    Add this css code to adjust the default line height value of the widget elements.

    #header .custom-html-widget {
        line-height: 1em !important;
    }

    Best regards,
    Ismael

    in reply to: Lightbox and Gallery error 404 #980898

    Hey slekiz,

    Thank you for using Enfold.

    You can find our locations in the following page.

    // http://kriesi.at/about

    I did try to access the site but I got this.

    mmmm….aquí no pots entrar :(

    Best regards,
    Ismael

    in reply to: Updated from 4.1.1 to 4.4.1 – ALB problems #980897

    Hey Wecode_fr,

    Thank you for using Enfold.

    On which line inside the template-builder.php file did you put that code? Did you create a site backup? We need to enable the latest version so that we can inspect the issue. And please provide a link to one of the posts where you want to add the comment form.

    Best regards,
    Ismael

    Hey Corina,

    Thank you for using Enfold.

    The background images displayed properly when I checked both sites. Could you provide a screenshot from imgur or dropbox?

    Best regards,
    Ismael

Viewing 30 posts - 28,681 through 28,710 (of 67,570 total)