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 :)
Alin [tagDiv]
tagDiv Staff

Hi,

I can’t provide you a solution for woocommerce without your site URL(see if we can change something like you want).

Instead for login/out you have to edit menu-top.php and change this span like this: http://screencast.com/t/p8OMviAvQ1

And add this custom css in Theme Panel > Custom Css: http://screencast.com/t/ngCtXMccDpq

.td-header-menu-wrap .td-social-wrap {
float: right;
}

Result:
http://screencast.com/t/u89LqXzk9pJ
http://screencast.com/t/e78PBV4d

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I understand that you want a custom template, so if you do that and you customize the default template single.php you can find social sharing, next/previous, related articles in loop-single.php: http://screencast.com/t/EavkeaFJ

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you want to move the post’s title something like this: http://screencast.com/t/YxgqWI5vWAuE
Please provide more details.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use this guide to regenerate thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
If you have images smaller you need to use a plugin like Thumbnail Upscale like Christopher said: https://wordpress.org/plugins/thumbnail-upscale/ as WordPress cannot enlarge thumbnails, only make them smaller.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to regenerate your thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
After doing this empty cache and check again.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@ufukergun
If you use Newsmag theme it must be where me(in screenshot) and Chris indicated: http://screencast.com/t/cuBdyg5bh

If you use Newspaper theme you have to make this change only for posts in td_module.php: http://screencast.com/t/kVo8HgpAII83

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Thanks @DavisBeatz!


@almartinet
Please take a look in our guide: https://forum.tagdiv.com/sidebars-and-widgets/
Also please let me know if you still have other issues related to the theme.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@shoutershub
You can try Chris solution, something like this: http://screencast.com/t/ccFZWQ8qpCzi
Feel free to try and split the row for your necessity.
Also from Widgetised sidebar block setting you can set sidebar to display: http://screencast.com/t/zJ2t6B3R

Also if you want to create a custom sidebar you can do this from page edit(only for that page): http://screencast.com/t/7GYe7FAeIdY or from Theme Panel > Template Setting: http://screencast.com/t/4XEMh0VjTo
After that you can add widgets to that custom sidebar: http://screencast.com/t/3pJB6XeQhttp://screencast.com/t/uofLv0CWTD
And show it like above in a Widgetised block.

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Please take a look here for your issue with profile link: https://forum.tagdiv.com/topic/profile-link-at-top-menu-not-working/

Unfortunately the theme was initially designed with an fixed grid layout and changing it would not be easy as it needs changing the width value for all elements on pages and for this you would need custom work and we cannot provide any at this time because we work hard on development, updates and support.
Sorry for inconvenience!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can edit loop-single and single-template depending the post’s template that you use and replace date: http://screencast.com/t/oU2H0hGDQhttp://screencast.com/t/URfuYUBQ2c

<?php echo human_time_diff( get_the_time('U'), current_time('timestamp') ) . ' ago'; ?>

Result: http://screencast.com/t/EJii2sGi

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Please send an email at contact@tagdiv.com and paste a link to this conversation.

Thanks!

Alin [tagDiv]
tagDiv Staff

@Chris thanks!


@deanhankin
Glad you managed to solve that! Let me know if you have others issuess related to the theme.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and I think you managed to solve the issue with comments: http://screencast.com/t/waB5yl8i

We didn’t tested that plugin with the theme, so we can’t give a solution for this. Try to find an answer on forum or to the plugin’s support: https://wordpress.org/support/plugin/facebook-comments-plugin

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide site URL, so I can take a look and provide more details.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please edit and uncomment this line: http://screencast.com/t/06vmj2ko7b3B

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@fixthisbuildthat
Please send an email at contact@tagdiv.com and also paste a link to this conversation.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry I didn’t specify that if you use speed booster you have to edit td_site.min.js: http://screencast.com/t/EjMrQ8JjI7d

If you don’t use speed booster should work like I said above.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately Yoast doesn’t have an option to do this and Facebook take all infos from the post including meta.
So you can try to comment this – http://screencast.com/t/NtOYc2ChOqL and try with debugger see if this works: http://screencast.com/t/bT8pVnDi

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use “Article inline ad” and set somethig like this in Theme Panel: http://screencast.com/t/Lq2gfePjCm
Result: http://screencast.com/t/btCSnsIKT

Or you can use a custom ad, please paste your code in Theme Panel > Ads > Custom Ad1: http://screencast.com/t/re6OL9DQN
Find out the shortcode of the ad box:
http://screencast.com/t/FOX4mOAwI738
http://screencast.com/t/mPB1czwcLa
[td_block_ad_box spot_id="custom_ad_1"]

This shortcode you have to use in post edit: http://screencast.com/t/GrCXcQC9i
And use this custom css:

.td-post-content .td-a-rec-id-custom_ad_1{
margin-right:0px !important;
}

Result: http://screencast.com/t/5Y5wiHgBhQW

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately there is not an option to do this like on page, but you can use css code in Theme Panel > Custom Css: http://screencast.com/t/svk23mzYzg0

If you want to change margin to all blocks from sidebar you can try this css: http://screencast.com/t/Nejq6EKTO2

.td-ss-main-sidebar .td_block_wrap{
margin-bottom:40px !important;
}

Or you can target blocks individual from sidebar: http://screencast.com/t/x5igr7T7Vv

.td-ss-main-sidebar .td_block_social_counter{
margin-bottom:40px !important;
}
.td-ss-main-sidebar .td_block_4 {
margin-bottom:40px !important;
}

Please provide your site URL, if you can’t managed this and provide more detail.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please take a look here and try Lucian’s solution: https://forum.tagdiv.com/topic/how-to-add-no-follow-to-button-link/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. I’m sorry I didn’t see “links”!
Please edit td_module.php and delete this: http://screencast.com/t/GJNpGp2MHi5

2. Please change to the html editor and add download to the link: http://screencast.com/t/Aw61rhIxMnK
Result: http://screencast.com/t/rnEH2dj2W

On page that I suggested above you can find more examples.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Thanks @Chris!


@newsguy
I have checked your site and saw that you managed to solve that issue with sidebar.

Please let me know if you still have issues related to the theme!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

In this theme’s update we have renamed some shortcodes:
– td_ad_box -> td_block_ad_box
– td_authors -> td_block_authors
– td_homepage_full_1 -> td_block_homepage_full_1
– td_popular_categories -> td_block_popular_categories
– td_video_vimeo -> td_block_video_vimeo
– td_video_youtube -> td_block_video_youtube
– td_text_with_title -> td_block_text_with_title
– td_slide -> td_block_slide
– td_social_counter -> td_block_social_counter

So the renamed widgets have to be re added to each sidebar after this update. Make sure that you backup your database and if possible get the widget list from your sidebars.

Rename the short codes via SQL: https://forum.tagdiv.com/update-newsmag-to-1-5/
The shortcodes shouldn’t be a problem, they will just appear on page as a code, you have to locate them and manually modify them to the new format: http://screencast.com/t/Da8k0HHtSD or use the SQL query (in phpmyadmin) to automatically replace them in the database – http://screencast.com/t/G1SwZNDb
Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use Theme Panel > Block Settings > “Category tag on Modules/Blocks” to show category tag: http://screencast.com/t/s4ygZtDxL1L7

Thanks!

Viewing 25 posts - 7,451 through 7,475 (of 7,871 total)