Forum Replies Created

Viewing 30 posts - 9,211 through 9,240 (of 14,834 total)
  • Author
    Posts
  • in reply to: woocommerce major update #410745

    Hey!

    Hmm, perhaps you installed Woocommerce in the wrong folder. Create a backup and then navigate to the Enfold folder in your WordPress theme directory via FTP and then delete the /woocommerce/ directory inside it, that shouldn’t be there.

    Best regards,
    Elliott

    Hey!

    Drag a codeblock element to your page and add this inside.

    <style type = "text/css">
    @media only screen and (max-width: 479px) {
    #av_section_1 { background-image: url("YOUR URL") !important;
    }
    </style>

    And then replace “YOUR URL” with the URL to your smaller image.

    Regards,
    Elliott

    in reply to: Stop Color Section Video from Looping? #410740

    Hey dmoravec!

    I would use the LayerSlider for this. It has an option in the “Slideshow” tab for setting the number of loops.

    Getting the video to blur though would be difficult. Perhaps you could transition a blurry image on top of it in the LayerSlider settings by using a fade transition.

    Best regards,
    Elliott

    in reply to: Problem Masonry Lightbox Filter #410739

    Hi!

    Hmm, well I can’t think of an easy way to mix them like that. It would probably be best to just display a Masonry for the posts and then below that use a Masonry Gallery for just the images or something similar. You can get really creative with our column shortcodes.

    Cheers!
    Elliott

    in reply to: Adding navigations to post slider #410738

    Hi!

    1. Add this to your custom CSS.

    .prev-slide::before {
      content: "\e822" !important;
    }
    .next-slide::before {
      content: "\e830" !important;
    }

    You can find other icon codes to use in the functions.php file around line 170.

    2. We are too busy to take on custom work at this time. I would check with Werkpress or Envato Studio if your wanting to hire a freelancer. You could also try looking for a slider plugin that does this but I do not know of any I can recommend.

    Regards,
    Elliott

    in reply to: BUG Not saving content #410734

    Hey!

    It must be a problem with your content. I viewed your “Investigacion” page but there is just way too much content in there for us to sift through. I did a quick once over though and noticed some typos. For example this..

    [<a href="http://www.psy-journal.com/article/S0165-1781(15)00004-9/abstract" target="_blank">Psychiatry Research</a>] 
    

    Is going to cause problems. The brackets should not be there.

    You’ll need to create a new page and then add your content in manually piece by piece and make sure to save often and check the front end to see if there are any typos, etc etc.

    Regards,
    Elliott

    in reply to: Image Hotspots Clickable rather than on Hover #410730

    Hey!

    Hmm, just tested again and it’s not working for some reason, sorry about that.

    Try opening up /enfold/js/avia.js and change line 1710 from this.

    event: 'mouseenter',       	//mousenter and leave or click and leave
    

    To this.

    event: 'click',       	//mousenter and leave or click and leave
    

    And then line 1769 from this.

    var target 		= this.options.event == "click" ? e.target : e.currentTarget,
    

    To this.

    var target 		= e.currentTarget,
    

    Regards,
    Elliott

    in reply to: Multi layer parallax effect #410719

    Hey Phet!

    Currently I don’t think we have any features capable of this. You can create a feature request here though, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest we may see something get added in a future update.

    Sorry, it looks like it’s already been requested with 180 votes (click on the popular tab) so go vote!

    Regards,
    Elliott

    • This reply was modified 10 years, 10 months ago by Elliott.
    in reply to: Form portfolio problem #410717

    Hey!

    Go ahead and update WordPress and Enfold to the latest version (3.0.8), and then let us know if we can deactivate your plugins while testing.

    Regards,
    Elliott

    in reply to: Prepend shortcode to $content #410715

    Hi adetec_ing!

    I’m not sure if sections are going to work like that. You will probably need to just use the layout builder when you edit your page and drag the section to your content.

    Cheers!
    Elliott

    • This reply was modified 10 years, 10 months ago by Elliott.

    Hey!

    Send us a WordPress login and we’ll take a look.

    Cheers!
    Elliott

    in reply to: Changing default fonts #410708

    Hey svreatt!

    You can change the fonts in Dashboard > Enfold > General Styling > Fonts. Is that what you were looking for?

    Regards,
    Elliott

    in reply to: Inventory Link iFrame Issue #410705

    Hey Jonathan!

    It’s only happening on that page it looks like so it’s probably tied to that custom script your using in the page.

    Try deactivating all plugins to see if it still happens. Also try switching to the default WordPress theme to see if it happens there.

    Regards,
    Elliott

    in reply to: background color sidebar #410704

    Hey Pieter!

    I tried zooming in but I couldn’t read the link in your screenshot. Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.

    Cheers!
    Elliott

    in reply to: Rows not lining up using Layout Builder #410703

    Hi Lamberty!

    Your using some custom CSS to shorten them which is causing that weird look.

    div .av_one_third {
      height: 180px;
    }

    Best regards,
    Elliott

    in reply to: Avia Layout builder trouble #410702

    Hey altei!

    It looks like your using the latest version of Enfold. Your sure you have tried deactivating all plugins?

    Is it only certain pages where this happens on or every page?

    Send us a WordPress login and we’ll take a look.

    As for updating LayerSlider you can copy the plugin folder into /enfold/config-layerslider/LayerSlider/ to update the files.

    Regards,
    Elliott

    in reply to: Can't update from 2.8.1, WP said no updates #410698

    Hey Esthergleede!

    Try updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.

    You can download the latest update from your themeforest downloads page where the theme was initially purchased.

    Regards,
    Elliott

    in reply to: Menu issue with Android devices #410696

    Hey oestersund!

    Are you using a device that has a very large screen so the desktop menu is displayed? If so then to simulate a hover on Android you need to do a “long tap” or hold your finger on the link for a second or two.

    If your using a regular smartphone or even most tablets then the mobile menu should be displaying instead. If you would like to create a separate menu for mobiles then see here, http://kriesi.at/documentation/enfold/changing-the-menu-on-mobiles/.

    Best regards,
    Elliott

    in reply to: css transition effect #410694

    Hi toctoc123!

    Are you trying to add a loading animation for the icon box shortcode? Go ahead and send us a link to your page so we can get a better idea.

    Best regards,
    Elliott

    in reply to: line break #410692

    Hi Lev!

    This is what I’m seeing. Did you get it sorted?

    Regards,
    Elliott

    in reply to: Center Menu NO LOGO #410691

    Hi Billy!

    Try removing your custom CSS and use this instead.

    #header_main > .container {
      display: none;
    }

    If that’s not what your trying to do then go ahead and take a screenshot and highlight your intentions so we can get a better idea.

    Regards,
    Elliott

    in reply to: Mobile Tables #410687

    Hey mikepeter!

    Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.

    Regards,
    Elliott

    in reply to: Menu item for mobile menu only #410652

    Hey emilcobussen!

    Try this out, http://kriesi.at/documentation/enfold/changing-the-menu-on-mobiles/.

    Regards,
    Elliott

    in reply to: Phone Number or small info text #410651

    Hey mawebdesign!

    Add this to your custom CSS.

    .phone-info, .phone-info a { font-size: 15px !important; }
    

    Regards,
    Elliott

    in reply to: Easy slider post type #410649

    Hi emin!

    I think there is an equal chance of “messing something up” in the LayerSlider as well. Probably even more so with the LayerSlider since there are so many options.

    Currently the only way to edit the easyslider options is with the avia layout editor though and changing that would take a considerable amount of time and code so it would have to be considered custom work.

    Cheers!
    Elliott

    in reply to: Grid row i % #410648

    Hi Henrikgood!

    The grid row is responsive. It will scale it’s cells to fit inside a “row”. Perhaps your wanting a color section instead?

    Send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea.

    Regards,
    Elliott

    in reply to: larger lightbox pictures #410647

    Hi susannetessa

    Try changing line 811 in /enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php from this.

    $this->loop[$key]['url'] = wp_get_attachment_image_src($id, apply_filters('avf_avia_builder_masonry_lightbox_img_size','large'));
    

    To this.

    $this->loop[$key]['url'] = wp_get_attachment_image_src($id, apply_filters('avf_avia_builder_masonry_lightbox_img_size','full'));
    

    Best regards,
    Elliott

    in reply to: Menu in a Infinite Scroll Page #410644

    Hi carlosamil!

    I’m sorry but I am having trouble understanding. Can you send us a link to the page and take a screenshot highlighting what is going on? You can set your reply as private if you wish.

    Cheers!
    Elliott

    in reply to: Menu Link => blank #410643

    Hi Hazlitt1!

    Click on “Screen Options” in the top right hand corner of your screen when your editing your menus and make sure the “Link Target” option is checked. Now you can click on the dropdown for each of your menu items and set the target to a new tab.

    Best regards,
    Elliott

    in reply to: Woocommerce product page not working #410639

    Hi msattolo!

    Try deactivating all of your other plugins and send us a link and we’ll take a look. You can set your reply as private if you wish.

    Best regards,
    Elliott

Viewing 30 posts - 9,211 through 9,240 (of 14,834 total)