Forum Replies Created

Viewing 9 replies - 16 through 24 (of 24 total)
  • Hello 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;
    }
    }
    —————————————————-

    I 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.

    Thread Starter Plamen Yanev

    (@pyanev)

    A 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.
    Thread Starter Plamen Yanev

    (@pyanev)

    Add 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.
    Regards

    Thanks 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.
    Regards

    Hello! Would you share how you do it? Greetings

    Hello! 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/
    Regards

    Hi 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.
    Regards

    Thread Starter Plamen Yanev

    (@pyanev)

    I am from Bulgaria.

Viewing 9 replies - 16 through 24 (of 24 total)