Button colour bug

This topic contains 18 replies, has 3 voices, and was last updated by  Giri 7 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #332618

    cyril lansade
    Expired Member
    Post count: 150

    Hello,

    When someone has written a review the button colour for ‘Reply’ is not picking up the colour chosen in the Customiser. See the attached screenshot, my button colour is green, the ‘reply’ button is still the default red.

    I’ve seen a few other buttons doing the same but can’t remember which ones!

    #332621

    Kor
    Moderator
    Post count: 16516

    Hi Cyril,

    I’ve just checked your previous replies and I’m not really sure which URL you are referring to. Do you mind sharing the URL of the site in question so we can take a look? You can use the private reply option below.

    Thanks!

    #332622

    cyril lansade
    Expired Member
    Post count: 150
    #332924

    Kor
    Moderator
    Post count: 16516

    Hi Cyril,

    Try using the custom CSS code below and see if it fixes the issue there. Insert into GD > Design > Scripts > Custom Style CSS.

    
    
    .reply .gd_comment_replaylink .comment-reply-link, #reviewsTab #comments .comment-reply-link {
        background-color: #65be22;
        border: 1px solid #65be22;
    }
    
    .reply .gd_comment_replaylink .comment-reply-link:hover, #reviewsTab #comments .comment-reply-link:hover {
        background-color: #96bf76;
        border: 1px solid #65be22;
    }
    #333265

    cyril lansade
    Expired Member
    Post count: 150

    Yup that works.

    My thought for mentioning it was that it is a bug, as it should be automatically changed by the Customizer when choosing button colour?

    #333312

    Kor
    Moderator
    Post count: 16516

    Hi Cyril,

    I will forward this to our developers for review and will be sure to bring it to our developer’s attention for you. Please let us know if you need anything further.

    #333347

    Giri
    Expired Member
    Post count: 3155

    Hi Cyril,

    I have fixed this bug in Directory Starter. Will be available in next version.

    Thanks for reporting that bug

    #334002

    cyril lansade
    Expired Member
    Post count: 150

    No problem 🙂

    #351029

    cyril lansade
    Expired Member
    Post count: 150

    Hello,

    I’ve also noticed that some buttons have a ‘pressed’ state which then shows the default colour.

    For example if you just press the ‘Get directions’ button on the map tab and move the mouse cursor it goes to the default colour. I can’t use the css inspector as when you click on anything else it goes green again.
    Here:
    https://medrate.asia/sg/practices/singapore/a-hospital-yrl-subscription/#post_map

    The ‘set address on map’ button in the add listings page also does the same.

    #352577

    Giri
    Expired Member
    Post count: 3155

    Hi Cyril,

    I have fixed that in the dev version.

    Please post login credentials. I’ll apply the fix.

    Thanks

    #352968

    cyril lansade
    Expired Member
    Post count: 150
    This reply has been marked as private.
    #352990

    Giri
    Expired Member
    Post count: 3155

    Hi Cyril,

    I have applied the patch.

    Test and let me know if you face any issues.

    Thanks

    #353793

    cyril lansade
    Expired Member
    Post count: 150

    Yay! Perfect thank you 🙂

    I’ve got another ‘using default css not custom css’ for the Claim a Listing modal pop-up. See #simplemodal-container h3
    Wrong colour and font.

    Or I can raise it separately?

    #354017

    Giri
    Expired Member
    Post count: 3155

    You’re welcome Cyril.

    As for the claim modal, I have changed and applied the patch on your site.

    Claim modal title and button, now comply with customizer settings.

    Thanks

    #354226

    cyril lansade
    Expired Member
    Post count: 150

    Honestly, you do things so quickly I can hardly keep up!

    Thank you again.

Viewing 15 posts - 1 through 15 (of 19 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket