I edited same file as above
portfolio-gallery/Front_end/portfolio_front_end_view.php
12 no
all ht_view2_show_popup_linkbutton set to no
Still shows view more using Blocks Toggle up/down
Would me using a child theme have a issue with it?
maybe dear I can not say) if you could send your page link that would be more clear for us.
It’s being developed right now locked off from public and search engines
I don’t know if this thread is still active or not but i’ve found a solution.
Setting the “show_linkbutton” to “off” doesn’t seem to work for me.
BUT: you can add the following line of CSS to the “/portfolio-gallery/style/portfolio-all.css”
.button-block {
visibility: hidden;
}
That will remove the button.
Dear it is almost right.
but this will be better
.button-block {
display: none;
}
Thanks for the quick reply.
I have already tried the display: none function and it doesn’t seem to work, i can’t figure out why.
The visibility: hidden works just as well for what i need (so far).
Maybe you use in other view, but anyway if that helped you, good)