Okay
  Public Ticket #1842785
single page event
Closed

Comments

  • sdoganati started the conversation

    Hello guys, 

    I would like to open my event on a single page, but I can't. 

    I already set it the dashboard, but the event doesn't open. Can you please help me? 

    and please is there a way to show the top bar on the boxgrid calendar? 

    thank you for your help.

    Best

  •  94
    Valentin replied

    Hi,

    Go to Dashboard -> Settings -> Permalinks and click save without making any changes and then try to open the single page  again.

    What shortcode are you using for the boxgrid?

    Stachethemes Support
    My Time Zone is GMT+3


    Envato Profile | Facebook | Twitter | Newsletter | Rate & Review

  • sdoganati replied

    Sorry I need help also to set color in the box greed view, seems they don't save my options

    Thank you 

  •  94
    Valentin replied

    Hello,

    Look like the google map script is not loaded and this crash the plugin. Go to Dashboard -> St. Event Calendar -> General -> Misc -> Load google maps script. Set to "Yes" and try again.

    Stachethemes Support
    My Time Zone is GMT+3


    Envato Profile | Facebook | Twitter | Newsletter | Rate & Review

  • sdoganati replied

    Great it works!

    Thank you very much for your help. This was set to No because I would like to hide this part of the event. Is there a way to do it?

    One more question,  would like to change the color of the box grid. 

    I would like to have a white box with a black text, is it possibile? Thank you 

    best regards 

  •  94
    Valentin replied

    If you don't want to the location to be visible then leave the location tab empty and add the location in the event description. This way the location tab will not exist anywhere.

    About the box grid color, you can select the background color when selecting event color. The event color will become box grid background color.

    Stachethemes Support
    My Time Zone is GMT+3


    Envato Profile | Facebook | Twitter | Newsletter | Rate & Review

  • sdoganati replied

    Hello Valentin, thank you.

    About the box grid color, I can set the background in the single event page, but I can't change the color of the text in the grid. Now I have a white background and a white text. 

    Isn't possible to change it in the Fonts & Colors Tab?

    Thank you and Best Regards

  •  94
    Valentin replied

    The background color of the BOX GRID view is coming from the EVENT Color selected when creating event. It's not coming from Fonts & Colors. 

    About the text color there will have to edit manually the css as the view was designed with white text in mind.

    Add this style to Fonts & Colors -> Custom Style:

    .stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-event-wrap { color:#000 !important; }

    This will make all texts in Box Grid black, you can change it of course.

    Stachethemes Support
    My Time Zone is GMT+3


    Envato Profile | Facebook | Twitter | Newsletter | Rate & Review

  • sdoganati replied

    Great thank you!

  • sdoganati replied

    Last questions: 

    how can I change the over color? 

    And the language of the calendar?

    Many thanks 

  •  877
    Zhivko replied

    With css override:

    .stec-layout-boxgrid .stec-layout-boxgrid-event:hover .stec-layout-boxgrid-hover-bg {
        background: rgba(0, 0, 0, 0.7) !important;
    }

    Stachethemes Developer