Forum Replies Created
-
AuthorPosts
-
Hi,
We would like to apologize for the late response. The login token has expired, so we can’t access the site but there is an easy solution for your request. All you need to do is set the “Menu and Logo Position” to “Logo left, menu below” and then add this css code to adjust the position of the menu container.
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu>div, .html_header_top.html_bottom_nav_header header_main_alternate .main_menu ul:first-child { width: auto; float: right; }
Best regards,
IsmaelFebruary 27, 2019 at 2:53 pm in reply to: Post Navigation arrows only show specific Post Category #1072291Hi,
Thanks for the update.
Use the “avia_post_nav_settings” to set the post navigation to retrieve posts from the same category.
add_filter('avia_post_nav_settings', 'avia_post_nav_settings_mod'); function avia_post_nav_settings_mod($settings) { $settings['same_category'] = true; return $settings; }
Please add it in the functions.php file
Best regards,
IsmaelFebruary 27, 2019 at 2:43 pm in reply to: Enfold Mobile Full Width Content Area / Container #1072288Hi,
We can set the main container width to 100% but that will affect every column on that page, so you have to move that column inside a color section and then define the section’s width manually. Please refer to the documentation for more info.
// https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width
Best regards,
IsmaelHi,
The css are compressed or merged, so that is why it’s not working. You have to toggle the Enfold > Perfomance > File Compression settings after adding that code.
Best regards,
IsmaelHi,
Thanks for the update.
You can use this filter in the functions.php file to change the default order of the posts.
add_filter('avia_blog_post_query', 'avia_blog_post_query_mod'); function avia_blog_post_query_mod( $query ) { $query['orderby'] = 'date'; $query['order'] = 'DESC'; return $query; }
Best regards,
IsmaelFebruary 27, 2019 at 6:18 am in reply to: Parallax BUG nach Klicken auf Ankerpunkt-Navigation #1072163Hi,
Have you tried renaming the other “#about” section? The id attribute or Section ID of those sections should be unique.
This script might help re-adjust the height of the section when the document or page is ready:
add_action('wp_footer', 'ava_auto_resize'); function ava_auto_resize(){ ?> <script> (function($){ $(document).ready( function() { $(window).trigger('resize'); $(window).trigger('av-content-el-height-changed'); }); })(jQuery); </script> <?php }
Best regards,
IsmaelHi,
Thank you for using Enfold.
Google Maps JavaScript API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
We get that warning from the console. It means that the API key is missing. Did you add a map API key in the Enfold > Google Services panel?
Best regards,
IsmaelHey BierPlus,
Thank you for using Enfold.
The Appearance > Widgets > “Single Product Pages” widget area is currently empty. You have to add some widgets there.
Best regards,
IsmaelHi,
Thanks for the update.
The preview is working properly on a test page that we have just created. (see private field)
Where can we see the issue? Please post the actual url of the page.Best regards,
IsmaelHey andrea_pula,
Thank you for using Enfold.
You may need to set the builder to debug mode and then modify the shortcodes manually in order to correct the markup.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
Post the login details in the private field if you want us to enable it for you. But make sure that the Appearance > Editor panel is accessible.
Best regards,
IsmaelHi,
Thanks for the update.
You can disable the product category sidebar from the Enfold > Sidebar Settings panel. Set the “Sidebar on Archive Pages” accordingly.
Best regards,
IsmaelHi,
It is more likely a plugin issue. One of those plugins is appending a class attribute in the pagination url.
%20class=%22post-page-numbers
Please try to disable the plugins temporarily.
Best regards,
IsmaelHey Ulrich,
Thank you for considering Enfold.
The advance layout builder, like many drag and drop builder uses shortcodes, so those content will not work or display properly when the builder or the theme is deactivated.
Best regards,
IsmaelFebruary 27, 2019 at 4:19 am in reply to: Error Message: Download failed. A valid URL was not provided. #1072140Hi,
Thanks for the update.
Did you update the theme manually via FTP? Can we access the file server? Please post the FTP details in the private field so that we can enable the debug mode.
// https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG
Best regards,
IsmaelHi,
Thanks for the update. Yes, something like that but you have to adjust the selector a bit.
.responsive #top #wrap_all .av-flex-cells .showColumn.no_margin { overflow: visible; }
Best regards,
IsmaelHi,
Great. 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,
IsmaelFebruary 27, 2019 at 4:09 am in reply to: How to make video automatically play when landing on page? #1072133Hi,
Thanks for the info.
Yes, muted autoplay is allowed, but that audio option is not available on the “Video” element, which is what OP is currently using.
Best regards,
IsmaelHi,
@id_lwb: Awesome. Glad we could help. Please don’t hesitate to open a new thread if you need anything else.Best regards,
IsmaelHi,
1.) You’ll have to use the builder’s template option for that, but then again, you have to manually edit each page if you need to change something.
2.) Yes, that’s correct.
Best regards,
IsmaelHi,
Thanks for the update.
That is the default hover style of the links. If you want to change it, use this css code.
div .products .product a:hover { color: red; }
And add this to change the font size.
div .products .product a { font-size: 20px; line-height: 1.4em; }
Best regards,
IsmaelHi,
Thank you for the screenshot.
You can pull the sub menu container upwards so that the bottom part is still visible even when the browser is minified.
.html_header_right .av-main-nav ul { margin-top: -100px; }
Best regards,
IsmaelHi,
Thanks for the update.
We created a test page (see private field) and added a mailchimp element on it. The widget container is displaying properly, but not the form fields because they are being hidden by this css code.
p.first_form { display: none; }
It’s in the style.css fiel. We are not sure what’s going on with the footer widget though. Have you tried to disable the plugins temporarily?
Best regards,
IsmaelFebruary 27, 2019 at 1:56 am in reply to: Mobile Sticky Headers' Logo to big, but only on Iphone, works with Chrome #1072108Hi,
Thanks for the update. Try to move this code:
.responsive #top .av_header_transparency .logo { height: 62px !important; }
.. right after the other one and adjust the height value.
Best regards,
IsmaelHey!
I would like to apologize for that. I might have spaced out and forgot to set the settings back after I replied here. Is everything working now?
Cheers!
IsmaelHi,
Could you apply the modification in the staging site and provide direct links to the pages with the issue? We just noticed that you’re using different kinds of blog layout, but the script that we provided is only compatible with the “single author, big preview” style because that was the only layout or style that we’ve seen before.
If possible, please open a new thread because this one is getting a bit too long.
Best regards,
IsmaelHi,
This product is invisible in the front but in the back end I can see all the info
The product page is displaying properly on our end and the editor is working properly as well.
Screenshot: https://imgur.com/a/m3eHZxc
Is this fixed?
Best regards,
IsmaelHi,
@jannis: Thanks for the info. We can’t reproduce the issue on our end, so there is something in your installation that is causing the comments to not display aside from that filter. We would like to test the issue further, but we’ll have to access your site’s dashboard and the file server. Please post the FTP and WP login details in the private field.
Best regards,
IsmaelHi,
// https://kriesi.at/support/topic/ava_before_content-hook-does-not-work/#post-1071673
Best regards,
IsmaelHi,
You’re welcome. 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,
Ismael -
AuthorPosts