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,
Sorry for the delay, we usually reply in 24 hours.
That line should be there as default, give us your site URL to inspect the issue.

Thanks!

Marius
tagDiv Staff

Send us access via email at contact@tagdiv.com

Marius
tagDiv Staff

Hi,

1. http://screencast.com/t/i0LNtNNSRe
2. Replace this code: http://screencast.com/t/cKKENuf8p7OG with this:

$image = wp_get_attachment_image_src( get_post_thumbnail_id( $this->post->ID ), 'single-post-thumbnail' );
            $buffy .= '
                <div class="td-tags-and-social-wrapper-box td-tags-and-social-wrapper-box-bottom-line">
                    <a class="td-social-sharing-buttons td-social-twitter" href="https://twitter.com/intent/tweet?text=' . $this->title . '&url=' . urlencode(get_permalink()) . '&via=' . get_bloginfo('name') .'" onclick="window.open(this.href, \'mywin\',
\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;" ><div class="td-sp td-sp-share-twitter"></div><div class="td-social-but-text">Twitter</div></a>
                    <a class="td-social-sharing-buttons td-social-facebook" href="http://www.facebook.com/sharer.php?u=' . urlencode(get_permalink()) . '" onclick="window.open(this.href, \'mywin\',
\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;"><div class="td-sp td-sp-share-facebook"></div><div class="td-social-but-text">Facebook</div></a>
                    <a class="td-social-sharing-buttons td-social-google" href="http://plus.google.com/share?url=' . get_permalink() . '" onclick="window.open(this.href, \'mywin\',
\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;"><div class="td-sp td-sp-share-google"></div><div class="td-social-but-text">Google +</div></a>
                    <a class="td-social-sharing-buttons td-social-pinterest" href="http://pinterest.com/pin/create/button/?url=' . get_permalink() . '&media=' . (!empty($image[0]) ? $image[0] : '') . '" onclick="window.open(this.href, \'mywin\',
\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;"><div class="td-sp td-sp-share-pinterest"></div><div class="td-social-but-text">Pinterest</div></a>';
            $buffy .= '<div class="td-social-like-tweet">';
            $buffy .= '<ul>';
            $buffy .= '<li class="td-like-tweet-twitter">';
            $buffy .= '<a href="https://twitter.com/share" class="twitter-share-button" data-url="' . $this->href . '" data-text="' . $this->title . '" data-via="' . td_util::get_option('tds_' . 'social_twitter') . '" data-lang="en">tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>';
            $buffy .= '</li>';

            $buffy .= '<li class="td-like-tweet-facebook">';
            $buffy .= '<iframe src="http://www.facebook.com/plugins/like.php?href=' . $this->href . '&layout=button_count&show_faces=false&width=105&action=like&colorscheme=light&height=21" style="border:none; overflow:hidden; width:105px; height:21px; background-color:transparent;"></iframe>';
            $buffy .= '</li>';

            $buffy .= '<li  class="td-like-tweet-google">';
            $buffy .= '
                    <div class="g-plusone" data-size="medium" data-href="' . $this->href . '"></div>
                    <script type="text/javascript">
                        (function() {
                            var po = document.createElement("script"); po.type = "text/javascript"; po.async = true;
                            po.src = "https://apis.google.com/js/plusone.js";
                            var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(po, s);
                        })();
                    </script>
                    ';
            $buffy .= '</li>';
            $buffy .= '</ul>';
            $buffy .= '</div></div>';

3. Add this CSS in Theme panel -> Custom CSS

.td-social-like-tweet {
    margin-bottom: 0px;
}
.td-social-like-tweet ul {
    margin: 0px;
}

Thanks!

Marius
tagDiv Staff

Hi,
Our blocks have Style 1, that is exactly what you want. http://screencast.com/t/NIcYD9Is3

Thanks for the message!

Marius
tagDiv Staff

Hi,
I don’t understand, do you ask why you have those characters? Newsletter have latin characters and the other are written with Greek characters http://screencast.com/t/Vff0ymkWT

Marius
tagDiv Staff

Hi,
Edit this value: http://screencast.com/t/BcxlJPKT4P8

Thanks!

Marius
tagDiv Staff

Hi,
Is not easy to hide the slider from code on mobile, this require a mobile detection from php, on css have this but is not the right solution.

Here is a condition from php to hide something if you want to try it. https://forum.tagdiv.com/topic/rtl-problem-on-change-sidebar-position/

And put this condition on the big slider here on this return: http://screencast.com/t/Dr8Oc69y0

Thanks!

Marius
tagDiv Staff

Hi,
Dismiss those plugins if you don’t need them, the only need is the Visual Composer. From v 3.7 we have removed from the theme and now is external as a plugin.

Thanks for the message!

Marius
tagDiv Staff

Hi,
tagDiv Speed Booster is not compatible with Revolution Slider.

Marius
tagDiv Staff

Hi,
Thanks for reporting this! We will try to fix it.

Marius
tagDiv Staff

Hi,
Is fixed for the next update.
Thanks!

Marius
tagDiv Staff

Hi,
Posts have a subtitle, see here: http://screencast.com/t/ShRDN129e
http://screencast.com/t/7eQnsPRccl

Thanks!

Marius
tagDiv Staff

Hi,
You have missed to attach the screenshot.

Marius
tagDiv Staff

Hi,
You have managed the issue? I’ve checked your site on mobile and looks fine.

Thanks!

Marius
tagDiv Staff

Hi,
Add this CSS in Theme panel -> Custom CSS

@media (max-width: 767px) {
	.td_block_slide_big {
		display: none;
	}
}

Thanks!

Marius
tagDiv Staff

Hi,
Yep, sorry for the delay!

Marius
tagDiv Staff

Hi,
I’ve sent you a screenshot showing you that for me works fine http://screencast.com/t/WXyVNEy1i, why for you nothing works? Please disable all plugins and let only the Visual composer + that plugin and see if works.

I’ve checked that plugin and works fine, no broken layout.
Thanks!

Marius
tagDiv Staff

Hi,
Can you give us access to your WP and FTP to take a look? Send the access via email at contact@tagdiv.com

Thanks!

Marius
tagDiv Staff

Ok, Great!

Marius
tagDiv Staff

Hi,
Check here, switch the order and remove unwanted: http://screencast.com/t/EhFyzHEW

Thanks!

Marius
tagDiv Staff

Replyed!

Marius
tagDiv Staff

Hi,
Check here: http://screencast.com/t/6VBAFoUXy

Thanks!

Marius
tagDiv Staff

Hi,
Can you give us your site URL and show us a screenshot to see the issue. Thanks!

Marius
tagDiv Staff

Hi,
Is like that because admin bar and menu theme have fixed position. You can use this CSS to fix that, but will work only with the admin bar, if you don’t have admin bar for users the menu will be from 32px to the top.

.affix {
    top: 32px;
}
Marius
tagDiv Staff

Hi,
1. You can choose from user editor what name should appear: http://screencast.com/t/OeZ5RrQe9
About an author box at the top of the article can be done by customizing that section via code.

2. I will add LinkedIn share on our todo list for the following updates. Also the theme share can be disabled via Theme panel and you cna use a plugin that contain multiple share networks, like Shareaholic, or Addthis plugin.

3. Make sure you add a link with http://.... this is a corect link not only a www.

4. Yes, you can change the color via CSS, add this CSS in Theme panel -> Custom CSS and change with other color. About an option in Theme panel, we will think about that, thanks for the suggestion.

.td-sbig-title-wrap .td-sbig-title {
    background-color: rgba(77, 178, 236, 0.7);
} 

5. 🙂 Of course the login modal have a Register form to, on our demo is disabled to prevent user register. See here: http://screencast.com/t/gMqrvDupRdVV

Thanks for all the suggestion!
Have a nice day!

Viewing 25 posts - 801 through 825 (of 3,236 total)