That plugin seems to have replaced all the theme containers with it’s own sections, and it’s own CSS. It would be somewhat expected to have design issues in this case. I could try and patch things up and reapply some of the theme design on the plugin classes
– http://prntscr.com/n0vh6l
@media only screen and (min-width: 1200px) {
.mec-container {
width: 1068px;
padding-left: 0;
padding-right: 0;
}
.mec-wrap .col-md-8,
.mec-wrap .col-md-4 {
padding-left: 0;
padding-right: 0;
}
.body-td-affix #td-outer-wrap {
background-color: #fff;
width: 1164px;
margin-right: auto;
margin-left: auto;
}
.mec-single-event {
background-color: #fff;
width: 1068px;
margin-right: auto;
margin-left: auto;
margin-top: 48px;
}
.mec-wrap .row {
margin-left: 0;
margin-right: 0;
}}
But there still may be other problems.
Now it is, at the time of checking yesterday there was no AMP version available. I tested a post with the AMP validator, that message is referring to the ads scripts
– http://prntscr.com/n0uwh0
How are you implementing the adsense ads for AMP exactly? They should be like this
– http://prntscr.com/n0uxyh
– https://support.google.com/adsense/answer/7183212?hl=en
As far as I know the background was always loading like this, sorry for all these inconveniences.
This should work, remove the previous codes, then enter this one in the analytics section, header script field
<style>.td-js-loaded .td-element-style {
transition: none!important;
-webkit-transition: none!important;
opacity:1!important;
}</style>
If the problem remains, please send us an email at contact@tagdiv.com and provide admin login. Include a link to this topic in the email. Let us know.
Hi,
It is happening on Chrome in Windows as well – http://prntscr.com/n0unxt
Seems some classes are mixed up and the design is broken. Are you using any CSS minification or any kind of minification? try to temporarily disable it if you do.
The proper CSS may not be loading because of this. If the problem remains or you already tried this, send us an email at contact@tagdiv.com and provide admin login so we can take a closer look. Include a link to this topic in the email.
Thanks
Hi,
From what I can see in the first screenshot, that post has no sidebar. You first have to create sidebars (you can create new ones or modify existing ones) like this
– https://forum.tagdiv.com/sidebars-tutorial/
Now you have to add widgets to the sidebars, in Appearance->Widgets
– http://prntscr.com/n0twf0
Enter the widgets you want in the sidebars you want. If you want ads use ad box widgets
– http://prntscr.com/n0tx0i
Once you configure the sidebars as you want, they can be applied to posts. This can be done per post, in the post edit screen – http://prntscr.com/n0txpx
If you want to control more posts at once when it comes to sidebars, you can use the primary category – https://forum.tagdiv.com/primary-category/
All the posts have a primary category even if you do not set one. By default it will be the first category alphabetically from the categories the post has.
So if you leave in the post edit screen these settings on default
– http://prntscr.com/n0u5ec
The post will inherit them from the primary category. The category settings are in the theme panel – http://prntscr.com/n0u5ta
If you have more questions let us know.
Thanks
Looks alright now – http://prntscr.com/n0tr4c mobile theme is active and AMP works
– http://prntscr.com/n0ttcf – http://prntscr.com/n0ttjt
If you want the mobile theme to apply for the AMP pages this option has to be active
– http://prntscr.com/n0tub2
I should note that there is a theme update available 9.6.1, there were some more options/cases added to choose when you want the mobile theme – http://prntscr.com/n0ts8l
The guide has been updated – https://tagdiv.com/amp-newspaper-theme/
Currently I see ads appearing – http://prntscr.com/n0to68 – http://prntscr.com/n0to9a
– http://prntscr.com/n0tocm
They say it usually takes about 20 minutes before the ads appear, but I have seen cases where they only appeared after 2 days.
Hi,
That looks like an AMP error message
– https://www.ampproject.org/docs/troubleshooting/validation_errors#custom-javascript-is-not-allowed
But I see you do not use AMP currently. So I believe there would be no actual issue in this case with those errors, as far as I know.
Thanks
The website will be faster on mobile if you use the mobile theme + AMP option. The mobile theme will apply to the whole website for mobile visitors and also AMP pages.
The only AMP option will apply the mobile theme only on AMP (visitors that access the website from the Google search results page on mobile ). Other mobile visitors will be served the default responsive version of the website.
Hi,
A simple drop down menu looks like this – http://prntscr.com/n0j47m http://prntscr.com/n0j36g
There should be no problem creating a menu like that. What exactly is happening in your case? If possible post some screenshots or a link to where it is happening, so I can take look. Let me know.
Thanks
What exactly did you edit in the WPBakery plugin? If possible please let me know.
Seems the menu is working in the AMP version http://prntscr.com/n0ipno
But not working in the simple mobile version. We have seen this issue before, but in the AMP version and mobile theme. Also it happened only in pages. Do you use any optimization plugins or methods? Try if possible to test without them.
Hi,
There are settings for the header menu fonts in the theme panel
– http://prntscr.com/n0img0
Adjust them as needed. Let me know if you have more questions.
Thanks
For the text try this – http://prntscr.com/n0ikqn – http://prntscr.com/n0iky9
.tdm-header-style-3 .tds-button8 span {
color: black;
}
.tdm-header-style-3 .tds-button8:hover span {
color: blue;
}
Change the colors as you want.
Hi,
This is the latest articles section – http://prntscr.com/n0icjz
First edit the page with the composer, then follow the screenshots from above. The settings for the latest articles will be there.
Those settings are also available in the backend page edit screen
– http://prntscr.com/n0iefq
If I misunderstand something let me know.
There would be a solution, please enter this code in the theme panel analytics section
– http://prntscr.com/n0iauw
<style>.td-header-template-wrap .td-element-style {
background-color: #003300!important;
}</style>
Then check if the same happens. Let me know.
That code should apply to all adsense ads. I can see that it causes problems with the ads that are displayed properly when used. So while it fixes the header ad issue
– http://prntscr.com/n0hwua
It causes problems for the other ads – http://prntscr.com/n0hx6l
I could modify the code to affect only the header ad, this way the other ads will look alright
.td-header-sp-recs .adsbygoogle{
margin-left:0!important;
}
Let me know if you have more questions.
Hi,
Please use a column text, that will work with shortcodes – http://prntscr.com/n0hu6r
A text with title should also work.
Thanks
Hi,
Please check their documentation, I found this guide for example
– https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:gzip-compression
Thanks
Hi,
I don’t quite understand the problem. What exactly are you changing and what is happening? Some more details or screenshots would be very helpful. Please let me know.
Thanks
You can chnage the titles as you wish – https://yoast.com/wordpress/plugins/seo/titles-and-meta-descriptions/
– https://kb.yoast.com/kb/yoast-wordpress-seo-titles-metas-template-variables/
So you can customize each page/post title when editing them – http://prntscr.com/n0gw70
Or in general – http://prntscr.com/n0gwmw
Hi,
I have checked the website, looks alright at the moment from what I can see
– http://prntscr.com/n0gplh
Let me know if you have more questions.
Thanks
Looks alright now – http://prntscr.com/n0gm8i
From what I can see it is the homepage from the fast news demo
– https://demo.tagdiv.com/newspaper_fast/
It is a page that uses flex grids and flex blocks and stretched rows. if you want to use that page it is provided in the cloud library section – http://prntscr.com/n0gnwo
The AMP version will look same as the mobile theme, this demo has the mobile theme active
– https://demo.tagdiv.com/newspaper_local_news/
Check it with a mobile emulator or an actual mobile. Having only the mobile theme active, or having the mobile theme and also AMP active, will look the same visually.
You can use the ad spots mentioned above, in the mobile theme section of the theme panel
– http://prntscr.com/n0ghd9
In articles there is a top ad, inline ad and bottom ad.
So in image attachment pages buttons for next/prev, I understand this. But what should that top button do exactly?
Hi,
So there are URLs that have “td_query_all_results” at the end? That would be quite unusual. Those would result in 404 errors, they most likely do not exist.
Where are you seeing these errors? Some screenshots or links would be helpful.
Thanks