Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1276703

    We are using the EventsCalendar plugin (free, so far), and setting it up with Enfold worked like a charm. Many thanks!

    Two small-ish issues though:

    1) We would like to display all events as blog posts as well. They show fine when we access the whole list of blog posts but there is no category being displayed in the sidebar widget even though we have one defined in Posts > Categories.
    Am I using the wrong category slug somehow? Puzzled..

    2) The EventCalendar listing page somehow does not apply the Enfold theme color settings. We have a bright blue highlight color everywhere when it should be our theme red. Is there some quick CSS fix for this, or have I just missed a setting here somewhere?

    #1277212

    Looks like the color issue appears with the ALB tabs element as well, see link below. Same blue.
    Double checked the theme settings and no such blue there. Looks like some CSS bug?

    #1277807

    Hi there!
    Could somebody please have a quick look at the support request above?
    Many thanks!

    #1278036

    Hi,

    Sorry for the late response.

    1.) Are you referring to the posts meta info? You may need to use this filter in the functions.php file to show the category info of the posts.

      
      function avf_postslider_show_catergories_mod($category) {
    	   $category = 'show_business'; // or show_elegant
    	  return $category;
      }
    add_filter('avf_postslider_show_catergories', 'avf_postslider_show_catergories_mod', 10, 1);
    

    2.) The theme does not have a style modification for the plugin’s updated calendar design yet, so you will have to apply your own css modification to change the style of calendar view.

    // https://theeventscalendar.com/knowledgebase/k/styling-month-view/

    Best regards,
    Ismael

    #1278383

    Thank you, Ismael.

    Understood & solved.

    #1278384

    No, stop. Not solved yet..

    In the ALB tab element we have the same undesired blue. Link in PC. That one is definitely controlled by Enfold. Any help here?

    #1278551

    Hi,

    Thank you for following up.

    The site is still loading properly on our end but it is not using the theme anymore, and it looks like a parked domain. Did you do something in your server? We tried logging in again, but the account above is no longer valid. Please check the info carefully or provide another login account.

    Best regards,
    Ismael

    #1279785

    Sorry, Ismael. Our .htaccess kept disappearing and I wasn’t able to access the webspace for a few days. All back to normal now and you may access the site. New login in PC.

    #1280051

    Hi,

    In the ALB tab element we have the same undesired blue.

    Would you mind providing a screenshot of the tab element issue? It looks fine on our end. Please check the screenshot below.

    Screenshot: https://imgur.com/1f78qHR

    Best regards,
    Ismael+

    #1280417

    Yes, sure. Please have a look: https://i.imgur.com/iochARA.png

    #1280553

    Hi,

    We cannot reproduce the same issue on our end as shown in the previous screenshot that we provided. We took a screenshot again of the same tab and this is the result.

    Screenshot: https://imgur.com/ELy01lJ

    Do you have any extensions installed in your browser that might be causing this?

    Best regards,
    Ismael

    #1282241

    Thanks, Ismael.

    Yes, that may some weird extension conflict in my Chrome indeed since I could not reproduce the issue in FF either.

    Thanks again, and consider this topic solved.

    #1282409

    Hi DGITeV,

    Great :)

    We are closing the thread.

    If you need further assistance please let us know in a new one.

    Best regards,
    Victoria

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Events (w/ TheEventsCalendar) listed in blog, but category not showing’ is closed to new replies.