Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #135671
    edmelendez
    Participant

    What an amazing theme you have created. I truly love it. I am however just discovering an issue I just noticed. In the footer where the social media icons are located a rectangular white box has suddenly shown up. It does not seem to link anywhere. It disappears if I no longer have the social media icons active. Any idea what this could be. I have the latest version of WordPress 4.9.4–en and the latest theme updated Version: 1.5.1. Any help would be appreciated.

    Thank you.

    http://www.theminstrel.net

    #135702
    Skandha
    Participant

    @edmelendez: There seems to be a bug in the footer social menu which will be resolved in the next theme update. For the time being you can use the following CSS Code to get rid of the white box.

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    share-toggle {
        display:none;
    }

    Let me know if this works out.
    Thank you for reporting the bug.
    Regards,
    Skandha

    #135706
    edmelendez
    Participant

    Thank you so very much for the quick response. Very impressive. Great theme. Great response time. I’m afraid though that it did not seem to resolve the issue. Here is a link to the screenshot

    http://www.theminstrel.net/wp-content/uploads/2018/04/Screen-Shot-2018-04-03-at-1.32.03-AM.png

    If you have any other solutions I’d be grateful.

    Any idea how long before the next theme update might be?

    Thank you,
    Ed

    #135713
    Skandha
    Participant

    @edmelendez: There was a typo in the previous CSS I provided you. Please replace share-toggle in the previous CSS code with .site-social #share-toggle.

    I cannot tell you the exact date of the release but it will be soon. Will let you when the update is released.

    Let me know if this solves your issue.
    Regards,
    Skandha

    #135748
    edmelendez
    Participant

    That is perfect! Works great! Thank you so much!!!!
    Also, will the next update release include a SoundCloud icon for the footer?

    Thanks!!

    #135762
    Skandha
    Participant

    @edmelendez: I am not sure if the next update will include a SoundCloud icon. But you can get the SoundCloud icon by adding just a bit of CSS Code.

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .social-navigation a[href*="https://soundcloud.com/theminstrelmusic"]::before {
    	content:"\f1be";
    }

    Let me know if this works out.
    Regards,
    Skandha

    #137504
    edmelendez
    Participant

    Again, excellent customer service!!! So amazing at the response time and effectiveness of solutions! It worked like a charm!!!

    I very much appreciate it!!

    Have a great day!

    #137524
    Skandha
    Participant

    @edmelendez: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/fotografie/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day.

    Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘White Box Found In Footer Above Social Buttons’ is closed to new replies.