Hi,
If a post has multiple categories, setting a primary category will ensure that it’s tag will be displayed on the modules.
For example this post has three categories
– https://www.screencast.com/t/u35sP7044Gr7
By default the primary category will be the first one alphabetically, and it’s tag will be displayed
– https://www.screencast.com/t/yM11UfwG
Setting a primary category like this
– https://www.screencast.com/t/ei64KYdVy
Will make that primary category tag to be displayed for that post
– https://www.screencast.com/t/2KnmNkCk
As per your example, you could try a code like this. This post has the “Get inspired” category, and the “Prose” category
– https://www.screencast.com/t/ig8hcADV8
You would like to hide the “Get inspired” category just for the post, but it should not be hidden on the category pages
– https://www.screencast.com/t/KbTkx24Hd
A code like this will work only on post pages and remove that category
– https://www.screencast.com/t/CWPoqrrGuoX
If this is what is needed I will provide the code for the exact category.
This may be over-complicating things in regards of categories. The category structure should be clear and have a logic behind it. One should try not to hide posts from categories, or categories from posts.
Thanks
Hi,
Please note that the tagDiv composer works properly with the theme and with the plugins that are included in the theme package. Try as a test to deactivate all your other plugins except the composer and then clear your cache. Create a page and try editing it with the composer.
It could be the case that a plugin is interfering with the editor.
Please let us know if this fixes the issue.
Thanks
Hi,
You can Disable the category filter for all the categories at once, in the theme panel
– https://www.screencast.com/t/WQ0Ix9qtFLz
Thanks
Hi,
It seems that you have managed to modify the products per page number as you wanted. It seems the images are not of the same size, that is why they look misaligned. Also the product title is not of the same length. If you would like the products to be perfectly aligned the image thumbnails should be the same size and titles same length.
Thanks
Hi,
Please check that you do not have by some mistake, set the theme accent color to white
– https://www.screencast.com/t/nBh6EBft3P
Set is to default or another color, and check if the issue is solved. Also clear any caching installed after changing it.
Thanks
Hi,
It could be a false reading by the theme, but this is unusual. I have not seen this before. You could leave it as it is, since the parameter is set properly.
Thanks
Hi,
I have passed this suggestion to the developer team. All suggestions and recommendation are taken into account and will be considered. But please understand that I cannot promise anything for sure. The tagDiv composer will be improved in the future, and more options will be added to it in updates. Maybe something like this will be available.
Thanks
Hi,
I don’t understand why would you want to change that, or what the purpose would be. That is pretty advanced coding and everything has a meaning, best you do not modify it unless you know what you are doing.
Thanks
Hi,
Sorry about that, those settings do not allow font color change. You could use a bit of Css to achieve that. Like this for example
– https://www.screencast.com/t/edNaqdLrJo
This code will change the font color for all the excerpts, you can use any color you want. Enter the code in Theme panel->Custom Css section
.td-excerpt {
color: yellow;
}
Thanks
Hi,
If that code is appearing on the website it means you did not enter it correctly. Please make sure you add the full analytics code provided by Google in the theme panel, including the script tags. The code that you enter should be like this
<script>your analytics code</script>
Then clear any caching that you have installed and check again. There should be no code displayed on the website anymore.
Thanks
Hi,
This is the topic
– https://forum.tagdiv.com/topic/help-with-file-to-customize-tag-section-under-post/#post-180814
Thanks
Hi,
The post content cannot be edited dynamically. Like I mentioned, everything needs to be entered through the post editor and the theme will simply get the content
– https://www.screencast.com/t/0qE9IfTO1wAV
Maybe you can find a plugin that would allow you to do what you want, if there are any with this capability.
Thanks
Hi,
The excerpt font and font properties can be customized in the theme panel
– https://www.screencast.com/t/kNXArdsg7K
Thanks
Hi,
I have found some useful links if you would like to find out more
– http://php.net/manual/en/language.oop5.late-static-bindings.php
– https://stackoverflow.com/questions/10504129/when-using-self-parent-static-and-how
Thanks
Hi,
The theme will create thumbnails from the featured images you upload, based on the thumbnail sizes that are enabled in the theme panel
– https://forum.tagdiv.com/theme-thumbs/
It is mentioned there for what element each thumbnail is used, so you can disable the ones that you are not using. They will not be created anymore after that.
Thanks
Hi,
It is recommended that the value for that parameter to be as specified in this guide
– https://forum.tagdiv.com/system-status-parameters-guide/
The guide also mentions how you can increase it.
Thanks
Hi,
There is no tutorial made that I could provide you for Woocommerce. Please provide details about what exactly are the problems that you are having. I will try to help you.
Thanks
Hi,
I have inspected your website, but I don’t think I see a problem with the slide. If you could be more specific and describe the issue further, it would be very helpful.
This is how the slide looks at the moment, and it seems to be functioning properly
– https://www.screencast.com/t/jWnADj2bycAy
Thanks
Hi,
That depends on the widget you are using. Most of them have the option to set a custom title in the widgets section
– https://www.screencast.com/t/YtagC7uk2md
Thanks
Hi,
The option from the theme panel simply removes the category tag from category pages and post pages. This settings does not affect the permalink structure or anything else, and there is no other option to do so.
That can only be done by using WordPress options, a plugin or maybe combination of plugins.
Thanks
Hi,
There is no option to change the comment count icon. But it can be disabled for all the blocks, in the theme panel
– https://www.screencast.com/t/eZ9gjVdyzX
Thanks
Hi,
If you have activated the mobile theme plugin, this comes with predefined layouts for the homepage, post page, category page etc. The website will be different from desktop. Deactivating this plugin will display the same content from desktop, adapted for smaller devices. The mobile theme is optional, you can choose not to use it.
More information about the mobile theme here
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hi,
It could be that one of your plugins is causing the issue. Try deactivating all your other plugins except the tagDiv composer,and clear any caching installed. Then create a page and use the editor to edit and customize it.
Please let us know if you still have a problem using the composer.
Thanks
Hi,
Replied in the other topic.
Thanks
Hi,
The tags that appear in the post page are the ones assigned to that post, in the post edit screen. These are the only tags that will be called and displayed
– https://www.screencast.com/t/aZYqvpQz9Kba
– https://www.screencast.com/t/P0Gg2Uhsw
Each post template gets the tags of the current post and displays them
– https://www.screencast.com/t/g7YAePFMwi
The post content is restricted to what is entered in the post editor, you cannot place the tags inside this content.
If you are referring to something else, please correct me.
Thanks