-
-
Hello Codeless,
We recently build a website using the Folio template but need some help with the following issues
1. The link css doesn’t seem to work consistently. We would like a consistent fat blue link althrough the site. The link can be in primary blue.
2. The pagetitle of blogs are cut on a letter bases causing words to be split. We would like the resize to respect the words and cut of between the words. Like it does with the main text
3. We would like to disable our slider for the smalles breakpoint.
4. We’re facing some alignment issues across all devices which causes different elements to overlap. See screenshot. upon a new refresh it’s mostly resolved.
But the users don’t know that so it’s an annnoying issue.- This topic was modified 3 years, 8 months ago by GTP_Dutchy.
-
-
Hi,
The screenshot attached doesn’t give enough information about the page.
Kindly specify on which page(provide complete link) you are facing issues as well as attach screenshots that specify page as well as issue(mentioned above) and send using “private reply”.Thanks
-
-
I guess someone else is working on your website?
Please when I am working no one should be working simultaneously, just to avoid the possible messup.Please confirm.
Thanks,
-
-
Hi,
For point 1 & 2:
Please share screenshots and also specify the page(links).
For point 3 & 4:
Please check and let me know before checking clear your browser cache properly.Thanks,
-
point 1:
https://epecs.muisketiers.nl/wp-content/uploads/2021/03/issue1.png
We want each link added in a text element to have a uniform conistent styling also when we change or add new content. so the question is to fix the styling of links pagewide. The links van be bold and primary blue.point 2:
https://epecs.muisketiers.nl/wp-content/uploads/2021/03/issue2.png
In this case we want the break to happen after the whole word not in the middle of the word. We want the titles to respect the wordsThe issue is on the homepage and projectenpage in the blog element
i.e.
How to keep people at the
centre of healthinstead of
How to keep people at the ce
ntre of healthi.e. 2
Grensoverschreidende
patientenmobiliteitinstead of
Grensoverschrijdende Patien
tenmobiliteitpoint 3 and 4 are fixed although i’ll test 4 a bit more probably.
- This reply was modified 3 years, 8 months ago by GTP_Dutchy. Reason: added reaction to point 3 and 4
-
-
It all looks good,
You can close this ticket, thanks for the help.
-
You’re welcome :)
If you like our theme and support, leave us a 5 star ratings on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much
-
After an template update the issues arise again. is it possible to reimplement the solutions and make sure this won’t happen with the next update.
-
-
Also i’d like to know how i can customize the 404 and searchpage.
-
Hi,
Do you want to customize css styling or content customization for 404 page and search page?Thanks,
-
-
-
-
Hi,
For content customization, There’s no option available in theme but dive deep in the code file. The file located at “Project Folder -> wp-content -> Theme -> Folie -> 404.php & search.php”.
P.S: We don’t take any responsibility if something bad happens with the code while customizing it because It comes under customization.For CSS styling, here is the list of selectors that you can use in your CSS file to change their style.
P.S: It comes under customization.1) For 404 Page
// 404
.error404 h2.not-found-404{}
// Oops!…
.error404 h1.page-title{}
// It looks…
.error404 h1.page-title+p{}
// Search Form
.error404 .content-col > .search-form input[type=”search”]{}
// Search Page
// May We Suggest?
.error404 .content-col > .search__related .search__col .widget-title{}
// The beauty…
.error404 .content-col > .search__related .search__col .widget-title + .textwidget{}
// #artist…
.error404 .content-col > .search__related .search__col .post_tags{}2) For Search Page
// Search Results
.search .content-col > .page-title{}
// Sorry…
.search .content-col > p{}
// search
.search .content-col > .search-form input[type=”search”]
// Search Page
// May We Suggest?
.search .content-col > .search__related .search__col .widget-title{}
// The beauty…
.search .content-col > .search__related .search__col .widget-title + .textwidget{}
// #artist…
.search .content-col > .search__related .search__col .post_tags{}Thanks,
-
You must be logged in to reply to this topic.