-
AuthorPosts
-
September 13, 2013 at 8:54 am #29584
Hi.
I have problem with portfolio – http://kopalniawysoczany.pl/?page_id=2440 please click in either category on sorter and then click on “ALL” all content move quickly on right. How can I fix it?
Quastions:
1. How could I delete link to portfolio card from title of portfolio on this page: http://kopalniawysoczany.pl/?page_id=2440 and on Homepage? I dont want to open portfolio card.
2. How can I turn off search?
3. Where can I change name in portfolio sorter “ALL” to “Wszystkie”?
Thanks a lot for help.
September 13, 2013 at 2:19 pm #141061Hi,
Please add the following code to the Quick CSS section or to the custom.css file:
#menu-item-search{ display: none !important; }
.grid-image.avia-hover-fx{ pointer-events: none; }
That will remove search from menu and the link from the portfolio items.
Regarding changing the name of the portfolio, please check this topic.
Regards,
Josue
September 16, 2013 at 1:24 pm #161676Hi,
Thanks for help.
1. search bar turned off
2. about remove link from portfolio – I mean no to remove link on photo but remove link on portfolio title ->
https://dl.dropboxusercontent.com/u/52506767/-%3DSMIETNIK/kopalnia/link%20portfolio.jpg
https://dl.dropboxusercontent.com/u/52506767/-%3DSMIETNIK/kopalnia/link%20portfolio2.jpg
3. I know that I could translate all page via WPML, but I want to change one word “all” in portfolio sorter, I would like to change it in code, could you help me to find this place in code?I still have a problem with portfolio – http://kopalniawysoczany.pl/?page_id=2440 please click in either category on sorter and then click on “ALL” – all content move quickly on right. How can I fix it?
September 16, 2013 at 1:45 pm #161680I found something else about my problem with sorter in portfolio. When you click on either category – footer increases height -> look :
1. normal high https://dl.dropboxusercontent.com/u/52506767/-%3DSMIETNIK/kopalnia/footer%20good.jpg
2. higher footer and 2 scrollbar: https://dl.dropboxusercontent.com/u/52506767/-%3DSMIETNIK/kopalnia/footer%20not%20good.jpgSeptember 18, 2013 at 6:11 am #162768Hi,
2.) You can remove the portfolio title link using this on your custom.css or Quick CSS:
.grid-content .grid-entry-title.entry-title { pointer-events: none; }
3.) You need to hire a freelance developer if you want to modify how the portfolio sorting effects work.
4.) You need to fill in the content to avoid having an issue on the socket. You can choose not to display them by editing the page, look for Layout > Footer Settings.
Regards,
IsmaelSeptember 20, 2013 at 9:21 am #163964thanks, but still not working.
2) I add this code to custom.css and quick css and didnt work
http://kopalniawysoczany.pl/?page_id=2440
http://kopalniawysoczany.pl/
3) ok
4) this is some kind of issue of your theme because I try everything and there is still issue.September 23, 2013 at 3:59 pm #165181Hi itszy,
You can try this instead for the grid titles:
.grid-sort-container h3.grid-entry-title a { pointer-events: none; }
4) I’m getting no scrollbar on the site now but my guess based on this happening with other users sites is it was a plugin that was adding in some hidden content to your page and causing an overflow in the divs.
Regards,
Devin
-
AuthorPosts
- The topic ‘My portfolio sorter work not good and how to turn off search?’ is closed to new replies.