Success stories all misaligned - by CJMillar82

This topic has 8 replies, 2 voices, and was last updated 8 years, 8 months ago ago by Eva Kemp

  • Avatar: CJMillar82
    CJMillar82
    Participant
    September 17, 2015 at 02:13

    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?

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    September 17, 2015 at 08:44

    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.

    Avatar: CJMillar82
    CJMillar82
    Participant
    September 17, 2015 at 16:36

    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!!!

    Avatar: Eva
    Eva Kemp
    Support staff
    September 17, 2015 at 18:28

    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.

    Avatar: CJMillar82
    CJMillar82
    Participant
    September 17, 2015 at 18:57

    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!

    Avatar: Eva
    Eva Kemp
    Support staff
    September 17, 2015 at 19:47

    Hello,

    I’ve added this code in custom.css:

    .breadcrumbs {
       text-transform: capitalize !important;
    }

    Please check now.

    Regards,
    Eva Kemp.

    Avatar: CJMillar82
    CJMillar82
    Participant
    September 17, 2015 at 20:09

    thank you thank you thank you thank you thank you!!!

    Avatar: Eva
    Eva Kemp
    Support staff
    September 17, 2015 at 20:15

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 8 results - 1 through 8 (of 8 total)

The issue related to '‘Success stories all misaligned’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.