Hi,
I just check on documentation, and this tow codes are for adding analytics to your AMP pages ( see documentation: https://developers.google.com/analytics/devguides/collection/amp-analytics/ ).
Those codes need to be place in Newspaper > Theme panel > Analytics/Js codes ( see here https://www.screencast.com/t/TigRBnqBl and yes the code can be place in Amp> Analytics ), but you still need to get your data-ad-slot, for adsense it need be like in this documentation https://support.google.com/adsense/answer/7183212?hl=ro .
It’s look you don’t have provide all data you need for add in adsense in apm.
Thank you for your understanding.
Hi,
Let see, first check your api key, second when you place your id location make shore you don’t let any space before or after id, because one space will cause an erroer “Weather API error: City not found” ( https://www.screencast.com/t/vcqxTL8hOb ).
https://www.screencast.com/t/mpJoChIFMXu0
Thank you.
Hi,
To do that you can use a custom javascript, or you can delete “Tag:” from file, or the easiest way you can add a template from cloud templates ( or you can create new one by selecting the Black_ tag template ) https://www.screencast.com/t/COhuQNWr ; after is open click on tag and delete additional text ( https://www.screencast.com/t/lBRwZWlx9fhn ); after you save it go back on WP Dashboard Newspaper > Theme panel > Template settings expand Tag template go to TDB tag Templates and select from drop down list the tag template you just edit from cloud ( our case Tag Template 1 ) don’t forget to save the settings ( https://www.screencast.com/t/hJSIrC2A ).
See the results: https://www.screencast.com/t/bsAy9XRQ6lfY
Thank you.
Hi,
The text edit is not on full width because the size of it must be the same as the column you insert the text.
https://www.screencast.com/t/e22CBidbVi
Thank you.
Hi,
If I understand correctly you desire to change the font (e.g. font-family) this is possible but you need to do it manually .
Try a custom css go in Newspaper > Theme panel > Custom Code > Custom CSS and paste this code
.td_block_text_with_title p {
font-family: Comic Sans MS;
}
don’t forget to save the settings you make.
See results https://www.screencast.com/t/QrP3PiemcP
You can set any css you desire not just the one from my example.
Thank you.
Hi,
Please check your documentation https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/
Simple example for you: https://www.screencast.com/t/y0Z2xXJji7
See the results: https://www.screencast.com/t/NjPW3EvdRQ3
You also can check this topic https://forum.tagdiv.com/topic/amp-amp-settings-ads-adsense-add-settings/
Thank you.
Hi,
Please read this topic https://forum.tagdiv.com/topic/sub-menus-not-fully-displaying/ you will found there your answer.
Thank you for your understanding.
Hi,
Unfortunately we do not provide such services.
Thank you for your understanding.
Hi,
This can be done with a plugin ( see an example here https://wordpress.org/plugins/mobile-only-desktop-only-content/ ), but we do not recommend you one because we don’t try any of them with our theme.
Thank you for your understending.
Hi,
If you have the same problem go back to your WP Dashboard Newspaper > Theme panel > Custom code > Custom Css and paste the code there ( https://www.screencast.com/t/l5sH8YsnawA ).
Thank you.
Hi,
If I understand correctly you wish to have something like this:
https://www.screencast.com/t/uQn0n2o7Dw1
To do this you need to make some change in td_menu.php , you found this file in your_name_website\wp-content\themes\Newspaper\includes\wp_booster search for td_menu.php
open it with notepad++ and look at line 232 and change the limit from 5 to 10 like this
https://www.screencast.com/t/oWFLfiTII
Thank you.
Hi,
If you desire to hide the description fro tag please insert this code :
.entry-content{
display: none;
}
in Newspaper > Theme panel > Custom Code > Custom Css
And for tag name in Newspaper > Theme panel > Translate change as you wish.
https://www.screencast.com/t/OlBdkoRM9B7
See the results: https://www.screencast.com/t/5mnFMRlK04u
Thank you.
Hi,
Try it first like in this example ( https://www.screencast.com/t/HlB7NKctGXzm https://www.screencast.com/t/lttl8Hp88RH https://www.screencast.com/t/VqDFlS3u ).
Let me know if it works.
Thank you.
Hi,
Please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further investigate it closer to your setup page. Provide there the link to this topic so we can quickly identify you.
Thank you.
Hi,
First find your city ( https://www.screencast.com/t/KzFHOON9 ) let’s say it’s the 3th one, click on it and in url you will find the id ( https://www.screencast.com/t/De7I23uK ) copy the id and replace the city name with it ( https://www.screencast.com/t/W18vKYlV ) .
See the results: https://www.screencast.com/t/8RizKT50eZk
Also you can find a list with city id in our documentation https://forum.tagdiv.com/weather-widget/ , but we recommend you the first one.
Thank you.
Hi,
You can use both plugins at the same time.
Thank you.
hi,
That will happen on low resolution, to resolve your problem you need to add a custom CSS
go in Newspaper > Theme panel > Custom cod >custom css and paste this code there :
@media (max-width: 600px){
.td_block_single_image .tdm-mobile-full{
height: 125px!Important;
}
}
You can change the height and max-width on your desire.
I hope this will help you.
Thank you.
Hi,
Yes this is possible, for full width, you need to go in Newspaper > Theme panel > Template settings > Force full width, there you need to select Stretch container and content ( https://www.screencast.com/t/nGavZs2NA ) you can select only the container you desire to stretch.
The layout for the homage you can choose it from Cloud Template ( only if you like one of them), or you can create your own page (for cloud Select Cloud Templates > Add New then select Homepages, choose a page if you like it https://www.screencast.com/t/AOSKhVZO ) or create a new page and edit it with tagDiv Composer.
Then go in Settings > Reading select a static page and set the homepage ( https://www.screencast.com/t/4wzjRZvnNg2 )
Thank you.
Hi,
For first problem, you can insert a css code in Newspaper > Theme panel > Custom Code > Custom Css and paste this code there:
https://www.screencast.com/t/5ekZEG1Qh
https://www.screencast.com/t/M3wsGSdkJErR
For your second problem if you desire to hide the tags there is an option in Newspaper > Theme panel > Post Settings then deselect Show tags https://www.screencast.com/t/zkUo1txQ2IG or if you change the name tag you can do it from translate part https://www.screencast.com/t/TDcwCbaHzIb
Thank you.
Hi,
The issue will be fixed for the next theme update, and this will be as soon as possible.
Thank you.
Hi,
I just check your homepage and there not seem to be any kind of problems.
Thank you.
Hi,
You can see here a page with amp https://demo.tagdiv.com/newspaper_crypto/td-post-ripple-ceo-and-ethereum-co-founder-bash-ico-industry/amp/
Please read also this documentation https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/
Thank you.
Hi,
You can read this topic https://forum.tagdiv.com/topic/resources-slowing-down-my-site/ and I hope you will find there something to optimize your site.
Thank you.
