Alexey Tikhonov
Forum Replies Created
-
Forum: Plugins
In reply to: [Market Exporter] Множественные категорииспасибо! помогло
Forum: Plugins
In reply to: [Zoom OpenSeadragon] Problem with sequence mode and image captionsPlugin uses captions from wordpress gallery. Just edit caption on gallery edit page
Forum: Plugins
In reply to: [Zoom OpenSeadragon] instructionsI am not familiar with deep zoom composer, but dzi appears correct. Plugin would expect zoom levels images in directory dzc_output_files in this case. Can you try it? (and don’t forget to add
noattachments="true"
to shortcode)Forum: Plugins
In reply to: [Zoom OpenSeadragon] Not working in WordPress MultisiteHello. Can you be more specific in describing the problem?
Forum: Plugins
In reply to: [Zoom OpenSeadragon] zoomimages att not workingLive demo site is runing 4.9.1 and all the features work there. So it must be something other that causes your problem
Forum: Plugins
In reply to: [TwentyTwenty] responsiveat least for horizontal basically you need images have max-width: 100% attribute.
so adding
.twentytwenty-horizontal img {
max-width: 100%;
}
to your theme style would do the trick.I would suggest adding it to plugin css though, at least optionally
Forum: Plugins
In reply to: [Zoom OpenSeadragon] A can't manage to use the plugin with "caos"I assume that you have produced with Composer the following:
dzc_output.xml
dzc_output_files
- 0
- 1
etc. – folder with bunch of subfolders and jpeg filesif that’s the case, you are all set, just upload them (e.g. with ftp) somewhere to your site and point plugin to the files. Let’s say you are working with Via del Papa map. You can upload them, for example, to folder
zoom/via-del-papa
on https://www.fondofculturalheritage.itand then your example shorcode would be
[gallery width="900" height="690" showrotationcontrol="true" caption="Via del Papa." openseadragon="true" noattachments="true" shownavigator="true" zoomimages="/zoom/via-del-papa/dzc_output.xml"]
Forum: Plugins
In reply to: [Zoom OpenSeadragon] Ajax 404 with zoomimages="/x.dzi"you need actual images .xmls, they should contain something like
<?xml version="1.0" encoding="UTF-8"?> <Image xmlns="https://schemas.microsoft.com/deepzoom/2008" Format="jpg" Overlap="1" TileSize="256" > <Size Height="3715" Width="5016" /> </Image>
and if that’s myimage.xml, the folder this file is in should contain folder myimage_files, that holds actual image tiles
Forum: Plugins
In reply to: [WP Reel] CursorYou can use “cursor” parameter for url of cursor. (Btw, by default it should not be pointer cursor, but rotating image that is default in reel library)
Forum: Plugins
In reply to: [WP Reel] loops="false" doesn't workHello
Have you tried adding width and height parameters? Currently they should be present for panorama mode to work correctly. (width and height mean width and height of visible part of the image you are showing
Forum: Plugins
In reply to: [Zoom OpenSeadragon] Warning: Illegal offset typeAll credits to wonderful javascript viewer OpenSeadragon that this plugin uses)
Forum: Plugins
In reply to: [Zoom OpenSeadragon] Warning: Illegal offset typeThanks for the bug report. Version 1.2 should fix this (and improve performance by actually using different attachments sizes)
Forum: Plugins
In reply to: [WP Reel] Please tell me the specific usageHello, I’m not sure I understand the question. Plugin is installed like all the other plugins, via ‘add plugin’ from wordpress admin plugins menu. Or you mean how to use it to create reel animations?
Sorry for not specifying it earlier – main comments listing under a post are missing.
Hello, I’m experiencing the same problem as the original poster. I’m using Role Scoper
1.3.41 and Custom Post Type UI 0.7 to create my custom posts. I’ve removed all taxonomies from Roles > Options > Realm > “Taxonomy Usage” but comments are still not visible. As far as I can see – the Custom Post Type UI plugin registers custom post types with priority 0.