Plamen Yanev
Forum Replies Created
-
Forum: Plugins
In reply to: [iPanorama 360 - WordPress Virtual Tour Builder] Limit full screen sizeHello Kaz2! I finally found a solution to this case. Everything is resolved by adding additional CSS in the “Custom CSS” section. You can adjust everything you need according to the screen resolution. Things like: screen size, font and marker sizes, colors and all kinds of valid CSS attributes. Here is an example:
*Scenes window resolution
—————————————————-
@media only screen (min-width: 700px) and (max-width: 1039px) and (orientation: landscape) {
.ipnrm {
min-height: 500px;
}
}
—————————————————-*Size, color and border of the custom markers
—————————————————-
@media only screen (min-width: 700px) and (max-width: 1039px) and (orientation: landscape) {
.ipnrm .ipnrm-markers .ipnrm-custom .ipnrm-body>img {
width: auto;
max-width: 200px;
height: auto;
background-color: gray;
border-right: solid;
border-left: solid;
border-top: solid;
border-color: #24cb83;
border-width: 3px;
}
}
—————————————————-*Size, color and font below the marker
—————————————————-
@media only screen (min-width: 700px) and (max-width: 1039px) and (orientation: landscape) {
.ipnrm .ipnrm-tag {
font-size: 12px;
width: 200px;
color: #ffffff;
}
}
—————————————————-Forum: Plugins
In reply to: [iPanorama 360 - WordPress Virtual Tour Builder] Limit full screen sizeI am also trying to solve this problem. When the height of the container is “Auto”, the mobile screens are ok. However, on a desktop monitor, the window has strange proportions – something like height / width – 1: 4 or 1: 3 / according to the screen resolution /. When a fixed size is set for the height of the container, for example 500 px. things look much better for desktop monitors, but on mobile screens in landscape mode the scene does not fit. I tried experimenting with additional CSS settings, but for some reason, the settings that are set in the “General” section are a priority.
Forum: Plugins
In reply to: [iPanorama 360 - WordPress Virtual Tour Builder] Google mapsA few more useful options, if possible to implement into plugin.
“Auto landscape orientation for mobile” and “Auto full screen mode for mobile”. Or both options can be realized in one.
Regards- This reply was modified 3 years, 11 months ago by Plamen Yanev.
Forum: Plugins
In reply to: [iPanorama 360 - WordPress Virtual Tour Builder] Static buttonAdd something else you notice. In the “Civic” widget, apart from the HOME button not working, the “Start in the hide interface mode” option also has no effect.
RegardsForum: Plugins
In reply to: [iPanorama 360 - WordPress Virtual Tour Builder] Font Size / Type faceThanks Kaz2! To share my experience, I hope it will be useful.
Right-click the item you want to edit. You select “Inspect”. In the right window, which opens / Styles /, you find CSS responsible for this element. Something like this:
————
.ipnrm .ipnrm-markers .ipnrm-custom .ipnrm-body>img {
width: 200px;
height: auto;
background-color: gray;
border-style: groove;
border-color: #24cb83;
border-width: 2px;
}
————
You need to copy it in the “Custom CSS” plugin section. And now you can make changes to the parameters, as well as add new valid CSS.
RegardsForum: Plugins
In reply to: [iPanorama 360 - WordPress Virtual Tour Builder] Font Size / Type faceHello! Would you share how you do it? Greetings
Forum: Plugins
In reply to: [Simple Lightbox] Group gallery itemsHello! I have the same problem. I use a classic wordpress gallery. I choose an option: Group gallery items separately. But the photos are not grouped in a slideshow. Images continue to be displayed individually.
Here is an example: https://varnamaps.eu/batakliyata/
RegardsForum: Reviews
In reply to: [WORDPRESS VIDEO GALLERY] Good plugin but a few extra goodies would be goodHi Kevin!
Can you explain in more detail how you managed to fix the problem with Permalinks? What you mean when you say to switched off? For me the problem is not only with pagination. The same happens with the categories – whatever category you choose, you are redirected to the homepage. Please for some help to solve this problem.
RegardsForum: Plugins
In reply to: [Weather Layer] Small problemI am from Bulgaria.