-
-
Hi there,
I would like to have all my portfolio items on display on my portfolio page (remove pagiation, etc).
I have seen a similar query here:
You say: “If you do not want to use pagination for your portfolio, but instead want all items displayed in one page. You can do that by editing the file \includes\core\codeless_routing.php”
If this is still the best fix, Can you tell me where I will find this file?
Also, whilst I am here I am having problems with the responsive theme when viewed on portrait on mobile – the menu icon (three horizonal lines) is overlayed across my main logo/header.
Thanks in advance for your assistance!
James
-
Hello,
You can access that file via a ftp account. Follow this path: wp-content\themes\tower\includes\core\codeless_routing.php
To move away the logo from mobile menu icon, add this code into your custom css box:
@media (max-width: 979px){ #logo img { padding-left: 20px !important; }}
Edit the values to your wish.
Best regards!
-
-
Hello,
1-Logo in mobile:
You could make it smaller, but i think it won’t be necessary. Please edit the code above to this:@media (max-width: 480px){ #logo img { margin-right: -52px !important;} }
This should be the result, screenshot.
2-The code you have entered targets all links. To limit it’s effect only on body links and on hover, please edit the code you had to this:
body p a:hover { color: #e5af5a !important; }
Let us know.
Best regards!
-
-
Hi,
The code is the right one. Please make sure you have pasted it correctly. It should be pasted into your Custom Css box, located in General Options. If you send us your wp credentials i can give it a closer look and fix it.
Read this article for more information.
Best regards!
-
-
-
Hello,
The css was pasted inside a comment block, making it in-existent. If you add any code inside these tags:
/*.....*/
then you are making it a comment. This means it has no effect on the site. I edited it and it’s ok now. Please clear cache and refresh page.Best regards!
-
-
You must be logged in to reply to this topic.