Hi,
Should work, i see one screenshot not work, this one http://screencast.com/t/5FOgXORGMMp
You have added the code like there?
Hi,
Thanks for the suggestion, we will take a look.
Hi,
Yes that is available in a higher version. Just make the update to latest version.
Thanks!
Hi,
Add this code array('text' => 'Woocommerce product' , 'val' => 'shop'), like here: http://screencast.com/t/lguNLDVBdtb
Then this code:
case 'shop':
$args = array ( 'post_type' => 'product', 'orderby' =>'rand','order' => 'DESC');
$td_run_query = true;
break;
like here: http://screencast.com/t/9KUx6YFx
Here you can add other parameters to display product like you want, latest, etc, now is set as RANDOM.
Then go to your Theme panel -> Post settings http://screencast.com/t/VkfSJkQjtWQt
Thanks for the message!
Hi,
The Big Slider is from template, and can be set from code like here with this parameter:
'autoplay' => 2, http://screencast.com/t/a6G1pbFU
Thanks!
Hi,
You have tried without any code there, like here: http://screencast.com/t/joyMi9XEyM
For me works on homepage: http://screencast.com/t/Ro9ENqwHNY2
Hi,
I don’t know if that is a plugin, probably is something custom made. You can make it to using the our more stories box. You can delete this code and add a Facebook like code there: http://screencast.com/t/vLx2gU3J
Thanks for the message!
Hi,
In theme panel -> Header use Style 2, then edit this file like here: http://screencast.com/t/p9YFwjFuIu
and add this CSS in Custom CSS section:
.header-logo-wrap a.td-logo-wrap {
left: 0px;
}
.header-logo-wrap {
text-align: center;
}
Thanks!
Hi,
@mayestik2008 I’ve tested with latest version 1.5.2.3 and for me works fine, i can’t replicate the bug. Do you configure the plugin somehow, I’ve tested with no settings changes.
@EmilAnton can you disable some plugin and see if works
Thanks!
Try with important
.sf-menu a.sf-with-ul {
padding-right: 11px !important;
}
For me works fine. Give me your site URL to see the issue.
You can align it by changing some padding to align it. I need to see the site live to inspect it.
Do you have CSS knowledge? to make it?
Thanks!
Hi,
I don’t know, can you give us more details, show us a screenshot or something.
Thanks!
Hi,
Add this code
<?php
if (!is_user_logged_in()){
echo do_shortcode( '[bbp-register]' );
}
?>
In this 2 files at the end above the </div> like here: http://screencast.com/t/FkfdnQpfelgd
Thanks!
Hi,
I’m glad that you have managed the issue.
Hi,
Yes, go here: http://screencast.com/t/M1oh5HoUNPa and copy the text from there http://screencast.com/t/AnH5UMe7
From there you can import the settings anytime.
Thanks!
Hi,
You can simple make this using this plugin: Advanced Custom Fields install it and create a custom field like here: http://screencast.com/t/aCU7n5ns
Then add this code and !get_field('hide_ad') like here: http://screencast.com/t/5FOgXORGMMpand
Done: http://screencast.com/t/6Zd6NCKRKz
You can make similar for the author box to.
Thanks!
Hi,
Use this CSS:
.more-link-wrap {
background-color: transparent !important;
}
.more-link-wrap a {
color: #CCCCCC;
font-family: 'PT Sans',sans-serif;
}
Hi,
We have sent it again today. If you don’t receive it please give us another email address.
Thanks!
Hi,
Everything should work fine, please make sure you have copied all files on updates. To be sure place replace all files again via FTP. Also could you give me a link to see the issue or a screenshot?
Thanks!
Hi,
Go and edit Newspaper\includes\app\modules\td_module_1.php like here:
http://screencast.com/t/zlKqJmRbd
Thanks!
Hi,
Do you mean to autoslide? Try this option http://screencast.com/t/n4TG1YkFX1jo
Thanks!
Hi,
Try with !is_front_page() instead of !is_home() and see if works on pages to.
The code seams to be fine, i see that you have commented the code. That doesn’t work?
Thanks!
Hi,
Do you mean about the sidebar AD? http://screencast.com/t/RMa4EpeK7 You need to change the auto size with your size like here: http://screencast.com/t/IffIR9kzt
Thanks!
Hi,
I’m glad that you have managed the issue. Also you can add the contact form with page-builder if you use it in creating pages. http://screencast.com/t/mOrPzs9lvgLt
Thanks for the message!