Hi,
The W3C validator also reports hundreds of errors on websites like YouTube and even Google for example. The theme code is valid and does not provide any errors. I don’t think this should be a reason for concern in this matter.
Thanks
Hi,
I have inspected your website, but at the moment the problem is not present
– https://www.screencast.com/t/YsyxL784Yr
– https://www.screencast.com/t/B8gDLbPQ
– https://www.screencast.com/t/vFk2D7yY6O
These kind of issues could be caused by plugins, modifications to the the files, custom code or a code from a child theme.
Thanks
Hi,
The code works properly in mobile view, just like you asked
– https://www.screencast.com/t/9VhXQMpA8Qt
If you want the code to apply in all cases use it like this
– https://www.screencast.com/t/n7a0OkfjAU
.td-social-pinterest {
display: none!important;
}
Thanks
Hi,
Please provide more details about what is preventing you from installing the theme. Try the FTP method for the best results in this regard. Here is a detailed tutorial about the required steps – https://forum.tagdiv.com/install-via-ftp/
Thanks
Hi,
You can download the ionMag free theme in order to get the tagDiv Composer
– https://www.wpion.com/
Please note that we plan to include this page editor in the future theme update by default. It will be available in the theme package.
Thanks
Hi,
For the text you can use this code – https://www.screencast.com/t/TDKXP8aH
.td_block_big_grid .td-module-title a {
color: black;
}
Thanks
Hi,
It seems you have a lot of errors on the website – https://www.screencast.com/t/qrNkzXLm
I suggest you disable all your plugins except Visual composer, clear any caching installed, then check to see if the thumbnails are displaying properly. In almost all the cases some problematic plugins are causing issues.
Also it is recommended to use this caching plugin with the mentioned configuration
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
Thanks
Hi,
If you would like to modify the headings for the post title on the modules, you could do that here – https://www.screencast.com/t/zeKlHJvMz
Thanks
Hi,
For the grid you can try a code like this
– https://www.screencast.com/t/LBNkF6Ul
.td-grid-style-1 .td-module-thumb a:last-child:before {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
Thanks
Hi,
You can simply de-register your theme from the current domain from the system status
– https://www.screencast.com/t/uChS68YT52
And then you can activate it on the new domain using the same key.
Thanks
Hi,
Maybe this topic will help you – https://forum.tagdiv.com/topic/how-to-put-comments-after-article/
Try it and the comments will display like you want.
Thanks
Hi,
You can edit that code here – https://www.screencast.com/t/v2sUVfoC4Fv in your WordPress install folder->wp-includes->post-template.php
Thanks
Hi,
It seems that the website does not display properly at the moment
– https://www.screencast.com/t/sc1wQnylE
Also you do not seem to have the theme active anymore on your website. If you are having problems using the theme the first step would be to disable all the plugins except Visual composer, clear any caching installed and check to see if the problem is still there. In most cases some problematic plugins or modifications to the theme files are causing issues. Also check any custom code from theme panel or from a child theme used.
It is recommended to use this caching plugin with the mentioned configuration for the best results – https://forum.tagdiv.com/cache-plugin-install-and-configure/
Other caching plugins could also cause unexpected results.
You could try a fresh theme install and see if that fixes things, as a last resort
– https://forum.tagdiv.com/install-via-ftp/
Thanks
Hi,
The comment by default are displayed on the bottom of the post page, after all the other elements. You must edit the theme files according to the post template style that you are using. For example if you are using post template style 3, open the single_template_3.php file and remove the comments from there. There are three cases depending on the sidebar position, you can remove it from all of them or just for your sidebar position case
– https://www.screencast.com/t/SznOCpyNLnpY
Then use the code provided above to display the comments where you would want them to be, by editing the corresponding loop file loop-single-3.php in this example
– https://www.screencast.com/t/DI1KXXIY04
The result is the comment above the tags
– https://www.screencast.com/t/sc1wQnylE
Thanks
Hi,
You could copy the login widget from the top header menu, in the main header menu exactly as shown in the screenshots below
– https://www.screencast.com/t/snQd6luPnDS
– https://www.screencast.com/t/4YFD1nKhhucW
The result would be like this – https://www.screencast.com/t/iGV2C8NuoP8n
Then maybe set the same class as the main menu is using
– https://www.screencast.com/t/uQbE4uOwTtjs
The result is like this
– https://www.screencast.com/t/yNmDxBmIB
I have not tested this properly, but if you would like to implement something like this you can try it and see if it is working for you.
Thanks
Hi,
You could use the image gallery on a page in the sidebar
– https://www.screencast.com/t/HabkgMZkG – https://www.screencast.com/t/jeTNemI2DQ
But as a widget there is no gallery available to be used in the sidebar. There is an Image box that can be used in the sidebar as a widget, if you think it would help you
– https://www.screencast.com/t/PKgalYXnOyD
Thanks
Hi,
I don’t understand exactly what you are asking. That homepage is a simple page created with the Visual composer elements. If you mean the Video category page, that is as well a simple category page containing video posts. You too can create any category you want, and assign posts with featured videos to it – https://forum.tagdiv.com/featured-image-or-video/
Please correct me if I misunderstand.
Thanks
Hi,
That seems like a basic page containing a form and paragraphs. Try editing it and simply modify the text you want, from it’s content.
Thanks
Hi,
The theme will create the thumb sizes needed for the modules from the featured image. It will crop the images like this – https://forum.tagdiv.com/featured-image/
There is no ideal image size to use as featured image regarding the aspect ratio, it all depends on the modules used. Each module has it’s own thumbnail size
– https://forum.tagdiv.com/theme-thumbs/
This is better explained here – https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
Maybe you can find a module that can be used to better display the images you want, or use a different element from Visual composer for pages.
Thanks
Hi,
If you mean this dark shadow – https://www.screencast.com/t/2vq6ZqSQ you could remove it with a code like this – https://www.screencast.com/t/OexSZZYiuW
This is the code used, it must be entered in Theme panel->Custom Css
.homepage-post
.td-image-gradient-style8:after {
display:none;
}
Thanks
Hi,
The post title font-size can be customized for each post template, in the theme panel. For post template style 2 you can do it here – https://www.screencast.com/t/nhbciSeEibM
Thanks
Hi,
You need to identify where this is coming from. There is no such condition for the video in the theme – https://www.screencast.com/t/N2ja0H3f
The video link seems to be wrapped in that div and a style is applied on the video, like the huge padding. You could try a code like this
– https://www.screencast.com/t/PjHHKrQMjLSs
.fluid-width-video-wrapper {
margin-bottom: -300%;
}
But it would be best to get rid of the problem from the source. Please try and disable all your plugins, except Visual composer, clear any caching you might have installed and purge cdn files. Also check any custom code you might have entered in the theme panel, or directly to the theme files. Then try to simply paste a link in the post content and see if the problem is solved.
Thanks
Hi,
It is quite complicated it seems to do this with css. It seems that you or the plugin have managed to include the custom menu inside the existing menu. Please try the code provided below and enter it in the Theme panel->Advanced Css in the phone section
– https://www.screencast.com/t/2Z5DwoLqdzB6
The result should be like this – https://www.screencast.com/t/tcsjTkK3hPi
.td-header-wrap .td-header-main-menu {
padding-left:0;
padding-right:0;
background-color: white!important;
}
.td-header-style-10 #td-header-menu {
margin-top: -54px;
}
.mega-menu-toggle {
height: 54px!important;
padding-top:9px;
}
Thanks
Hi,
Glad you could solve the issue. The php multibyte module needs to be installed for the theme to work properly – http://php.net/manual/en/mbstring.installation.php
Similar problems with the demos and other theme functions have been solved by enabling this module.
Thanks
Hi,
The font color for the footer should be the one set here
– https://www.screencast.com/t/qOsa2yJjuMI
Please check again and see if the color is set properly. Or try this code to make the font color white – https://www.screencast.com/t/sFuHRZtnqeW1
.td-footer-wrapper .block-title > span {
color: white;
}
Thanks