Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #976021

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

    #976124

    Hey,

    Have you tried using Icon element? You could insert linked icon element to your content and use them as your social icons :)

    Best regards,
    Yigit

    #976415

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

    #976976

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

    #977221

    Hi Victoria

    My website is onepy.group
    I would like to put this part from http://onepy.group/home/ social icons

    into this first page of my site http://onepy.group/ like this landing page

    Best regards.-

    #977746

    Hi,

    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,
    Ismael

    #978223

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

    #978501

    Hi,

    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,
    Ismael

    #978556

    Hi Ismael,

    I tried both ways, text and code block. Let me know if the credentials provided works.

    Best regards.-

    #978647

    Hi,

    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,
    Ismael

    #979497

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

    #979942

    Hi,

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.