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 #3676746
Instagram feed issue
Closed

Comments

  •  2
    Fjura started the conversation

    Hello,


    may I ask, when I try to reconnect the Instagram Feed in the footer, it gives me a 404, would you know where the problem might be?

  •  2,609
    PenciDesign replied

    Hi,

    Please update the Soledad theme to the latest version and then check again.

    How to Update A Premium WordPress Theme to the Latest Version?

    Regards,
    PenciDesign.


  •   Fjura replied privately
  •  2,609
    PenciDesign replied

    Hi,

    For this case, please send me your WordPress admin account in a PRIVATE reply.
    I'll log in and try to help you check this problem.

    Regards,
    PenciDesign.



  •  2
    Fjura replied

    Hi, would it be possible if you would tell me what to check? I currently cant give anyone access. 

  •  2
    Fjura replied

    Hi, I think I found where the issue is, when I disabled these two options, it started to work, both IG and the recommended widget. But the category widget still doesnt show all categories, just the main ones, can you please help me fix this?

    Attached files:  lazy.png

  •  2,609
    PenciDesign replied

    Hi,

    What's the problem with the category widget? Please send me the screenshot.

    I've checked and it is showing correctly:

    vEToKLb.png

    Regards,
    PenciDesign.


  •  2
    Fjura replied

    Hi,


    for me it doesnt show all categries since the theme was updated, it shows only the two main ones, you have to click on the first one to "unpack" it to see all of them. Then this problem occurs like on the screenshot where it unpacks to the IG widget.

    Attached files:  category widget.png

  •  2,609
    PenciDesign replied

    Hi,

    Please check the screen recorder of my browser: https://streamable.com/bwjew7

    Regards,
    PenciDesign.


  •  2
    Fjura replied

    yes! that exactly is the problem. Before the update, you would see all the categories without the need to expand it, now you see only two main ones and when you expand it, the subcategories are hidden under the Instagram widget, you could see that in your recording as well that you had to scroll up and down before you were able to see them.

  •  2,609
    PenciDesign replied

    Hi,

    Please go to Appearance → Widgets: expand the "Main Sidebar" → edit the "Soledad Advanced Categories" then uncheck the "Enable toggle to view child terms?" option.

    1vhsp89.png

    Regards,
    PenciDesign.


  •  2
    Fjura replied

    Hi,

    ok, done, but what was that suppose to solve? Now I can only see the two main categories, but subcategories are not visible at all. 

    My goal is to see the main categories and also the subcategories withtout the need to expand the main categories, because this is creating an issue with the layout. Why cant it work just like it did before the theme update? It worked perfectly. 

  •  2,609
    PenciDesign replied

    Hi,

    If you want to show all the child items, please check the "Show empty term?" option.

    Regards,
    PenciDesign.


  •  2
    Fjura replied

    Hi,

    that doesnt solve the issue, with that we are at the very beginning of the issie, with only change that now we can see empty categories...

  •  2,609
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci_advanced_categories_widget ul.children {
      display: block !important;
      padding-left: 0;
    }
    .penci_advanced_categories_widget .indicator {
      display: none;
    }
    ul.pc-advanced-cat.toggle-enable li .category-item-count {
      margin-right: 0;
    }

    Regards,
    PenciDesign.



  •  2
    Fjura replied

    Hi,

    thank you, this looks much better but still not quite how it looked before, please see the screenshot how it looked before the theme update. You can see that it had hierarchy, now it doesnt, even when I have that option turned on. 

    Attached files:  hierarchy.png

  •  2,609
    PenciDesign replied

    Hi,

    Please modify the CSS code:

    .penci_advanced_categories_widget ul.children {
      display: block !important;
    }
    .penci_advanced_categories_widget .indicator {
      display: none;
    }
    ul.pc-advanced-cat.toggle-enable li .category-item-count {
      margin-right: 0;
    }

    Regards,
    PenciDesign.


  •  2
    Fjura replied

    Hi,

    thank you very much, this did it, now it looks and works just like before the theme update. I know you are always trying to improve on things but this was at least in my case a downgrade to how it used to work, especially if one needs to add custom codes to make it wor,k since the new one has layout issues and less options to style the widget.

  •  2
    Fjura replied

    may I ask one more thing, what kind of browser did you use when you recorded this video? https://streamable.com/bwjew7

    Its strange that you dont see the images of Instagram feed in the footer.

  •  2,609
    PenciDesign replied

    Hi,

    I've checked on Firefox Developer with full Instagram and Facebook blocking enabled for security purposes.

    Regards,
    PenciDesign.