Forum Replies Created
-
AuthorPosts
-
Hi,
@NikaKink: What do you mean? We are just asking you to provide a link to the page with the contact form element. Make sure that you have the correct API keys for the corresponding version. If v3 is enabled, make sure that you have the v3 API keys.Best regards,
IsmaelMarch 22, 2019 at 2:05 am in reply to: Portfolio Page with Video and Horizontal Gallery Media Elements Error #1081659Hey gb1,
Thank you for using Enfold.
Where are you testing this? The horizontal gallery works properly on initial load. We tested it on Chrome, Window 8. However, we noticed that the gallery navigation is being covered by the post nav. You can use this css code to adjust the vertical position of the post navigation.
#top .avia-post-nav { top: 70%; }Default value is 50%.
Best regards,
IsmaelHi,
We can’t reproduce that issue on our end. The breadcrumb is vertically aligned in the middle of the title container. Would you mind providing us a screenshot? You can upload it to imgur or dropbox.
Best regards,
IsmaelHi,
// https://gtmetrix.com/reports/www.milanodentista.net/APdpUZRw
There are still more room for improvements according to that gtmetrix test.
Enable gzip compression:
You can use the .htaccess config in this documentation:
// https://gtmetrix.com/enable-gzip-compression.htmlDefer parsing of JavaScript:
Some of the scripts, especially those used by third party plugins not recognized by the theme, are not going to be included in the compression. You may have to try other minification plugin such BWP Minify or Autoptimize.Leverage browser caching:
Again, there’s a .htaccess config boiletplate in the docs:
// https://gtmetrix.com/leverage-browser-caching.htmlBest regards,
IsmaelHi,
Thanks for the update.
We can’t reproduce the issue on our end. What is the actual css code that you’re using? We added this css code:
.set { background: url('http://localhost/test.jpg'); }.. which is then converted to the following css after the compression:
.set{background:url('//localhost/test.jpg')}Please make sure that the site is running on version 4.5.5.
Best regards,
IsmaelHi,
Thanks for the update.
Are you referring to the grid row cells? This css code should force the grid row cells to adjust to a single column when the screen width is equal or less than 1200px.
@media only screen and (max-width: 1200px) { .responsive #top #wrap_all .flex_column.av-break-at-tablet, .responsive #top #wrap_all .av-break-at-tablet .flex_cell { margin: 0; margin-bottom: 20px; width: 100%; display: block; } }Best regards,
IsmaelHi,
We can’t check the site because the scripts are not loading properly. They are being aborted. Are you aware of this issue?
Best regards,
Ismael`Hi,
Thanks for the update.
How exactly would you like them to be resized? By default, the image size is dependent on the number of columns in the gallery. Have you tried adjusting the columns?
Best regards,
IsmaelHi,
Thanks for the update.
Are you using the theme’s mailchimp signup element? That css code is for the mailchimp embed code, so it’s not going work for the default mailchimp signup element. If you want to follow the documentation, you have to use this plugin.
// https://wordpress.org/plugins/mailchimp-for-wp/
Docs: https://kriesi.at/documentation/enfold/mailchimp-signup/#mailchimp-4-wordpress-plugin-integration > Playing with columns
Best regards,
IsmaelMarch 22, 2019 at 12:41 am in reply to: Trying to add caption or title overlay to content slider images #1081619Hi,
Yes, that could work. You can also try this css code.
.slide-entry { overflow: hidden; }Best regards,
IsmaelHi,
Thanks for the update.
The header where the search icon is must be present in order for that script to work. The header is disabled on that page. Have you tried enabling the header?
Best regards,
IsmaelHi!
Thanks for the update.
That config is probably added by the Sucuri plugin. Can we access file server? Please post the FTP details in the private field.
Regards,
IsmaelMarch 22, 2019 at 12:18 am in reply to: Spezielle Überschrift: Grossbuchstaben oder nicht abhängig von Gridrow #1081614Hi,
Thank you for noticing these details.
The only difference between the heading tag inside a grid and a color section or a column is this css declaration.
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: uppercase; letter-spacing: 1px; }Again, the “template-page” div is a container that is not present in a grid row element. That css is probably unintentional and something that we just overlooked.
The headings look the same if you apply this css code.
body .av-special-heading .av-special-heading-tag { text-transform: uppercase; letter-spacing: 1px; }Screenshot: https://imgur.com/a/JxNjOcV
We adjusted the text of the first heading so that they’re all identical.
Best regards,
IsmaelHey Lara,
Thank you for using Enfold.
The sidebar on that page is actually a widget area element inside a column, so you have to edit the page and configure the column settings.
Best regards,
IsmaelHi,
You’re welcome. Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
But thei image is scaled up i
Scaling them up is necessary in order to keep the images’ aspect ratio. We can make the image inherit the size of the masonry container but they will get distorted.
.av-masonry-image-container { background-size: 100%; }Use this css code to change the background of the content container.
.main_color .container .av-inner-masonry-content, #top .main_color .container .av-masonry-load-more, #top .main_color .container .av-masonry-sort, .main_color .container .av-masonry-entry .avia-arrow { background-color: red; }Best regards,
IsmaelMarch 21, 2019 at 4:12 pm in reply to: Masonry gallery – large gap padding (top, left) borked on first container #1081451Hi,
Thanks for the update.
Yeah, I see your point. This looks like a bug. You can readd the padding back temporarily like this.
#top .container .av-masonry.av-large-gap { padding: 15px 0 0 15px; }Best regards,
IsmaelHi,
Thanks for the update.
Try to replace the “name” with an “id” attribute and then modify the js > avia.js file. Look for this code around line 697:
calc_main_padding();Below, add this code:
fixedMainPadding = fixedMainPadding - 150;Don’t forget to purge the cache before checking the page.
Best regards,
IsmaelHi,
@karenbh: We can’t reproduce the issue on Opera, Windows 7, so we’re not really sure what’s going wrong in your end. The page updates properly anytime we change the settings.
Best regards,
IsmaelHi,
The site is not loading properly on our end. Please check the url. If possible, please open a new ticket or thread so that we can close this one.
Best regards,
IsmaelHi,
Are there any errors when you activate the child theme? What is the problem when it’s enabled?
Best regards,
IsmaelMarch 21, 2019 at 9:54 am in reply to: Force Enfold to show all search results even if search query is empty #1081288Hi,
I see. In the search.php template, the theme has this condition or logic.
if(!empty($_GET['s']) || have_posts())It says that if the search query is not empty or have posts to display, get the search template. It’s not going to display anything if the search is empty. Maybe, the search template on the default themes are different.
Best regards,
IsmaelMarch 21, 2019 at 9:47 am in reply to: Lighbox issue – pictures shown which do not belong to post #1081284Hi,
Sorry about that. So it’s not working in the live site. Please try to include the “.widget_media_gallery” selector in the groups variable.
Best regards,
IsmaelHi,
You need to copy the whole function or class in the child theme’s functions.php file in order to override the parent function.
Best regards,
IsmaelHi,
According to article 5 of the privacy regulation, it is legal to collect those data as long as it is specified and explicitly stated somewhere e.g, in your privacy policy page as previously mentioned. And that the data is legitimately use for and limited to the specified purpose it was intended to. At least that is how I understand it.
Best regards,
IsmaelHi,
That’s odd. It worked yesterday. This is the only error that we get from the console.
Error parsing header X-XSS-Protection: 1; mode=block, 1; mode=block: expected semicolon at character position 13. The default protections will be applied.That particular http header is duplicated.
x-content-type-options: nosniff x-frame-options: SAMEORIGIN x-port: port_10178 x-sucuri-cache: BYPASS x-sucuri-id: 16003 x-xss-protection: 1; mode=block x-xss-protection: 1; mode=blockDid you edit the .htaccess file? Please post the content of that file on pastebin.com.
Best regards,
IsmaelHi,
Thank you for the update and for sharing that solution. I’m sure it will help a lot of users.
Have a nice day.
Best regards,
IsmaelMarch 21, 2019 at 9:08 am in reply to: Matching Local Fonts to Proper Font Weight Displayed #1081263Hi,
We are referring to the source of the font file.
// https://fonts.google.com/specimen/Open+Sans?selection.family=Open+Sans:400
Please select the font and customize it. Make sure that the “Light” style is selected and then try to re-upload it again.
Best regards,
IsmaelHi,
We would like to apologize for the delayed response. We get a lot of additional inquiries lately, so the duration of the queue tends to get longer when this happens. The error is not related to the builder nor the theme, so we can’t tell you how to fix it. However, on a quick search, the error seems to be related to Jetpack.
// https://github.com/Automattic/pinghub/issues/8
// https://github.com/Automattic/notifications-panel/issues/250Unfortunately, there seems to be no solution for that particular issue yet.
Best regards,
Ismael -
AuthorPosts
