Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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?

    #1001498

    Hey gobbo_79,

    A link to where we can see the results would be handy if you need help?

    Best regards,
    Rikard

    #1005596

    Hey 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?

    #1005643

    Hi gobbo_79,

    Social links can be set to display in the area above the burger
    Image 2018-09-04 at 16.31.06.png

    It can be done in Theme options > Header
    https://cl.ly/f8303829b03

    As for the flag, it can also be added in that small menu.

    Best regards,
    Victoria

    #1005697

    I 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

    #1005707

    image menu

    maybe 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.
    #1005969

    Hi 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,
    Victoria

    #1006650

    Hi 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 negativo

    my site is : http://www.stilecatalini.it

    Thanks in advance to those who can help me

    #1007111

    I 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.
    #1007277

    Hi,

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Table into a toggle accordation’ is closed to new replies.