New Landing How can we help? Atelier Two issues since update, 1. testimonials slider 2. remove demo page templates

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Atelier
  • #276908
    sorelh
    Member
    Post count: 169

    Hi two issues since update:

    1. Since the latest update my testimonials slider has a white band on the left, it should be entirely #b7ad87 colour full width of the testimonials row. Please can you help? I attach a screenshot. I need to remove the white band that has appeared to the left of the testimonials slider.

    2. In my page templates all the demo pages are there and need to be removed, leaving my own page templates. This happened previously but you helped me sort it out by giving me code for the child theme, it has happened again on update (even though the child theme was not updated) and I want to be able to correct it again without it breaking my site as it did before. #269496 was the ticket number, I was told that if I updated it wouldn’t happen again but it has.

    Thanks

    Sorel

    Attachments:
    You must be logged in to view attached files.
    #277312
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you update to the latest framework version, clear the cache and check again?

    https://www.dropbox.com/s/y7feqb51q8rkg0u/Screenshot%202016-06-27%2010.42.22.png?dl=0

    Let us know the result.

    -Rui

    #277323
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #277522
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Something wrong in your site, can’t login.
    https://www.dropbox.com/s/wft16uvtdq8ly48/Screenshot%202016-06-27%2018.52.10.png?dl=0

    Can you check?

    -Rui

    #277544
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #277550
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Regarding the templates, add the code below to the functions.php of the child theme

    function sf_remove_spb_templates($prebuilt_templates) {
      		$prebuilt_templates = array();
                    return $prebuilt_templates;
    }
     add_filter('spb_prebuilt_templates', 'sf_remove_spb_templates', 99);

    Regarding the row you definitely need to update to the latest version and add the code below to fix the row shadow issue.

    .spb-row-container {box-shadow:none !important;}

    After this let me know so I can check the white space.

    -Rui

    -Rui

    #277612
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #277851
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you check things again?
    The code to remove the templates isn’t working, will need to check it in my development server.

    -Rui

    #277860
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #278164
    David Martin – Support
    Moderator
    Post count: 20834

    You will use this:

    .widget ul li > a:hover {
      color: #0082e0!important;
    }
    .widget ul li > a:visited {
      color: #cccccc!important;
    }

    Here is a tutorial to help you with this: http://www.w3schools.com/css/css_pseudo_classes.asp.

Viewing 10 posts - 1 through 10 (of 10 total)

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

License required for the following item
Login and Registration Log in · Register