Hi,
There is no easy solution in this case. If a post has the featured category and another category assigned to it, you cannot ignore one and use the other with the current implementation and options for the related posts. What you could do is to disable the related articles on the post page, and then enable Visual composer on posts in order to create and use a block instead of this feature – https://www.screencast.com/t/gswiM6T1A Then use that blocks filtering options to display the posts you want. But Visual composer was not tested for posts and maybe it will not work properly, but you can give it a try if you want to achieve this.
Thanks
Hi,
I do not see any attached image in your post. But unfortunately there is no option for this at the moment in the theme. If you would like to display information about the website visits, you should try to search for a daily visitor counter plugin with this capability and use that for this purpose. There should be many available plugins that you can try and see if they are what you are looking for, but I can not make any recommendations since we have not made any tests in this matter.
Thanks
Hi,
Please note that the more posts are assigned to specific tags, they will automatically be resized to reflect this, there is nothing special about the tag cloud element in the demo. For example the “art” tag has one post – https://demo.tagdiv.com/newspaper/tag/art/ and the “wordpress” tag has many more – https://demo.tagdiv.com/newspaper/tag/wordpress/ and this is reflected in the tag size.
Thanks
Hi,
Please specify how and where are you exactly seeing this someone trying to follow that path, maybe there is nothing to worry about.
Thanks
Hi,
I have entered the text you provided in a posts manual excerpt option – https://www.screencast.com/t/sESPuSwGYMtf and this is the result on block 11 – https://www.screencast.com/t/ojb1vLVtco and I do not see a problem with this. Please correct me if I misunderstand.
The only available setting in theme panel regarding excerpts is to set the excerpt type and the length.
Thanks
Hi,
Please clear the browser cache (Very important) as instructed above after installing the new social counter plugin. Then try to configure the counter again and request the Facebook token. This is tested and works as intended.
Thanks
Hi,
We are aware of this issue, not being able to get the Facebook access token for the social counter. A fix was made available here – https://forum.tagdiv.com/topic/problem-with-facebook-social-counter/
Please try to remove your current social counter, download the new plugin version and also clear the browser cache, then try to configure the social counter again. This is tested and works properly.
Thank you for understanding!
Hi,
Well it should work if the code is valid, there should be no reason for it not to, if the only requirement is to insert the code in the header. Try clearing any caching you have installed, maybe it is preventing the code from taking effect.
Thanks
Hi,
That is the way the page looks when a background color or image is set on the website, it transforms it into the boxed version – https://forum.tagdiv.com/background-introduction/ and creates a wrap around the content elements in the pages so they are all aligned properly.
Thanks
Hi,
Please provide more details about what button are you talking about, and a screenshot if possible. Any woocomerce element can be added in a page in Visual composer – https://www.screencast.com/t/JagnEsO8
Thanks
Hi,
Any widget added in a sidebar will appear only where that sidebar is used. Add the widget to the sidebar you want and use that on the homepage.
When there is a background set, that is the way the background appears on the row in the page container. If the website would not be boxed it would stretch to full width. You could use some css in this case like in this example – https://www.screencast.com/t/8cYjTfO39zez or add a custom class to that row and use that in the code.
Please make sure to enter the code in Advanced Css so it does not affect smaller devices.
.td-boxed-layout .vc_custom_1490795677629 {
width: 1164px!important;
margin-left:-48px!important;
}
Thanks
Hi,
Please make sure you have done the modifications exactly like in the screenshots above. If the links do not come as entered please check here – https://www.screencast.com/t/Aadz8ORGX
I have tested this and it works properly, you can try to double check all the code maybe something was overlooked.
Thanks
Hi,
You can change the translation for that element in Theme panel->Translations –
– https://www.screencast.com/t/CJklxedsVxRE
– https://www.screencast.com/t/YCocqBEOHGq
There you can change the text to what you want.
Each of the blocks in the page structure can be edited in the edit page screen, in Visual composer
– https://www.screencast.com/t/xF6wo4PW
– https://www.screencast.com/t/nJrJiDzm
More about block settings in this tutorial – https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi,
If I understand correctly you want to display the social links for each of the authors in that respective page. That is a feature that displays only for the author page and it is not available in this case. Maybe you can find a plugin that has this capability and use it to display the author social links in the author box.
Unfortunately there is no option to share the images in the media grid separately. They are all part of the same element and post, and can only be shared as a whole with the post social sharing.
These are the current options for these elements at the moment, maybe additional features will be available in a future update in this matter, as the theme is is in a continuous improvement process.
Thank you for understanding!
Hi,
If you would like to modify the text for the “Latest articles” section you can do it in Theme panel->Translations
– https://www.screencast.com/t/qNfyZt3Kt
You can customize the latest articles section in the edit page screen like this
– https://www.screencast.com/t/Txu10tjc0
To remove this section from your page, simply select a different page template from page attributes
– https://www.screencast.com/t/mCmXkWnPY
More information about the page templates here – https://forum.tagdiv.com/page-templates-2/
Thanks
Hi,
Well you could try this code and make the button half the size – https://www.screencast.com/t/O573ZCCNCBsQ and change the font size also on smaller devices. If you only want to modify the width, simply remove the line modifying the font. This is the code used, you must enter it in Theme panel->Custom Css
@media (max-width: 767px) {
.comments .comment-form .submit {
width: 50%;
font-size: 12px;
}}
Thanks
Hi,
If the code needs to be added between the head tags, you must enter it in the header.php file found in the main theme folder – https://www.screencast.com/t/pJLx76GibF and if the code is valid it should work as intended. Try clearing any caching installed after you add the code.
Thanks
Hi,
You could try this code – https://www.screencast.com/t/7Rq7p4FmM if you have no need for the meta information below the post title, and enter it in Theme panel->Custom Css. If this is not working for you, please provide a link to your website pointing to where you want to make these changes, so I may give you a more accurate solution.
This is the code used in the example
.td-post-title .td-module-meta-info {
display: none;
}
Thanks
Hi,
I do not know what could go wrong if you have made a fresh theme install and used only the plugins provided in the theme package, and the problem is still there. Maybe this is not theme related, because we have not had any complaints with this issue. As I suggested please send us email at contact@tagdiv.com and admin login information so we can take a look and see if this is theme related.
Thank you for understanding!
Hi,
You could do that using css. The simpler way to do it would be to use box style 2 with the title box, and hide the title – https://www.screencast.com/t/irryQIsl and the image remains default.
This is the code used, you must enter it in Theme panel->Custom Css
.td_block_image_box .td-custom-title {
display: none;
}
Please let me know if this works for you or you need further help.
Thanks
Hi,
I have made the test by modifying the files from the main theme, the child theme currently supports only the td_module_single_base.php file to be used in it – https://www.screencast.com/t/x1OctTrb – https://forum.tagdiv.com/the-child-theme-support-tutorial/
I should have mentioned this earlier, I am very sorry.
You could use only this file in the child theme and create a directory path similar to the main theme for it
– https://www.screencast.com/t/Ys9NOduYS6 and use the other file from the main theme. Or just use the main files all together. As it currently is you will have to make these modifications after every update, for one file or both of them.
Thanks
Hi,
You need to enter the link in Theme panel – https://www.screencast.com/t/eJiQk4E5uyG and they will be displayed in the menu – https://www.screencast.com/t/1gsawyEZkEP
Thanks
Hi,
I see you have managed to modify the menu the way you wanted. The new menu was a decision made to improve this section, and keep the theme design up to date with the latest trends – https://demo.tagdiv.com/newspaper/
Thanks
Hi,
Please do not use PHP version 7.1. The theme is only compatible with version 7.0 or bellow at the moment. We will add 7.1 compatibility in future updates.
Thanks
Hi,
You could change the theme name by renaming the theme folder and the theme name inside the style.css file. I believe it is the same for every WordPress theme. Probably it will require that you activate the theme again.
– http://stackoverflow.com/questions/36120925/can-i-change-the-theme-name-in-wordpress
Thanks