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 :)
Simion C.
tagDiv Staff

Hi,

Try it like this, the code will apply only to the titles in the slide element

.td_block_slide .entry-title {
background-color: ;
}

Use any color you want, use a generator for example if you want
https://www.css3maker.com/css-3-rgba.html

Or even set a shadow for the text
https://html-css-js.com/css/generator/text-shadow/

Thanks

Simion C.
tagDiv Staff

Hi,

I could take a look and try to give you a CSS solution. Provide a link to your website.

Simion C.
tagDiv Staff

Hi,

That happens because you use a thumbnail size for the images, this will produce low quality results
https://fundaciongala.com/wp-content/uploads/2018/09/beatrice-stars-300×164.jpg

When you upload them in the composer, select a bigger size or full size
https://www.screencast.com/t/o5j2bfFSFQ
https://www.screencast.com/t/iUbj1AMoz52o

Thanks

Simion C.
tagDiv Staff

Hi,

Comparing the two themes it is true that Newsmag does not have the amount of elements that Newspaper has.
I can’t say unfortunately if more elements will be added in the Newsmag theme, that may happen in a future update. Sorry for any inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

If there is still a problem in the same matter and you have contacted us by email previously, you could continue the investigation in the same email. We will take a look.

Thanks

Simion C.
tagDiv Staff

Hi,

That is possible, it will require a small modification in a theme file. Add &rel=0

In this theme file here – https://www.screencast.com/t/0fWi7vAp0
That should work, you could give it a try.

Thanks

Simion C.
tagDiv Staff

Hi,

Entering the post ID in the latest articles like you did (with a “-“) will result in that post not being displayed in that section
https://www.screencast.com/t/Rmr2zaCxE
It will not affect other parts of the page, only the post loop. So the top part, the homepage post, will not be affected.

If you want to exclude the post from other sections of the page (block, grids etc) you will have to do the same thing in each of their settings.

Simion C.
tagDiv Staff

Hi,

Post template 8 displays the article title under the featured image/video
https://demo.tagdiv.com/newsmag/workout-routine-for-big-forearms-and-a-crushing-grip/

You could modify the other post template files, change the order of the elements. These are the post template files
https://www.screencast.com/t/CGwOLXJkLw
If you open a loop single file you will see the structure of the template. They can be modified in a child theme as well
https://forum.tagdiv.com/newsmag-child-theme-support/
So you can experiment with the re-positioning of the post elements.

Thanks

Simion C.
tagDiv Staff

Hi,

That should work. Simply click on the save changes button in the permalinks screen then test AMP again
https://www.screencast.com/t/7cmdcc86BH

Simion C.
tagDiv Staff

Hi,

I tried it as well, with the value suggested above
https://www.screencast.com/t/kf7F2FqtZs
A value of 1 also works – https://www.screencast.com/t/2jdlUYMChjen

I checked your website, can’t seem to find this type of block in the homepage at the moment.

Simion C.
tagDiv Staff

Hi,

The theme javascript can’t be modified in a child theme, you could add your code in the main theme javascript. The javascript files the theme uses are in the js folder
https://www.screencast.com/t/65tBOyLu
The javascript is modified in almost every update by us, so even if it would be possible with a child theme, you would still need to update the file.

Thanks

Simion C.
tagDiv Staff

Hi,

Open sans is one of the two fonts the theme uses by default
https://forum.tagdiv.com/font-customization/

A general setting for changing the font for all elements at once does not exist currently in the theme. So each element will have to be changed if you want to use the same font across all the website.

Thanks

Simion C.
tagDiv Staff

Hi,

I believe that is a homepage post element. If you want that post to not appear in other blocks or grids, you will have to exclude it from each of them.

You need to know the ID of the post and enter it with a “-” in the post id filter of the blocks/grids you don’t want it to appear in
https://www.screencast.com/t/OGpJPODy

The post ID can be found while hovering the post for example, in the posts screen
https://www.screencast.com/t/heMhml1roog

Thanks

Simion C.
tagDiv Staff

Most monitors these days are full hd, so an image with a width of 1920px would be decent. That will produce good results.

Simion C.
tagDiv Staff

I made a test with the same post, flex block 1 vs block 1 (which uses module 4)
https://www.screencast.com/t/A0uDIZlquz
The result is the same for me. You could use the vertical alignment setting, but I see you use an older version of the theme and composer and the setting is missing for you
https://www.screencast.com/t/x68ZR9Wz

Try this code in the custom CSS section and see if the images are aligned top in the flex block after entering it

.td_module_flex_1 .td-thumb-css {
background-position: center top;
}

Simion C.
tagDiv Staff

1. I have to say that I have not seen this before. I did recreate it with style 4, it looks like this for me
https://www.screencast.com/t/7ZFfLwL5ohE0
It happens because of some design for style 4 and it will happen for all big grids with disabled meta + style 4 combination. I will add this on our issue list immediately and a solution will be found, hopefully for the next update.

You could modify this directly in the theme stylesheet, remove that background color
https://www.screencast.com/t/FVP0xXa8uUM
It will fix the issue for the time being, and when the theme update will be released it should be fixed in the theme. Sorry for this inconvenience.

2. If you turn it off it will be hidden, such notices should not cause any real problems however.

3. Can’t find anything relevant about it in other topics, that will be hidden as well if you disable debug development mode. If there are no actual problems caused by this maybe that would be sufficient.

Simion C.
tagDiv Staff

Hi,

I believe this is a misunderstanding. The tagDiv composer blocks, grids etc don’t have a “Custom” sorting method.
There is no sorting order missing in your screenshot – https://prnt.sc/ky8r4k
Those are all the methods provided currently in the composer.

Please correct me if I somehow misunderstand the topic.
Thanks

Simion C.
tagDiv Staff

Hi,

From what I can see you use quite an old theme version (7.0). Consider updating the theme, using an almost 3 years old theme with the latest WordPress version or latest Woocommerce may cause problems.

In this page you can see the theme changelog over the years (bottom of the page)
https://themeforest.net/item/newspaper/5489609

This is an update guide if you decide to do it, please make a full backup of the website before proceeding
https://forum.tagdiv.com/how-to-update-the-theme-2/

Also review the updated theme requirements guide here
https://forum.tagdiv.com/requirements-for-newspaper/

Thanks

Simion C.
tagDiv Staff

Hi,

So the speed booster plugin finally activated. This should not be so difficult, all it requires is that the plugin be installed and activated.
If the booster detects plugins that are not part of the list mentioned above, it will have an inactive status.
If there are no such plugins it will have an active status.

If you remove the code as shown it will be active at all times, but note that it can create problems with your plugins. They might stop working or not function correctly if their resources are moved.

1. Maybe the hosting provides a cache system, you could contact them and ask about it. The theme has no caching by itself.

2. So there is a difference regarding how the flex block modules display with and without the speedbooster? We could take a look at that.
We will require admin access to your website, send the details by email at contact@tagdiv.com and also include a link to this topic in the email.

3. The loading of the theme CSS and also the child theme CSS should be moved. I also tested this and it works
https://www.screencast.com/t/3sjfUzec
I checked this using only the allowed plugins and also with the code removed from the plugin, both the CSS are moved.

Thanks

Simion C.
tagDiv Staff

Hi,

If you set your own logo, the one from Newspaper will not be loaded anymore
https://www.screencast.com/t/myPYKRss0
So only your logo will be loaded. If there is a problem I could take a look, provide a link to your website.

The theme comes with quite a few fonts from which you can choose. If you want to use other fonts you can load them in the theme panel (up to 5 custom fonts can be loaded)
https://www.screencast.com/t/bxTi7gT7VyF
https://forum.tagdiv.com/font-customization/
Be sure to load the appropriate characters subset – https://www.screencast.com/t/aJv6WnCk

Once you load the desired fonts they will appear in the selection drop-down and you can select them for the elements you want. For example the post content
https://www.screencast.com/t/nQkcNifoN

Thanks

Simion C.
tagDiv Staff

Hi,

From what I can see those errors mention a missing author meta, and one has a missing updated as well. I have seen this a few times before, but can’t say why those are detected as missing.
The theme will add the required hentry markup by default, the entry title, updated and author
https://wpcolt.com/fix-hentry-errors-wordpress/
This is in the code of the theme and visible in the post page source.

I checked a random post page in your website
https://www.screencast.com/t/suupIUZl
https://www.screencast.com/t/X6zLHaLjlneS
https://www.screencast.com/t/HrWfokm0vL
All the required data is there, so how could it be missing.

Testing the same post with Google structured data tool there are some errors
https://www.screencast.com/t/WlKDN7pA
This “BlogPosting” does not come from the theme, maybe you are using additional structured data plugins or implementations
https://www.screencast.com/t/Wsg2hz5Bj
Try to remove that if possible and test again to see if the errors are gone
https://search.google.com/structured-data/testing-tool/u/0/

Simion C.
tagDiv Staff

Hi,

The theme mobile menu can’t be disabled by a setting. You could hide the entire mobile header with a CSS code. For example a code like this should work
https://www.screencast.com/t/tS2bzBOKE1GQ
In this case the code can be entered in Theme panel->Advanced CSS->Phones
https://www.screencast.com/t/2PhZn7vc

.td-header-menu-wrap-full {
display: none;
}

This code should remove the mobile menu bar with the menu icon, logo and search icon.

Thanks

Simion C.
tagDiv Staff

Hi,

From what I can see there are a couple of ad related issues and most other resources that cannot be loaded seem to be blocked by the robots file
https://www.screencast.com/t/PH9bk8x3
If I test another post on your website it is mobile friendly
https://www.screencast.com/t/6Udzn1sH

If the resources are loading slow sometimes or are blocked, there will be warnings or the page in question will be declared not mobile friendly
https://support.google.com/webmasters/answer/6352293?utm_source=search_console&utm_campaign=sc-mft-test

Simion C.
tagDiv Staff

Hi,

What are the problems you are facing exactly? Please provide links to your post pages so we can take a look.
From what I know auto ads first require that you enter code in the plugin
https://forum.tagdiv.com/topic/info-adv-amp/
Then test with a mobile emulator, ads may not be loaded if you check on desktop width.

Viewing 25 posts - 6,026 through 6,050 (of 20,681 total)