Missing Photo Option

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #8875
    privatejeep
    Participant

    You released an update to this plug-in that requires WP Travel 1.7.6 which has not been released yet? Why would you release an update to a plug-in before the main one was released?

    Is WP Travel 1.7.6 coming very soon?

    #8877
    Support Team
    Keymaster

    Hello @privatejeep,

    We would like to apologize for the inconveniences.

    Actually, we have planned of releasing both the product at the same time but in the end, there was some issue in releasing the WP Travel new update.

    But we have already worked on the fix so we will be releasing the update very soon.

    Hoping for the co-operations.

    Thank you.

    Regards!!

    #8898
    privatejeep
    Participant

    No thank you for an awesome product that powers my entire business! Thank You for being great at support and actually listening and responding to our support questions, requests, and suggestion!

    #8905
    privatejeep
    Participant

    You have a big problem with this new photo feature in itinerary. You did not give us a way to delete a photo once one is entered! So once you enter a photo the only thing we can do is change it. There is no way to remove it.

    Please give us an update asap to be able to delete a photo. A photo was entered into the wrong place and now there is no way to remove the photo. 🙁 UGGG!

    #8934
    Support Team
    Keymaster

    Hello @privatejeep,

    We would like to apologize for the trouble.

    But currently, we have added the feature of changing the image so if you have entered the wrong image then change it.

    Screenshot:

    https://prnt.sc/lyux71

    Also, we will definitely add the feature to delete in our next update.

    Thank you.

    Regards!!!

    #8983
    charleswebb
    Participant

    Nice option but it’s using the 150×150 px version of the image, and showing it at 100% width of the enclosing div, how do I choose which size of image it uses? That would be very helpful, otherwise the images look ugly. Secondly it would be much better to show the image to the left or right of the itinerary text, rather than making the itinerary longer. Please implement these as configuration options in the plugin. Thanks.

    #8999
    Support Team
    Keymaster

    Hello @charleswebb,

    Currently, there is no option to manage the image size but we have added it as the feature request.

    As for now we will provide you the CSS using which you will be able to decrease the size of the image.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and add the CSS given below:

    .timeline-contents [class*="tc-"] img {
    	height: 220px;
        width: auto;
    }

    Chane the height as per your requirement.

    Hope this helps.

    Best Regards!!

    Happy New Year 🙂 .

    #9013
    charleswebb
    Participant

    What about relocating the image so that it appears next to the text rather than above it?

    #9014
    WP Travel Admin
    Keymaster

    Hello @charleswebb,

    As for now to display the image and the text as per your requirement add below given CSS.

    .timeline-contents [class*="tc-"] img {
        float: right;
        height: 180px;
        margin-left: 15px;
        width: auto;
    }

    Thank you.

    Regards!!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘WP Travel Utilities’ is closed to new topics and replies.