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,

The theme has options to translate the front-end strings that is uses
https://forum.tagdiv.com/loading-translations/
https://forum.tagdiv.com/customize-a-translation/
The loaded translation can then be customized if needed.
You could check the polylang plugins docs to see it’s capabilities
https://polylang.wordpress.com/documentation/
https://polylang.pro/doc/

Thanks

Simion C.
tagDiv Staff

Hi,

After the latest update the header search can now be moved depending on preference. Either have it in the main menu or in the top menu. Nothing else has changed regarding the functionality of the search. It could be remove with some custom CSS code if that is what you want to do. A specific option to remove it is not available.
We will give you a solution if you could provide a link to your website.

Thanks

Simion C.
tagDiv Staff

Hi,

I believe this is a misunderstanding. Setting a featured image or video for each post is a necessary thing to do, in order to display thumbnails on different elements. The theme will create the thumbnails that will represent the post on modules/blocks/grids from that featured image
https://forum.tagdiv.com/featured-image-or-video/
https://forum.tagdiv.com/theme-thumbs/
At the moment there is no option to automatically pick the first image from the post content and use it as featured. These images have to be set manually.

Thanks

Simion C.
tagDiv Staff

Hi,

To move the comments box above the present comments, you will have to edit the theme commnents.php file. Try cutting this line of code from and move it like shown
https://www.screencast.com/t/uEbeqsdvMeTO
https://www.screencast.com/t/kSMBCaHXT
The result should be the comment box above the actual comments
https://www.screencast.com/t/NOCZjrZ9o

Thanks

Simion C.
tagDiv Staff

Hi,


@meri
A similar code for pages would be this one

.td-page-content a {
color: yellow;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Sorry for the delay, the issue is being analyzed and it will be fixed as soon as possible. Again, we are very sorry for this problem and the inconvenience caused.

Thank you for understanding!

Simion C.
tagDiv Staff

Hi,

That would depend on the customization or modifications made through the child theme. Elements from the theme can change after updates, so the code you use might need to be adapted to work with the updated theme.
Try going over the modifications in the child theme, identify what is not working anymore and modify it if needed.

Thanks

Simion C.
tagDiv Staff

Hi,

The link property that makes it open in a new page is the target property
https://www.w3schools.com/tags/att_a_target.asp
In order to have it open in a new page use the target=”_blank” property
https://www.screencast.com/t/XlNB4spq

Thanks

Simion C.
tagDiv Staff

Hi,

The link property that makes it open in a new page is the target property
https://www.w3schools.com/tags/att_a_target.asp
In order to have it open in a new page use the target=”_blank” property
https://www.screencast.com/t/XlNB4spq

Thanks

Simion C.
tagDiv Staff

Hi,

There is no need to buy or register the revolution slider included in the theme package. You can use any of the plugins features and the demo sliders included. First install the plugin, then import the demo slider needed
https://forum.tagdiv.com/import-revolution-sliders-on-demos/
Configure it to display the posts you wish. You can place it on pages like so
https://www.screencast.com/t/nnF8hogRkPNe
https://www.screencast.com/t/DUq7sSIEeFk
Save the page and view it, the slider should be present on the page. Please let us know if you have further questions, or you need help.

Thanks

Simion C.
tagDiv Staff

Hi,

You can find out more about the default fonts the theme uses here
https://forum.tagdiv.com/font-customization/
Most of the theme elements can be customized in the them panel, including the post title in the post page for each template.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme update methods are mentioned here, there is an automatic update process if that is required
https://forum.tagdiv.com/how-to-update-the-theme-2/
The error you mention can be caused by a setting from the Yoast SEO plugin. Please check and disable this option if it is enabled
https://www.screencast.com/t/n8Cc35EofLh
Let us know if you have any further problems using the composer.

Thanks

Simion C.
tagDiv Staff

Hi,

When installing a demo there is an option to import dummy content. This process will import a demo menu, categories, posts etc. So you can simply choose to install the default demo with content, and everything will be imported.
Please let us know if you require help, or you have more questions.

Thanks

Simion C.
tagDiv Staff

Hi,

I don’t understand exactly what code you are referring to. Woocommerce does not have such settings from what I know, there could be online solutions that you could search for and try.

Thanks

Simion C.
tagDiv Staff

Hi,

The view count for each post is kept in the database, if the correct values are not displayed anymore that may mean there is a problem with the database. The values should increase after each post view. You could contact your hosting provider and maybe ask them to take a look for potential problems with it.
Consider making backups regularly to prevent unexpected events.

Thanks

Simion C.
tagDiv Staff

Hi,

Sorry for the inconveniences you are facing using the theme and theme plugins. It is not our intention to cause such issues. The tagDiv composer is in continuous development, it’s functionality and features may change in the future. Currently this composer will be activated automatically the moment the theme is updated or installed. So if Visual composer is preferred and used instead, it will have to be deactivated in these cases.
The transition basically means that pages have to be recreated with the tagDiv composer. There is a level of compatibility between the two composers, elements like blocks and grids share the same shortcodes.

Thanks

Simion C.
tagDiv Staff

Hi,

To make this appear on the login modal, you will have to edit the modal itself. This is where the modal is defined in the theme
https://www.screencast.com/t/MqjA8yVevZ
The elements that are present there will be displayed in the modal. You can try and make the modifications there, remove the elements you want if required or add what needed.

Thanks

Simion C.
tagDiv Staff

Hi,

Please try this code, it should work properly on all devices

.td-post-template-6 .td-post-header{
height: 450px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

You could wrap the whole code in a condition, to appear only on homepage
https://codex.wordpress.org/Function_Reference/is_front_page
That would be a solution in this case, to have the desired ticker appear only on the front page. You will probably have to edit the header template you use, to place it in the header.

Thanks

Simion C.
tagDiv Staff

Hi,

Thank you very much for the appreciation, we try our best to provide a quality product for our users. We wish you Happy Holidays as well!

Thanks

Simion C.
tagDiv Staff

Hi,

I have inspected the website you provided, but there are no issues with it from what I can see at the moment. Everything seems to works properly on desktop an on mobile.
If I am missing the problem, please provide some more details about the issue for a better understanding.

Thanks

Simion C.
tagDiv Staff

Hi,

There is a level of compatibility between the two composers, to make the transition easier. The theme elements like blocks and grids use the same shortcodes, so if there are no issues on the pages, you don’t have to recreate them. Pages that contain Visual composer specific elements will have to be recreated with the tagDiv composer however.

Thanks

Simion C.
tagDiv Staff

Hi,

I cannot specify an exact date, the theme update should be available as early as next week. There will be buttons available in the tagDiv composer with a considerable amount of customization options. Sorry if the present situation is creating an inconvenience.
You could try creating a button on pages if it is absolutely required at the moment, using the method mentioned above.

Thanks

Simion C.
tagDiv Staff

Hi,

Yes that is possible, simply reset the theme activation key in the theme system status, then activate it in the new location. There is no problem doing so.

Thanks

Simion C.
tagDiv Staff

Hi,

After a theme update these modifications will be lost. The best way to make this customization would be through a child theme. The post template files can be customized with a child theme
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks

Viewing 25 posts - 14,176 through 14,200 (of 20,681 total)