Hi,
Is everything ok now?
Thanks!
Hi,
I can’t see the attached file. Can you send us again a screenshot? Do you want a small menu height?
Hi,
Great! and Wooow, your site really load fast 🙂 Good luck in everything you do!
Hi,
1. We developed the theme from less files. When we publish the theme we compile all the less files into the style.css. Also the theme have an internal live less compiler, if you want to change the theme to use the less files instead of style.css just change the code like here: http://screencast.com/t/CQ09Uw5zFvvA
2. The speed booster is not required by the theme, is an optional plugin.
Thanks!
Hi,
Is not possible to modify that file via Child theme, I’m sorry about that. Only those files can be modified via Child theme https://forum.tagdiv.com/child-theme-documentation/
We will try to improve this in future updates.
Thanks for understanding!
Hi,
Should be possible somehow via CSS, just give me your site URL to take a look. What exactly do you want, to be boxed and with a color like newsmag? Thanks!
Hi,
I’m not sure that i understand all your questions. If you want to move the video to be at the bottom, you need to make some code changes. Also this is possible manually if you want only pasting the video link in your post content at the bottom.
If you want automatic here is an example for default post style:
1. copy this code here:
function get_video() {
if (get_post_format($this->post->ID) == 'video') {
//if it's a video post...
$td_post_video = get_post_meta( $this->post->ID, 'td_post_video', true );
$td_video_support = new td_video_support();
//render the video if the post has a video in the featured video section of the post
if ( ! empty( $td_post_video['td_video'] ) ) {
return $td_video_support->renderVideo( $td_post_video['td_video'] );
}
}
}
http://screencast.com/t/TYqXYLWy
2. from the same file, remove this code: http://screencast.com/t/uhXt4KPYKOq6
3. edit a post file, in this case for the default post style and add this code like here, after the content: http://screencast.com/t/f5aMVVeR6
get_video(); ?>
Thanks!
Hi,
The caption for that post style not displayed because the featured image is not loaded default via WordPress, is taken via jQuery. Also you can use subtitle for post if is ok for you http://screencast.com/t/rC4Gd9SG http://screencast.com/t/NZOvxpTT
Thanks!
Hi,
Please make sure you have the latest version of the tagDiv Speed Booster plugin. And check if works without Speed Booster.
Another solution is to replace all color from style.css using a text editor with find and replace search after #4db2ec – this is the default theme color and replace it with your color.
Thanks!
Hi,
Is like that because start a new sentence there http://screencast.com/t/vaiG7yeQ
If you want less space use this CSS, add it in Theme Panel -> Custom CSS
.wp-caption .wp-caption-text {
padding-bottom: 5px !important;
}
Thanks!
Hi Chris
Yes, is asked over and over, and not only here. We will try to do something about this. Thanks!
Hi,
If you ask about modules from blocks try this: http://screencast.com/t/ZpTAyIuGER for each module.
Thanks!
Hi,
If you want to have the content on all pages, please remove this lines of code: http://screencast.com/t/Px5UBVePx
Thanks!
Hi,
The Facebook comments from that plugin could be disabled and added directly in code via a shortcode, and can be placed anywhere.
Disable it from here: http://screencast.com/t/66stO7tobuz and add this code where you want in the post template:
http://screencast.com/t/7VRRbPIk post templates are this depends of where you want to add them http://screencast.com/t/HLJfn6dcF6HE
About the infinite scroll, add a block with Visual Composer, set it to infinite load http://screencast.com/t/Ampm712bNNg then set how many post you want to display: http://screencast.com/t/WTwOIdwBJ
Thanks!
Hi,
We will investigate this, thanks for reporting.
Hi,
You can activate your theme with the same license code. Make your site on your other domain and activate it.
Thanks!
Hi,
You don’t need to activate the visual composer, is included with the theme. https://forum.tagdiv.com/how-to-update-visual-composer-plugin-wpbakery/
Hi,
I’ve see that play only from the youtube play button, not from playlist play button. We will investigate this. Thanks for the message!
Hi,
Can you show me a link to inspect the issue? Thanks!
Hi,
Add this CSS in Theme panel -> Custom CSS
body {
cursor: pointer;
}
.td-container,
.td-header-container {
cursor: default;
}
About the mobile issue , can you give me a link to see the issue.
Thanks!
Hi,
You add your youtube link directly in post? of here: http://screencast.com/t/JxflkxX9veLG
You need to use the featured video section for that.
Hope this help!
Thanks
Hi,
Can you give me a link to see the issue?
Thanks!
Salut,
Nu se poate modifica usor, trebuie modificat gridul. Daca vrei poti pune un banner 728 sub meniu doar pe post.
Hi,
If you want to have the same button style, you need to style it via CSS. Show me a link with the button to inspect it.
Thanks!