Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Calin
tagDiv Staff
Menu - reply

Hi,

I just inspect your website again but seems that you have solve the problem, if you have more question, or problem don’t hesitate to write to us.

Thank you.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff
Menu - reply

Hi,

If you desire to have more control of them you can try to use an plugin like this one Category Order and Taxonomy .

Thank you for your understanding.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff
Calin
tagDiv Staff

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.

Calin
tagDiv Staff

Hi,

Unfortunately we do not provide such services.

Thank you for your understanding.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff
Calin
tagDiv Staff

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.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

Hi,

You can use both plugins at the same time.

Thank you.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

Hi,

The issue will be fixed for the next theme update, and this will be as soon as possible.

Thank you.

Calin
tagDiv Staff

Hi,

I just check your homepage and there not seem to be any kind of problems.

Thank you.

Calin
tagDiv Staff

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.

Viewing 25 posts - 35,251 through 35,275 (of 35,335 total)