Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1374618
Instagram Slider Placement
Closed

Comments

  • razvansidoreac started the conversation

    There is some way to put the instagram slider, like the footer/top instagram, instead of Featured Boxes on Homepage, below of Featured Slider?

    For example testaholic.ro or theglamourai.com … Obviously, they use other themes, I think, but for soledad is possible?

    My website is roxanasidoreac.ro

  • razvansidoreac replied

    Anybody here?

  •  2,699
    PenciDesign replied

    Hi,

    We've said about that issue here

    And if you want to put it on the top, please drag & drop widget "Instagram Slider" to sidebar "Top Instagram"

    Best Regards,

    PenciDesign

  • razvansidoreac replied

    It's not what I asked!

    I want to put the instagram slider, like the footer or top instagram (so, I know how to put instagram on top), in the featured boxes area, on Homepage, below of featured slider. That's what I asked from the beginning....


    For example testaholic.ro or theglamourai.com … Obviously, they use other themes, I think, but for soledad is possible?

  • razvansidoreac replied

    I did something...  I put the Instagram Slider in Header Mail Chimp Form, and moved the heder form below the slider. It's working but is an improvisation, does not look as good as it looks in footer or toP...

    And remains a problem - I want this only on the homepage, but with my solution I have instar in the header on each page

  •  2,699
    PenciDesign replied

    Hi,

    You can do that by do following steps:

    1/ Do following this image

    2/ Add more this code:

    <!-- Index Instagram -->
    if ( is_active_sidebar( 'top-instagram' ) ):
     echo '<div class="footer-instagram penci-top-instagram" style="margin: -30px 0 40px;">';
     dynamic_sidebar( 'top-instagram' );
     echo '</div>';
    endif;

    like on this image

    3/ Go to Appearance > Widgets > drag & drop widget "Instagram Slider" to widget "Top Instagram"

    Best Regards,

    PenciDesign

  • razvansidoreac replied

    When I try to update the modifications of Step 2... I have this error which refers to the first introduced line of code:


    syntax error, unexpected '<'

  •  2,699
    PenciDesign replied

    Hi,

    Please try again with this code:

    <!-- Index Instagram -->
    if ( is_active_sidebar( 'top-instagram' ) ): 
    echo '<div class="footer-instagram penci-top-instagram" style="margin: -30px 0 40px;">'; 
    dynamic_sidebar( 'top-instagram' ); 
    echo '</div>';
    endif;

    Best Regards,

    PenciDesign

  • razvansidoreac replied

    Same error ...

    syntax error, unexpected '<'
  •  2,699
    PenciDesign replied

    Hi,

    Can you send me your admin url and admin account ( username and password )? I will take it a look.

    Best Regards,

    PenciDesign

  • razvansidoreac replied

    I tried this way:

    /* Index Instagram */
    if ( is_active_sidebar( 'top-instagram' ) ): echo '<div class="footer-instagram penci-top-instagram" style="margin: -30px 0 40px;">'; dynamic_sidebar( 'top-instagram' ); echo '</div>';
    endif;

    Successfully  updated, but I don't know if it works:


  •  2,699
    PenciDesign replied

    Hi,

    Ok. If so, do more step 3 and enjoy it.

    Best Regards,

    PenciDesign

  •   razvansidoreac replied privately
  • razvansidoreac replied

    Done! Everything OK

  • razvansidoreac replied

    There is any way to exclude Instagram Footer from Home Page?

  •  2,699
    PenciDesign replied

    Hi,

    You can add more this code to Customize > Custom CSS to do that:

    body.home .footer-instagram{ display: none; }

    Best Regards,

    PenciDesign