• Resolved Uwhoosh

    (@uwhoosh)


    Hi, I’ve installed the popular posts plugin into my transcription blog and there are arrows that appear. I’d like to get rid of them, is this something I can easily do via css.
    I tried to do so in the plugin CSS, but got lost in the code. Before I dive into the plugin php, I’d like to know if there is an option to do this in the theme (better because I’ll not lose my changes once I update the plugin). It seems the arrows are from the theme and not the plugin. I could be wrong.

    Thanks.

Viewing 10 replies - 1 through 10 (of 10 total)
  • You will definitely need to do some custom css…it will be something like this:

    .popular-widget li {
    background-image: none!important;
    }

    The arrows are from the theme because all lists in the sidebar(s) have that style. But, using custom CSS is how you can override the theme styling. Sometimes you have to add !important which forces the style.

    Thread Starter Uwhoosh

    (@uwhoosh)

    Thanks, that worked. So easy- why did I not think of that.
    On a related issue, I just noticed that on the posts the sidebar has moved to the bottom of the post after the comments. I’m trying to find out why this is the case, any ideas?

    Thread Starter Uwhoosh

    (@uwhoosh)

    Update, I’ve realized that this only happens when the post has a featured image.
    So this post does Not have a featured image and the right-sidebar displays correctly. While this post does have a featured image and the right-sidebar is displayed below the comment section.

    Any way to fix this?

    Strange… does the demo site do that to you? https://demo.styledthemes.com/celestial-free/

    I also noticed you are on Celestial Lite 2.0.9…might want to update to 2.1.0 and then see if that still happens.

    Ah… I think there’s something wrong with my code. I just tried this on my local test site. When I disable the featured image option setting from the Basic Settings tab, the sidebar floats below; If I enable the featured image to show on the full post, then the sidebar goes back to normal. Obviously something I need to fix.

    If you change your setting to “Show Featured Image Full Post”, does your sidebar float up?

    Thread Starter Uwhoosh

    (@uwhoosh)

    Yes it does, and if you uncheck the small blog image, that also fixes the bug.

    There’s still some code adjustments I need to do, but are things working OK for you at this time? Also, still consider doing an update to version 2.1.0

    Thread Starter Uwhoosh

    (@uwhoosh)

    I was hesitant to upgrade to the new version 2.1.0 since I recently upgraded to version 2.0.9 from 1.9.6 and this bug cropped up. I just did though and this is still an issue in the version 2.1.0. Do you have a timeline of when this is likely to get fixed? If this is going to take a while I may have to revert to version 1.9.6 or find a hack/workaround.

    Thanks.

    Thread Starter Uwhoosh

    (@uwhoosh)

    @StyledThemes
    Thanks for fixing this in the new release (2.1.2), got my blog to look just the way I wanted.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Arrows in Right Sidebar’ is closed to new replies.