• Resolved 3shadesofblue

    (@3shadesofblue)


    Have some issues since the new upgrade of wp-property plugin.
    1. image gallery is now showing on bottom as to the right side which cuts the page width down by 75% current property
    now a view of a property client loaded last month
    see link for example

    This is what it used to look like before upgrade
    2. for the gallery images 3 choices Upload–Manage Gallery–Update Gallery It does not allow me to use images already in my media gallery. only aloows an upload from computer.
    Documentation from the developers is rather vague.

    So any ideas I will be happy to entertain.

    https://www.ads-software.com/plugins/wp-property/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thank you for the inquiry ??

    1. 1. Your theme CSS uses the following rule:
    `.clearfix {
    display: inline-block;
    }
    `
    Try changing it to:
    `.clearfix {
    display: block;
    }

    2. Try uploading Images from your computer as this is a default option and can not be changed, we will look to see if we can adjust that element so you are able to upload images from your gallery.

    Let us know if you have any questions!

    Have a great day!

    Thread Starter 3shadesofblue

    (@3shadesofblue)

    #1 that worked without the ‘ before .clearfix in the code you sent.
    #2 that is the only way by uploading images from my computer, but if the client has the same images say for 4 apts in the same building, its a long involved process and too much bulk in duplicate images.
    So a adjustment in a future upgrade would be nice.

    #3 from you email I am using php 5.6 no need to go backwards.

    Thanks for you help in solving my issue in #1.

    #1 perfect, glad I could help ??
    #2 We wil deffiniatly try to solve this issue, feel free to post your suggestions here:
    #3 ok, ?? not a problem!

    And you are very welcome! Feel free to contact us if you have any questions at all.

    Have a good one!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wp-property Upgrade issues’ is closed to new replies.