Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3455367
Google map height
Closed

Comments

  •  8
    Lukasz started the conversation

    After enabling the Soledad theme, my google maps became very high. All Google Maps are set to 500px height and 100% width. Meanwhile, see what they look like:
    https://www.kierunekwlochy.pl/wenecja-wlochy/

    See the first Google map with a city tour route.

    Even though I set the height to 500 px, the map is very tall - both in desktop and mobile versions.

    I embed the map using the following HTML:

    <iframe src="https://www.google.com/maps/d/embed?mid=11qX1_OuNfW4QAhRyji5CgvGpn0sQ4kQ&ehbc=2E312F" width="100%" height="500"></iframe>
  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .entry-content iframe {
        max-height: 550px;
    }

    Regards,
    PenciDesign.



  •  8
    Lukasz replied

    Good morning,

    Thank you - I added Your CSS. Google Map already has good dimensions, but a huge empty space has formed under the map. Please look:

    https://www.kierunekwlochy.pl/wenecja-wlochy/

  •  8
    Lukasz replied

    Probably the problem is here - see screenshot.

    Attached files:  mapa.png

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Speed Optimization → General & Lazyload: turn on the "Disable Lazyload for All Iframes".

    Regards,
    PenciDesign.


  •  8
    Lukasz replied

    Thank you. I enabled "Disable Lazyload for All Iframes", removed critical CSS and LSCache data. Unfortunately, still unchanged:

    https://www.kierunekwlochy.pl/wenecja-wlochy/

    In this article I use the code:

    <iframe src="https://www.google.com/maps/d/embed?mid=1IIsPM4TLfcJTdyptID_Wc6tfLHqfbWE&ehbc=2E312F" width="100%" height="500"></iframe>
  •  8
    Lukasz replied

    The "padding" always sets itself. I do not know why. See the screenshot. I just insert a short HTML code and the padding sets itself.

    Attached files:  padding.png

  •  8
    Lukasz replied

    There is probably a problem with the CSS style: fluid-width-video-wrapper

    Maybe here?

    .penci-video_playlist .fluid-width-video-wrapper {
        padding-top: 56.25% !important
    }

    I don't know why the fluid-width-video-wrapper style is added to the google maps iframe. It's not YouTube.

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .fluid-width-video-wrapper {
        padding-top: 0 !important;
    }
    .fluid-width-video-wrapper iframe {
        position: relative;
        min-height: 550px;
    }

    Regards,
    PenciDesign.



  •  8
    Lukasz replied

    I have entered your CSS. I deleted the cache. It's bad again:

    https://www.kierunekwlochy.pl/wenecja-wlochy/

    This is a simple code from google that doesn't work in this theme!

    <iframe src="https://www.google.com/maps/d/embed?mid=1IIsPM4TLfcJTdyptID_Wc6tfLHqfbWE&ehbc=2E312F" width="100%" height="500"></iframe>
    

    I also include Google maps from the Spectra plugin - they also display incorrectly.

    The Soledad theme treats the google maps iframe as a video. Temporary solutions do not help. A theme update is urgently needed. Please test the google maps iframe on your test environment and release a theme update.

  •  2,541
    PenciDesign replied

    Hi,

    Please try to add the following CSS code:

    .fluid-width-video-wrapper,
    .fluid-width-video-wrapper iframe {
        position: static !important;
    } .fluid-width-video-wrapper {
        overflow: hidden;
        margin-bottom: 60px;
    }

    Regards,
    PenciDesign.



  •  8
    Lukasz replied

    Hi,

    Thank you! Now it works fine.

    So leave all this code in "Custom CSS"?

    .widget ul.side-newsfeed li .side-item .side-item-text h4 a {font-size: 14px}
    .entry-content iframe {
        max-height: 550px;
    }
    .fluid-width-video-wrapper {
        padding-top: 0 !important;
    }
    .fluid-width-video-wrapper iframe {
        position: relative;
        min-height: 550px;
    }
    .fluid-width-video-wrapper,
    .fluid-width-video-wrapper iframe {
        position: static !important;
    }
    .fluid-width-video-wrapper {
        overflow: hidden;
        margin-bottom: 60px;
    }
    
  •  8
    Lukasz replied

    However, it's not OK. Google Maps now displays well, but YouTube videos now start displaying incorrectly. See at the bottom of the post:

    https://www.kierunekwlochy.pl/najpiekniejsze-wloskie-piosenki-przeboje/

    However, it will probably be necessary to update the theme.

    Maybe you could update the theme so that both google maps and youtube work well?

  •  2,541
    PenciDesign replied

    Hi,

    We'll check it on the testing site and release an update as soon as possible.

    Regards,
    PenciDesign.

  •  8
    Lukasz replied

    Hi,

    Have you started working on updating your theme yet?

    By the way, I would like to draw your attention to one more error. Embedding posts from Wordpress doesn't work well either. At the bottom is a cropped portion of the frame on the Edge browser. However, on iPhone it doesn't work at all. On iPhone, the text is large and truncated. This is not how it should be.

    Please see this example on Edge and iPhone:
    https://www.kierunekwlochy.pl/oplata-za-wstep-do-wenecji/

    Only works well on Chrome.

    To sum up, please update and correct:
    - google maps iframe
    - youtube iframe
    - way to show wordpress post previews on iphone/edge

  •  2,541
    PenciDesign replied

    Hi,

    I will verify this issue on my testing site and promptly update your site once the testing is complete.

    Regards,
    PenciDesign.


  •  8
    Lukasz replied

    Good morning,

    Does today's theme update (Version 8.4.1) already include fixes for the bugs I reported?

    I can't update it. I don't have the "Update" option. I have the Envato Market plugin installed and configured. I installed previous updates without any problems.

    See the screenshot in the attachment.

    Attached files:  soledad-1.jpg
      soledad-2.jpg

  •  2,541
    PenciDesign replied

    Hi,

    Please attempt to check for the update in the next few hours.

    Regards,
    PenciDesign.


  •  8
    Lukasz replied

    Thank you. Does this update solve the problem with the Google Maps iframe and YouTube iframe?

  •  2,541
    PenciDesign replied

    Hi,

    Unfortunately, this update doen't include these bug fixed. 

    Regards,
    PenciDesign

  •  8
    Lukasz replied

    Thank you. Now it has been successfully updated.

    When can I expect a theme update with improved google maps iframe and youtube iframe?

  •  2,541
    PenciDesign replied

    Hi,

    The update containing this bug fix is expected to be released at the end of this month.

    Regards,
    PenciDesign.


  •  8
    Lukasz replied

    Good morning,

    The end of the month is coming. Will there be an update soon?

    I will remind you. It was about the Google Maps iframe and the YouTube iframe - a problem with correct display.

    I would like to draw attention to one more issue. See the screenshot.

    In the Wordpress editor, I select the "Media and text" option. That is, an image on the left and text on the right. Then I set the frame background. The panel has nice margins from the edges of the frame. However, on the page, the text and photo extend to the sides - without a margin. Can this be improved?

    The screenshot in the attachment shows everything.

    Attached files:  problem-1.png
      problem-2.png

  •  2,541
    PenciDesign replied

    Hi,

    We are currently working on this update. Thank you for providing this information. I will update this ticket when it becomes available.

    Regards,
    PenciDesign.


  •  8
    Lukasz replied

    Thank you. Will you also improve the margins in the frames (media + text)? It's about what I showed on the screenshot today.

  •  2,541
    PenciDesign replied

    Hi,

    Indeed, we will conduct research and work on improving these features.

    Regards,
    PenciDesign.


  •  8
    Lukasz replied

    Hello,

    Does today's theme update solve my problem?

    Lucas

  •  2,541
    PenciDesign replied

    Hi,

    The update solely comprises security enhancements; it does not incorporate updates related to your specific requirements.

    Regards,
    PenciDesign.



  •  8
    Lukasz replied

    Hi,

    Are you working on a theme update for the issue described here?

    It takes a while.

    Regards,
    Łukasz

  •  2,541
    PenciDesign replied

    Hi,

    The update with this bug fixed will be released soon. Please continue to wait.

    Regards,
    PenciDesign.


  •  8
    Lukasz replied

    Good morning,

    Another two weeks have passed since your last reply.

    I first reported a serious theme bug 40 days ago.

    Regards,
    Lucas

  •  2,541
    PenciDesign replied

    Hi,

    We have a lengthy list of fixes and improvements, and there are numerous features that need to be added, so the process may not be as swift as I initially anticipated. I will make an effort to address and update your bug report by the end of this month.

    Regards,
    PenciDesign.


  •  8
    Lukasz replied

    Good morning,

    More than 3 weeks have passed since the last message. Is there any news about the update yet?

    Regards,
    Lucas

  •  2,541
    PenciDesign replied

    Hi,

    We'll release the new update with this bug fix in version 8.4.3 (Maybe in the next week)

    Regards,
    PenciDesign.


  •  8
    Lukasz replied

    Good morning,

    Does yesterday's update solve my problem from this report?

    Can I remove the "Custom CSS" I posted ad hoc to resolve a theme error?

    Regards,
    Lucas

  •  2,541
    PenciDesign replied

    Hi,

    We've already fixed some small issues, but please keep the current CSS code.

    Regards,
    PenciDesign.

  •  8
    Lukasz replied

    However, you still haven't fixed the bug with the google maps iframe.

    I tried removing the CUTOM CSS, but it's still necessary:

    .uag-hide-desktop {
        display: none;
    }
    @media only screen and (max-width: 767px) {
        .uag-hide-mob {
            display: none;
        }
        .uag-hide-desktop {
            display: block;
        }
    }
    .widget ul.side-newsfeed li .side-item .side-item-text h4 a {font-size: 14px}
    .entry-content iframe {
        max-height: 550px;
    }
    .fluid-width-video-wrapper {
        padding-top: 0 !important;
    }
    .fluid-width-video-wrapper iframe {
        position: relative;
        min-height: 550px;
    }
    .fluid-width-video-wrapper,
    .fluid-width-video-wrapper iframe {
        position: static !important;
    }
    .fluid-width-video-wrapper {
        overflow: hidden;
        margin-bottom: 30px;
    }
    

    You haven't done anything about it for two months. After all, this problem doesn't only concern me. Many websites use google maps iframe.

    The CUSTOM CSS I have to use to make google maps work breaks other elements. This is not a good solution.

  •  2,541
    PenciDesign replied

    Hi,

    The issue stems from our ongoing research on a new JavaScript solution for all iframes. If it has an impact on all iframe content, we refrain from including it until it reaches a stable state.

    Regards,
    PenciDesign.