• Resolved alex18051

    (@alex18051)


    Long the wrap in the center of the article, after a paragraph! If the ad was sostoyalo of 2 blocks, it often climbs on the picture in the text which was written as float: left. Fix update please!
    until I put the style in template-functions.php

    $adscode =
    “\n”.'<!– QUADS WP Content Plugin v Ad. ‘. QUADS_VERSION .’ –>’.”\n”.
    ‘<div style=”clear: both; margin: 10px 0;” class=”quads-quads location-id’ .$id. ‘” style=”‘.$style.'”>’.”\n”.
    quads_render_ad($id, $adscode).”\n”.
    ‘</div>’. “\n”;

    I apologize for any errors translated in Google

    Sometimes the average ad inserts in the gallery and a table

    the original message:”Обтекание объявлений

    Долго не работало обтекание в центре статьи, после определенного абзаца! Если объявление состояло из 2 блоков, то часто залазило на картинку в тексте у которой было прописано float: left. Поправьте с обновлением пожалуйста!
    пока не добавил стиль в template-functions.php

    $adscode =
    “\n”.'<!– WP QUADS Content Ad Plugin v. ‘ . QUADS_VERSION .’ –>’.”\n”.
    ‘<div style=”clear: both; margin: 10px 0;” class=”quads-location quads-id’ .$id. ‘” style=”‘.$style.'”>’.”\n”.
    quads_render_ad($id, $adscode).”\n”.
    ‘</div>’. “\n”;

    Приношу извинения за возможные ошибки переводил в гугл”

    Еще иногда среднее объявление вставляет в галерею и таблицу

    • This topic was modified 7 years, 6 months ago by alex18051.
    • This topic was modified 7 years, 6 months ago by alex18051.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Can you show me a screenshot of the issue?

    Thread Starter alex18051

    (@alex18051)

    Thread Starter alex18051

    (@alex18051)

    so I decided

    Ok i see. There is no need to modify the plugin for this.
    Just use a custom style in your themes style.css like:

    Affect all ads:

    .quads-location{
    clear:both;
    }

    Affect only a specific ad:

    #quads-ad1{
    clear:both;
    }

    But it would be better to not add two ads so close to each other especially in following the Google terms of not having more ads than content on a page

    Thread Starter alex18051

    (@alex18051)

    I’ve tried before and tried now, but no effect. prescribed
    .quads-location{
    clear:both;
    }

    Maybe you’re right. Will consider another format
    thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Wrap ads’ is closed to new replies.