Forum Replies Created
-
AuthorPosts
-
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelJuly 5, 2018 at 11:48 am in reply to: Performance: CSS file Merging cut out css background images #981535Hi,
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,
IsmaelHi,
You need to create an actual page and then redirect an archive or category url to the url of that page.
Best regards,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelJuly 5, 2018 at 11:34 am in reply to: Full Layer slider not working since the last update of enfold #981529Hi,
The slider is already working when I check the portfolio item. How did you fix it? (see private field)
Best regards,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelJuly 4, 2018 at 4:45 am in reply to: Enfold- how to highlight a word when hovering over a word/ link #980901Hey 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,
IsmaelHey 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,
IsmaelHey slekiz,
Thank you for using Enfold.
You can find our locations in the following page.
I did try to access the site but I got this.
mmmm….aquà no pots entrar :(
Best regards,
IsmaelHey 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,
IsmaelJuly 4, 2018 at 4:33 am in reply to: Performance: CSS file Merging cut out css background images #980896 -
AuthorPosts
