yodam1
Hi
this is not happening on local host with your site backup. Kindly create a campaign for Click packages not for impressions.
You can install your site backup on different server or localhost. There is no issue found.

Hi,
I've called the hosting company and there were security problems so some BOT accessed the site making the impressions increment.

Can you now solve the first graphical problem I had at start? note that to access my site that the .htaccess password is reenabled

Thank you for the help and the incredible expertise you always demonstrate

    Ninja

    please remove the screenshot.

    Have you used .htaccess user and password I gave you in fields?

    I've called the hosting company and the site is accessible also from far countries

    Thanks!

    yodam1
    The site is still not opening.
    Location India, Vietnam.

      Ninja Done. Now it's a click campaign. So now you can answer to my first question

      But if Internet BOTs can consume my Impressions campaigns how can I use impressions campaigns?

      Thanks!

        yodam1
        Hi
        Impression counts work on each page refresh, about the issue i shared details in previous post its something on your server side that could not be controlled as same issue not replicated on localhost.

        Add this code in custom.css file about the topic subject issue

        
        #ijoomlazone226 .rotating_zone{min-height:auto!important;}

        Hi,
        1) Is not working:

        2) The impression problem is because the are internet bots that navigate my site. The hosting support putted some protections, but I ask if it's possible to add some javascript protections (those bots load the page and when they load a page impression is added). This is a common problem on internet:
        https://clearcode.cc/blog/rtb-online-advertising-fraud/ (read the point #6)

        Thanks!

          yodam1
          HI
          The side space is not from ads you select the columns view and it will divide it like this http://prntscr.com/qelma4
          The code for height is working fine.
          About other issue, i am afraid its something could not be controlled.

            Ninja Is it possible to have a bigger height to have less horizontal space beetween ads? Sorry my English is not good as your so I did not understood what to do

            Thanks!

              yodam1
              Hi
              Its not related with height, this is width of span3.
              As the formate is in columns it divide the ads like this and made the ads responsive so ad image resizing.

                Ninja Hi,
                With many attempt (I don't know css) I did:

                .mod_ijoomlazone [class*="span"] {
                margin-top: 0 !important;
                margin-right: 0 !important;
                margin-bottom: 0 !important;
                margin-left: 0 !important;
                float: left!important;
                box-sizing: border-box;
                min-height: 105px !important;
                padding-left: 0px !important;
                padding-right: 0px !important;
                }

                Do you think it's a good solution or can generate problems?

                Thanks!

                  yodam1
                  Hi
                  It will impact other places too try to add a parent class in the code

                  #ijoomlazone226

                  Hi,
                  At the end I did:

                  #ijoomlazone226 [class*="span"] {
                  padding-left: 0px !important;
                  padding-right: 0px !important;
                  }

                  that seem working. What you think about?

                  Thanks!

                    yodam1
                    Hi
                    Yes this code will work only for this place and looks fine.

                    Ninja locked the discussion.
                    Write a Reply...
                    You need to Login to view replies.