1. How can I manipulate three column to display its icon in horizontal line in my mobile device. This display horizontally on desktop. But vertically on mobile device.
2. My ads on header section displays normally on desktop (728×90), but is cut off on mobile device.
I am using a plugin called “WP PRO Advertising System”.
They have different short code which are:
a. Post tag [shortcode][pro_ad_display_adzone id=”2136″]
b. Template tag: <?php echo do_shortcode(“[pro_ad_display_adzone id=2136]”); ?>
c. Iframe tag: <iframe id=”wp_pro_ad_system_ad_zone” frameborder=”0″ src=”http://warrimarket.com/?wpproadszoneid=2136″ width=”728″ height=”90″ scrolling=”no”></iframe>
d. Asynchronous JS Tag
I used the Iframe tag, which worked well for desktop device but cut off on mobile device.
Kindly assist me in getting the full banner size of 728×90 for the mobile device
3. How many plugins does Newspaper 7 support?
Hi,
1. You could use some custom css code to achieve this, like in this example – https://www.screencast.com/t/mGOPaGKpYR and experiment with the margin property if you want it to to look different, or just use it as it is now. The code must be entered in Theme panel->Advanced Css in the Phone section in order to apply only in that situation – https://www.screencast.com/t/6sN0ZN4wQWs This is the code I used in that example
.vc_custom_1489069033070 .td-pb-span4 {
width: auto;
float:left;
margin: 33px auto 33px 33px;
}
2. The problem is that the ad you are using is not responsive, and it is displayed the same in all the devices. If the iframe has a fixed width in all situations, that is the way it will be displayed. In this situation the ad is full – https://www.screencast.com/t/jCGfUg1fa7 but for anything smaller it gets cut off – https://www.screencast.com/t/z1iGFkAzx If you can configure your plugin to show different ads depending on screen size this can solve this issue. You can also find more about using other ads here – https://forum.tagdiv.com/using-other-ads-non-adsense-ads/ and examples for different ads based on screen sizes.
3. At the moment these are the tested plugins that are tested periodically – https://www.screencast.com/t/SiNOeNy294T along with the plugins provided in the theme package. This does not mean that only these plugins are compatible with the theme. You can try others as well, some may work and others not, depends on the plugin.
Thanks
Hi,
1. Some users here on the forum are using the Adrotate plugin, with favorable results. You can try this plugin and see if it suits your needs.
2. You can install any plugin that you think is necessary for your website. But besides compatibility issues that could appear between them or conflicts with the theme, an increased number of plugins could negatively affect your website page loading speed. So it would be best to use only the ones you think are most necessary for your project.
Thanks