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,


@Agostina
There would be one note to consider when using the unique articles option
https://forum.tagdiv.com/unique-articles/
It should be used only if you do not use block pagination or other pagination it will generate duplicates on second/next page. This option would be useful when no pagination is used in the page (static page).

There is an offset feature as well
https://forum.tagdiv.com/offset-feature/
Useful when multiple blocks for example, are configured to display posts from the same categories.

Thanks

Simion C.
tagDiv Staff

From what I can see online the CSS text-shadow would be supported by most browsers, so there should not be any problem with that code
https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow
https://www.w3schools.com/cssref/css3_pr_text-shadow.asp

Simion C.
tagDiv Staff

Hi,

That would be the cascade effect in which CSS works. If multiple CSS code is used for the same element then the first one will be loaded firs, then the second etc. The black background color is the initial color set for that header style, you could remove it form the theme stylesheet
https://www.screencast.com/t/Vcg3ho5y6Ph
Also there is a default color set for the menu items
https://www.screencast.com/t/ck9TcE4kUV42
Try removing these codes and see how it looks. If you used custom code try entering it directly in the theme stylesheet so it will be loaded faster.

Thanks

Simion C.
tagDiv Staff

Hi,

That happens because CSS loads in cascade, first the black color will be loaded then then white one. The black demo has custom design to be black, if you want to make modifications to it and remove the black color, you could do it in the demo stylesheet directly instead of overriding it.

This is where the black color is set for the theme elements, if you want remove some of them or make the modifications you want
https://www.screencast.com/t/e4vafpPBh

Thanks

Simion C.
tagDiv Staff

Hi,

I believe that is a background color set for the block, edit the page with the tagDiv composer and select the block, then check in the CSS tab->background color
https://www.screencast.com/t/DvVT3bAl

Thanks

Simion C.
tagDiv Staff

Glad you could find a solution that works for you in this matter. It is unusual that Google sometimes detects missing structured data when in fact it is available. Thank you for posting the solution you found, maybe users in similar situations will find it helpful.

Thank you!

Simion C.
tagDiv Staff

Hi,

Thank you for your appreciation and congratulations for the website.

You could edit the post template files, each post template has corresponding loop-single files, these are located in the main theme folder
https://www.screencast.com/t/qgCpgUfz1
There you can see the structure of the post elements and arrangement. Edit loop-single-6 for post template 6 and move the sharing below the content, see if that provides the result you want.

Thanks

Simion C.
tagDiv Staff

Hi,

The slide should display posts according to your configuration
https://forum.tagdiv.com/import-revolution-sliders-on-demos/
So either a post based slider or specific post slider, there should be no problem
https://www.themepunch.com/revslider-doc/post-based-slider/
If there is a visual problem please provide a link to your website where the slider is placed and we will take a look.

Thanks

Simion C.
tagDiv Staff

There are plans in a coming major update to change how widgets are used in the theme. There will be a considerable amount of flexibility added for many theme elements. I cannot say more about it or provide a time estimate for the update unfortunately. Sorry if this is an inconvenience at the moment.

You could use a big grid or full big grid
https://demo.tagdiv.com/newspaper/big-grid-1/
https://demo.tagdiv.com/newspaper/full-big-grid-1/
Or a combination of grid + block. For example a top big post
https://www.screencast.com/t/T4sd7KSiM
I used full grid 1 and the flex block, this block has options to control modules per row.

Simion C.
tagDiv Staff

Hi,

The Like box plugin is now a Page plugin
https://developers.facebook.com/docs/plugins/like-box-for-pages/
If you want that to appear above the related posts you will have to first enter the code they provide and has to be entered after the opening body tag, here
https://www.screencast.com/t/LAcf1jXNv
Then enter the other code (for the box) in the post template structure. The post template files are these
https://www.screencast.com/t/G8vTTKgZW
You must edit the post templates you want and insert that code above the related articles section if that is where you want to display the box.

Thanks

Simion C.
tagDiv Staff

Hi,

Of course you can, please follow this link and submit the website, our team will review it
https://pr3.typeform.com/to/A8ZMaG

Thank you!

Simion C.
tagDiv Staff

Hi,

That could be caused by insufficient resources, the theme has some requirements for the server and WordPress configuration
https://forum.tagdiv.com/system-status-parameters-guide/
Check the theme system status and ask your hosting provider to increase the allocated resources, then check the results. Let us know.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme has predefined ad spots in the theme panel. You can use other ads, it is not required to use only Adsense ads. Enter the ad codes in the predefined ad spots and they will be displayed
https://forum.tagdiv.com/newsmag-using-other-ads/
A rotate option does not exist in the theme, you could try the Adrotate plugin. This plugin is recommended by theme users that want more advanced options for the ads. Some info about the plugin here
https://ajdg.solutions/manuals/adrotate-manuals/
http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
https://ajdg.solutions/manuals/adrotate-manuals/show-adverts-on-your-site/

Thanks

Simion C.
tagDiv Staff

Hi,

You can remove/edit categories the normal way, in the categories screen
https://www.screencast.com/t/Ab2VEqQLsQBV

Thanks

Simion C.
tagDiv Staff

Hi,

We are aware of this issue and we will fix it in the next update. Indeed when setting a background color for the text with title, the text will be behind the background. Please enter this code in Theme panel->Custom CSS section

.td_block_text_with_title .td-element-style {
z-index:-1;
}

It will fix the issue – https://www.screencast.com/t/xo0nLdfM7Bb4

Sorry for the inconvenience.
Thank you!

Simion C.
tagDiv Staff

You will have to enable the category tag for the slide, in the Theme panel->Block settings->Category tag on modules/blocks
https://www.screencast.com/t/RqB1iAM2V
Please check if it is enabled there.

Simion C.
tagDiv Staff

Hi,

Unfortunately such plugins may not work, the theme contains custom code so this may cause some plugins not to work properly or at all. This would be the case with most premium themes. Maybe you could find a different way to implement the ads, with a different plugin or implementation and make tests with that.

Simion C.
tagDiv Staff

Hi,

You could use a code like this one for example
https://www.screencast.com/t/HxnQVfHp
It will change the color of the font in a text with title element as you wish. Use the color you want and enter it in Theme panel->Custom CSS

.td_block_text_with_title h4 {
color: yellow;
}

Thanks

Simion C.
tagDiv Staff

Hi,

The theme does not have options to translate the post content or provide multiple versions of it in different languages. The theme only has an option to translate the strings used by it throughout the website
https://forum.tagdiv.com/newsmag-loading-translations/
https://forum.tagdiv.com/newsmag-customize-a-translation/
In order to achieve something like that you will have to use a translation plugin, such as WPML or qTranslate for example. Or make tests with other plugins as well.

Thanks

Simion C.
tagDiv Staff

Hi,

I have tested the exclude posts, I tried excluding this post from the same grid you are using
https://www.screencast.com/t/l656ReEUn
The post is excluded permanently – https://www.screencast.com/t/Q5b7XFo6
I have tested logged out and in incognito mode, the post is still excluded
https://www.screencast.com/t/jYkXr4ixgAX
Please correct me if I misunderstand the problem.

Thanks

Simion C.
tagDiv Staff

Hi,

Indeed there seems to be an issue with the mobile theme accent color, I will add this issue on our list and it will be fixed as soon as possible.

In the meantime I could give you a code to color the elements you want. This code will color the post content links and the scroll button with the color you want
https://www.screencast.com/t/Db0CzAQ1j

.td-post-content a {
color: #f30f0f;
}
.td-scroll-up {
background-color: #f30f0f;
}

Enter it in Theme panel->Mobile theme->Custom CSS section. I will provide additional code if you want until the issue is taken care of. Sorry for the inconvenience.

Thank you!

Simion C.
tagDiv Staff

Hi,

That would be the place reserved for an ad, like this
https://demo.tagdiv.com/newspaper/td-post-how-to-make-a-perfect-caffe-macchiato-video/
In the theme panel ads section you can set an ad specific for that post template
https://www.screencast.com/t/ZiJa1gU603

Thanks

Simion C.
tagDiv Staff

Hi,

That is unusual, the theme adds the necessary structured data markup so there would be no reason to detect those as missing. There are no errors when testing a post with the Google provided tool
https://search.google.com/structured-data/testing-tool/u/0/
Maybe you could check the error report and see what exactly is specified there
https://support.google.com/webmasters/answer/2650907?hl=en

Simion C.
tagDiv Staff

That top ad should be an ad of a maximum of 696px, that is the width of the post content. Seems that ad is larger and it displays below the sidebar.
I could give you a code to position the whole sidebar lower
https://www.screencast.com/t/1KysHjqBRQDc
You can use the value you want in the code, then enter it in Theme panel->Advanced CSS in the desktop section

.single .td-main-sidebar {
top: 320px;
}

Simion C.
tagDiv Staff

It should not take that long, it would be a matter of weeks or a few moths at most, from what I know.

I will pass that to our developer team, but I should mention that plugin compatibility is not uncommon. Not all plugins are compatible with premium themes. These themes contain custom code which cause some plugins to not function correctly.
That would be the case for most premium themes, it is not something specific to our theme only.

Viewing 25 posts - 10,776 through 10,800 (of 20,681 total)