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

Premium themes are not similar to default WordPress themes, that is a fact. So methods that work on default themes may not work on custom made themes. You can see how the theme gets the category here, that might be helpful to what you are trying to do
https://www.screencast.com/t/fza9Yq55A8
https://www.screencast.com/t/QGrqWEpw7GgO

Simion C.
tagDiv Staff

All the files from the header folder can be modified through a child theme, there should be no problem. That will be useful if you made modifications to files from that folder.

Simion C.
tagDiv Staff

Hi,

The theme will not adjust to the screen width automatically, check the live theme demo
https://demo.tagdiv.com/newspaper/
When building a page you can stretch rows to predefined values or full width, this will allow you to build wider layouts
https://www.screencast.com/t/xIMHyobkPg
There are also full width grids
https://demo.tagdiv.com/newspaper/full-big-grid-1/
Note that when a background is set, the website will be boxed, in order to display the background
https://forum.tagdiv.com/background-introduction/
Take a look to the theme demos, see what layouts can be achieved with the tagDiv composer
https://demo.tagdiv.com/select_demo/select_demo_newspaper

Thanks

Simion C.
tagDiv Staff

@AndroidKosmos There are settings to set a custom color and hover color for the social icons in the header and footer. Check the theme colors section
https://www.screencast.com/t/xm9p4iqL
https://www.screencast.com/t/BcAosrEib
If you want to use custom code only for the Telegram icon hover, use this one
https://www.screencast.com/t/6ZkHI1u6zw

.td-social-icon-wrap:hover i.td-icon-telegram {
color: yellow;
}

Simion C.
tagDiv Staff

Hi,

It seems moist of your posts are having the issue. The modal image is not functioning properly, it detects 4 images in most posts but there is only the featured image. I have made tests with this function and there is no problem with it. Also the next/prev buttons do not appear in the modal for you even if it detects those images
https://www.screencast.com/t/qo3sb1JNmuv

In this case it could be a plugin that causes the issue, you could try as a test to deactivate them all (including the autooptimize), leave only theme plugins active. Clear the cache afterwards and test to see if there is still an issue.

Thanks

Simion C.
tagDiv Staff

You can add icons in the menus like this
https://fontawesome.com/v4.7.0/icons/
https://forum.tagdiv.com/how-to-add-icons-in-menu/

A border could be added with custom code, since the default theme mobile menu does not have this setting
https://www.screencast.com/t/TevZPwFGfvt

.td-mobile-main-menu .menu-item {
border-bottom: 1px solid black;
}

This is a guide mentioning how the browser inspector can be used to create custom code, for various theme customization
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
This code can then be entered in the theme dedicated custom code sections in the theme panel.

Simion C.
tagDiv Staff

Enter the provided Adsense ad code in the theme panel section you want and it will be displayed.

If you also have a verification code that you must enter between the <head> tags enter it as mentioned above in the header file. That would be all, no other action necessary.

I have seen other users which have used Google auto placed ads instead of standard ads, these will appear randomly in the page
https://productforums.google.com/forum/#!topic/adsense/dQgnENvdyYY

Simion C.
tagDiv Staff

Hi,

The “Lo más visto” block uses Jetpack sorting for what I can see. Please note that when this sorting is used no other setting in the Filter tab will be taken into account. So in this case the category restriction will not work. The sorting is made through the Jetpack plugin.

In the other block “ARTE” please make sure you enable the 7 days option in the theme panel
https://forum.tagdiv.com/7-days-post-sorting/
Only after that option is activated the block will display most popular posts.

Thanks

Simion C.
tagDiv Staff

The theme update has been released today, please download it and install it. Remember to update the theme plugins as well. Let us know if you are encountering any issues.

Simion C.
tagDiv Staff

We could take a look if you could provide a link to your website and mention which ad you are referring to. There should be no ad displayed if you use that option per device.

Simion C.
tagDiv Staff

Hi,

Thank you for the appreciation, we try our best to provide a quality product.

1. Posts are meant to have a featured image, if there is no featured image set the theme will display a default placeholder instead, everywhere the post is displayed
https://www.screencast.com/t/LQ7tpNTo
You could choose a module that does not display the featured image
https://demo.tagdiv.com/newspaper/category/module-8-layout/
https://demo.tagdiv.com/newspaper/category/module-9-layout/

2. There is a default padding and margin set for module 8
https://www.screencast.com/t/dVBKCvUVb
You could change that with CSS, this is the code for that with default values, change them as you want and enter it in Theme panel->Custom CSS

.td_module_8 {
padding-bottom: 25px;
margin-bottom: 16px;
}

The code will affect all instances of module 8, it can be made more precise if needed.

3. It could be a combination of colors set in the theme colors set here
https://www.screencast.com/t/FkQkkBXOHX
The related section is affected by these settings. Please check if that is the case.

Thank you!

Simion C.
tagDiv Staff

Those are the only icons that are available, they were specially created for the demo. You can use Font awesome icons in the menu from here
https://fontawesome.com/v4.7.0/icons/
https://forum.tagdiv.com/how-to-add-icons-in-menu/

Thanks

Simion C.
tagDiv Staff

Hi,

I don’t know what exactly the code needs you to enter in it, the wrappers in a page could be seen in the page.php for example
https://www.screencast.com/t/uqfzPpzi
You could use that and make tests.

Thanks

Simion C.
tagDiv Staff

I have tested the HTML widget settings, this is how it looks for me
https://www.screencast.com/t/pJXwVagj
I am using latest theme version (8.7.2) and latest WordPress version. There is no issue for me when trying to edit the code inside the HTML widget or saving it. If you could mention what exactly is happening for you, it would be helpful. Post links to the screenshots here if you made some.

Simion C.
tagDiv Staff

The update has been released today, please download and install it, update all theme plugins as well
https://forum.tagdiv.com/how-to-update-the-theme-2/

Simion C.
tagDiv Staff

Hi,

There were some issues like you are describing in version 8.7.1, a new theme version was released today and it should fix all the previous issues. Please download the theme package again and install it. Update all theme plugins as well.

Let us know if there are issues with the new theme version.

Thank you!

Simion C.
tagDiv Staff

Hi,

An amp page will display a header ad, footer ad and three article ads (top, inline and bottom). Check in Theme panel->AMP->Ads section. We will add more information in the AMP documentation as soon as possible
https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/
https://forum.tagdiv.com/topic/amp-page-does-not-support-any-ad/

Thanks

Simion C.
tagDiv Staff

The new theme version has been released (8.7.2) please download it and install it. Let us know if you encounter any issues.

Thank you!

Simion C.
tagDiv Staff

@Stefan Please try again, make the modification as mentioned in that file, the scroll will appear like this
https://www.screencast.com/t/9F8dXKf1wvy
Clear the browser cache after making the change.
The composer does not have a scroll bar by default, we might add one in a future update.

Simion C.
tagDiv Staff

Hi,

You could wait for a period of time and try again. It could simply be a temporary issue with the Envato servers. Or try the manual activation instead
https://www.screencast.com/t/dVxHLPVRpn
Let us know if you still have a problem activating the theme.

Thank you!

Simion C.
tagDiv Staff

Hi,

So you want to switch from Newspaper to the Newsmag theme, that is possible if that is what you want to do. The Newsmag theme is currently version 4.2, while the latest version of Newspaper will soon be 8.7.2.
You will have to request a refund for the Newspaper theme and purchase Newsmag.

Note that there are differences between the themes, Newspaper has more options and settings. The multi-purpose plugin is provided, also the new AMP plugin
https://tagdiv.com/newspaper-vs-newsmag-how-to-choose-the-perfect-wordpress-theme-for-your-project/

Thanks

Simion C.
tagDiv Staff

Hi,

First thing that you should do is to make a full backup of the website, just to be safe and also have something to return to in case of issues, this is an update guide
https://forum.tagdiv.com/how-to-update-the-theme-2/

The most recommended update method would be by FTP. Update the theme plugins as well (deactivate and remove, then reinstall from latest theme package).

Note that in version 8 of the theme, the tagDiv composer was introduced. This composer will be activated by default when the theme is updated or installed. In order to use it all the pages have to be recreated with it. Or you can continue using Visual composer for the moment, and make the transition when you want, if you want. More about it here
https://forum.tagdiv.com/tagdiv-composer-tutorial/

Simply by being active the tagDiv composer could cause issues to pages built with Visual composer, containing Visual composer elements. So you could disable the tagDiv composer for the moment and there will be no problem.

Also a multi-purpose plugin was introduced, this adds many more elements and options to the tagDiv composer only
https://www.youtube.com/watch?v=C0ARTSimnUY&t=287s
Visual composer (now WPBakery Page Builder) is still provided in the theme package and updates are included along with the theme
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/

There are currently some issues with the latest version of the theme, these happen only in certain circumstances. A theme update is scheduled as soon as possible (certainly this week). So you could consider waiting for theme version 8.7.2 to be released before updating.

Thank you!

Simion C.
tagDiv Staff

The category tag displayed on modules can be controlled with the primary category setting
https://forum.tagdiv.com/primary-category/
Each post has a primary category, by default the first one alphabetically, you can choose one manually if needed. The category tag will be the one of the primary category.

The tags cannot be changed dynamically, it will always be the same according to your settings.

Thanks

Viewing 25 posts - 11,826 through 11,850 (of 20,681 total)