• J M

    (@manaal)


    Hi

    THANK YOU AND I MEAN IT THANKYOU FOR SUCH an AWESOME theme.

    Kindly help me with three things

    1. I used the slider which comes with the maskitto light theme. I need to rearrange slide and there is no drag down option so how do i do it?? There must be a better option than deleting and putting them up again. Please help

    2. I need to change the footer credits??

    3. Is there any way to get clean widget for the team members built for maskitto light?

    Much Thankful
    M

Viewing 3 replies - 16 through 18 (of 18 total)
  • Theme Author shufflehound

    (@shufflehound)

    Then you can continue to use responsive.css file, just ignore theme update notifications and backup your modified files.

    That is precisely what I want to avoid. Therefore use a child theme. I do not want to renounce the possible theme upgrades. What I need to know is how to modify the responsive.css file functions, but from child theme, not from parent theme, so that those changes are never lost if I update the parent theme.

    Best Regards
    Nacho

    Theme Author shufflehound

    (@shufflehound)

    At this moment it is not possible without child theme modifications.
    One way would be to edit child theme functions.php file and replace:

    wp_enqueue_style( 'maskitto-light-responsive-style', get_template_directory_uri() . '/css/responsive.css' );

    with

    wp_enqueue_style( 'maskitto-light-responsive-style', get_stylesheet_directory_uri() . '/css/responsive.css' );

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Slider , Footer Titles’ is closed to new replies.