-
AuthorPosts
-
August 24, 2018 at 5:19 pm #1001326
Hello everyone.
I ask for help to insert a table in a toggle accordation. the first column must contain an image centered vertically and horizontally, while in the second and third columns I must insert pure text.
I tried to create a table in html, I see the correct preview, while when I go to view the entire page I do not see the same result.
Can someone help me?August 25, 2018 at 7:17 am #1001498Hey gobbo_79,
A link to where we can see the results would be handy if you need help?
Best regards,
RikardSeptember 4, 2018 at 2:48 pm #1005596Hey Rikard,
Thanks for the reply, I solved by putting the image above and the table below.
Now I need to make these changes:
– insert the social icons inside the navigation menu?
– enter a text before the menu, or an image of a flag that reminds me of the English version of the site?September 4, 2018 at 3:32 pm #1005643Hi gobbo_79,
Social links can be set to display in the area above the burger
It can be done in Theme options > Header
https://cl.ly/f8303829b03As for the flag, it can also be added in that small menu.
Best regards,
VictoriaSeptember 4, 2018 at 5:18 pm #1005697I had seen that. What I would like to do is insert it in the pop-up menu area. I do not have the menu setting visible but I have the menu setting in floating view. I hope I knew how to explain. in this way, those who open the navigation menu from the mobile also have the possibility of accessing the social pages as an external line
September 4, 2018 at 5:41 pm #1005707maybe I can make myself understood is it possible to create the menu as in the picture?
- This reply was modified 6 years, 2 months ago by gobbo_79.
September 5, 2018 at 10:31 am #1005969Hi gobbo_79,
Here are some threads to consider:
https://kriesi.at/support/topic/social-icons-in-mobile-menu-3/If you need further assistance please let us know.
Best regards,
VictoriaSeptember 6, 2018 at 3:29 pm #1006650Hi Victoria Ismael in August 7, 2017 he wrote
// add social icons inside the mobile menu function ava_custom_script_mod_social(){ ?> <script> (function($){ var int = ''; function a() { var isMobile = $('.av-burger-menu-main').css('display'), htmlString = $('#header_main .social_bookmarks').find('li a'), mobileMenu = $('.av-burger-overlay'), socialString = []; if(isMobile == 'none') return; if($('.burger-social').length) clearInterval(int); htmlString.each(function() { var socialClass = $(this).parent('li').attr('class'), socialItems = $(this).wrap('<li class="'+ socialClass + ' av-active-burger-items burger-social"></div>').parent().unwrap(); socialString.push(socialItems); }); $(socialString).each(function() { $(this).prependTo('#av-burger-menu-ul'); }); } $('#header').on('mousedown', '.av-main-nav-wrap', function() { int = setInterval(function() { a(); }, 500); }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_mod_social');
I tried to insert the following code proposed by Ismael in the function.php file of the template but the icons are not displayed, or rather if I try to update the page they totally disappear. Is it possible that I’m wrong, but can you give me a hand? Where am I wrong???
It is possible to insert images before the menu items???ho provato con il mega menu ma con esito negativomy site is : http://www.stilecatalini.it
Thanks in advance to those who can help me
September 7, 2018 at 1:57 pm #1007111I managed to fix the problem I had entered the code before function-enfold.php .
- This reply was modified 6 years, 2 months ago by gobbo_79.
September 7, 2018 at 7:38 pm #1007277Hi,
I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Table into a toggle accordation’ is closed to new replies.