Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Did you figure this out?

    As far as I know, the only forms for entering/editing businesses are in the dashboard, under Business/All Businesses where you can edit, or Businesses/Add New you can add a new one. You have to scroll down to see the address fields.

    If this does not help please provide more info.

    I cannot tell from the info provided if you are doing this, but first you would need to make a page for each category, then display directory on that page with the shortcode for that category, for example:

    [business_directory category=”restaurants”]

    Thread Starter helium3

    (@helium3)

    Hello David,

    Thanks very much for your response.

    I am working on an image-centered photo site and my main concern was more flexibility in the generation of larger, one column, mixed orientation galleries. At the time I wrote my main concern was to make vertical images better fit the screen while keeping the same column wide enough for the alternating horizontals. I have actually found a fix for that, which may be of help to others. It actually makes the images responsive:

    img.attachment-large {
         max-height: 80vh;
         width:auto;
         }

    Interestingly, this solution will not work on "full" images. I am able to get the srcset to appear in "full" as well, but it appears to me that only the full size image will be served. If srcset support is ever possible, it would be a huge benefit to serve smaller images as needed.

    Again, thanks for your reply.

    Steve

    Thread Starter helium3

    (@helium3)

    Hello David, thanks for your reply! I do understand how this is not a supported area.
    I have been thinking about the best way for the end user to get back to a particular image – which is where pagination (as opposed to one long page of infinite scroll) would be better. Also, if you have one long page, say 100 photos, that would make the page load take too long and will also penalize your site in the search results.
    This leaves pagination. I will need to do some testing, but since I am in local development I am not able to do this just yet. I will update when I know more – in the meantime, anyone else know if the images on paginated pages with the search query urls are being indexed? Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)