• Resolved seaotter50

    (@seaotter50)


    So my client and I both love this theme and the visual effects very much. There’s just one little problem, and I tried to see if I could find an answer for this, and could not.

    The front page isn’t set up as a static page, so the blogs will circulate across the bottom. Trouble is, they move too fast. =) I am sure there’s a setting I’m missing, but how can I control both the speed of the lower carousel – or, better yet a way to just stop it altogether and just show the most recent three blogs?

    The website in question is:
    https://www.agmorganbooks.com

    Thanks for any help! =)

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi,

    Please make Child Theme Directory and create home-blog.php in child theme directory folder.

    Now,copy code form LINK and paste into home-blog.php that you create in child theme directory.

    Now, go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme General Options.

    here, copy below code and paste into Custom CSS.

    .enigma_carousel-navi {
    display: none !important;
    }
    

    Save the changes.

    Thanks.

    Thread Starter seaotter50

    (@seaotter50)

    Do I place the “Child theme” directory in the enigma-parallax folder, or do I place it elsewhere?
    Nothing seemed to happen, or do I now have an option to make changes in the theme?

    I had something else in custom CSS from before so the contents now read:

    .enigma_footer_widget_column {
    display: none !important;
    }
    .enigma_carousel-navi {
    display: none !important;
    }

    Thanks again.

    • This reply was modified 8 years, 1 month ago by seaotter50.

    Hi,

    Please place “Child theme” directory elsewhere not in enigma-parallax folder.

    Thanks.

    Thread Starter seaotter50

    (@seaotter50)

    I placed the folder in “wp-content”.

    So…what’s supposed to happen, do I now have a new option someplace? I haven’t noticed any changes as of yet. =)

    Thank you.

    Thread Starter seaotter50

    (@seaotter50)

    Well, I tried placing it in “themes” folder also, and still not any changes apparent to me. Am I missing any additional information? Thanks.

    Hi,

    Please install One Click Child Theme Plugin for make child theme.

    Now, go to Admin Dashboard >> Appearance >> Child theme.

    Here, type the title of child theme and save the changes.

    Now, revert all the changes in home-blog.php file that is created in child’s theme folder.

    Thanks.

    Thread Starter seaotter50

    (@seaotter50)

    Ah, that did it. You guys are the best. Thank you!

    Most Welcome!

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Great theme! One nit-pick. =)’ is closed to new replies.