Mobile version – style pro

Posted in: Newspaper
Post count: 23

Hello,

im using this theme/demo: https://demo.tagdiv.com/newspaper_style_pro/

I would like to ask you for one thing. If I want to have this design on mobile, I have to deactivate plugin mobile theme?

If I do that, I can still use AMP plugin without mobile theme plugin?

And the last thing, if is mobile theme plugin active, the site is much faster than without. So if I deactive mobile theme plugin to have the style pro design on mobile it will affect the fast of the website on mobile?

Thanks and have a nice day

TOny

Post count: 35449

Hi Tonyruik, yes, the mobile theme plugin is making the mobile version faster, but if your website is well optimizes you can use the responsive version too, then you’ll have this design.
You can use the amp with mobile theme templates using this option -> https://imgur.com/4rY4Zva or you can use only the amp plugin with this option -> https://imgur.com/k1ZVWoN
Thank you!

Post count: 23

The speed is one thing, that I choose your theme because of it. But the result of 25 – for mobile and 40 for computer is not much. Do you offer some setting of this to have better results?

I also would like to ask if is possible to make some changes in the mobile theme plugin, like for example to exclude some categories from homepage and so on?

Please one more thing, there is some setting to change color of text with link in the article?

Have a nice day

Tony

Post count: 35449

Hi,

Please follow our tutorial for page speed -> https://tagdiv.com/how-to-increase-page-loading-speed/
Also you can check these similar topics for more solutions: -> https://forum.tagdiv.com/topic/optimize-script-to-improve-site-speed/ -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
https://forum.tagdiv.com/topic/a-few-tips-for-newspaper-x-speed-high-cpu-usage-issues/
https://tagdiv.com/how-to-increase-page-loading-speed/

If you are using the mobile theme plugin, then you can use the settings from theme panel to edit it, for homepage, you can use these options -> https://i.imgur.com/Mb4yInP.png

Let me know the results!

Post count: 23

Hello, thanks.

I also have one more thing.

I need to set my branding (backround) ads and we have to set it with two ways. One for people who came from seznam.cz and the second for all the others visitors.

I would like to ask for how to switch a page into o boxed version as if there was a background ad present. The body background and a clickable link will be set by JavaScript.

Because due to the thing, that we have to select two ways so we cannot use your backround ads in the template. Or if there is some option for that?

Thanks a lot and have a nice day

Tony

Post count: 35449

Hi,

Our background ad can be use only for an advertisement -> https://i.imgur.com/EfEFaWe.png
To make the website boxed, you need to add an background image -> https://i.imgur.com/XW14xeL.png and make sure that the options from theme colors> general is set on for boxed layout -> https://i.imgur.com/kEWotnH.png

Thank you!

Post count: 23

Hello,

we just find that and its ok right now. But still we have another problem. The content is set to 1060PX, but there are between header and footer white lines with 1080-90px so that it interferes with advertising. I would like to send you screenshot but I cant…

And also the backround ads looks ok on big screen, but if you have smaller screen so the middle content of page move to left.

Another this is also that you cant click on the ads in the header and footer place, even if is set to 1060px as the middle content.

We have one backround ads setted and its ok, but this second one do this problems.

Here is the code, which we added there with custom css plugin, because we have to separete people who came from seznam:

if (!isFromSeznam()) {

let imgurl = “https://www.ruik.cz/wp-content/uploads/2020/09/1CeskaLiga_ruik_250kb.jpg”;
let link = “https://www.tipsport.cz/PartnerRedirectAction.do?pid=18802&sid=22285&bid=18458&tid=7825”;

jQuery(‘.td-header-desktop-wrap’).css(‘margin-top’, ‘226px’);

jQuery( “body” )
.removeClass(‘td-full-layout’)
.addClass(‘td-boxed-layout’)
.css({
“background-image”:”url(” + imgurl + “)”,
“background-repeat”:”no-repeat”,
“background-attachment”:”fixed”
})
.on(‘click’, function(e) {
e = jQuery(e.target ? e.target : e.srcElement);
if (e.hasClass(“td-outer-container”)||e.hasClass(“td-theme-wrap”)||e.hasClass(“td-header-wrap”)||”tdb-autoload-article”===e.attr(“id”)) {
window.open(link, ‘_blank’);
}
});
}

Here is the link for the screenshots, there is one ads which works and the second which do the problem:

https://ibb.co/48K4t8V
https://ibb.co/34BJ2y9

Post count: 35449

Hi, I just checked the website and this is loon normal -> https://i.imgur.com/5lHrLVB.jpg -> https://i.imgur.com/735tth2.png
Also the example from your screens I could not find them, sorry!
As I can see you are suing a single post template, you should be able it edit it using tagDiv Composer.
Also make sure that you do not have a plugin conflict, usually this is between tagDiv Cloud Library and WP Bakery.
Thank you!

Post count: 23

Hello,

if you open these two links, there are the backround ads screenshot, the wrong backround ads are ofline now.

https://ibb.co/48K4t8V
https://ibb.co/34BJ2y9

one is ok, it works, but the second with the code which I sent you is doing wrong white lines… And the thing that the codes are paste into the website samo way…

Post count: 35449

Hi,

So if you are remove the code the layout get to normal, if is so, then the problem seems to be that the code is affecting somehow the theme functionality. For this I will need a link to a page/post with this problem to inspect from where is coming the overwrite code, in this way I can create a stronger one that you can use with the code for background ads.

Thank you for your understanding!

Post count: 23

Hello,

can I send you login info to check it here?

Then you can active the ads and check it… Because we cant have it active for whole day, if you understand.

Post count: 35449

Hi,

Yes, you can send us an email at contact@tagdiv.com and provide admin login. We will take a look. Include a link to this topic in the email.

Thanks

Post count: 23

Hello, I just wrote you an email to: contact@tagdiv.com.

I would like to ask you, if is possible to help me with one thing. I have a website ruik.cz, where is around 25 000 articles and it works 4 years. I have a problem with my hosting, because for example in the April, there was 2 000 people live and the server worked, not well, but worked. But right now there is for example 300 people live and the server doesnt work. We tried plugin WP-Sweep to clean the database but its not much better. I want to aks, if could be something wrong in the theme or there is problem with plugins? I need to know it to look for the problem, if you could help me with this or have some advice, I would be very grateful to you.

Here are one biggest problem from hosting report: command “mytop” is the most:
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND wp_posts.ID NOT IN (212768) AND ( \n wp_term_relationships.term_taxonomy_id IN (954,16682,20071)\n) AND wp_posts.post_type = ‘post’ AND ((wp_posts.post_status = ‘publish’)) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 3 0.000

If you want to check the theme on server, the credentials to login was sent to email.

Have a nice day

Tony

Post count: 23

Or there is another thing, if the problem could be, that wordpress is not working with this amount of articles (database) and traffic?

Have a nice day again

Tony

Post count: 35449

Hi Tonyruik,
This situation can be from the theme version that you are using, I see that you have now Newspaper v10.3.7, This is an old theme version that is not full compatible with WordPress v5.7.2 that you are using right now. What I can suggest is to make a full backup for your website and database and update the theme to the last version, Newspaper v11. You can use the manual or automatic update (if you are using widgets, it is better to use the manual theme update). After that please make sure that all theme plugin that you are using right now are enable.
On this link https://themeforest.net/item/newspaper/5489609 down in page you can see the chnagelog of the theme.
This should help you to have better results!
Let me know the results!
Thank you!

Viewing 15 posts - 1 through 15 (of 15 total)
The forum ‘Newspaper’ is closed to new topics and replies.