Hi,
Edit your homepage and select one of this template Homepage – Blanks or Homepage with article list http://screencast.com/t/tkDaagK5U9
You can see a diagram for each template to see how is work. http://screencast.com/t/g1jlLOyN
Thanks!
Hi,
You can try with a table plugin, to see if this is responsive http://wordpress.org/plugins/easy-table/
Thanks!
Hi,
Add it with page builder, switch to classic editor and copy the short-code from there. This is available for all things from Page builder including blocks, sliders, etc.
http://screencast.com/t/HLKr2gdlb
this is the shortcode
http://screencast.com/t/jUvnbY4ETJi
Thanks!
Hi,
Please make the update again and be sure you replace all the files.
Then check in Console with Firebug/Firefox or with Chrome inspector to not have java-script error. As you can see you have one now: http://screencast.com/t/PQa70gLCrvK
This could be from a plugin conflict.
Also you have in theme panel option to change the menu icons to white http://screencast.com/t/UPKpQKXCsiWO because i see that you use a color for the menu.
Hi,
Great! I’m glad that you have managed.
Hi,
Please can you give us access to your WP to see the issue? Send via email at contact@tagdiv.com also paste a link from this conversation.
Thanks!
Hello,
@ebeltjed you have enabled this option from panel? http://screencast.com/t/EpkSk4ae1
Hi,
We removed because was not tested with the theme, and we consider that options aren’t needed
Also we want to update to latest version of Page builder and we will leave active all things from there.
Thanks for the message!
Hi,
You can make this with some CSS
Add this CSS in Theme panel -> Custom CSS
.widget_categories li a {
color: #FFFFFF;
margin: 4px 0 10px;
padding: 4px 10px 4px 12px;
}
and this to add color for each button:
.widget_categories .cat-item-7 {
background-color: #db3d3d;
}
.widget_categories .cat-item-218 {
background-color: #6ab864;
}
Use inspector from Firefox or Chrome and take each ID for each category and choose a color http://screencast.com/t/56hhDfQ71
Thanks!
Hi,
Use this code instead of above
<?php $td_subtitle_module = get_post_meta($this->post->ID, 'td_post_theme_settings', true); ?>
<p class="td-sub-title"><?php if(!empty($td_subtitle_module['td_subtitle'])){echo $td_subtitle_module['td_subtitle'];} ?></p>
and delete this: global $post;
Thanks!
Hi,
Can you give me a link to see the issue?
Thanks!
Hi,
Please make sure you have the latest version of the plugin. Install it manually from plugin folder, from Zip pack from Themeforest.
Thanks!
Hi,
All those are available in Page builder and can be used as shortcode. Some of them are hidden and you can unhidden deleting this lines: http://screencast.com/t/c3xjXE01TKgg
We will improve this in future updates.
Thanks!
Hey,
Thanks for this! Added to our documentation at From the Forum section
Hi,
No, sorry for that. The mobile menu read the menu that you have in Menu editor and is without subcategories.
Thanks!
Hi,
Is something with autoformating from wordpress editor, what you can do is to add a padding-bottom on tabs, try this CSS
.wpb_tab {
padding-bottom: 21px !important;
}
Hi,
Use this CSS
/* responsive phone */
@media (max-width: 767px) {
.td-big-slide-background .td_block_slide_big {
padding-bottom: 0px;
}
.td-big-slide-background
.td-grid-wrap {
padding-top: 10px
}
.backstretch {
height: 150px;
}
}
Thanks!
Hi,
I will take a look.
Thanks for the suggestion.
Hi,
Some widgets are removed from Page builder, if you want to get back some of them please delete this code for each widget that you want http://screencast.com/t/c3xjXE01TKgg
Hope this help!
Thanks for the message!
Great!
Thanks!
Hi,
In td_generic_filter_array.php you define a new sorting option, then for that option you have to add that code in td_data_source.php for your case http://screencast.com/t/gZqc7Mfe
Hope this help!
Hi,
Will try to improve that.
Thanks!
Great!
Thanks for suggestion!
Hi,
Add this code:
$buffy .= '<div class="td-author-url"><a href="' . get_the_author_meta('user_url', $author_id) . '">' . get_the_author_meta('user_url', $author_id) . '</a></div>';
like here: http://screencast.com/t/qlD0QvNTBTlh
Thanks!