TheBlogger Post-install Qs

  • Posted in : TheBlogger
  • nickjrsmith
    Participant

    WP v 4.9.1
    Theme: Child Theme (TheBlogger)

    Hello,
    Wonderful build. Very simple and straight-forward. Wondering if you can assist with the items below.

    1. Is there a way to completely remove the Slider Meta Text in the Feature Area?

    2. Is there a way to export the customized settings after you’re finished?

    3. How can you remove “BROWSING CATEGORY X” title when viewing Category Archive pages.

    4. An option to remove Sidebar content completely while in mobile modes. Instead of it appearing at the bottom.

    Note/Fix: When Slider has Navigation Arrows On and Font in Centered, Left – Navigation Arrows cover Slider Text while in mobile modes.

    Thank you

    serkan
    Moderator

    Hi nickjrsmith,
    1) You can use this custom css code;
    .slider-box .entry-meta { display: none; }
    2) You can not export the customized settings by default.
    3) .archive-header { display: none; }
    4)@media screen and (max-width: 767px) { .sidebar { display: none; } }
    If you share the latest screenshot about the fix you said, I will be happy. Have a nice day.

    nickjrsmith
    Participant

    Hi Serkan,

    Thank you! Excellent support!

    Update on 4): Disregard. The “issue” was just in a preview mode not in practice. All good.

    serkan
    Moderator

    You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

    Vibienne
    Participant

    Hello,

    is it possible to get ride of only “browsing category”. The category title and caption should still be shown. Just the words “browsing category” should disappear. When I use .archive-header { display: none; } the whole title is gone.
    Thanks

    serkan
    Moderator

    Hi @Vibienne
    You can use this custom css code;

    .archive-header .entry-title i { display: none; }

    Thanks

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register