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,
You can use a plugin for that, search for a lightbox plugin, there are a lot free on wordpress.

We use for that gallery the Tiled mosaic from Jetpack plugin.

Thanks for the message!

Marius
tagDiv Staff

Hi,
Great, I’m glad that you have manged the issue.
Have a nice day!

Marius
tagDiv Staff

Hi,
Go to Theme Panel -> translation and search for continue and translate the word like you want http://screencast.com/t/VSbxGmg4

To move the button on right add this CSS in Theme panel -> Custom CSS

.more-link-wrap {
    float: right;
}
  • This reply was modified 12 years by Marius.
Marius
tagDiv Staff

Hi,
Is still on track. Until that you can change like here:
Add this code in td_authors.php here: http://screencast.com/t/XfDOSGxu

$buffy .= '<div class="vcard author"><span class="fn">';
$buffy .=  td_util::excerpt(get_the_author_meta('description', $td_author->ID), 200);
$buffy .= '</span></div>';

$buffy .= '<div class="td-author-social">';
foreach (td_social_icons::$td_social_icons_array as $td_social_id => $td_social_name) {
    //echo get_the_author_meta($td_social_id) . '<br>';
    $authorMeta = get_the_author_meta($td_social_id);
    if (!empty($authorMeta)) {

        //the theme can use the twitter id instead of the full url. This avoids problems with yoast plugin
        if ($td_social_id == 'twitter') {
            if(filter_var($authorMeta, FILTER_VALIDATE_URL)){

            } else {
                $authorMeta = str_replace('@', '', $authorMeta);
                $authorMeta = 'http://twitter.com/' . $authorMeta;
            }
        }
        $buffy .= td_social_icons::get_icon($authorMeta, $td_social_id, 4, 16);
    }
}
$buffy .= '</div>';

Then add this CSS in Theme panel -> Custom CSS

.td_top_authors img {
    height: 100px !important;
    max-width: 100px !important;
    width: 100px !important;
}
.td_top_authors .item-details {
    margin-left: 122px !important;
}
.td_top_authors .item-details {
    height: auto !important;
}
div.vcard .fn {
    color: #444444 !important;
}
.td_top_authors .td_mod_wrap {
    min-height: 100px;
}
.td_top_authors .author .fn {
    font-family: 'PT Sans',sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 21px;
    margin: 5px 10px 10px 0px;
    padding: 0px;
    display: inline-block;
}
.td_top_authors .item-details .td-social-icon-wrap,
.td_top_authors .item-details .td-social-icon-wrap span {
   padding: 0px;
}
.td_top_authors .item-details .td-social-icon-wrap {
   margin: 0px;
}

Thanks!

Marius
tagDiv Staff

Hi,

@jbenitez
if you want you can give us access to your WP to take a look. Send via email at contact@tagdiv.com

Also you have tried with all plugin disable?
Thanks for the message!

Marius
tagDiv Staff

Hi,
Edit your homepage, then edit the Block 3 and set the limit post number to 6 or 9(now is 5) http://screencast.com/t/XEvTQ3oVAE4

About theme updates, ask to give you the themeforest account from where he buy the theme or, ask them to give you the updates every-time when is available one. Regular the updates are downloaded from themeforest, from the account of buyers.

Thanks for the message!

Marius
tagDiv Staff

Hi,
I don’t understand you question, can you explain in another way, or give us more details.
Thanks!

Marius
tagDiv Staff

Hi,
Probability was a conflict in java-script with a plugin.

Also please use this CSS to fix the search button http://screencast.com/t/YOEEcnmm19tP
add it in Theme panel -> Custom CSS

.header-search-wrap .dropdown-menu #td-header-search {
    width: 202px;
}
Marius
tagDiv Staff

Hi,
Give us you site to check some pages.
Thanks!

Marius
tagDiv Staff

Hi,
You can add the ad shortcode in post in any place you want. Here we have the ads documentation, read the part with shortcode https://forum.tagdiv.com/ads/
[td_ad_box spot_id="put the ad ID here"]

ID’s:

  • sidebar
  • content_top
  • content_inline
  • content_bottom
  • custom_ad_1
  • custom_ad_2
  • custom_ad_3
Marius
tagDiv Staff

Hi,
Is still on development. You can use a dedicated share plugin for that, until will be fixed.

Thanks!

Marius
tagDiv Staff

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

Marius
tagDiv Staff

Hi,

@papilleclandestine
please give us access to your WP and on FTP to take a look. Send via email at contact@tagdiv.com and paste a link from this conversation.

Thanks for the message!

Marius
tagDiv Staff

Hi,
You need there a custom work and if you don’t have strong knowledge i recommend to hire a freelancer if you want to make a nice think there like you want. We working hard to support our product and we don’t have time for custom work, sorry for the inconvenience!

Thanks for the understanding!

Marius
tagDiv Staff

Hi,
Please can you give us access to your WP and on FTP to take a look. Send via email at contact@tagdiv.com and paste a link from this conversation.

Thanks for the message!

Marius
tagDiv Staff

Hi,
We don’t test it with other plugins, we don’t have a license, but you can try if you have.
About an estimation I can;t give you, we have a long request list and we need to pick what have priority.

Thanks!

Marius
tagDiv Staff

Hi,
I see in v1.5 there is a fix for the post pagination. Why you don’t update to latest version, we are on v 3.5 and you miss a lot of features.

If you want i can send you the patch from 1.4 to 1.5

Thanks for the message!

Marius
tagDiv Staff

Hi,
We will fix that in the next update.

You can use this CSS in Theme panel -> Custom CSS

.td_box_center p {
    text-align: center !important;
}

Thanks for reporting this.

Marius
tagDiv Staff

Hi,
You need to regenerate the thumbnails, thumbnails form sidebar are not cropped, you need to follow those steps: https://forum.tagdiv.com/using-the-theme-with-existing-content/

Thanks for the message!

Marius
tagDiv Staff

Hi,
We have this on our todo list for future updates. As you know we have a long long feature requests list and we will analyze it and will consider which request have priority.

Thanks for all the suggestion and for your feedback.
Have a nice day!

Marius
tagDiv Staff

Hi,
Thanks for the message!

Marius
tagDiv Staff

Hi,
You can’t at this moment. We will take look in future updates.
Thanks for the message!

Marius
tagDiv Staff

Hi,
This is not support by out of box, the theme should be customized to catch the load more button. Sorry for the inconvenience!

Thanks for the message!

Marius
tagDiv Staff

Hi,
I’ve checked and new link from Google maps doesn’t work anymore. Google changed the API. We will take a look.

Thanks for the message!

Marius
tagDiv Staff

Hi,
You link not work. Please reply when is working.

Thanks for the message!

Viewing 25 posts - 1,351 through 1,375 (of 3,236 total)