Changes in photo view

Home Forums Calendar Products Events Calendar PRO Changes in photo view

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1541757
    andrerosing
    Participant

    Hello,

    Look at the screenshot.

    The image is not as wide as the event block. How can I change this. Furthermore, I do not want to show the summary text and the title at the top (upcoming events).

    Andre

    #1542428
    Jennifer
    Keymaster

    Hi Andre!

    By default, the images in photo view should be the same width as the event content. This is likely being caused by either a styling conflict with your theme or by the plugins being a bit out of date. I would recommend first adjusting the “Default stylesheet used for events templates” and “Events template” settings under Events > Settings > Display. These affect how much events pages inherit their styling from the theme.

    You will also want to update everything to the current versions:

    • WordPress 4.9.6
    • The Events Calendar 4.6.17
    • Events Calendar Pro 4.4.27
    • Event Tickets 4.7.3
    • Event Tickets Plus 4.7.3

    Since some of the versions that you’re currently running are quite a bit older, you’ll definitely want to upgrade first in a testing environment – you can use the free Duplicator plugin to create a staging environment if you don’t have already. Jumping from much older versions to current versions can sometimes lead to compatibility issues with other things on your site.

    To remove the “Upcoming events” text, you can either hide it with CSS or do a template overrideThis article also has some code that you can use to remove this title. We are limited in the amount of support that we can provide for customizations like this, but if you can send me a direct link to the page and let me know which views you’d like to remove it from (just photo or other calendar views as well), I’ll be happy to point you in the right direction!

    Thanks,

    Jennifer

    #1542686
    andrerosing
    Participant

    Hi,

    I made a testsite before I update the live site but the license key is out of installs it says. Can I make a copy of the site to test it befor I update the real site?

    Andre

    #1544045
    Jennifer
    Keymaster

    Hi Andre,

    You can sometimes use one license on both a dev and live site (this article has some more info on how this works). However, even if you only use it on one of your sites, you can still update the other one manually if needed. So to answer your question, you can make a copy of the live site to test before updating your live site (we always recommend doing it this way to identify any problems that might arise from updating).

    #1546217
    andrerosing
    Participant

    Hello,

    I updated the WordPress and the events calendar plugin (tickets also and the pro versions). I also change it to the default stylesheet but still the image is to little.

    Andre

    #1546980
    Jennifer
    Keymaster

    Hi Andre,

    Can you send me a link directly to an events page with photo view? I’ll be happy to take a look and see if I can recommend some custom CSS to increase the image size!

    Thanks,

    Jennifer

    #1547094
    andrerosing
    Participant
    #1547990
    Jennifer
    Keymaster

    Thanks!

    It looks like this is coming from some custom CSS that has been added (see screenshot).

    Try removing the above or adding the following to the Additional CSS area under Appearance > Customize (if you have one) or to the style.css file of your child theme:

    .tribe-events-list .tribe-events-loop .tribe-events-event-image {
    width: 100% !important;
    }

    Let me know if this helps!

    Thanks,

    Jennifer

    #1548131
    andrerosing
    Participant

    This is solved. I had another code in the custom css with the width 40%.
    I changed it to 100%

    Thanks
    Andre

    #1549385
    Jennifer
    Keymaster

    Great! I’m glad that fixed it! If there is anything else that I can help with, please let me know.

    Thanks,

    Jennifer

    #1565205
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Changes in photo view’ is closed to new replies.