 
	
		Tagged: header, social icons
- 
		AuthorPosts
- 
		
			
				
June 21, 2018 at 10:24 pm #976021Hi guys, I would like to set the same social icons of the header into another page. Can you help me with that? 
 Mi website is onepy.group
 Best regards.-June 22, 2018 at 7:46 am #976124Hey, Have you tried using Icon element? You could insert linked icon element to your content and use them as your social icons :) Best regards, 
 YigitJune 22, 2018 at 5:32 pm #976415Hi Yigit, What I want to do is replicate the very same menu with the social icons that I have on the other pages of my website, and use it on the landing page. June 23, 2018 at 3:00 pm #976976Hi sir4you, Could you please attach a mockup of what you’re trying to achieve? Can you show us what you’ve got so far? Best regards, 
 VictoriaJune 24, 2018 at 9:49 pm #977221Hi Victoria My website is onepy.group 
 I would like to put this part from http://onepy.group/home/into this first page of my site http://onepy.group/ like this Best regards.- June 26, 2018 at 3:01 am #977746Hi, Thanks for the info. You can create a custom shortcode to render the social icons on a page. function avs_social_bookmarks_shortcode() { $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); ob_start(); echo avia_social_media_icons($social_args, false); $social = ob_get_clean(); return $social; } add_shortcode('avs-social-bookmarks', 'avs_social_bookmarks_shortcode');Use this shortcode in a text or code block. [avs-social-bookmarks]Best regards, 
 IsmaelJune 27, 2018 at 4:25 am #978223Hi Ismael, Thanks for your time. 
 I followed your indications, but the result wasn’t the expected. Please take a look at http://onepy.group/PS: I forgot to mention that I used the Creative Studio Demo as a starting point, including its social bar. Don’t know if matters in this case, but just in case. Thanks in advance. Best regards.- June 27, 2018 at 5:21 pm #978501Hi, Thanks for the update. Did you put the shortcode inside a text or code block? The same shortcode works properly on my installation. Please provide the login details in the private field. Best regards, 
 IsmaelJune 27, 2018 at 8:05 pm #978556Hi Ismael, I tried both ways, text and code block. Let me know if the credentials provided works. Best regards.- June 28, 2018 at 1:37 am #978647Hi, Thanks for the update. I can’t modify the functions.php file via Appearance > Editor panel. We modified the shortcode a bit. Please try it again. I also noticed that you’re not using a child theme so this modification will be lost when you update the theme. Please move your installation to a child theme when you have the time. // https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#why-child-theme Best regards, 
 IsmaelJune 30, 2018 at 12:42 am #979497Hi Ismael, You can modify the functions.php file via Plugins> Edit Functions panel. I do not notice any visual change after your shortcode modification. Please let me know if you managed to access the functions.php file edition. Best regards.- July 2, 2018 at 6:36 am #979942Hi, Thanks for the update. I still get the same error when I modify the file in the Appearance > Editor panel. Algo fue mal. Tu cambio no se ha podido guardar. Por favor, inténtalo de nuevo. También es posible que tengas que arreglarlo manualmente y subir el archivo por FTP. Please provide the FTP details in the private field. Best regards, 
 Ismael
- 
		AuthorPosts
- You must be logged in to reply to this topic.
