This topic has 8 replies, 2 voices, and was last updated 9 years, 2 months ago ago by Eva Kemp
http://equiflexsleeve.com/success-stories/
Despite all having the same size images and preview content, the boxes are all misaligned. Is there a way I can fix this? Thanks!
Also the page was changed to success-stories but the individual pages are still saying portfolio in the name – how do I change that as well?
Hello,
Please add this code in custom.css file:
.portfolio-descr p {
margin-bottom: 0px !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
If you want to change portfolio slug you need to edit wp-content/themes/royal/framework/portfolio.php , find the line 28:
$args = array(
and add the following code at the end of the list (line 40 for example) :
'rewrite' => array('slug' => 'success-stories')
Regards,
Eva Kemp.
thank you! I tried the custom css and it helped, but they are still slightly off – is there any way to make them exactly aligned?
for changing success stories, i changed the slug in the framework file, but then it gave me a page not found error. so what I am seeing is (reverted to original)
http://equiflexsleeve.com/success-stories/ (that works, and page header says Home / Success stories – can I make that capitalized Success Stories?)
Click on an individual story: http://equiflexsleeve.com/portfolio/laine-ashker/ and the header shows Home/Projects/Laine Ashker. I want to change it from Portfolio in the url to success-stories and not break the page, and have the header show Home/Success Stories/Laine Askher for example. Thank you!!!
Hello,
I’ve edited framework/portfolio.php file and changed portfolio slug to “success-stories” and “Projects” to “Success Stories” and edited the code in custom.css to:
.portfolio-descr p {
margin-bottom: -5px !important;
}
Clear browser cache and check.
Add this code in custom.css to capitalize “Success Stories” in breadcrumbs:
.breadcrumbs {
text-transform: capitalize !important;
}
Regards,
Eva Kemp.
OMG Thank you!!! 😀
The only thing I still see is Success Stories is still not caps here but that’s not a huge deal at all – http://equiflexsleeve.com/success-stories/ (Home/ Success stories) I’ll try to figure it out!
Hello,
I’ve added this code in custom.css:
.breadcrumbs {
text-transform: capitalize !important;
}
Please check now.
Regards,
Eva Kemp.
thank you thank you thank you thank you thank you!!!
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: misaligned, persuasive, stories, success, themes, woocommerce, wordpress
The issue related to '‘Success stories all misaligned’' has been successfully resolved, and the topic is now closed for further responses