Forum Replies Created
-
AuthorPosts
-
Hi,
The header is not supposed to shrink on mobile devices and the cart icon should stay at the top of the page because the header is not fixed or sticky. Please create a new thread if you have another inquiry.
Best regards,
IsmaelHi,
Thanks for the update.
Could you explain the issue further? The child theme is activated and there are no errors in the site. Is this fixed?
Best regards,
IsmaelHi,
That is possible but you need to modify the includes > related-posts.php file. Unfortunately, that is not something we can help you with. Another workaround is to switch to the advance layout builder and manually add the blog posts element as a replacement for the default related posts section.
Best regards,
IsmaelHi,
Thanks for the update.
We removed the widgets from the Sidebar Blog widget area. The sidebar is now empty. To change the font size of the socket menu items, use this css code.
#socket li a span { font-size: 12px; }Best regards,
IsmaelHi,
We don’t know why, but the login page is not loading properly on our end. What is the login url?
Best regards,
IsmaelHi,
I see. Yes, that’s right. The image is not fully visible because the content container is covering parts of it. This css code should move the content container below the image.
.av-fixed-size .av-masonry-entry .av-inner-masonry-content, .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content, .av-flex-size.av-caption-on-hover-hide .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content { position: absolute; bottom: -78px; } .av-large-gap.av-fixed-size .av-masonry-entry.post .av-inner-masonry { position: absolute; top: 0px; left: 0px; right: 15px; bottom: 15px; overflow: visible !important; } .av-masonry-entry.post { padding-bottom: 78px; margin-bottom: 78px; }Best regards,
IsmaelHi,
Thanks for the update.
That should not be happening. Do you have a test page where we can see the issue? Are you using a fullwidth sub menu element?
Best regards,
IsmaelHi,
Thanks for the update.
You can manually set the url or permalink of the child pages, but you have to install the following plugin.
// https://wordpress.org/plugins/custom-permalinks/
After the plugin activation, just edit the pages and change their permalink.
Best regards,
IsmaelHi,
Thanks for the info.
We’ll ask someone who can understand the language to check this thread and clarify things out. Please wait for their response.
We are not in the position to give sound advice regarding these matters, so it is probably best if you consult someone who has more authority on the subject.
Best regards,
IsmaelMarch 22, 2019 at 2:06 pm in reply to: Image caption overlay on hover – change background opacity #1081837Hi,
I’m just not sure what to add where you have “Add mobile styles here”.
That is a css comment, so you don’t have to do anything about it. You can add more css code or declarations below that line.
Best regards,
IsmaelMarch 22, 2019 at 2:04 pm in reply to: Force Enfold to show all search results even if search query is empty #1081835Hi,
Yes, you can query all existing posts and render them in the page if the search query is empty. I’m sure you’ll be able to find the code in the default themes.
Best regards,
IsmaelHi,
Thanks for the update.
You can combine the selectors if they are intended for a single event goal.
function superpowers_script_event(){ ?> <script> jQuery('.powers-btn-1 a, .powers-btn-2 a').on('click', function(){ ga('send', 'event', { eventCategory: 'superpowers', eventAction: 'download', eventLabel: 'joinedup', eventValue: 1}); }); </script> <?php } add_action('wp_footer', 'superpowers_script_event');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,
Awesome. Glad it worked. Let us know if the spam emails subsides.
Best regards,
IsmaelHi,
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,
Ismael -
AuthorPosts
