Hello,
If the issue reappear, please contact us again.
Thanks!
Hello,
Move this code http://screencast.com/t/lssNrr8fqo
here: http://screencast.com/t/COFc05QbHX
Thanks
Happy New Year 2014!!!
Hello,
That links is not correct, the function provided, search for http and delete it, and there you have httpv, that link is incorrect. Edit your post and correct your link.
Thanks
Great!
Have a nice day!
Hello,
Weird! What you can do is to deactivate some plugins and see if works. Could be a conflict with one. Also please try to add something with visual composer and update to see if the page make the update.
Thanks
Hello,
Go to Theme Customizer -> Template Options and set like here: http://screencast.com/t/KBgzA5r1
Thanks for the message!
Happy New Year 2014!!!
Hello,
Add this line
$buffy .= $this->get_excerpt(10);
like here: http://screencast.com/t/YUVHieLda
Thanks for the message!
Happy New Year 2014!!!
Hello,
Do you use the plugin tagDiv Speed Booster? Please disable it if you want the color to work.
Thanks for the message!
Happy New Year 2014!!!
Hello,
I provided you on another topic of you how to make that.
If you want module 6 to be on 3 columns you have to edit td_template_layout.php file located in \includes\content_builder folder and change like here: http://screencast.com/t/nxkSKtbgBrsm
Thanks!
Hello,
use this
$post_content = preg_replace('((( ht|f)tp(s?)\://){1}\S+)','',$post_content);
that was incorrect formatted when copied and pasted here. Sorry about that.
Thanks and Happy New Year!!!
Hello,
Edit td_module_1.php file located in \includes\app\modules folder like here:
http://screencast.com/t/IHb2Ryuc
Thanks and Happy New Year!!!
Hello,
Please can you provide us more details. About what button you refer?
Thanks and Happy New Year!!!
Hello,
Thanks for suggestions Christopher.
Happy New Year!!! @mbasche, @Christopher
Hello,
Great @r1kay, I’m glad you find the right code and I’m sorry about that, I’m not a coder, i tried to do the best.
Thank for the message and for solution.
Happy New Year!!!
Hello,
Add this in style.css
.post-source-via {
font-style: normal !important;
}
Thanks for the message!
Happy New Year!!!
Hello,
You can use the google responsive ad to create responsive Ad spot and use in sidebar http://import.tagdiv.com/newspaper/doc/ads.html#resp-ads or use Asynchronous ads is responsive.
For above content ad read here: https://forum.tagdiv.com/how-to-add-ads-in-front-of-and-behind-the-contents/
Hope this help!
Happy New Year!!!
Hello,
The blocks from Visual Composer are built from modules. See here at 2. Blocks http://import.tagdiv.com/newspaper/doc/#blocks
In page when you use Visual composer you use Blocks.
If you want pagination with 1,2,3 you use a template with article list http://screencast.com/t/5IdbyXw0rK5g and here you can use MODULES as layout http://import.tagdiv.com/newspaper/doc/#blocks
If you want module 6 to be on 3 columns you have to edit td_template_layout.php file located in \includes\content_builder folder and change like here: http://screencast.com/t/nxkSKtbgBrsm
Thanks!
Hello,
Yes. From menu editor.
Hello,
I see that you have managed the issue. In function.php file are all the image sizes require by the theme.
http://screencast.com/t/aEwTvVBvGRf
There you have to change the image size for your module like a square size to not crop your image.
Thanks for the message and Happy New Year!!!
Hello,
I’m glad you solved. We working for the version 3 update, and in this update we want to rewrite the code a little to standard WordPress code.
Thanks for the message and Happy New Year!!!
Hello,
Do you mean like this: http://screencast.com/t/x57ABHbq but is fake, that text appear only on checkout page.
Add the next code in the menu_header.php file located in \parts\header folder at the end of the file like here:
http://screencast.com/t/45MTi0Spzs
<?php
if (is_checkout()) {
?>
<div style="text-align:center; padding-top:30px;"><h3><span style="color:#cccccc;">SHOPPING CART ›</span> CHECKOUT DETAILS <span style="color:#cccccc;"> › ORDER COMPLETE</span></h3></div>
<?php
}
?>
Thanks
Hello,
@BlinX please try to instal a plugin, any plugin from WordPress to see if work. Could be from some permission settings.
If you want you can give us access to your WP and we will take a look and FTP to.
Please send via email at contact@tagdiv.com.
Mention in the message title For Marius and also please paste a link to this conversation.
Thanks for the message!
Happy New Year!!!
Hello,
You have to use that code directly in file.
Like here to replace the top header ad: http://screencast.com/t/rpVOThVTy
Hope this help!
Thanks for the message!
Happy New Year!!!
You can use in php like
<?php echo do_shortcode('[adrotate group="1"]'); ?>
Thanks