Okay
  Public Ticket #1417319
Instagram Footer page work
Closed

Comments

  •  1
    gabischiller started the conversation

    Hello, 

    1. Is that possible use the WP Instagram Widget to display instagram feed like in the image attached? 

    2. portfolio categories (home) on mobile I need click twice to change categories, is possible change this? 

    Thank you!

  • [deleted] replied

    1— Kalium supports WP Instagram Widget, so you should be able to do that :)

    2— Can you please download this file and replace it in this directory (of the theme): /assets/js

    If you don't see the change immediately, please hard-refresh your browser (CTRL/CMD+R) because it takes longer to load the changes, as they are saved in browser cache. Another option is to open new private/incognito window and try if it works.

    Thanks!

  •  1
    gabischiller replied

    Hello Ylli.

    Thank you for your reply.

    I've done everything you said but still not showing up on my dashboard.

    What else could be?

    thanks!

    Best Regards

  • [deleted] replied

    Hi gabischiller,

    I think that you are talking about the instagram question, you can find it's widget in the Widgets area, see an example (https://d.pr/v/QrGxCz) how we added that widget on the footer area of our main demo.

    Have a great week!

  •  1
    gabischiller replied

    Hello Ylli, 

    I've done everything the same since last time I made this check.

    Find enclosed a screenshot so you can notice that everything is the same but what is funny is that my website doesn't have a footer at all.

    I don't know what else to do :)

    Best Regards


  • [deleted] replied

    Hi gabischiller,

    Please make sure that you have activated Footer Widgets by going to Theme OptionsFooter > Footer Widgets (Video: https://d.pr/v/SFdod6).I think that this was the problem.

    If you till have problems then please make sure to send me your Wordpress credentials on a private reply and I will check this.

  •  1
    gabischiller replied

    Thank you so much!!

    Everything sorted now.

    best Regards

  •  1
    gabischiller replied

    Hello, I'm trying to centralise the icons on the footer and getting bigger but I can't.

    Ive tried everything and looks like this, even the copyrights.

    Regards


  • [deleted] replied

    Hi there,

    For the moment your Instagram widgets are turned off on the footer so I can't send you the right codes but, can you please add the code below to your Custom CSS area and se if they work for you:

    .widget.null-instagram-feed .instagram-pics {
        max-width: 100% !important;
    }
    .widget.null-instagram-feed .instagram-pics li {
        width: 25% !important;
    }