Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1043925

    Hello!

    I noticed on the page that gets created automatically to display events via The Events Calendar plugin, the div housing the “tribe-events-bar” is rendering wonky on my site here: https://iptor.com/events/
    (compared to an enfold demo site here –>https://kriesi.at/themes/enfold-church/events/)

    Also, none of the fields/buttons/drop downs seem to work when clicked.

    I’m at a bit of a loss on how that happened, it used to work fine before. Any suggestions on how to fix?

    The site is running WordPress 4.9.8 and Enfold 4.5, but I’ve tested WP 5.0 on our dev site with the same Enfold theme version and it’s the same problem on both.

    Thank you in advance!

    Mike

    #1044594

    Hey Mike,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1044968

    Hi Nikko,

    I’ve pasted a temporary login link in the private comment area and set it to expire in a week, please let me know if you have any problems!

    Thanks,

    Mike

    #1045443

    Hi Mike,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #tribe-events-bar .tribe-bar-date-filter {
      margin: 0 10px;
    }
    #tribe-events-bar .tribe-bar-submit {
        float: left;
    }
    #tribe-events-bar  #tribe-bar-form {
        margin-bottom: 0px !important;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1045453

    Hi Victoria,

    Thanks for the feedback. I’ve tried both ways and the problem still persists.

    I’ve also ruled out conflicting plugin’s.

    /Mike

    #1045680

    Hi Mike,

    I have added this css code in Quick CSS (located in Enfold > General Styling):

    #tribe-events-bar:before, 
    #tribe-events-bar:after {
        content: ".";
        position: absolute;
        height: 100%;
        width: 2000px;
        left: -2000px;
        text-indent: -50px;
        overflow: hidden;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    However, it doesn’t take effect since caching is preventing it, even when purging SG cache.

    Best regards,
    Nikko

    #1046407

    Thanks Nikko,

    I’ll have to dig in and see why that’s happening. Appreciate the help.

    Mike

    #1069647

    Hi again Nikko,

    I’m still not able to solve this. I’ve tried both the snippets of CSS above on a dev site and while the rendering is improved slightly (something is still wonky) I’m still not able to interact with the search bar or drop down menus. I’ve created another set of temporary login credentials if you wouldn’t mind having a look. It expires in a week, happy to add more time to that if you need.

    Tanks in advance,
    Mike

    #1069996

    Hi Mike,

    I have replaced the last code I gave with:

    #tribe-bar-form {
        background-color: #eee;
    }
    
    #tribe-events-bar {
        position: relative;
        z-index: 10;
    }
    
    #tribe-events-bar:before, 
    #tribe-events-bar:after {
        content: ".";
        position: absolute;
        height: 100%;
        width: 2000px;
        left: -2000px;
        text-indent: -50px;
        overflow: hidden;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        top: 0;
    }
    
    #tribe-bar-form #tribe-bar-views {
        padding: 0 0 0 23px;
    }
    
    #tribe-events-bar #tribe-bar-form {
        margin-bottom: 0;
    }

    Let us know if you need further assistance.

    Best regards,
    Nikko

    #1069997

    It’s perfect, thank you SO much! This has been a headache for me, digital high five!

    #1070000

    Hi Mike,

    Glad that we could help :D
    Thanks also for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.