Okay
  Public Ticket #1463564
grey overlay
Closed

Comments

  • Anna started the conversation

    Hello,

    How do I get rid of the grey overlay on blogpost headers?

    Is this tied to some other layout setting I'm using in the theme? Because it seems to pop up a bit here and there, like the nectar fancy boxes for example.

    Thanks for your help!

  •  8,393
    Tahir replied

    Hey Again,

    On which page urls can i see these overlays ? . 

    Thanks


    ThemeNectar Support Team 

  • Anna replied

    Hi Again,

    I see the grey overlay on the header on this page: http://visitishigaki.com/new-month-new-site/

    Also I noticed a bug, the bottom navigation on all blog pages are reversed (showing "next" for "previous" page and the other way around)

    I have new questions about the portfolio single pages too

    1. How can I remove the "single project page navigation" at the bottom?

    2. I tried to use nectar short code for columns in the right field on this page http://visitishigaki.com/events/sanbashi-market/  for the "when and where" section but they didn't work properly so I removed them. How can I put columns there?

    Thank you for your help!

  • Anna replied

    Hi again,

    I found the custom CSS code for removing the  "single project page navigation" by myself. Still waiting for a reply for my other 3 questions, I really need my blog post navigation to get the direction right!

  •  2,719
    Andrew replied

    Hello there,

    Thank you for writing in once again and apologies for the trouble.

    Can you please give us a temporary admin access to your site? We'll be in a better place to spot anything suspicious from here.

    You can add new users by going to Users > Add New set the user and password for us, set the role to admin and send the info here. You can navigate here for more details; https://make.wordpress.org/support/user-manual/customizing-wordpress/managing-users-on-your-wordpress-site/adding-users-to-your-wordpress-site/.

    Hope to hear from you soon!
    Regards

  •   Anna replied privately
  •  2,719
    Andrew replied

    Hi Anna,

    Apologies for the late reply.

    1) For the overlay remove it with this CSS:

    body.single.single-post div.page-header-bg-image:after{
       background:inherit;
    }
    

    add the CSS to salient \ general settings - css script related - custom css code.

    2) You seem to have removed the navigation e.g. http://visitishigaki.com/events/ishigaki-harbor-festival/ - there is not navigation at the bottom. Did you manage to work this out? If so then confirm. 

    3) The right sidebar here http://visitishigaki.com/events/sanbashi-market/ is not something you can edit from the backend and we are not sure how you added the when and where on it. Shortcodes will not work there. If you are making changes to that area by editing PHP files then you can try the do_shortcode method and see if that works out for you.

    Hope this clears things up.

  • Anna replied

    Hello Andrew,

    Thank you for your reply. The issues 1) and 2) has been resolved. As for 3), I just typed it in the top portfolio field, but would really like to make it more neat with columns. Would html work for that?

    I'm sorry about the many questions in this ticket, but the main problem for me now is a bug I noticed, the bottom navigation on all blog posts are reversed (showing "next" for "previous" post and the other way around) it's on ALL blog posts, you can see it here http://visitishigaki.com/new-month-new-site/

  •  2,719
    Andrew replied

    Hi Anna,

    3) You will need to use HTML there as it's not designed to take up or process shortcodes.

    4) About the reverse navigation, from here http://visitishigaki.com/new-month-new-site/ the next post is in the middle as the posts seems to be the most recent so there are not previous posts. From the next post i.e. http://visitishigaki.com/january-update%EF%BD%9Cbig-changes-coming/ - we see the previous post in the previous post position on the left and the next post on the right. We really do not see and issue here as it's behaving as expected. Could you clarify please if we are missing it.

    Thanks.

  • Anna replied

    Hi Andrew,

    Yes, that is the problem. The definition of previous is "existing or occurring before in time or order" so the previous post link should logically point to the older post and the next link should point to the newer post. Your theme has the order reversed, I see this problem is occurring on a friend's site that is running the same theme as well so I'm guessing this is a coding mistake in the theme.

    In other words, because the post http://visitishigaki.com/new-month-new-site/ is the newest post there can be nothing but previous posts before it.


  •  8,393
    Tahir replied

    Hey Again,

    The easiest workaround that i can think of is to change the working as per your liking of Next Post/ Previous Post .

    Try using this Plugin : https://wordpress.org/plugins/say-what/ . 

    In The "Text Domain" field write "salient" without quotes . If you are trying to change woocommerce words  add "woocommerce" in "Text domain" . The fields are case-sensitive .


    Thanks 


    ThemeNectar Support Team 

  • Anna replied

    Hello again and thank you for your reply,

    I don't want to add another plugin to fix something that is originally wrong with the theme.

    Could you fix this for the next theme update?
    I'll just have to wait until then I guess.

  •  8,393
    Tahir replied

    Hey Again,

    Yes its in the Buglist . 

    Be.st 


    ThemeNectar Support Team