Forum Replies Created
-
AuthorPosts
-
Thanks for the reply. I hope in the implementation of the next update.
We can close the ticket.December 17, 2021 at 10:20 am in reply to: Prevent IOS from enlarging the form input fields #1333240Thanks Yigit, I also added “textarea” for the message field.
input, select, textarea {font-size: 100%! important; }
Good job
- This reply was modified 2 years, 11 months ago by vbonora.
Hi Ismael, I have enabled the css style:
.html_header_sticky #top #wrap_all #header { mix-blend mode: difference; }
Look now
Hi Nikko,
I tried your suggestion but it doesn’t work. Can you tell me more?Hi Ismael, I solved it. I restored the original “tab_section.php” file and everything works.
Thanks for the support
This reply has been marked as private.Thanks Yigit, I hope to succeed on my own next time.
We can close the ticket, good jobI uploaded the white logo in SVG for the transparent header and if I leave the header attached to the top it doesn’t load the correct logo. Can you take a look?
Thanks
Thanks Yigit!
What was wrong with my file? So I can fix it myself next time.Thanks in advance
Sorry this is correct access
Hi, I reinstalled wordpress and it seems to work.
ThanksHi Rickard,
If you click on textbox, the entered text is not seen and the error is reproduced in the console. This is also true for the catalog element. The content is saved but if I click to edit it there is nothing left.This reply has been marked as private.I found this code:
global $woothemes_sensei; global $avia_config; remove_action( 'sensei_before_main_content', array( $woothemes_sensei->frontend, 'sensei_output_content_wrapper' ), 10 ); remove_action( 'sensei_after_main_content', array( $woothemes_sensei->frontend, 'sensei_output_content_wrapper_end' ), 10 ); add_action('sensei_before_main_content', 'my_theme_wrapper_start', 10); add_action('sensei_after_main_content', 'my_theme_wrapper_end', 10); function my_theme_wrapper_start() { if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(); do_action( 'ava_after_main_title' ); ?> <div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'> <div class='container'> <main class='template-page content <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'page'));?>> <?php } function my_theme_wrapper_end() { ?> </main> <?php //get the sidebar $avia_config['currently_viewing'] = 'page'; get_sidebar(); ?> </div><!--end container--> </div><!-- close default .container_wrap element --> <?php } add_action( 'after_setup_theme', 'declare_sensei_support' ); function declare_sensei_support() { add_theme_support( 'sensei' ); }
Seems to work, what do you think?
ThanksMarch 16, 2021 at 11:46 am in reply to: Toggle 5 columns in big screen to 3 columns in mobile #1288463Thanks Victoria! We can close the thread.
good job
Thanks Rikard! I found the error in the code. We can close the thread.
Thanks for the supportHi Victoria, the error is still there look at this link.
When i scroll the page and the menu gets stuck to top you see the menu cutout.
- This reply was modified 3 years, 9 months ago by vbonora.
You’re right sorry, close the thread.
Thanks for the supportPerfect thanks!
Another question before closing the thread.
is it possible to create a link to the floating menu instead of cloning items?Hi,
I deleted the file but nothing has changed
could you check, pleaseHi Guenni007, the site is under construction and I cannot publish the link. I provided access to Ismael to help me.
Thanks for supportHi Guenni007, i tried your code but it doesn’t work for me. Do you have any other suggestions?
Thanks
add_filter( 'wp_nav_menu_items', 'avf_add_search', 9999, 2 ); function avf_add_search( $items, $args ) { if ($args->theme_location == 'avia') { $search = ' <li id="menu-item-search-mobile" class="menu-item"></li> '; $items = $search . $items; } return $items; } add_action('wp_footer', 'avf_add_search_script'); function avf_add_search_script(){ ?> <script type="text/javascript"> (function($) { $('.av-burger-menu-main').on('click', function() { var page = window.location.href; var mobile = $('.menu-item-search-mobile'); var search = '<form action="'+page+'" method="get" class=""><div><input type="submit" value="" id="searchsubmit" class="button avia-font-entypo-fontello"><input type="text" id="s" name="s" value="" placeholder="Search"></div></form>'; setTimeout(function() { if(mobile.find('form').length == 1) return; mobile.html(search); }, 500); }); })(jQuery); </script> <?php }
- This reply was modified 3 years, 9 months ago by vbonora.
Hi Ismael, I tried your code but it didn’t work for me.
You can control?Thanks, good job
January 27, 2021 at 7:01 pm in reply to: Search Icon – header with the widgets on the left and right with the logo in the #1275854This reply has been marked as private.January 25, 2021 at 4:23 pm in reply to: Search Icon – header with the widgets on the left and right with the logo in the #1275293This reply has been marked as private.Hi Rikard, close the ticket.
I downgraded wordpress and woocommerce. It is not the perfect solution but the fastest.
ThanksHi Rikard, nothing has changed.
I disabled the plugins but the woocommerce admin page keeps throwing errors.What can I do?
Hi Victoria,
the problems are on the backend.
The errors in the screenshot are from the woocommerce admin page (/admin.php?page=wc-admin) there is no data. The page is blank. the mobile menu it is show only after installing the jQuery Migrate Helper plugin.Enfold was stable before but with the latest wordpress version there are always errors.
Can you log in to check?
Thanks- This reply was modified 3 years, 11 months ago by vbonora.
No thanks
Hi Rikard, I solved the problem.
I replaced the avia-builder.js file with a May 25th – Version 4.7.5 file and it works check the latest version 4.7.6.4
Thanks -
AuthorPosts