• Resolved wheelchairs4kids

    (@wheelchairs4kids)


    Hello! I just changed my theme to Virtue and am working on setting everything up. I’m running into a few issues.

    When I upload images to the home slider and have it on auto-play, it does not rotate the images. I’ve tried each different type of slider, but no matter which I choose they do not rotate and it stays static on the first image uploaded.

    Also, after I finish and save all of my changes then log out of admin, the changes are not on the published page. The live page displays the old content instead of the updated content (specifically in the header and footer it seems).

    Is there a way to change the color of the icon menu buttons? I could’ve swore I saw something somewhere but now I cannot find it again.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter wheelchairs4kids

    (@wheelchairs4kids)

    Hello! There is some additional information for these issues.

    Neither my home slider nor my mobile slider are working (I can upload and save the content, but they stay static instead of auto-playing).

    My menu is not working in the mobile view despite having my menu set to display on both (the word menu shows up on mobile, but there is no dropdown).

    Is there a way to change the color of the icon menu icons so that they aren’t grey?

    The link is https://www.wheelchairs4kids.org; I’m working on WordPress 5.9.3 with PHP 7.4 and Virtue 3.4.6

    hannah

    (@hannahritner)

    Hi,
    Thanks for reaching out! Are you using a caching plugin? Be sure that your cache is being cleared. That can keep changes from taking effect.
    For mobile it looks like your content is taking to a max-width. I suggest deactivating your plugins to test if any are conflicting. Or you can use this plugin: https://www.ads-software.com/plugins/health-check/
    You can use the following css to adjust your icon background color:

    .home-iconmenu {
        background: #333;
    }

    Just paste that into your custom css box in Theme Options > Advanced Settings.
    Hope it helps!

    Best,
    Hannah

    Thread Starter wheelchairs4kids

    (@wheelchairs4kids)

    hi @hannahritner ! Thank you for the suggestions. The CSS that you sent me changed the whole background, not just the individual buttons (ie. it made the whole section black, not just the three buttons). Is there a version of the css that would let me change just the buttons themselves without inserting a whole block of color? I tried looking through the virtue.css to see if it jumped out at me but I can’t seem to figure it out.

    The plugin helped me figure out what was causing my jquery issues, but I’m still trying to figure out what is keeping the sliders from sliding…

    hannah

    (@hannahritner)

    Hi,
    Sorry, try changing the css to this:

    .home-iconmenu a {
        background: #333;
    }

    I’m seeing the slides on your homepage scroll now. What browser are you using?

    Kindly,
    Hannah

    Thread Starter wheelchairs4kids

    (@wheelchairs4kids)

    Hi @hannahritner ! Yes, I was able to get the slider working, the mobile menu functioning, and the button color changed how we wanted. Thank yo so much for all of your help! I’m marking this thread as resolved. Thank you, again!

    hannah

    (@hannahritner)

    Oh good! Happy to help!

    All the best,
    Hannah

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Changes Not Updating on Live Page’ is closed to new replies.