Forum Replies Created
-
AuthorPosts
-
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,
ElliottMarch 12, 2015 at 9:46 pm in reply to: How can I have an alternate Header photo for mobile and small screen sizes? #410743Hey!
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,
ElliottHey 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,
ElliottHi!
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!
ElliottHi!
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,
ElliottHey!
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,
ElliottHey!
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 leaveTo this.
event: 'click', //mousenter and leave or click and leaveAnd then line 1769 from this.
var target = this.options.event == "click" ? e.target : e.currentTarget,To this.
var target = e.currentTarget,Regards,
ElliottHey 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.
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,
ElliottHi 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.
March 12, 2015 at 8:34 pm in reply to: Advanced Layout Editor won't Load, Everything is Up to Date #410713Hey!
Send us a WordPress login and we’ll take a look.
Cheers!
ElliottHey svreatt!
You can change the fonts in Dashboard > Enfold > General Styling > Fonts. Is that what you were looking for?
Regards,
ElliottHey 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,
ElliottHey 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!
ElliottHi Lamberty!
Your using some custom CSS to shorten them which is causing that weird look.
div .av_one_third { height: 180px; }Best regards,
ElliottHey 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,
ElliottHey 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,
ElliottHey 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,
ElliottHi 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,
ElliottHi Lev!
This is what I’m seeing. Did you get it sorted?

Regards,
ElliottHi 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,
ElliottHey 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,
ElliottHey emilcobussen!
Try this out, http://kriesi.at/documentation/enfold/changing-the-menu-on-mobiles/.
Regards,
ElliottHey mawebdesign!
Add this to your custom CSS.
.phone-info, .phone-info a { font-size: 15px !important; }Regards,
ElliottHi 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!
ElliottHi 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,
ElliottHi 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,
ElliottHi 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!
ElliottHi 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,
ElliottHi 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 -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
