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,

There is no option to insert ads in the category pages or the other pages you mention. All the theme’s add capabilities can be found in the documentation
https://forum.tagdiv.com/header-ads-adsense/
This could only be achieved by using a plugin that can provide these options or by editing the theme files.
If you are using the mobile theme plugin, this comes with predefined layouts for the homepage, posts etc. You can use the mobile editor to insert content in pages, in order to be displayed when using the mobile theme
https://www.screencast.com/t/OcJtl6Kd141
The front page will display a grid containing featured posts, and a Latest articles section
https://forum.tagdiv.com/featured-posts-2/
Page editors cannot be used on mobile pages. Please note that this plugin is optional, you can choose not to activate it and then the same content from desktop will be displayed on mobile. The theme is fully responsive and will adapt for all devices with the best results.
More information about the mobile theme here
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Simion C.
tagDiv Staff

Hi,

Thank you for your appreciation. Blocks can only display posts, pages and custom post types. The blocks have their own filtering and sorting options. They are not meant to display or pick data from shortcodes. The block files can be found in the theme here
https://www.screencast.com/t/wkSkKtrlivmy
But I cannot say if something like this is possible.

Thanks

Simion C.
tagDiv Staff

Hi,

Please follow this guide mentioning the steps you need to take to create different types of mega menu
https://forum.tagdiv.com/mega-menu/
Also you can always search here on the forum. You can find more useful information
https://forum.tagdiv.com/topic/menu-above/
https://forum.tagdiv.com/topic/megan-menues/
Hopefully this will help you create a mega menu for your website. Please let us know if you need further help.

Thanks

Simion C.
tagDiv Staff

Hi,

Issue that arise in some situation and for some elements, between the two editors will be fixed in future updates. The tagDiv composer will be improved and more options will be added to it exclusively. We will try our best to provide the best results in all situations.
For the moment you just need to deactivate this editor and everything should be displayed like before.

Thanks

Simion C.
tagDiv Staff

Hi,

I could not say why this is happening. You could try a fresh theme install
https://forum.tagdiv.com/install-via-ftp/
Have only Visual composer and the Yoast plugin active, make the same configuration settings and test again with the Twitter card validator.

Thanks

Simion C.
tagDiv Staff

Hi,

At the moment there is no option to split the row in a 1/2 layout, using the tagDiv composer. With Visual composer that could be done, but it was not recommended. Maybe this could be available in future updates, but I cannot say for sure
https://forum.tagdiv.com/tagdiv-composer-tutorial/

Thanks

Simion C.
tagDiv Staff

Hi,

Some of our users have that plugin installed and it seems to be working properly for them. In some cases it may not fully work.
You could try to deactivate all your other plugins except WPML and the ones provided in the theme package, clear any caching installed and check to see if this has any effect.

Thanks

Simion C.
tagDiv Staff

Hi,

Please try the code provided below, it should make the images inside the gallery not clickable. If you have the mobile theme activated enter the code in Theme panel->Mobile theme Custom Css section. If you do not have this plugin active, you need to enter it in Theme panel->Custom code->Advanced Css in the Phones section.
Please let me know if this is working for you.

.td-slide-galery-figure {
pointer-events: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

If you mean something like this
https://www.screencast.com/t/MImPUbnJ
You can do that with a code like the one below, just enter it in Theme panel->Custom CSS

.td-header-style-10 #td-header-menu {
float: right;
}

Thanks

Simion C.
tagDiv Staff

Hi,

The counter seems to be configured properly according to the documentation
https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Maybe it is a caching problem, try clearing any caching installed on your website or on the server. This will refresh the data.

Thanks

Simion C.
tagDiv Staff

Hi,

You could customize the editor role capabilities with a plugin that has these options. Maybe that way you can restrict a particular role to not be able to edit pages. An editor by default has this option available.
Or maybe try something like this, where the editor does not have access to pages created by admin level users
https://wordpress.stackexchange.com/questions/44150/how-to-restrict-the-editors-from-viewing-editing-pages-created-by-admin

Thanks

Simion C.
tagDiv Staff

Hi,

I could not say why it is not compressing when it should. The theme demo server is configured like mentioned in this guide
https://forum.tagdiv.com/how-to-make-the-site-faster/
Maybe you can get more instructions from your hosting provider. They may be able to help you in this matter.

Thanks

Simion C.
tagDiv Staff

Hi,

That module does not have a comment count by default
https://www.screencast.com/t/Lvu9bnCc2
You could edit the file like this
https://www.screencast.com/t/jJFZseen
The comment count should be displayed on that module after this modification
https://www.screencast.com/t/Q2KYpYbEus

Thanks

Simion C.
tagDiv Staff

Hi,

You could edit these two files from the theme and remove that text. This is displayed when there is no menu selected for the header section
https://www.screencast.com/t/mSVCZTmExLF
https://www.screencast.com/t/kKGJGFx8
The search could be disabled in the same files by commenting or removing the responsible code
https://www.screencast.com/t/FwGZw79HAek
Or you could hide it with Css
https://www.screencast.com/t/U2GCaW4NN
The code must be entered in Theme panel->Custom Css

#td-top-search {
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

That category template will display the image as a background on the page. That is the way this style was designed. It would not be easy to modify the category template to display that way.
You could use some Css to set an image background, without placing one in the category settings. But this may not work properly, or may need further testing
https://www.screencast.com/t/9VZfDGSBs4Q
Here is the code used if you want to try it or experiment with it

.td_category_template_8
.td-category-header {
background: url("");
background-size: cover;
}

Thanks

Simion C.
tagDiv Staff

Hi,

I have inspected your website and it seems that the mobile theme is not working properly. It is not being displayed constantly, only randomly. Make sure you are using the latest version of the mobile plugin provided in the theme package. If you are not sure, deactivate and delete it, and install that one.
Please try the suggestions provided above and test if the mobile version is displayed at all times. Also check any custom code entered in theme panel, or added to the theme files that could interfere with the functionality.

Thanks

Simion C.
tagDiv Staff

Hi,

That text that is displayed using block header style 13 can be customized in the block settings
https://www.screencast.com/t/enu3WHVuf
https://www.screencast.com/t/QnP8vIArUvH6
If you want to change for all the blocks at once you can edit the block header template file and make the modification there
https://www.screencast.com/t/drwVymzXiao

Thanks

Simion C.
tagDiv Staff

Hi,

You can try it and see if everything is working properly. It could work or it may not, you could search here on the forum if other users have problems using it.
The recommended caching plugin is the WP Super Cache with this configuration
https://forum.tagdiv.com/cache-plugin-install-and-configure/

Thanks

Simion C.
tagDiv Staff

Hi,

You can either use tagDiv composer or Visual composer. When both of these are active in some cases there could be some issues. If you deactivate the tagDiv editor everything should be like before the update for your website, when only the Visual composer was available.

Thanks

Simion C.
tagDiv Staff

Hi,

It should work properly if you are using the latest version from the theme package. There was and issue with the previous version of the social counter plugin, that prevented getting the token. You can try to request the token using a different browser, or clear the cache on the browser you are using now and try again
https://forum.tagdiv.com/topic/facebook-app-just-sits-waiting-for-auth-on-follow-widget/
Or try the solution suggested in this topic to manually receive the token and paste it in the required field of the social counter
https://forum.tagdiv.com/topic/big-grid-9drop-downs-not-working-properly/

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately at the moment there is no option to set external featured for the posts. That could only be achieved using a plugin or maybe a combination of plugins.
You could search here on the forum for plugin suggestions in this matter, or advice from other users.

Thanks

Simion C.
tagDiv Staff

Hi,

If you are using the mobile theme plugin, this has the possibility to use have a different menu on mobile devices. When you activate this plugin, a mobile section will be available in the theme panel. There you can set the menu that will be displayed on mobile
https://www.screencast.com/t/Gj7aBDPeVeE2
https://www.screencast.com/t/MogvqB9Qm
Here you can find more information about the mobile theme provided in the theme package
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Simion C.
tagDiv Staff

Hi,

Please check the theme system status section and and modifications to the parameters mentioned in this guide, if necessary
https://www.screencast.com/t/ZuFXJN6Y
https://forum.tagdiv.com/system-status-parameters-guide/
Then everything should work properly.

Thanks

Simion C.
tagDiv Staff

Hi,

The Latest articles section that is displayed on the bottom of the pages can be customized in the page edit screen
https://www.screencast.com/t/P9Kf9A7Vmj75
Here you can find more information about the page templates
https://forum.tagdiv.com/page-templates-2/

Thanks

Viewing 25 posts - 17,726 through 17,750 (of 20,681 total)