The photo doesn't automatically adjust on the phone (Android or iPhone) when it's set to open in "Modal Window," but it adjusts when I view the image from my laptop. It also doesn't have the arrows to allow me to switch to the next photo from the phone or laptop.

I'm beginning to think there are a lot of bugs with this template because the Ad Agency component was also giving me trouble, but I'll add that later. Dev team to check these two components with the template. I'm noticing a lot of issues.

    jratunh21
    Hii
    For Ad Agency issues kindly open a separate thread on agency forum with details of issue and replicate steps.
    http://prntscr.com/10bp8ze
    About the Publisher Video size is set to 700px. You can change it from the Publisher video settings as it will use same width and height Or add this code to make it 100% for mobile only

    @media(max-width:768px)
    #publisher-video-zone {width:100%!important;}}

    Where do I add the code that you suggested?

    I also changed the settings to "separate page" for the images, changed the dimensions to 50 x 50 just to see if the image will resize, and it's still the same size.
    If you click on Videos or Photos then Image galleries, you will see for yourself that the photo does not adjust even when I changed the dimensions. Now log into the backend and adjust the settings for yourself, and you will see that image does not change. I think there is something wrong with the template because I can switch it to prostar and the template doesn't change, but for some reason, it affects Publisher page.

    PS: sorry about that. I was just venting about the AdAgency component, and I should have put that on a different thread as you suggested along with the problem. I'll do that on another thread.

      jratunh21
      Hi
      Open template folder / your Joomla template/css/custom.css file and add this code

      @media(max-width:768px){
      #publisher-video-zone {width:100%!important;}}

      It will add fix for the small screen size.

      Regards

      5 days later

      I added the code, and it did not work, so I removed it.

      The video portion works fine on the website, but the image portion still doesn't work properly on the phone or the website. The images are coming too large in the modal window and I don't get the arrow to go to the next photo like the demo. Check it out for yourself. Please fix. Thank you 🙂

        jratunh21
        Hi
        The code i shared is for the Publisher Pro video

        @media(max-width:768px){
        #publisher-video-zone {width:100%!important;}}

        Kindly add the code and let me know the specific page URl on which you are still facing issue for video. If possible take screenshot of the part.

          jratunh21
          Hi
          Open /components/com_publisher/css/general.css
          At this code at the end of file

          
          @media(max-width:768px){
          #galleria img {
              width: 100%;
          }}
          Write a Reply...
          You need to Login to view replies.