Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Hi,
You can try with a table plugin, to see if this is responsive http://wordpress.org/plugins/easy-table/

Thanks!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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.

Marius
tagDiv Staff

Hi,
Great! I’m glad that you have managed.

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Hello,

@ebeltjed
you have enabled this option from panel? http://screencast.com/t/EpkSk4ae1

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Hi,
Can you give me a link to see the issue?
Thanks!

Marius
tagDiv Staff

Hi,

@Arved007
we will take a look , please can you give us your site URL to see the issue.

@markla
You can take the code back from an old version if you have one, but is a little complicated. We will think about this, if is possible to add back the old sharing to.

Thanks!

Marius
tagDiv Staff

Hi,
Please make sure you have the latest version of the plugin. Install it manually from plugin folder, from Zip pack from Themeforest.

Thanks!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Hey,
Thanks for this! Added to our documentation at From the Forum section

Marius
tagDiv Staff

Hi,
No, sorry for that. The mobile menu read the menu that you have in Menu editor and is without subcategories.

Thanks!

Marius
tagDiv Staff

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;
}
Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Hi,
I will take a look.
Thanks for the suggestion.

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Great!
Thanks!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Hi,
Will try to improve that.
Thanks!

Marius
tagDiv Staff

Great!
Thanks for suggestion!

Marius
tagDiv Staff

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!

Viewing 25 posts - 1,551 through 1,575 (of 3,236 total)