Forum Replies Created
-
AuthorPosts
-
Hi,
Glad it worked. You can adjust the font size value in the following css code.
.conduit-larger-text { font-size: 32px !important; }You can find it in the Enfold > General Styling > Quick CSS field.
Best regards,
IsmaelHi,
You can replace that line with the following.
$('a[href*="#"]', container).not('.wc-tabs li a').avia_smoothscroll(container);Do the following steps if you want to override the avia.js file in your child theme.
However, instead of the “avia-shortcodes”, you’ll have to re-register the “avia-default” script.
Best regards,
IsmaelHey Trent,
Thank you for using Enfold.
This might not be ideal, but have you tried adding a blank or transparent image on top of the laptop image? You can use that as a placeholder for the wistia popover video, same as the first one.
Best regards,
IsmaelHey navindesigns,
Thank you for using Enfold.
You should probably set the media condition from (min-width: 600px) to (max-width: 768px), so it applies to smaller screens or devices such as phones or tablets in portrait mode. And don’t forget to toggle the Performance > File Compression settings after adjusting the code.
Best regards,
IsmaelHi,
Thank you for the update.
There are no upcoming events in your site. The last event already started on June 23, so we created a dummy event and set the starting date to August 1. This event is displaying properly in the home page where the upcoming event element is. (see private field)
Best regards,
IsmaelJune 27, 2019 at 8:19 am in reply to: Trying to Add JS Particles Background via Enfold theme #1113818Hi,
Thank you for the update.
The Enfold > Performance > File Compression settings are enabled when we checked. The site probably loaded the old version of the stylesheet the last time you checked. We disabled the compression temporarily and added the code in the Quick CSS field. Please enable the particle script again.
If you have the time, please create your own thread so that we can close this one.
Best regards,
IsmaelHey evanh_,
Thank you for using Enfold.
The item “Beau Court” doesn’t have any content for the actual single portfolio page. Please note that the preview text and anything under the “Ajax Portfolio Preview Settings” will only display in the portfolio AJAX container.
Best regards,
IsmaelHi,
Thank you for the update.
The favicon displays properly on my end. Is this fixed? Did you upload your favicon in the Enfold > Theme Options panel?
Best regards,
IsmaelHey Grigorios,
Thank you for your interest in Enfold.
Those layouts are possible with the the theme, but they may require a bit of css modifications. You can check the Masonry element for example.
// https://kriesi.at/documentation/enfold/masonry/
Best regards,
IsmaelHi,
Thank you for the update.
We can’t find any script errors or anything unusual in the slider, so it’s quite odd that it’s not working. Did you add any custom modifications to the theme? Please try to re-update the theme again.
Best regards,
IsmaelJune 27, 2019 at 7:34 am in reply to: Imported font doesn't render, but works in "General Styling" preview #1113809Hey loyalmedia,
Thank you for using Enfold.
The access to the font files are not allowed because the protocol of the path where the font files are located is different from the frontend. You have to enable https or allow the font origin using CORS config.
Access to font at ‘https://www.loyaldevelopment2.nl/wp-content/uploads/avia_fonts/type_fonts/alegreya-sans/alegreyasans-bold.ttf’ from origin ‘http://www.loyaldevelopment2.nl’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
Add this code in the htaccess file:
Header set Access-Control-Allow-Origin "*"Or configure the site’s SSL.
Best regards,
IsmaelHi,
Thank you for the update.
We are able to reproduce the issue on Chrome Windows 7 and it seems to be related to the slideshow wrapper. Please try the following css code in the Quick CSS field.
.avia-slide-wrap { display: block; }Best regards,
IsmaelHi,
THank you for the update.
Where did you put the font files? Which directory? You can use the font face rule to register the font.
@font-face { font-family: 'FontName'; src: url('webfont.eot'); /* IE9+ Compat Modes */ src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('webfont.woff2') format('woff2'), /* Super modern browsers */ url('webfont.woff') format('woff'), /* Modern browsers */ url('webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('webfont.svg#FontName') format('svg'); /* Legacy iOS */ }Adjust the font name and add the path of the font files.
Best regards,
IsmaelHi,
You can set the text block’s text alignment to center on mobile view. Turn on the custom css class field so that you can specify unique class attributes for the text blocks containing the icons. You can then use it to adjust the style of the icons or the text block alignment on mobile view.
Best regards,
IsmaelHi,
Thank you for the update.
The burger menu is based on the default main menu, so you won’t be able to have it if you’re using the Ubermenu. You need to create another menu, set it as the Enfold Main Menu and then use css to hide it desktop view.
Best regards,
IsmaelJune 27, 2019 at 6:25 am in reply to: Current version of Enfold compatible with WordPress 5.2.1? #1113801Hi,
@gatehealing: Those are warnings related to the script registration for the video assets, which checks if the media element script is required or not. They are just warnings, nothing critical, so I don’t think they can contribute to the 5** errors. Is the site on a shared hosting? You might want to consider upgrading your hosting plan.Best regards,
IsmaelHi,
Thank you for the update.
We noticed that there are a lot of filters in the function.php file that are related to the products and which may have affected the cart table. Could you disable those filters temporarily? We can’t reproduce the issue on our end, so it’s possible that those modifications cause the issue.
Best regards,
IsmaelHi,
This is the result that we got when we ran the test again.
Screenshot: https://imgur.com/a/DFfzO5T
Could you give us actual links to the images that have to be resized?
Best regards,
IsmaelHi,
This is what we see on our end after adding the closing tag for the div container.
Screenshot: https://imgur.com/a/ABPTzK9
Is that what’s missing?
Best regards,
IsmaelJune 26, 2019 at 12:36 pm in reply to: Filter by category function on news page doesn't work properly #1113591Hi,
Thank you for the update.
Are you expecting the category sort to display posts even if they don’t exist or present in the current page? Unfortunately, that is not how the category sort works. It can only filter posts that are already present in the current page. It cannot fetch associated posts from another page. The only workaround is to disable the pagination and disable all posts in a single page.
Best regards,
IsmaelHey asinger777,
Can we access the site? Please post the login details in the private field.
Thank you for using Enfold.
Best regards,
IsmaelHi,
Did you toggle the Performance > File Compression settings after adding the code?
The following css code should increase the font size and padding around the slideshow button text.
#top .avia-slideshow-button { font-size: 23px; padding: 15px 30px; }Best regards,
IsmaelJune 26, 2019 at 12:06 pm in reply to: The Events Calendar – upcoming events will not displayed #1113580Hey frankeee,
Thank you for using Enfold.
We created a dummy event and a test page with the upcoming events element. The latest event is displaying properly. (see private field)
Best regards,
IsmaelHi,
Thank you for the update.
An error occurs when we submit the contact form. Do you receive any messages from the contact form? Please try to upgrade PHP from 5.6 to 7.1 or later.
Best regards,
IsmaelHi,
Thank you for using Enfold.
The gallery seems to be animating properly. Where are you testing this? We checked it on Chrome Windows 8.
Best regards,
IsmaelHey IT,
Thank you for the update.
We get the same error when we check the site on IE11 Windows 8.
Screenshot: https://imgur.com/a/MO8gzOq
Please ask your developer to fix the empolis.js script.
Best regards,
IsmaelJune 26, 2019 at 6:12 am in reply to: Preventing Fullwidth Break Point on Mobile for Specific Sections #1113479Hi,
Thank you for the update.
The custom class field should enable you to target specific elements so that you don’t have to use their default css selectors (e.g. “avia-builder-el-36″, “av_one_fifth” etc).
Best regards,
IsmaelJune 26, 2019 at 6:07 am in reply to: Sort Options only for [Blog Beiträge] and not for Magazine #1113478Hi,
Thank you for the update.
The “avia_post_slide_query” filter should NOT be affecting the magazine query because it is exclusive to the post slider or blog posts element. The magazine element query can be adjusted using the “avf_magazine_entries_query” filter.
Best regards,
IsmaelHi,
Yes, of course. We’ll keep the thread open. Please keep us posted.
If you need additional or one-on-one support, please contact our partner Codeable.
// https://kriesi.at/contact/customization
Best regards,
IsmaelJune 26, 2019 at 4:53 am in reply to: ATT Jordan – problem still remains on mobile -Menu has dropped down approx 20px #1113453 -
AuthorPosts
