Hello,
The date and time is added or removed across the whole site, not just in psecific parts. If you want to remove the data and time from comments you can use this code:
.comment time{
display:none!important;
}
Add the code in the theme panel-> custom css box.
Thank you!
Hello,
In order to move the date on top of the article title, you will have to modify the module files and alter the theme code. Here is an example of how it can be done: https://www.screencast.com/t/jR5gLHAmk
You can see a list of what modules are used on which blocks here: https://www.screencast.com/t/2dSPdsxDNkYr
Thank you!
The theme is not yet tested with php 71. so please only use PHP 7.0
Thank you!
Hello,
This is a common caching issue after an update. Please make sure you clear all caching after you update. Right now the cache seems to have cleared itself.
Thank you!
Hello,
Sorry but that file will not work from the child theme for the moment. You will have to make the modification in the main theme.
Thank you!
Hello,
If you have too many re-writes to the css then this will happen. If you do not want this effect add your code directly at the bottom of style.css found in the main folder of the theme
Thank you
Hello,
This is the main reason why you should not allow automatic updates. You need to create a back-up before any major update such as a theme update or wordpress update.
Your site seems to be working fine now. It could have been a caching issue.
Let us know if you still have trouble with this.
Thank you!
Hello,
Are you referring to the tiny mce back-ed editor? That can be removed from wordpress. Here is an example:
http://wordpress.stackexchange.com/questions/85312/removing-the-tinymce-editor-for-a-given-page-template
Thank you!
Hello,
It can be possible as you can like a shared post on facebook without accessing it 🙂 If a facebook user hits like but did not open the link, then that is a like without a view. Multiple ones cause the post to get more likes than views.
Thank you!
Hello,
The hover color for the header menu and the other links of the site is handled by the theme accent color:
https://www.screencast.com/t/JF81OBfxeeTF
There is also a separate color change for the menu though: https://www.screencast.com/t/pkc2oL86DmXH
Thank you!
Hello,
Thank you for your kind words.
1) Add this code in the theme panel-> custom css box:
.td-footer-wrapper .td-pb-span4 .widget_facebook_likebox .td-block-title span a{
color: #f8b133;
}
2) You cna fix it using this code:
.td-footer-wrapper div .td_block_template_8 .td-block-title > *:before{
background-color: #f5f5f5!important;
}
You can change the color in the code to one that feels more appropriate. I added the exact same color from the top header blocks but it appears too bright compared to the dark blue of your footer background.
Thank you!
Hello,
The post views are kept ion the database so you will not lose them. You will loose the facebook likes on posts though as the url changes and the likes will be reset. https://www.screencast.com/t/XDeY2nBd The views will not be affected though.
Thank you!
Hello,
This could be a memory allocation issue so please use this guide to increase the parameters properly: https://forum.tagdiv.com/system-status-parameters-guide/
Let us know how it goes.
Thank you!
Hello,
I did the same steps on my end but this is the result: https://www.screencast.com/t/fUBuiCUKi the video is present. It stretches as far as the row goes though.
You may have something affecting this on your end. Please contact us via email at contact@tagdiv.com and provide wp-admin so we can login and investigate the issue.
Thank you!
Hello Immam
I would love to help but unfortunately your description is not enough for us to understand exactly what you are trying to do. As I understand it you require specific filtering for posts on a page. This can be done using the block settings so you can show exactly the categories you want on that page. Please read this guide to learn how to change the block settings: https://forum.tagdiv.com/block-settings-guide/
If this is not what you mean, please provide more explicit details so I can better understand how to help.
Thank you!
Hello,
Please provide a link to your site so I can inspect it and provide the css code needed.
Thank you!
Hello,
It seems you already have an underline so I assume you found the solution.
Thank you!
Hello,
It seems you changed it to white https://www.screencast.com/t/1ZCE53eYR
The mobile theme colors can be changed from the theme panel->mobile theme section:
https://www.screencast.com/t/ucpa0ul62raW
Thank you!
You will have to create the css based on the particular post id. Each post has it’s own unique id you can target and create the css for that particular id only, or for that particular post type as well.
Please provide a link to your post and I can provide an example code
Thank you!
The mobile theme consists of many files, not just 1. You can find them in the main theme folder/mobile
Thank you!
Hello,
This is the default theme implementation: https://www.screencast.com/t/oUUgCl90smuz As you can see the post pagination is above all the other elements. On your end you probably use a plugin that places the content above the pagination.
The news ticker is a block element like any other. It does not ahve any special implementation. You can add it to a page using the add element button in visual composer: https://www.screencast.com/t/TdRllYJVE
None of the theme blocks have any functionality to add them across the whole website. This can be done if you want using a do_shortcode function by altering the theme files though if you have the proper coding skills.
Thank you!
Hello,
You will need to use the mobile editor present in page edit to add content to the mobile version of your site. Basically for pages you will need to create 2 versions of the same page. One for desktop and one for mobile:
https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hello
The plugin is provided in the main theme package. Please make sure you download the main theme package from envato and then install the plugin from there:
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thank you!
Hi,
That is what I suspected 🙂 Those are visual composer elements and they will not pick up any of the theme icons. Visual composer elements have their own icon sets and I cannot provide any solution to change them as changing the plugin code will break our license agreement with the plugin authors.
Sorry for the inconvenience.
Hello,
Our theme does not have any ad rotating functionality but you could give the adrotate plugin a shot.
Thank you!