Hi,
@ceskmrozi Do you use a footer page or a footer template?
If you use a footer page you can change the pages per language, this is a similar topic
– https://forum.tagdiv.com/topic/translation-of-footer-pager-does-not-work/
If you use a default footer template, you can set each widget to appear in specific languages, like this – http://prntscr.com/nvuo2f
Each of these should work correctly. What exactly are you doing and what is happening? I will attempt to recreate it on my end. Let me know.
Thanks
Hi,
You could do that, the post template files are now here – http://prntscr.com/nvui9l
The cloud post templates can be modified in the composer, and the featured image can be changed if needed – http://prntscr.com/nvujaw
You can modify the templates that you import, or design your own using the blank single template.
Thanks
Hi,
Those already have a horizontal scroll by default, for the bottom modules. For example big grid flex 9 on mobile
– http://prntscr.com/nvubui
You could hide the top 2 modules with CSS, but that would hide the 2 posts as well.
Adding a scrollbar to a flex block by a setting isn’t possible, but if this request becomes more popular it will be considered. Maybe it could be done with CSS, haven’t tried something like that however.
Thanks
Hi,
The default category templates don’t have many settings, all of them are in the theme panel, for each category
– https://forum.tagdiv.com/how-category-settings-work/
The content will appear automatically in the top grid and the post loop below. Posts that are part of the respective category will be displayed sorted by default as latest. If I misunderstand or you have more questions, let me know.
Thanks
Hi,
@radoslav Please try again, as it seems to work now. When that error is displayed it usually happens because the cloud server has a temporary issue. This is under investigation and we will try to identify what is causing it. Sorry for the inconvenience.
Thanks
Hi,
A list or documentation for the settings that work per viewport does not exist at the moment unfortunately. Some of them can be used like that, but not all of them.
Also the right click copy/paste style will copy most settings, but not all
– http://prntscr.com/nvu4jb
Sorry for any inconvenience, if you have more questions let me know.
Thanks
That’s unusual. Does it happen if you deactivate the child theme? try clearing the cache, and purge CDN if you use it. Also try to deactivate all non-theme plugins to see if it is a plugin conflict.
If nothing works we could take a look at it, send us an email at contact@tagdiv.com and provide admin login. Include a link to this topic in the email.
Hi,
That is indeed a message from the theme, it is coming from here
– http://prntscr.com/nvsxz0
It can’t be removed permanently from what I can see, seems it keeps reappearing on each refresh. I will make a note of it and it will be investigated. It should appear only once, and when dismissed it shouldn’t appear anymore. Sorry for this inconvenience.
If you have more questions let me know.
Thanks
Hi,
Actually the ajax menu doesn’t have a color setting. The date and excerpt have but only in flex blocks – http://prntscr.com/nvshpf
For default blocks I could give you a CSS code – http://prntscr.com/nvsjm8
.td_block_wrap .td-post-date, .td_block_wrap .td-excerpt,
.td_block_wrap .td-subcat-filter .td-subcat-list a,
.td_block_wrap .td-subcat-filter .td-subcat-dropdown span {
color: #000;
}
This will affect all the blocks as it is currently.
The initial color of the article titles in modules is this one
– http://prntscr.com/nvsle6
Only flex blocks have options to color them differently – http://prntscr.com/nvslxz
For default blocks this should work – http://prntscr.com/nvsnv3
.td_block_wrap h3 > a {
color: #000;
}
This will also affect all the blocks as it is currently.
Regarding this – http://prntscr.com/nvsp1f I don’t quite understand what you want to do. Maybe you could explain a bit more.
Thanks
Hi,
That would be unusual, I tried it as well, seems to download all the way same as always
– http://prntscr.com/nvsb9k
Maybe it was something temporarily with the Envato servers. Try downloading again, or with a different browser, or even a different PC. There have been no other similar reports as far as I know.
Thanks
Seems I missed that, it can be done as well. That is a margin added by the health demo. This code will remove it – http://prntscr.com/nvs520
.td-health .td-header-style-6 .td-header-top-menu-full {
margin-bottom: 0;
}
Let me know if you have more questions.
Hi,
That can be done. When WPML is active there will be an option to translate pages
– http://prntscr.com/nvrqqb
So you can create pages in each language, with the tagDiv composer, and they will be switched when needed (when visitors use the language switcher usually).
If you have more questions let me know.
Thanks
Hi,
It won’t adapt automatically, you have to make the flex block adapt. So for example while flex block 1 displays 3 modules per row on desktop (which looks properly) – http://prntscr.com/nvrgul
On mobile it will display the same 3 modules per row (which doesn’t look alright)
– http://prntscr.com/nvrh8l
So you should set the block to display 1 module per row on mobile
– http://prntscr.com/nvrhhi
Most of the setting are per device (viewport) including the number of modules per row.
While working with flex blocks in the composer, keep switching viewports to see how the result looks on other devices.
If you have more questions let me know.
Thanks
Hi,
There is a way, use the same class as mentioned above for the form, and also enter this CSS in the them panel custom CSS section – https://pastebin.com/dddHhkew
The form should look as in the ink demo, without installing the actual demo.
Thanks
I can’t say what will happen exactly, at the moment. This may change in the next theme update.
The reason for doing it was because users who wanted to use for example single images in WPBakery, couldn’t because the tagDiv composer affected the single images functionality.
So now when WPBakery is active and users wish to use it, some elements will not be part of the composer, to prevent conflicts. If a different solution is found, this may change however.
Hi,
Depends on what exactly is happening, you mean the problem happens when you add a new post? Some more details would be helpful.
If you reinstall an older theme version, delete all installed theme plugins from the newer version, and install them again from the theme plugins panel
– http://prntscr.com/nvqz7f
Thanks
Hi,
I see it, seems to be a delay before the CSS applies, with a visible effect on the page loading. Do you use any dedicated minification plugins, or caching plugins that have settings for minification? If you do, try to temporarily deactivate/disable them to see if this has any effect.
Also do you plan to use WPBakery? You could disable this plugin and use the tagDiv composer. Because there could be various conflicts between the two when they are both active.
Thanks
Hi,
Unfortunately the theme will take into account only one author of the post. Using a plugin and modifications in the theme there was a solution to display more authors in the post template, like this – https://forum.tagdiv.com/topic/co-authors-plugin-code/
But to display author boxes for each author there is no similar topic I could provide, with an example. I don’t think this was attempted before.
From what I know an easier integration with the co-authors plugin will be taken into consideration by our developer team, when that happens we will provide documentation for it. For the time being the theme will use and display only one author for each post. Sorry for the inconvenience.
Thanks
We have identified an issue that happens when the general modal image setting is active, in the theme panel – http://prntscr.com/nvqeii That is the one causing it, disabling it solves the problem.
This issue and some others that were reported and acknowledged, are investigated as we speak and will be fixed. When they are a them update will be released.
If you would like to downgrade to the previous version we can provide it by email. Send us an email at contact@tagdiv.com. Sorry for all the inconvenience.
Hi,
From what I can see all the block titles in the whole website are center aligned
– http://prntscr.com/nvqad9
That happens because there is an inline CSS for it on the body tag it seems
– http://prntscr.com/nvqbpq
If you did not set that manually, maybe a plugin is adding it for some reason. It will affect many elements.
I could give you a code to override the text align center, but it would be better to try and identify what is adding it in the first place.
The code would be like this – http://prntscr.com/nvqddn or you could change it to justify
– http://prntscr.com/nvqdm1
body {
text-align: initial!important;
}
Thanks
Hi,
The file where that modification would have to be made is now in the composer plugin, after the latest updates – http://prntscr.com/nvq8hw
You could however use a cloud tag template, in it you can choose if you want additional text besides the actual tag name – https://cloud.tagdiv.com/#/load/Tag
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Thanks
Hi,
Most elements of the tagDiv composer have options to set a background image, color or video (video only for rows, and only from Youtube). These aren’t general settings, the backgrounds will apply to the specific element.
Check in the CSS tab for rows, columns, or elements – http://prntscr.com/nvg4y7
– http://prntscr.com/nvg567 – http://prntscr.com/nvg5fu
If you have more questions, let me know.
Thanks
Hi,
Seems there could be an issue on iOS Safari with the background image. Try setting an image specific for mobile as a background on that row, use a smaller sized image if possible. So while editing the header template, select the mobile viewport and add a smaller image as background for the header row – http://prntscr.com/nvffle
That may work, it could be that Safari doesn’t load very big images on mobile. Let me know.
By drawer you mean the modal window that opens when the menu or search icon is clicked?
– http://prntscr.com/nvfh4b
The colors can be changed in the theme panel – http://prntscr.com/nvfhr0
The background image can be changed in the theme panel – http://prntscr.com/nvfigh
There are some settings for the fonts as well – http://prntscr.com/nvfim7
Thanks
Hi,
What did it break exactly and how? We could take a look if you can post a link to the website.
Most demo homepages are provided in the cloud library and can be imported
– https://cloud.tagdiv.com/#/load/Homepages
Or you could copy the homepage shortcodes from the tagDiv composer plugin files
– http://prntscr.com/nvepvb
Each demo has the homepage there, for example – http://prntscr.com/nvetip
Thanks
That would be the default page padding top, it’s usually bigger but the demo you have installed reduces it. To remove it completely try something like this, should work
– http://prntscr.com/nveni0
.td-health .td-main-page-wrap {
padding-top: 0;
}