Forum Replies Created
-
AuthorPosts
-
Hey imagestudios,
Thank you for the inquiry.
You can use this css code to adjust the position of the logo and have it extend outside the header container.
@media only screen and (min-width: 768px) { /* Add your Desktop Styles here */ div .logo { position: absolute; top: 80px; } }You may also have to adjust the Enfold > Header > Header Layout > Header Size settings to Slim.
Best regards,
IsmaelHi,
The site is now visible in the search results (see private field) page. Please try to purge the cache or try to search for the site using a different browser.
Best regards,
IsmaelHi,
Thank you for the update.
You can use this css code to adjust the size of the horizontal gallery images on mobile view.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive .av-horizontal-gallery-wrap { max-width: 100vw; margin: 0; overflow: visible; } .responsive .av-horizontal-gallery-img { height: inherit; width: 100%; } }Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelHey!
No problem. Please continue on the previous thread or create another to keep the topic as concise as possible and avoid unnecessary confusion. Thank you for your patience.
Best regards,
IsmaelApril 27, 2022 at 7:50 am in reply to: Mobile Responsiveness – Phone Browser zoom at 110% and text wrapping incorrectly #1349622Hi,
Thank you for the screenshot.
We can decrease the font size and adjust the word-wrap property to make sure that whole words break into the next line instead of single characters.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .avia-promocontent h1 span { word-break: break-word; font-size: 20px; } }Expected result: https://1drv.ms/u/s!AjjTfXSRbKTvwFtJsaq9EhFLeQzO?e=ZerX9i
Best regards,
IsmaelApril 27, 2022 at 7:38 am in reply to: Styling woo price, variations, options, quantity, and add to cart panel #1349619Hey Steven,
Thank you for the inquiry.
We will have to inspect the site in order to provide the appropriate modifications. Please provide the account details in the private field including a direct link to the product page. We will check the thread again once the necessary info are available.
Best regards,
IsmaelHi,
Thank you for your patience.
You may have to look for a different server that is compatible with the plugin or a server that have less strict security features to ensure that the automatic update will push through. But if that is not an option, you can always update the theme manually via FTP.
Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHey MarkvanderVeer,
Thank you for the inquiry.
Did you install a maintenance mode plugin? You should also check if the front page is set properly in the Enfold > Theme Options panel, or in the Settings > Reading panel.
Best regards,
IsmaelHi,
Thank you for the info.
The account above has no administrator rights, so we were not able to access the theme files. Please adjust the user role so that we can access the file editor and adjust the modifications.
Best regards,
IsmaelHey jb84,
Thank you for the inquiry.
The page that you mentioned above displayed in the search results page and in the AJAX search container when we searched for the keyword. Please try to purge the cache or test the site on incognito mode. We provided a screenshot of the search results in the private field.
Best regards,
IsmaelApril 27, 2022 at 6:58 am in reply to: WooCommerce Brands widget not working on product category page #1349611Hi,
We have found a few plugins in the repository, but we haven’t tested any of them. The last one in the list is a paid plugin from yith.
// https://wordpress.org/plugins/brands-for-woocommerce/
// https://wordpress.org/plugins/perfect-woocommerce-brands/
// https://wordpress.org/plugins/premmerce-woocommerce-brands/
// https://yithemes.com/themes/plugins/yith-woocommerce-brands-add-on/Did you ask the plugin author if the widget will actually work in the category page? Sometimes, product filters only work in the base shop page.
Best regards,
IsmaelHi,
Mike just marked the thread as read because @Guenni007 already provided a possible solution. You can see the last reply on that topic in the screenshot below.
Screenshot: https://1drv.ms/u/s!AjjTfXSRbKTvwFgx86ielYiBSp0u?e=w4kjxB
Best regards,
IsmaelApril 27, 2022 at 6:41 am in reply to: ERROR: Call to undefined function avia_wc_clear_catalog_ordering_args_filters() #1349608Hey voice903fm,
Thank you for the inquiry.
We didn’t see any errors when we checked the site. Where are you getting this error? We did notice that there is a woocommerce folder in the child theme directory containing a modified version of the product-image.php file. What did you add in that file?
Best regards,
IsmaelHi,
Thank you for the clarification.
The submenu items are always visible the last time we checked the site, so we were not able to reproduce the issue. We checked it again today and got the same issue with the mobile menu language dropdown as you described.
You may need to keep the Menu Icon Submenu items settings to the first option to keep the submenu items visible, only until we find a proper solution.
Best regards,
IsmaelHi,
Great! Glad to know that everything is working properly now. Please feel free to open another thread if you have more questions regarding the theme.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for following up.
Did you see any errors after adding the code? Please post the WP and FTP details in the private field so that we can test the modification further.
Best regards,
IsmaelHi,
Thank you for your patience.
You should not remove the commented lines in the config.php file because it will re-enable the default Woocommerce pagination. Please get a fresh copy of the config.php file and override the current one. You can then add this css code to correct the style of the default pagination.
nav.woocommerce-pagination ul li { display: inline; }Best regards,
IsmaelHi,
Thank you for the update.
The changes are working correctly on our end as shown in the screenshot below.
Screenshot: https://1drv.ms/u/s!AjjTfXSRbKTvwFfyg4b78m51YWFi?e=Wgq8rZ
Did you purge the cache after doing the modification? You should also use this css code to make sure that the caption container is visible.
span.avia-gallery-caption { display: block; }Best regards,
IsmaelApril 26, 2022 at 10:01 am in reply to: Accordion Toggle, minimal setting, the plus sign .hor_icon isn't showing #1349487Hey Intell,
Thank you for the inquiry.
Did you modify the toggles.css file? The issue might be occurring because the following css rule around line 44 is not closed properly or is missing a closing curly brace.
.togglecontainer{ margin:30px 0; position: relative; clear: both;This breaks the succeeding css code and the dynamic_avia stylesheet.
Best regards,
IsmaelHey Jakob Roer,
Thank you for the inquiry.
Are you planning to use another svg on mobile view? This might not work with the current script because you can’t dynamically replace the svg file with another. Please try to replace the code with the following snippet and make sure to use an image with a PNG or JPG format.
add_action('wp_footer', 'ava_custom_script'); function ava_custom_script(){ ?> <script type="text/javascript"> (function($)) { $(document).ready( function() { if($(window).innerWidth() <= 1024){ $('<img src="IMAGE_URL_HERE" />').appendTo("div .logo"); } }); })(jQuery); </script> <?php }Make sure to replace the placeholder IMAGE_URL_HERE with the actual image URL.
Best regards,
IsmaelHi,
Thank you for the update.
Yes, the post navigation is sorted by date by default but we should be able to adjust it to use the page order by using the get_{$adjacent}_post_sort filter. Please try this code in the functions.php file.
function avf_post_sort_mod($sort, $post, $order) { if ('portfolio' === get_post_type()) { $sort = "ORDER BY p.post_order $order LIMIT 1"; } return $sort; } add_filter('get_previous_post_sort', 'avf_post_sort_mod', 10, 3); add_filter('get_next_post_sort', 'avf_post_sort_mod', 10, 3);Best regards,
IsmaelHi navindesigns!
Thank you for the inquiry.
Is this a duplicate of this thread?
// https://kriesi.at/support/topic/move-gallery-caption-below-thumbnails/#post-1348740
For the horizontal gallery, you have to edit the config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.php and place this code after line 615.
$output .= "<span class='avia-gallery-caption'>{$caption}</span>";After this code.
{ $lightbox_attr = Av_Responsive_Images()->html_attr_image_src( $lightbox_img_src, false ); $output .= "<a {$lightbox_attr} class='av-horizontal-gallery-link' {$display_char} title='{$lightbox_title}' alt='{$alt}'>"; $output .= '</a>'; }Regards,
IsmaelHi,
Thank you for the inquiry.
You may need to adjust the top padding of the main container with the following css code. Make sure to insert the code inside one of the css media queries for mobile view.
.responsive #top #main { padding-top: 70px !important; }Best regards,
IsmaelApril 25, 2022 at 1:58 pm in reply to: Accordion Anchor link doesn't load down near open toggle #1349408Hi,
We did not edit anything in the site actually. Are you sure that it is gone? Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after updating the site.
Best regards,
IsmaelHi,
UPDATE: We provided the new password for your account in the private field. Please let us know if this is working properly.
Best regards,
IsmaelHey Borja,
Thank you for the forum registration.
Would you mind providing the email address that you used to register to the forum? Is it the same email that you used to send this inquiry? We will try to search for the account and generate a new password for you.
Best regards,
IsmaelHey navindesigns,
Thank you for the inquiry.
You can adjust the submenu using the following css code.
#top .av-main-nav ul a { border-bottom: 1px solid orange !important; } #top .av-main-nav ul a .avia-menu-text { width: 80%; display: inline-block; border-bottom: 1px solid orange; } .av-main-nav > li > ul { margin-left: -25px; }This should pull the submenu container 25px to the left, center align the submenu items and add a border below them.
Best regards,
IsmaelApril 25, 2022 at 6:58 am in reply to: Notice: LayerSlider skin "v6" not found. Defaulting to "noskin". #1349347Hey GeoCreo,
Thank you for the inquiry.
Are you using a layer slider template? Try to edit the layer slider, go to the Project Settings > Appearance > Project Appearance, and make sure that the Skin settings is set to “No skin”. It is possible that the slider template is requiring a skin that is unavailable.
Best regards,
IsmaelApril 25, 2022 at 6:53 am in reply to: How to archive fixed container in center without getting affected on resizing #1349346Hey Jonas,
Thank you for the inquiry.
Have you tried using the Special Heading element inside a 1/1 Column? You can set the heading to align to the center by adjusting the Content > Heading Style settings. This element should respond or adjust accordingly on different screen sizes.
Best regards,
IsmaelHey InSilentio,
Thank you for the inquiry.
In the slider’s Advanced > Privacy toggle, there is a setting called Lazy Load videos where you can set the video to only load on user interaction. However, you will have to use videos from youtube and vimeo instead of a locally hosted media file.
Best regards,
Ismael -
AuthorPosts
