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,

That will not be a problem, blocks and grids have such settings. Select from which category to display posts
https://www.screencast.com/t/jUiFtFOsuedY
Then only posts that are included in that category will be displayed.

The ajax filter will display by default all the categories when enabled. Add the category IDs you want and only those will be displayed
https://www.screencast.com/t/RECxauzo
IDs can be seen here for example
https://www.screencast.com/t/TcusZNwfuVT
https://www.screencast.com/t/zfy6wWFER64G
When the categories in the ajax filter are clicked the block will be filtered accordingly.

More about block settings in this tutorial
https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

We could take a look, of course. Please send us an email at contact@tagdiv.com and provide admin access. Include a link to this topic in the email, also mention the problem to be inspected is with any buttons color not working properly.

Simion C.
tagDiv Staff

Hi,

Seems I misunderstood, sorry. So you want the summary as well as the other elements font to be as the post content and also bold
https://www.screencast.com/t/fN3Pk0CFcAA
This would be the code for that

.td-review-summary-content,
.td-review-row-bars .td-review-desc,
.td-review-percent {
font-family: Quicksand;
font-size: 20px;
line-height: 30px;
}

You can remove the previous code and enter this one instead.

Simion C.
tagDiv Staff

Hi,

Maybe some of those can be done with CSS modifications, the gallery element would not have such settings unfortunately. Try a code like this
https://www.screencast.com/t/Ufvn1l9gYu
It will remove the bottom thumbnails section, also the black background and set a white background instead

.td-doubleSlider-2 {
display: none;
}
.td-gallery-slide-top {
background-color: #fff;
color: #111;
}

You could make more modifications to it, some more might be possible with CSS if needed
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

For the moment there is only a sticky sidebar section that can be used in pages. This requires a certain layout to be used and a specific class to be added to the respective row. Please check the bottom part of this guide
https://forum.tagdiv.com/smart-sidebar-2/

Thanks

Simion C.
tagDiv Staff

Hi,

Yes, some demos when installed will try to load local images. be sure to check the theme panel after installing a demo and remove/replace the demo images with your own. Sorry for the inconvenience.

Please let us know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

If you use the latest theme version and social counter plugin, there would be no problem with Twitter. With older versions it probably will not work due to changes made by Twitter. Make sure you use the latest theme and plugins and everything should work. Maybe clear your cache and CDN if used.
I could take a look as well, provide a link to your website if possible.

Thanks

Simion C.
tagDiv Staff

Hi,

This is where the social sharing buttons are defined
https://www.screencast.com/t/OwYXE3tG
Adding more code there could create problems, also with the automatic sharing section functionality. But you can make some tests and see if that happens.
Maybe test with something like this
https://www.screencast.com/t/GKkH7trz2f

Thanks

Simion C.
tagDiv Staff

Hi,

By default WordPress displays your posts in the frontage, sorted by latest. In this case if you want to keep using a blog style homepage, the module used to display the posts can be changed here
https://www.screencast.com/t/LN15HuYS
Also a sidebar can be set there if required.

You can alternatively create a page with the elements you want and set that as a static homepage (you are using one right now it seems)
https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
https://forum.tagdiv.com/tagdiv-composer-tutorial/

I see there are thumbnail problems, this happens when the theme is applied to existing content. In this case you can regenerate the thumbanils
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Please let us know if you have more questions.
Thanks

Simion C.
tagDiv Staff

Hi,

Please try again, there were some issues but now the theme is available for download. Sorry for the inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

If you update to the latest theme version, Woocommerce will not display those notices anymore. Those notices will not affect the theme or Woocommerce functionality in any way.

There are more way to update a theme, please check this guide
https://forum.tagdiv.com/how-to-update-the-theme-2/
The most reliable and recommended method is by FTP. The automatic update may not be so reliable at some times. You could give it a try later, or try to update with a different method as suggested.

Thanks

Simion C.
tagDiv Staff

Hi,

If you already have a forum account, use the manual theme activation method
https://www.screencast.com/t/NXhtb0Vtn

Thanks

Simion C.
tagDiv Staff

Hi,

That should not be a problem, the Yoast SEO plugin should add all the necessary meta to the source of the page. This should be then picked up when sharing.
If you use additional sharing plugins or plugins with sharing capabilities, please deactivate them temporarily as a quick test and check again. Or just deactivate them all quickly (except theme plugins) and try the share with WhatsApp. Let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

We could take a look at this. Please send us an email at contact@tagdiv.com and provide admin access so we can see this issue. Could be some kind of conflict between the Cloud plugin and Jetpack. Include a link to this topic in the email.

Thanks

Simion C.
tagDiv Staff

There are differences between the post meta in the page source, in my case using default theme install and only theme plugins, and in your case.
This is how it is for me and how it should be
https://www.screencast.com/t/a5SVXgFnu
In your case there is inline CSS used – https://www.screencast.com/t/DygO0ZFuk
Maybe you did some modifications in this theme file directly or by a child theme
https://www.screencast.com/t/7xYfu4dJvsd
Please check that file and see how that meta looks for you. Let me know.

Simion C.
tagDiv Staff

Hi,


@mmedia
This has not been implemented in the theme up to this moment. There would be other priorities at the moment. But it is noted and will be considered at a future time.

So if you want to remove the date for a specific block for the moment you would have to resort to some CSS
https://www.screencast.com/t/RUnybZHRTg
https://www.screencast.com/t/ctoYzhosCx7
Example code used here

.my_special_block .td-post-date,
.my_special_block .td-post-author-name span {
display: none;
}

https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

Pagination will be displayed in default taxonomy pages, there is an example CPT plugin you could check. It will add a couple of taxonomies belonging to a CPT
https://forum.tagdiv.com/custom-post-type-support/
Taxonomies names can be displayed in the locations mentioned in the guide. They will lead to taxonomy pages. Those would be all the settings available for custom post types, maybe more will be added in the future.

Thanks

Simion C.
tagDiv Staff

Hi,

If that is what you want, I will try to help you. The category tag links on modules are created here
https://www.screencast.com/t/qYbyDrCDyzA
So try adding the additional parameter there, then inspect some links after making this change.

The date displayed on mobile is not a link, so I don’ quite know what you want to do about this date.

Maybe you can find a plugin to modify all links at once, and remove/add the parameters you want. Or search through the theme for the title tags that need to be removed, that would be the only other way. Also note that you might loose these modifications after a theme update.

Thanks

Simion C.
tagDiv Staff

Hi,

By default WordPress displays a blog style homepage, displaying your posts sorted by latest. You can choose to display a static page instead
https://forum.tagdiv.com/homepage-how-to-build-and-set-it/

Build a page with our tagDiv composer and set it as homepage. You can choose which elements to show in the page, simply drag them and drop them where you want
https://forum.tagdiv.com/tagdiv-composer-tutorial/

Thanks

Simion C.
tagDiv Staff

Hi,

All the demos are made with the tagDiv composer, using theme blocks, grids etc. The demos used to be made with Visual composer previously, but they have been remade. The tagDiv composer is the main page builder provided with the theme. However Visual composer (now WPBakery) is still provided in the package.
https://forum.tagdiv.com/tagdiv-composer-tutorial/
So there will be no problem creating pages with our page builder. Also there are many demos to choose from and install
https://demo.tagdiv.com/select_demo/select_demo_newspaper
https://forum.tagdiv.com/demos_introduction/
https://forum.tagdiv.com/installing-demos/

Thanks

Simion C.
tagDiv Staff

Replied in your other topic.

Simion C.
tagDiv Staff

Hi,

We are aware of the sharing issue when using custom post templates, we are very sorry for this inconvenience. This will be fixed in a theme update as soon as possible. Thank you for mentioning this to us.

Thanks

Simion C.
tagDiv Staff

The time ago has been introduced for the post date, maybe a last updated will be introduced as well in a future update. This is a possibility.

We are also aware of the sharing issue, sorry for that inconvenience as well. All of these will be solved in a theme update.

The composer will indeed allow you to stretch elements in the post templates, just like on pages. Our documentation for the plugin will be improved and more instructions and examples will be added in the future.

Simion C.
tagDiv Staff

Hi,

You can’t modify actual posts individually with the composer, you can create/import/modify their templates
https://www.screencast.com/t/xAJQ3uMdl6

More information about the new features here
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

These templates (once you import them, or create your own) can be applied to posts in the individual post edit screen
https://www.screencast.com/t/do697qS3LlB
Or in general – https://www.screencast.com/t/T12FrzslrtI

Maybe that is what you are referring to, hopefully that helps.

Thanks

Simion C.
tagDiv Staff

Hi,

Indeed, 64M would be insufficient for the theme and plugins. It would depend on your other plugins as well, the bigger the number of plugins the higher the memory consumption. For some users we recommend 256M if possible.

The theme logo should be like this after the update
https://www.screencast.com/t/murG2ESh
That could be just a browser cache issue, clear the browser cache or test with a different browser. Try to force refresh the page (Ctrl+Shift+R). Also clear all caches installed and CDN files if you use it.

Thanks

Viewing 25 posts - 8,901 through 8,925 (of 20,681 total)