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,

You could try some of the plugins that are available in the matter. We did not make any tests with specific security plugins, maybe some theme users could share their solutions regarding website security.
There are some topics with good practices here in the forum, like this one
https://forum.tagdiv.com/topic/tutorial-good-basic-security-practices/

Simion C.
tagDiv Staff

Hi,

Seems to be displaying accurate information at the moment, from what I can see
https://www.screencast.com/t/9ddG8tpQ

Simion C.
tagDiv Staff

Hi,

So you want to increase the size of the mobile top menu section
https://www.screencast.com/t/zO3er2gEEL
The default height of the mobile menu is 54px, it could be increased if that is what you want. Also the menu and search icon together with the logo will have to be taken into account as they will not look properly if the height is increased.
If this is what you want to do I will try to give you a solution, let me know.

Simion C.
tagDiv Staff

Hi,

You can see how the website will look on mobile in the tagDiv composer as you are building the page
https://www.screencast.com/t/W8TmMnur6BMS
You could use the CSS section to position the elements in the page differently (by adding margins and negative margins, padding etc). Those will only apply on mobile when mobile is selected
https://www.screencast.com/t/Dcvz7cCYacwu
Maybe this information is helpful for you.

Simion C.
tagDiv Staff

Hi,


@wltrpnm
Please provide a link to your website, pointing to the issue so we can take a look.

Simion C.
tagDiv Staff

I did not say there will not ever be changes made in the matter, there could be. But I cannot say when more options will be available regarding the headings used. There are tasks in progress and multiple new features will be added, this takes time.
All the user suggestions and recommendations are noted, and will be analyzed.

Simion C.
tagDiv Staff

Hi,

The latest theme version of the theme is fully compatible with PHP versions up to 7.2. So are the theme plugins (be sure to use the latest version)

If there are problems despite using the latest version of the theme and plugins, and you tested with only the tagDiv composer active, we could take a look. Check the theme system status before
https://forum.tagdiv.com/system-status-parameters-guide/
Send us admin login, as well as FTP and cPanel access if possible, at contact@tagdiv.com and we will investigate. Please also include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

Hi,


@myIFI
The featured image will not be shown in the actual page. A featured image can be set for pages and thumbnails will be created from it. These thumbnails will be displayed in blocks/modules when a page filtering is set. But the featured image will not be shown in the actual page. That is only for posts currently.

Thanks

Simion C.
tagDiv Staff

Hi,

The Speedbooster plugin has an inbuilt plugin checklist, if it detects plugins outside that list it will deactivate itself. This is supposed to happen, as the Speedbooster plugin could cause some plugins to not function properly.

The checklist could be disabled by modifying the plugin code
https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Then test to see if everything works properly regarding plugins installed.

Thanks

Simion C.
tagDiv Staff

Hi,

There are excerpt settings for each module, in the theme panel
https://forum.tagdiv.com/excerpts-introduction/
Identify the module used and change it’s excerpt length. The theme panel setting will affect every instance of the module.

Simion C.
tagDiv Staff

Hi,

The default color of the article titles is black, but it seems that this is not applying on your website. This is not applying because there is a span element inserted between the block title heading and the link
https://www.screencast.com/t/kdc1l3MlY
I could give you a code to color them as intended
https://www.screencast.com/t/EY0vfIbbypxp
This code must be entered in Theme panel->Custom CSS

h3.td-module-title a {
color: #111;
}

Thanks

Simion C.
tagDiv Staff

Hi,

If it is not in the widgets section, then it is added directly in the page. Edit the page with the tagDiv composer and check it’s content
https://forum.tagdiv.com/tagdiv-composer-tutorial/
The weather widget should be present there, let us know if you have more questions.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme search has a live search function, once you start typing in the search box
https://www.screencast.com/t/Tdft5qSyIto
I don’t think there are any plans to make modifications to the theme search or implements another feature in the matter. There are search plugins that have more advanced settings and capabilities if this is required.

Thanks

Simion C.
tagDiv Staff

Hi,

That would not be possible with a theme setting. Once entered in the theme panel, the ads will always be displayed in their respective locations.
If you are not using Adsense ads, then it would be possible with CSS code by hiding them. For Adsense it is not recommended to hide them with CSS.
Or maybe you could use a plugin to implement the ads. Most theme users that require more advanced ad settings recommend the Adrotate plugin. You can find more about the plugin here
https://ajdg.solutions/manuals/adrotate-manuals/
http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/

Thanks

Simion C.
tagDiv Staff

Not all files are accessible through the WordPress editor, it will require FTP to see them all, then make the modifications you want to the theme.

Regarding the CSS you mention, I seem to fail to understand what would be the issue with it. It would be helpful if you could provide a link to your website, so we can see it for ourselves.

Simion C.
tagDiv Staff

Hi,

There are options to stretch the header elements, in the theme panel
https://www.screencast.com/t/mNxl7f0vML
If you have custom CSS code, there are Advanced CSS sections in the theme panel
https://www.screencast.com/t/pDHTd7SurB2
Desktop is considered 1141px and higher. Let us know if you have more questions.

Thanks

Simion C.
tagDiv Staff

Hi,

That is the SEO Yoast section, not related to Visual composer, they are different plugins. More about the Yoast title settings here
https://kb.yoast.com/kb/yoast-wordpress-seo-titles-metas-template-variables/
https://yoast.com/wordpress/plugins/seo/titles-and-meta-descriptions/
You could try to use the solution mentioned in this topic
https://www.searchenginejournal.com/add-emojis-title-tags-meta-descriptions-wordpress/131762/
Or search for more possibilities online.

Simion C.
tagDiv Staff

Hi,

That could be caused by insufficient resources, please check these parameters in the theme system status
https://forum.tagdiv.com/system-status-parameters-guide/
Ask your hosting provider to increase them if necessary. Then check if the issue is solved.

Simion C.
tagDiv Staff

Indeed the mobile theme has different files then the main theme. These are located in the mobile folder
https://www.screencast.com/t/hgrGL0lYiGh
That is where all the mobile theme files are located, if you want to make modifications to them. For the footer logo on mobile you could use a code like this to reduce it if needed
https://www.screencast.com/t/PFltz9Kjk8

.td-footer-logo img {
max-width: 50%;
}

Mobile theme custom CSS can be entered in Theme panel->Mobile theme->Custom code.

Simion C.
tagDiv Staff

Hi,

The rocket loader could cause other issues as well, not just the current one. That is why it is recommended to leave it disabled at all times. There will be no problem if it is disabled.

Simion C.
tagDiv Staff

Hi,

A child theme is provided in the theme package, please check there
https://forum.tagdiv.com/whats-included/
A tutorial is available in the documentation
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Depending on the mentioned child theme capabilities mentioned in the guide, and what modifications you made you can try and integrate them in the child theme. Note the files that are supported by the child theme.

Simion C.
tagDiv Staff

Hi,

If the issue is happening only in the homepage then that would suggest that something in it is causing it. Try making a copy of the page code
https://www.screencast.com/t/hg3VHeWXN
Enter all the code in a new page and see if there is still a problem. If there is, begin by gradually removing elements from it while saving and refreshing the page and checking if the issue is solved. Maybe you can identify what exactly is causing the issue. let us know the results.

Thanks

Simion C.
tagDiv Staff

Code entered in the child theme will not be affected by updating the theme. As a side note, elements in the main theme may change after a theme update. This may require that the code used in the child theme be adapted. Each theme update will include a list of modified files and changelog.
Example – https://www.screencast.com/t/d0UKYSE5qCkC

Simion C.
tagDiv Staff

As long as the option is enabled in the theme panel, and the post views are active, there would be no problem. I activated the option in the theme panel, then configured a block with the 7 days popular sorting
https://www.screencast.com/t/G8XpeV4iHbE
Now, as posts gather views they will be displayed in the block (according to your category filter)
https://www.screencast.com/t/0gzNbaWP3EZ
https://www.screencast.com/t/dxaKB5JDR81G

Simion C.
tagDiv Staff

That would depend, if you made modifications to the theme files directly they will be lost. Theme panel settings, custom code in the theme panel, pages and posts will not be lost.
If you should decide to update please always do as recommended, make a website backup first.

Viewing 25 posts - 10,676 through 10,700 (of 20,681 total)