Okay
  Public Ticket #556671
Some little issues
Closed

Comments

  • Andrea started the conversation

    Hi,
    I've bought your theme some weeks ago and I think it's awesome!! I found no problem using it, there would be just some little things that I require:
    1) bbPress responsive issue
    I found some problem when I try to visualize the forum section (bbPress plugin) of the site with my smarthphone. It sems like responsive don't work fine (see IMG01). But, with every common browser with my pc, all work fine (see IMG02).
    IMG01: http://i.imgur.com/ydAH72Q.png
    IMG02: http://i.imgur.com/MBxH0JG.png
    LINK: http://netrooper.com/ntr/general-discussion/
    2) Mobile menu hitbox decentered
    When you hit the menu icon (toggle-nav) in a smarthphone view of the site, you can see a decentered area (see IMG03).
    IMG03: http://i.imgur.com/dlxk5eE.png
    3) SyntaxHighlighter (plugin) lines are not aligned
    For the nature of my site, I need to insert source code in my article, so I've opted for the famous plugin SyntaxHighlighter, by the way there are some css issue. I've found something googling (I will link all below) and I fixed this bootstrap/theme style problem inserting in the "Custom CSS Code" this code

    .syntaxhighlighter .code .container:before {
    display: block;
    }
    #prepre {
    padding: 0;
    }

    I use "prepre" dive before syntaxhighlighter code, so that the blank line disappear but thi don't made the trick becose the blank line appear before "prepre" div (see IMG04).
    IMG04: http://i.imgur.com/qtymQDp.png
    LINK: http://netrooper.com/come-migrare-wordpress/ (example form my website)
    LINK: http://www.elitekeyboarder.com/?p=20
    LINK: https://github.com/syntaxhighlighter/syntaxhighlighter/issues/167

    imgur album of prev. images: http://imgur.com/a/Vzk6f

    Thank you for your patience,
    I wait for some good news :)

  •  1,089
    ThemeNectar replied

    Hey,

    1. add this into the custom css box in the Salient options panel:

    li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count {
        word-wrap: break-word;
    }
    

    2. I can\'t seem to replicate this on my gs6 - could you let me know which device you\'re seeing it on?

    3. I\'m only seeing the blank space before your prepre because there\'s a paragraph tag ending which had padding on the bottom, check the html tab of your editor and try remove the p tag the text is in

  • Andrea replied

    Hi,

    1) the code work fine but, it\'s ok overqualifying a css element?
    2) the screenshot is taken during the act of touching the screen from an HTC One S with chrome browser, today I tested it with other smarthphone:

    • HTC One S, default browser - same issue
    • Nexus 6, chrome - same issue (screenshot attached)
    • Nexus 6, default browser - same issue
    • iPhone 6s, safari - same issue

    3) the text (html) editor of Wordpress don\'t let me edit <p> tag, how could I prevent the auto-adding of p tag by default? If I remove it, will the template be affected (for example font, etc)?

    Thank you for the prev. reply!!!

  •  3,028
    Andrew replied

    Hi Andrea,

    We would like to know if you are still experiencing the issues with the items below with the latest version of the Salient Theme (7.5.02)

    1) the code work fine but, it\'s ok overqualifying a css element? 2) the screenshot is taken during the act of touching the screen from an HTC One S with chrome browser, today I tested it with other smarthphone:

    • HTC One S, default browser - same issue
    • Nexus 6, chrome - same issue (screenshot attached)
    • Nexus 6, default browser - same issue
    • iPhone 6s, safari - same issue

    3) the text (html) editor of Wordpress don\'t let me edit <p> tag, how could I prevent the auto-adding of p tag by default? If I remove it, will the template be affected (for example font, etc)?

    I look forward to your reply. 

    Cheers!