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,

No problem, we’re here to help!
Hope my answer helped you!

Thanks for the message!

Lucian
tagDiv Staff

Hi enpomedia,

Sorry for the elate reply however we have missed your posts here.
I’m not sure of the result you get so could you please provide a link to inspect this is you haven’t managed to solve this.

Thanks

Lucian
tagDiv Staff

Hi,

Please provide your admin login credentials so we can have closer look and inspect this. Also include a link tot this topic.

Thanks

Lucian
tagDiv Staff

Hi,

Please send an email at contact@tagdiv.com with your site’s admin login details so we cam inspect this issue, also include a link to this topic.

Thanks!

Lucian
tagDiv Staff

Hi,

For the predefined footer section blocks you can use custom css like this: http://screencast.com/t/suycxe31kNe

.td-footer-container .block-title > a, .td-footer-container .block-title > span {
background-color: #882d28;
color: #ffffff;
}

The wp standard widgets title you can also use custom css:

.widget_recent_entries .block-title > a, .widget_recent_entries .block-title > span, .widget_pages .block-title > a, .widget_pages .block-title > span{
background-color: #882d28;
}

Let us know how it goes!

Thanks

Lucian
tagDiv Staff

Hi okti,

You can try this: http://stackoverflow.com/questions/25814914/chrome-youtube-cast-sender-js-console-error

The tagdiv_theme.min.js is theme’s js file, a minified version of it which loads when using the speed booster plugin, it can’t be removed as all js features will not work otherwise and I can see it’s already moved to the footer in your iste.

Thanks

Lucian
tagDiv Staff

Hi 4lt3r,

For the first two fonts: http://screencast.com/t/WoDyYNYe use the following ids in the speed booster plugin: http://screencast.com/t/YWF5cL3FJ4http://screencast.com/t/Vzq0U1sc I’ve tested this and it works so make sure you do this right.

For the second open sans font css I’m not from where is it loaded, it could come from a plugin or if you have set a custom font from theme panel. Make sure you have theme set settings to default and disable all plugins to test this.

Thanks

Lucian
tagDiv Staff

Hi,

We haven’t tested any plugins of this type so I’m not aware of their functionality to provide an accurate answer on this unfortunately. You should look trough their settings for advanced options in this regard or address this to plugin’s authors.

Thanks for the message!

Lucian
tagDiv Staff

Hi unplug.tips,

Sorry for the long delay unfortunately I can’t give you an exact answer on how you could do this because we haven’t tested any shop plugin except woocommerce and for it you could try one of this solution:
http://wordpress.stackexchange.com/questions/128534/in-woocommerce-theme-need-to-add-custom-external-link
http://galengidman.com/2014/05/12/custom-woocommerce-cart-links/
http://docs.woothemes.com/document/set-a-custom-add-to-cart-url-to-redirect-to/
..or a plugin like: https://ro.wordpress.org/plugins/amazon-link/ or similar.

WP Gallery Custom links plugin could also be a solution for this however it hasn’t been tested so I can’t provide an accurate answer on this, the best way would be to test all these methods and find the one that suits you and meets your needs.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi davidewebcenter,

Emil replied you via email!

Thanks for the message!

Lucian
tagDiv Staff

Hi,

It can be done but you’ll also need to styled and redesign that module because it was not designed to work with excerpt.

You can add the excerpt function like this: http://screencast.com/t/oxnrdcWHn0Dd

<div class="td-excerpt">
<?php echo $this->get_excerpt(33); ?>
</div>

Then style it. The 33 represents the word/character excerpt length limit, change it at your will.
If you’re not familiar with this and you don’t know how to do it then we advise you to look for a freelancer to do this job for you because we cannot provide any type of custom services at the moment. Sorry!

Thanks for the message!

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

Hi,

This css prevents the site’s responsiveness: http://screencast.com/t/7gcfrJPtd4p9
Make sure that you also disable any html/css/js compression tools and test again then also make sure you empty all cache and purge cdn files.
Let us know how it goes and provide your admin user and pass via email if you can’t managed to fix it so we can have a look at this.

Thanks

Lucian
tagDiv Staff

Hi Tony Bear,

Thanks you for your suggestions on this, we will consider it if we decide to change or improve the ads system or if more people will ask for this. Meanwhile you can try the solution I’ve posted above using shortcodes and to have the featured image displayed on all post pages remove this condition: http://screencast.com/t/YSFECZOwxk

Thanks for the message and for understanding!

Lucian
tagDiv Staff

Hi,

Yes, your customization will be overwritten but you can backup current theme files and adjust the changes to the new version files, however this is how you need to do this, unless the modified file isn’t among the ones that hasn’t been changed at all, you need to adjust your customization to the new files, this way you will also find out if your implementation still works.

So the right way to do this is to backup your current theme files, update the theme, consult the change log and the list of modified files and if your altered files isn’t among the modified files you can copy your own modified version of the file otherwise you have to adjust the change to the new files code.

Theme update guide: https://forum.tagdiv.com/how-to-update-theme/

Thanks

Lucian
tagDiv Staff

Hi doucare1971,

Sorry for misleading you, I tooth different!

Thanks for letting us know and for your message!

Lucian
tagDiv Staff

Hi,

In the latest theme version you have to alter it here: http://screencast.com/t/euiqDGcYC
Sorry for misunderstanding you!

Thanks for the message!

Lucian
tagDiv Staff

Hi,

We also have difficulties on adding settings for custom sidebar and it’s position on buddypress pages. This is under pout attention and if we find a way for this we will add it in the next theme versions.
Sorry for the inconvenience!

Thanks for the message!

Lucian
tagDiv Staff

Hi,

1/2 The new “From panel” section sets the template that is set in the panel: http://screencast.com/t/gzXYBNJgGBR4
If set, this setting overrides the Theme panel setting from Post settings > Default post template.
You can use this method to set a post template on all cpt pages.

Thanks

Lucian
tagDiv Staff

Hi,

Please also provide your site’s url as I need to inspect this in order to provide an accurate answer on this.

Thanks

Lucian
tagDiv Staff

Hi,

Please also test this without plugins, leave just theme’s VC plugin active, empty all caches and purge files if you sue cdn host then test this again and let us know if it still happens.

Thanks

Lucian
tagDiv Staff

Hi,

I’ve just answered you here on this: https://forum.tagdiv.com/topic/strange-youtube-link-in-database/
To get the video thumb the theme uses this getThumbUrl function here: http://screencast.com/t/6w4nNuxmH3 so you can sue the thumb url from this variable: $videoThumbUrl

Thanks

Lucian
tagDiv Staff

Hi,

You can find an explanation and examples in this regard here: http://wordpress.stackexchange.com/questions/88327/importing-from-xml-is-ignoring-serialized-custom-field
The video link stored in the database is the same you add in the video section in post editor panel so it should be ok.

Thanks

Lucian
tagDiv Staff

@mariosem You can find the head tag in the header file here: http://screencast.com/t/XJvYfUmOjn6

Lucian
tagDiv Staff

Hi,

The theme alters the adsense ad codes and makes them responsive so you can either add your css classes here: http://screencast.com/t/pqxg7Rr7sL or you can chose custom ad sizes for each ad sport form theme panel: http://screencast.com/t/CuDH0pnR2tl

Thanks

Lucian
tagDiv Staff
Error - reply

Hi,

Seems that the error comes from WordPress so you could try this using a fresh wp install without any other plugins active then check the result. I’ve tested the plugin and haven’t had any error messages.
You can also try the disqus conditional load: https://wordpress.org/plugins/disqus-conditional-load/
Let us know how it goes!

Thanks

Viewing 25 posts - 401 through 425 (of 6,600 total)