• Resolved johnnymorriswp

    (@johnnymorriswp)


    Hi,

    I am using a child theme and the CSS property display: none to hide the .button-block class element. However this only works on the individual portfolio item and not on the main portfolio view when you hover over the item. Could you advise what element I should target with CSS to also not display the button on hover please.

    Many thanks

    Johnny

    https://www.ads-software.com/plugins/portfolio-gallery/

Viewing 15 replies - 1 through 15 (of 22 total)
  • Hello
    Ok can you send a link of your page?

    Thread Starter johnnymorriswp

    (@johnnymorriswp)

    Hi,

    Thanks for getting back to me. This is the page in question – https://johnnymorriswp.co.uk/portfolio/

    When I view a single item I can right click for the source code to be able to identify the ‘read more’ button element an apply the CSS to not show.

    However, I can not view the source when on hover and it is obviously a different element id or class as the CSS I have added is not hiding it.

    Johnny

    Dear have you tried to get rid of “view more” button from General Options?
    There is Element Link Button section, from where you can do that

    Thread Starter johnnymorriswp

    (@johnnymorriswp)

    Hi,

    I am using the free Plugin version, so all those options are disabled. Its just the id or class of the element on hover I need to target.

    Johnny

    In this case, when you right click on “view more” button and open element code you should see this
    <div class=”button-block”>

    Go on the button-block line and adjust display: none;

    Thread Starter johnnymorriswp

    (@johnnymorriswp)

    That’s the element class I am currently using with display: none; but it only hides on the button on the single view of the portfolio item not on the hover view on the thumbnail.

    Johnny

    Yes because each view has it’s own css, and you just should turn to that view and make the same process again

    Thread Starter johnnymorriswp

    (@johnnymorriswp)

    Ok, thanks. I will try that.

    To effect on all elements you should go to >plugins > editor > huge-it portfolio gallery > there you should find front_end_view.php file and find Id or class of that button (from inspect element) and there write display: none;

    It you understand, and will be able to do that please do, if no, you can contact us by [email protected] and we will help you

    Thread Starter johnnymorriswp

    (@johnnymorriswp)

    Ok, thanks.

    Thank you most current easy way for me was plugins / editor / hugeit

    Click
    portfolio-gallery/Front_end/portfolio_front_end_view.php

    Ctrl+F for find! Search term – show_linkbutton

    set all to Off keep clicking the search down arrow and repeat think there are 10 or so entries for on.

    Only working for Full Width Blocks

    I have disabled all of the entries to off from on but still show View More on everything except above.

    What other files control the others?

    Dear why don’t you use general Options? Are you free user?

    Yes free, I can live with it just goes back to gallery page but rather remove it.

    Dear your method should work with all views exept content popup view, but maybe you missed something. There are 12 “view more” must be replaced with off, besides that also this parameter ht_view2_show_popup_linkbutton should be off. Please check if you did exactly right. If no, you can contact us [email protected] we can help you

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘Hide the View More button’ is closed to new replies.