That would be correct. When hovered there would be a preview of an image. Test with how you mention, I did not make any more tests with this sidebar or tried to adapt it for this kind of usage unfortunately.
Hi,
You can set colors for each category, in the Theme panel->Per category settings
– https://www.screencast.com/t/KzKA2Llwps37
The tags in the post pages will have the colors you set there
– https://www.screencast.com/t/hlnNHD7jq
Thanks
Hi,
@hurricane You could wait for a while and try again the normal activation. This is usually a temporary issue with the Envato servers.
If you don’t want to create a new forum account, use the manual theme activation
– https://www.screencast.com/t/EL4k48Lq
You can also add keys to your account as mentioned here (bottom part of the guide)
– https://forum.tagdiv.com/newspaper-6-how-to-activate-the-theme/
Thanks
Hi,
WhatsApp and other mobile socials will only be displayed on mobile. When used on a mobile the mobile WhatsApp application will launch and you can share the post.
If you want this social to appear as a sharing option on desktop as well, you could make it visible with a code like this
– https://www.screencast.com/t/sGA8pfmMuWb
@media (min-width: 767px) {
.td-social-whatsapp {
display: inline-block;
}}
Enter it in Theme panel->Custom CSS section if you want to use it.
Thanks
The page does not exist – https://www.screencast.com/t/1yi2u93C
I tested it again. Example below.
You mentioned you will use HTML as a menu, like this
– https://www.screencast.com/t/lx1Mn8sk6h
I want the Overview to link to scroll to a block down below for example, for the block I set the class “overview”
– https://www.screencast.com/t/zDMLRaSEq
In the HTML code I set the class I used
– https://www.screencast.com/t/fvL4fLpyPdIX
– https://www.screencast.com/t/5vgOP1KJ
Saving the page and viewing it produces this result when I click on overview
– https://www.screencast.com/t/5vgOP1KJ
The class can be set on rows as well if needed, or any element that has a custom class field.
Code used in my example in the HTML element
– https://pastebin.com/50RWnpx1
Hi,
1. Through the Cloud library you can import page templates, modify them if needed and save them. They can be reused when needed
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
There are homepage templates, page templates and sections (blocks of content)
– http://prntscr.com/kvogz4
2. There aren’t many animation capabilities for the composer elements at the moment. Might be available in the future for specific or dedicated elements, can’t say exactly what will happen. Sorry for the inconvenience.
Thanks
Hi,
@mazougagh Do you use a widget sidebar? Also, does the sidebar name maybe contain special characters in it’s name?
– https://forum.tagdiv.com/sidebars-tutorial/
That could create problems.
I would also suggest that you try without any plugins, leave only theme plugins active. Set a sidebar and check if the same happens.
Worth to review the theme requirements guide as well, see if everything is set properly
– https://forum.tagdiv.com/requirements-for-newspaper/
Don’t use class name already used by the theme. That can cause problems. Also enter them without a “.” in the composer field.
I have made an example where this customization will apply only for a block
Custom class set to block – https://www.screencast.com/t/aqF17Bb1e4gE
Code looks like this – https://www.screencast.com/t/ODViQyzmehP
Now this effect applies only for the blocks which use that class.
Hi,
Do you mean the tagDiv composer page builder? This frontend composer features a drag and drop functionality
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
If you have questions about it, or this is not what you are referring to, some more details would be very helpful for a better understanding.
Thanks
Hi,
You could try the suggestions from these topics, these are the most common causes for that kind of problem when uploading images
– https://docs.presscustomizr.com/article/229-fixing-errors-when-uploading-images-in-wordpress
– https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-http-image-upload-error-in-wordpress/
Hi,
Our plugin will automatically deactivate itself if it detects plugins that are not part of a predefined list in it’s code
– https://www.screencast.com/t/2DORngA6lc
This check could be deactivated for testing and the plugin will be active permanently, but that may cause problems with the functionality of some plugins
– https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Hi,
Could be caused by a few things. In some cases the problem was the usage of security plugins or server firewall which blocked the cloud library plugin.
In other cases it was caused by using PHP versions higher than the maximum recommended 7.2.
Or maybe insufficient resources – https://forum.tagdiv.com/requirements-for-newspaper/
Let us know what you find. We could also take a look, maybe we can spot something. Send us an email at contact@tagdiv.com and provide admin login and also cPanel if possible.
Thanks
I am pretty sure there is no such code in the theme files by default. So if you did not add it, maybe one of your plugins is adding it there or causes the error you mention.
Unfortunately I have no idea what plugin you are testing with, I also don’t recall seeing such a extra stuff error. Maybe it is incompatible with the theme.
For which column did you enable the setting? Then only viable column to be sticky in that page is the left one
– https://www.screencast.com/t/3EysNywkML
Making the right longer column sticky will have no effect, since your main content is short in height. Please add more content in the left column to actually see how the sticky setting works.
I have made a video to demonstrate how a sticky column can be used. In this example I have a longer content and a shorter sidebar. I want this sidebar to always be in view as I scroll the main content
– https://www.screencast.com/t/qIJSsvgTm
Notice the right sidebar sticking as I scroll down the page, that would be how the setting works. Hope this helps.
Hi,
The comments section will always be displayed at the bottom of the post page. That is how it is defined in the code.
Using predefined post template this could only be done by making modification in the post template files. Some similar topics here
– https://forum.tagdiv.com/topic/post-comments-directly-under-post/
However using cloud post templates it is a matter of drag and drop while editing a post template
– https://www.screencast.com/t/Mtfs3iiv
The comments can be positioned differently in the post template by this method. You can find out more about the cloud library plugin here
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Thanks
I could take a look at that page, post a link to it if possible. Note that for a column to be sticky (smart) in pages, you have to enable this option
– https://www.screencast.com/t/PltQbmelK
Enable it for the columns you wan to be sticky.
This will work best if the column which you plan to make sticky has fewer content than the other column besides it.
Example – https://www.screencast.com/t/F6MJDJCWi
Hi,
That is a hover effect specific to our big grids. It could be used for blocks if that is what you want. For example a code like this will affect most of the modules
– https://www.screencast.com/t/tfYfQkGpHYRh
You can experiment with it, this is the code used
– https://pastebin.com/t47gyfyu
You can also make it more precise, for specific blocks/modules if needed.
Thanks
Hi,
Could be the same issue from this topic
– https://forum.tagdiv.com/topic/gray-page-tagdiv/
Please try the solution mentioned there, it worked for many users with similar problems. Let us know if there still is a problem or it worked.
Thanks
Hi,
Try the size settings in the theme panel – https://www.screencast.com/t/LnQSieb7QFfg
Set a size of your choosing for desktop, check the results.
Ads in the post content (with sidebar) should be of a maximum of 696px which is the post content width.
The modification will affect the whole website and all the modules. The same function is used for all of them. The theme modules do not have settings for what you are trying to do unfortunately.
Sorry for any inconvenience.
Hi,
Could be something specific to that page. try with a different page, a simple page with a block for example, or an empty page even.
If the same happens, try to deactivate all your plugins as a quick test, then try again.
In case the problem remains, please send us admin login at contact@tagdiv.com so we can take a look.
Include a link to this topic in the email.
Thanks
Hi,
@tavara We could take a look, send us an email at the address mentioned above, provide admin login so we can investigate. Mention what exactly should we check.
Thanks
@v3king It can only be used through the tagDiv composer. It’s not available as a widget. Sorry for any inconvenience.
The default post template will use the ad codes from the theme panel, while the cloud template will use the ad codes entered in the template itself.
So if the same type of ad codes are used, which work with a default post template, they should work with a cloud template.
I believe we did test this at the time but with default responsive Adsense ads, there were no problems.
If you should find something relevant, please share it here.
Hi,
There are other problems as well, even in desktop. For example the header search does nothing, block pagination doesn’t work.
I would suggest that you first disable the Cloudflare rocket loader, this can cause problems with the theme, we recommend that it is kept disabled
– https://forum.tagdiv.com/cloudflare-cdn/
After you deactivate it, clear all caches and purge the files. Check if this solves the problem.
Thanks