New Landing How can we help? Cardinal Template Modifications

Viewing 15 posts - 31 through 45 (of 46 total)
  • Posted in: Cardinal
  • #168416
    dothedance
    Member
    Post count: 29

    I made some customization on block posts, colors, font sizes, etc, but after update I lose everything.

    At the moment, I’m restoring a backup. Maybe you can assist me updating my theme? Thanks for you help.

    #168418
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    That sounds like a hosting issue – all of those are stored in the database, which the theme doesn’t touch.

    Updating via Dashboard > Updates is all you need to do – that only affects the theme template files, nothing with the database.

    If you lose again, I would contact your host to check logs.

    – Ed

    #168420
    dothedance
    Member
    Post count: 29

    Sorry, I’m a newbie with this things but I’m talking about the changes I made on child-theme and direct in the template files.

    #168429
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Oh – the template changes in the parent theme would be lost. Any changes should only be made in a child theme (child theme changes are never lost with a theme update).

    – Ed

    #168437
    dothedance
    Member
    Post count: 29

    I don’t even can backup all my public_html directory, I’m getting some errors :S
    Please help me!

    #168439
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    What errors are you getting?

    – Ed

    #168442
    dothedance
    Member
    Post count: 29
    This reply has been marked as private.
    #168458
    dothedance
    Member
    Post count: 29
    This reply has been marked as private.
    #168459
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Looks like the theme hasn’t uploaded fully – if you can’t restore the backup then I’d suggest speaking to your host.

    – Ed

    #168519
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You’ve customised the theme folder, so I don’t want to touch that. I’ve uploaded a fresh version of Cardinal to the directory, but you’ll need to replace the missing files in your theme folder – we can’t support user customisations.

    – Ed

    #168523
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Just had another look and sorted it for you. You just need to install the Swift Framework Plugin now, zip here – http://swiftideas.com/extras/plugins/swift-framework.zip

    We’d recommend never to override the parent theme.

    – Ed

    #168825
    dothedance
    Member
    Post count: 29

    Hello Ed,
    thanks for your help and patience.

    However, it’s for being recovered.
    I saw that Child Theme is not overriding the parent theme. I tried to put
    #breadcrumbs{display:none} on Child Theme (style.css) and nothing happens but if I put the same code on parent theme (style.css) I’m able to hide breadcrumbs.

    What can it be?

    #168829
    dothedance
    Member
    Post count: 29
    This reply has been marked as private.
    #169065
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option or in the child theme css.

    
    .inner-page-wrap {
      width: 100%!important;
    }

    To override an existent css rule of the parent theme you need to use the !important like I did above.

    -Rui

    #169249
    dothedance
    Member
    Post count: 29
    This reply has been marked as private.
Viewing 15 posts - 31 through 45 (of 46 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register