Home User profile
tagDiv Staff
I love to get energized by social interaction! Curious and eager to improve, I enjoy traveling and learning new things.
Lucian
tagDiv Staff

Hi,

Unfortunately there is no option to add the sharing like that, try to use a plugin if it’s possible.

Sorry for the inconvenience

Lucian
tagDiv Staff

Hi,

Try this custom CSS:

.header-style-3 div.td-grid-wrap {
padding-top: 0px !important;
}

…add it in Theme Panel Custom CSS like this: http://screencast.com/t/dBLKd9oR4R8

Thanks

Lucian
tagDiv Staff

Hi,

Thanks @murattopak01 for the suggestion.

Lucian
tagDiv Staff

Hi,

Use a Custom Ad instead the Article Bottom Ad:

1. Go to Theme Panel -> Ads and move the Adsense code from Article Bottom Ad to Custom Ad 1 like this: http://screencast.com/t/FBuM88yc5

Replace the code for the ad in the single.php file with this one:

<?php echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]'); ?>

Then add this CSS in Theme Panel -> Cutom CSS:

.td-a-rec-id-custom_ad_1 {
margin-top: 20px;
margin-bottom: 20px;
}

Thanks

Lucian
tagDiv Staff

Hi,

The pagination are present only in loops, what you use there is a block, not module.

To do that, create a page, use Homepage - with article list template and set it like you want: http://screencast.com/t/rfoKoCUJ

Hope this help!
Thanks

Lucian
tagDiv Staff

Hi,

The CSS animation should work if you have the latest theme version and also the VC.

To fix the buttos, please add this CSS in Theme panel -> Custom CSS

.wpb_button_a span {
display: inline-block;
border-radius: 4px;
}

To fix the map from contact page add this CSS:

.wpb_gmaps_widget .wpb_map_wraper iframe {
width: 100%;
}

About the visual composer, we will update it in each theme update.

Sorry for the delay

  • This reply was modified 12 years by Lucian.
Lucian
tagDiv Staff

Hi,

I’ve checked your site and it look fine, I saw you have managed to position them side by side.

Thanks

Lucian
tagDiv Staff

Hi,

In order to exclude a specific category from displaying in a bloc k you have to set the block to display all categories, for example, minus the category you want to display in another block like this: http://screencast.com/t/5DYi990oq

You can find the category ID’s like this: http://screencast.com/t/V5P2nJjIAgG

Hope this helps.

Thanks

Lucian
tagDiv Staff

Hi,

1. If you want to add more custom ad spots use this patch http://www.tagdiv.com/theme/users/9-custom-ad.zip

Just extract the patch in root theme. Or replace manually the files from archive(zip file) like this http://screencast.com/t/TJp8TFpUH

2. Unfortunately the theme doesn’t have an option that allows you to rename the sidebars, a solution, if it suits you, would be to remove and recreate the sidebar as it was but with another name.

Sorry for the inconvenience.

Thanks

Lucian
tagDiv Staff

Hi,

Please comment the following lines inside the index.php file like this: http://screencast.com/t/h0Rwr6MCj

Thanks

Lucian
tagDiv Staff

Hi,

Please make sure you have pasted the code corectly, I have checked it again, should work: http://screencast.com/t/ypUCS4bLL

Thanks

Lucian
tagDiv Staff

Hi,

A recent issue that we have solved was the conflict with the latest version of the SEO by Yoast plugin, but we had fixed. The problem with the W3 Total Cache exist, of course we found a solution that worked in past, but now I’m not sure that still work with latest WP version, but worth a try if you want to test it.

See here: https://forum.tagdiv.com/wp-postviews-post-view-counter-alternative-for-w3-total-cache/

Or disable the W3 total cache if you want views.

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Please give me a link to see this issue and i will provide you a CSS to fix it.

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately we know about this issue, if you use load more feature on blocks, the unique article doesn’t work for the new post loaded from the block.

Sorry for this inconvenience

Lucian
tagDiv Staff

Hi,

Can you please turn cropping feature off, the cropping feature affects only the single post feature image.

You need to regenerate the thumbnails after turning off the cropping feature, please follow this steps: https://forum.tagdiv.com/using-the-theme-with-existing-content/

Thanks

Lucian
tagDiv Staff

Hi,

Please follow this steps and enable “Greek Support” and “Greek Extended Support” from Theme Panel -> Custom Fonts -> Font Settings -> Google Fonts Settings like this: http://screencast.com/t/R2vCBbapFWb

This should fix the issue if font used by you has Greek support

Thanks

Lucian
tagDiv Staff

Hi,

You have the same issue here https://forum.tagdiv.com/topic/tour-section/#post-14901

Thanks

Lucian
tagDiv Staff

Hi,

Please add this code:

<?php echo do_shortcode('[td_ad_box spot_id="content_bottom"]'); ?>

…to your single.php file like this: http://screencast.com/t/My2fHvSBj

Add this code in Theme Panel -> Custom CSS to move the ad box further from the diqus block:

.td-a-rec-id-content_bottom {
margin-top: 20px;
}

Should look like this: http://screencast.com/t/ZOFFoxhXNuB

Thanks

Lucian
tagDiv Staff

Hi,

1. Replace single.php file with this: http://pastebin.com/te1XynKV
2. Replace loop-single.php file with this: http://pastebin.com/11Z04FPy

3. Add this CSS:

.entry-crumbs {
position: relative;
top: 20px;
}

.span12 .td_grid_wrap {
padding-top: 25px;
}

.single-post .post {
padding-top: 35px;
padding-bottom: 0px;
}

.single-post .td-page-wrap .span12 .td-grid-wrap {
padding-top: 0px;
}
Lucian
tagDiv Staff

Hi,

Create a sidebar then go to Theme Panel -> Template Settings -> Archive display view and select your sidebar for the archive template like this:
http://screencast.com/t/tNsDzeNiv

Thanks

Lucian
tagDiv Staff

Hi,

We have this issue to our todo list and we will fix it in the next version, sorry for the inconvenience.

Thnaks for the message

Lucian
tagDiv Staff

Hi,

Add this CSS in Theme Panel -> Custom CSS:

.home .td_read_more {
position: relative;
bottom: -20px;
}

Thanks

  • This reply was modified 12 years by Lucian.
Lucian
tagDiv Staff

Hi,

What you can do is to duplicate the the get_title function in td_module.php file and name it get_title_h3 for example, then replace the title tags with H3 tags like this: http://screencast.com/t/olfwpDqW

Then set the module 3 that you are using to get the title with that function like this: http://screencast.com/t/huW7XVCe84v

This should do the job!

Thnaks

Lucian
tagDiv Staff

Hi,

Please disable the automaticaly display at the bottom of the post setting from nrelate plugin panel like this: http://screencast.com/t/bXpEDrWxFU
Then add this code:

<?php echo do_shortcode('[nrelate-related]'); ?>

..to your loop-single.php file like this: http://screencast.com/t/647C6yfu
Then you will be able to use your article bottom ad and it will be displayed above the nrelate plugin http://screencast.com/t/KjuW20OeFQ

Thank you

Lucian
tagDiv Staff

Hi,

Go to Appearance -> Menu and in your Home Page menu item -> Navigation Label section add image source like this: http://screencast.com/t/NpbSx2vXF

Image Source should look like this:

<img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/logo-top2.png" />

Thank you

Viewing 25 posts - 6,451 through 6,475 (of 6,600 total)