• Resolved ttnorris

    (@ttnorris)


    Hi,

    I’m having trouble with the title on your pages. Whenever I use plugins on the page, the title seems to conflict with the plugin. And I have to use clear both to fix the conflict.

    On the page I gave you the link to it’s messing with the location of the video and causing it to float right.

    It’s also causing a problem with the playlist for the video player I’m using. The title and description are pushed down beneath the thumbnail rather than floating to the right of the thumbnails in the playlist.

    Do you know of any way I can correct these issues?

    Thanks so much. I look forward to hearing from you!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Superb

    (@themeeverest)

    Hi, I have tried tinkering around with the theme code to fix it, but it seems like the issue comes from the plugin – have you tried talking to the plugin author?

    Perhaps he knows what’s causing the conflict to occur.

    Most popular plugins are integrated into our themes but not all of them, we’ll of course happily integrate his plugin better if he can tell us what to change ??

    Thread Starter ttnorris

    (@ttnorris)

    Hi,

    Thank you for the fast reply. I really appreciate it!

    The reason I think it may be the problem with the theme is that I also had a problem with your theme with another plugin (Shortcodes Ultimate plugin) with the title and had to use clear both to fix it.

    I also have used this video player plugin on various other themes and never had a problem with it until now.

    But regarding the other plugin, Shortcodes Ultimate, I had trouble with in connection with this theme, the tabs wrapped around the title and the only thing that would fix it was clear both.

    No, I haven’t contacted the author of this plugin yet. However, I will contact the author of this plugin to see if he can further elaborate on what he may believe is causing the issue with the player. Maybe he can shed some light on it.

    Thank you again for the wonderfully quick response!

    Theme Author Superb

    (@themeeverest)

    Morning @ttnorris

    Hmm yes, perhaps there is a float issue somewhere.
    That sounds odd, we are soon doing a full update of some of our old themes, I’ll happily make sure those things are looked into during that! ??

    Thanks for reporting it, and if you end up talking with the plugin author please let me know what he says, then we’ll take it from there!

    Thanks for using our theme and don’t forget to rate it if you like it.

    Have an awesome Sunday!

    Thread Starter ttnorris

    (@ttnorris)

    Good afternoon!

    The author of the plugin gave me the following code to fix the playlist, and this is the code he had me use to fix it:

    
    .revolution_video_player.blackControllers .thumbsHolder_ThumbOFF .title {
    	
        display: inline-block !important;
    }
    

    However, it appears he forgot to tell me how to fix the video that was floating left on the page, but I had issues with other code of mine also wrapping around the title on other pages so I’m pretty sure the code for the title is the issue and that it’s a core issue with the theme.

    Although the “clear: both;” is placed in the stylesheet in the “.title” classification in order to clear following text or images so they don’t float left, I’m pretty sure it’s not working.

    Although I preferred not to do it, I fixed the float issue by adding a container around the content in the core file(s): single.php, etc.

    I couldn’t think of another way to get around the problem so that was my solution.

    In case it helps, all I did was assign “clear: both;” to the content in the single.php and will do so with any other files, if necessary:

    
    .page_content {
    
    clear: both;
    
    }
    
    <div class="page_content">
    <?php the_content(); ?>
    </div>
    
    

    However, since I’m no expert in CSS, if there is a better fix for this when you update your theme in the future I’ll replace the customized version of this one with the new one. ??

    Or if you come up with a better solution in the meantime, please let me know. Otherwise, this will do!

    Oh yes, and I gave you a 5 star rating for your theme maybe 4-5 days ago. I love the theme!

    Thank you for creating such a wonderful theme. It’s very flexible!

    You have a fabulous Sunday too!

    • This reply was modified 4 years, 3 months ago by ttnorris.
    • This reply was modified 4 years, 3 months ago by ttnorris.
    Theme Author Superb

    (@themeeverest)

    Good morning!
    Awesome, I’ll make sure to add the code to the theme ??

    I hope you have added your changes to a child theme, so it doesn’t get overwritten if I update the theme?

    I’ll try adding some different plugins and see what happens.

    Thanks for the review, that’s super kind of you!
    Have an awesome week

    Thread Starter ttnorris

    (@ttnorris)

    Good day!

    You know, it never occured to me to create a child theme. I have gaps in my knowledge so I don’t always think about things like that. So, thank you so much for mentioning it.

    I’ll be sure to create one so the customizations don’t get overwritten on an update. I’m so glad you mentioned that!

    You’re more than welcome for the review! It was my pleasure! ??

    Have a fabulous day and much luck to you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Clearing Issues with the Titles’ is closed to new replies.