-
Author
-
April 16, 2018 at 16:34 #194990alexplex86Participant
Hi! Is there an easy way to customize the 404 page in the back end with the page builder or do I have to edit the 404.php directly?
April 16, 2018 at 19:32 #195030RaduModeratorHi,
I think the best way it’s to build your desired 404 design into VC then using this plugin : https://wordpress.org/plugins/easy-404-redirect/ to chose that page .
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 17, 2018 at 09:19 #195085alexplex86ParticipantOk, thanks! One more question. How do I edit the search result page? As you can see in the screenshot, the result cards dont seem to be responsive. How can I make them display in one column? How do I edit the background color, read more buttons and how do I remove the meta data?
Attachments:
You must be logged in to view attached files.April 17, 2018 at 16:09 #195108RaduModeratorHi
The results are 2 per columns by default, did you see the same on our demo ? https://seventhqueen.com/themes/kleo/?s=a
Maybe from a css rule, if you de-activate child theme are two per columns ? tried to see your search page but ask to login
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 17, 2018 at 18:13 #195136RaduModeratorHi,
just add this css
COPY CODE@media(max-width:768px) { .search .posts-listing .post-item { width: 50% !important; } }
The css will be added to wp-admin -> theme options -> General settings -> Quick CSS
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 18, 2018 at 09:21 #195215alexplex86ParticipantThanks! Your suggestion works well with width: 100% also. But I would still like to know how I can edit this page further. I would like to have the search results page as simple as possible without any meta data.
I guess I can try to use display: none; on elements I want to hide. But I would like to know if there is another way to simply remove the meta data.
I would also like to add a header image and to translate the header to swedish. Right now the text “X search results found for…” is in english.
Attachments:
You must be logged in to view attached files.April 18, 2018 at 11:11 #195222alexplex86ParticipantDo you have any documentation for your theme so I can customize some php-files using child theme?
April 18, 2018 at 12:45 #195228alexplex86ParticipantNevermind about the translation. I found your article about using Loco Translate and it words perfectly.
April 18, 2018 at 16:05 #195245RaduModeratorGood
Have a nice day
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.