Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the update. You forgot the site url though. Please include it in the private field.
Best regards,
IsmaelMarch 22, 2019 at 1:56 pm in reply to: Main content overlaps submenu after solving a problem with fixed element #1081828Hi,
Yes, we understand the issue but the sub menu element on the page is not configured to be sticky. That is why we are asking for a clone or a copy of that page with the sub menu as a fixed element. You can setup an account with the following email. (see private field)
Best regards,
IsmaelHi,
Can we access the site without setting the host file? We edited the host file but the login page is still not accessible.
Best regards,
IsmaelHi,
Alright. Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi!
@therealdeveloper: The custom scripts in the avia_modal.js file are still there. Please make sure that all files are updated and custom modifications are removed. (see private field)
// https://kriesi.at/support/topic/javascript-errors-resulting-in-pages-not-editable/#post-1072520
Best regards,
IsmaelHi,
Great! Glad that the update fixed the issue. If you’re thinking of hiring a developer, you should probably contact our partner, Codeable. You can reach them here.
// https://kriesi.at/contact/customization
Best regards,
IsmaelMarch 22, 2019 at 8:50 am in reply to: Enfold Replaces Single-Event.php and removes JSON markup #1081758Hi,
You’re welcome. Please feel free to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelMarch 22, 2019 at 8:42 am in reply to: Optimizing images: Should I use more than 1 version? #1081756Hi,
You can still optimize the site without using that plugin. Just make sure that the images are compressed and in its smallest file size possible without compromising the quality. These articles should help you optimize the site or improve its loading speed.
// https://kriesi.at/archives/4-key-wordpress-image-optimization-tips
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslowBest regards,
IsmaelHi,
Are you referring to the portfolio overview page or the single portfolio page? I’m not really sure if we are on the same page here because you started the thread inquiring about the category sort. Screenshots will probably help us understand the issue better. You can upload the screenshots to imgur or dropbox.
Best regards,
IsmaelHey briantduncan,
Thank you for using Enfold.
Add this code in the functions.php.
// move product price remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 ); add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 25 );
That code should move the product price below the description.
Best regards,
IsmaelHey gatehealing,
Thank you for using Enfold.
You can’t change the html markup with css. Did you put the “avf_logo” filter in the Quick CSS field? That filter should go in your functions.php file as shown in the following thread.
// https://kriesi.at/support/topic/put-h1-tag-on-logo-only-on-my-homepage/#post-955255
You can replace h1 with h2.
Best regards,
IsmaelHi,
Thank you for using Enfold.
The hover effect is disabled for transparent headers but you can use this css code to enable it back.
#top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a:hover { background: #83a846; }
To create a mega menu, go to the Appearance > Menus panel. More info in the documentation.
// https://kriesi.at/documentation/enfold/mega-menu/
Best regards,
IsmaelHi,
@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,
Ismael -
AuthorPosts