Home User profile
tagDiv Staff
Passionate for gaming, mountain biking and traveling. I face every task as a new challenge to bring my skills to the next level.
Bogdan B.
tagDiv Staff

Hello,
If this issue comes from ssl, then you need to set it up properly: http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://forum.tagdiv.com/topic/moving-to-ssl/
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
I don not think this is a theme problem but rather a font problem. Please try to use fonts that support Turkish language as exemplified here: http://www.fontsquirrel.com/fonts/list/language/turkish and make sure you enable support from here for google fonts: http://screencast.com/t/WgSho0gJ9Iu
You can add custom fonts like so: https://forum.tagdiv.com/using-custom-fonts/
I hope this helps.
Thank you.

Bogdan B.
tagDiv Staff

Hello,
The code I provided does not work for you. It is just an example. You need to identify your own page id’s and replace them in the code. We prefer to use css for modifications that can be made through css as the php code will be replaced when updating the theme. The css stays in the theme panel and does not get affected by updates.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
The product on your website are not controlled by our theme but rather the woocommerce plugin. The theme has no option for rating products. You can maybe use a plugin like: https://wordpress.org/plugins/wp-product-review/ These are not tested though but you can try a few of them out and see how they work.
Please provide more details for your second request as I cannot see exactly what you want to replicate.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

I set the kite one font for the post content and it works as expected. I could not recreate your issue: http://screencast.com/t/F1Wq0kZ8scwq
For pages the fonts work a bit different. You have to change the font for the modules and blocks: http://screencast.com/t/X5gLmbvg If you add text with visual composer elements (text block) these will not be affected by the theme panel. Add your text in classic mode so it can be controlled from the fonts section

I tested the bold issue as well but it seems to display fine on my end: http://screencast.com/t/vCt2x9hgA
Please make sure you do not use any plugins that might come in conflict with the theme. Disbale all of them and just leave visual composer and check again to see if the errors are still there.

Please provide more details about the toolbar toggle so we can understand better what you mean.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
This is the default setting of the theme. Id does not show the full breadcrumb path. It only displays the latest 2 sub-categories and the post name itself. Unfortunately there is no setting to control this behavior. You will need to alter the theme files to change it.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
The main zip needs to be extracted and then only use the newspaper.zip file as Chris suggested (10x Chris).
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Normally it should work for jpg’s as well. Please use another regenerate plugin like force regenerate and disable all other plugins to make sure no plugin conflict interferes with your thumbnails.
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

@agente_smithx
Please make sure you follow the steps on page one here in this topic: http://screencast.com/t/X2vWxPzV
If you are sure you followed along and checked every step correctly, then please send us an email at contact@tagdiv.com and provide wp-admin so we can take a look. Please also include a link to this topic.


@Lupor

This topic is for the newspaper theme but the method remains the same. Follow the guide on page 1 here and check your counter again. If you are also sure you followed every step properly, then you can also send us an email to inspect the issue.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
This is entirely up to you. You can try to upgrade WordPress and see if any errors show up. On the current version of newspaper (version 6) only the pagination for category pages had some issues. It could be the same for your version or there could be other ones as well. I doubt it will break the theme though. You can try it out on a testing sub-domain and see how it goes without affecting your main site.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please send an email at contact@tagdiv.com and provide wp-admin so we can take a look. Please also include a link to this topic.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
I am not aware of any category limit. We have reports of people who have over 1000 categories. There is no setting to limit or allow a certain number of categories in our theme so we cannot say for sure if you need extra settings in order to use 500 categories. Sorry for not having a precise answer on this one.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
The files changed were as follows:

td_page_generator.php
td_wp_booster_functions.php
tagdiv_theme.js
tagdiv_theme.min.js
style.css

Thank you!

Bogdan B.
tagDiv Staff

Hello,
You can use the page id as a class in css. You can get the page id with the browser inspector:
http://screencast.com/t/RqcVAwxX758b
Then you can use the code provided above like so:
.page-id-1260 .td-boxed-layout #td-outer-wrap{
top:80px;
}

And use the code like so for multiple pages:

.page-id-1260 .td-boxed-layout #td-outer-wrap,
.page-id-1261 .td-boxed-layout #td-outer-wrap,
.page-id-1262 .td-boxed-layout #td-outer-wrap{
top:80px;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,
This is a known issue that was fixed in version 6.6.3.
Please update your theme to the latest version using this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Well you will only need to add the print button and email sharing as the whats up button was added in the current version of the theme 🙂 but the code you already have will not work anymore as the entire code of the theme was changed in version 6. It is a totally different theme than version 4.
If you decide to update, you can try it out on a sub-domain or staging/testing site and see how the update will work out for you.
Please follow this guide to see how you can update from version 4: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately i could not find a pattern to it. We will look into this further as time allows us. I just inserted them about 20 or 30 at a time, hit the update button and check to see if the videos are displayed.
Unfortunately there is no counter on the playlist to see how many videos are being displayed.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
Unfortunately as i have stated above, there is no easy solution for this as the theme has no such option. I already provided a solution above and i will provide another one.
You can try by using a do_shortcode function so instead of the $buffy .= “\n \n\n”; and $buffy .= “\n \n\n”;

you can use your shortcodes like so:

$buffy .= do_shortcode('[wp_cookie_privacy_lock]');
$buffy .= do_shortcode('[wp_cookie_privacy_lock]');

and use it like the screenshots above.

Please keep in mind that the theme is not tested with this type of plugins and i cannot guarantee it will work. If you do not want to try the solutions i provided you can turn to an ad manager plugin to render your ad codes and use theme’s ad spots just for placements, in that case you can use plugin’s shortcodes to place your ads on theme’s specific ad spots.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
This can also be caused by using an old child theme. Please activate the main theme and see if the problem is still there. If the problem is caused by the child theme, please use the child theme that comes with the latest version of the theme (6.6.3).
Thank you!

Bogdan B.
tagDiv Staff

Hi,

You can use visual composer on pages and use the adbox element: http://screencast.com/t/vf04vAmUqet which grabs an ad from the theme panel ad spots. You can read more about it here: https://forum.tagdiv.com/custom-ad-spots/

Thank you.

Bogdan B.
tagDiv Staff

Hello,
Our theme uses the ad system described here: https://forum.tagdiv.com/header-ad/
I’m not sure you can add ads to wordpress without the use of plugins/ ad managers/ themes.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

The method above shows how your plugin can be implemented in the theme code. As i replied above, we cannot offer plugin implementations support. I’m not sure if this method will work with your plugin. You can use an alternative one or maybe even find the one that uses the code used above. if you cannot do it you can maybe get some help or hire a freelancer to help out as we cannot offer any custom work. Sorry.

Thank you for your understanding.

Bogdan B.
tagDiv Staff

Hello,
Unfortunately this has nothing to do with the theme but with the way your website is set up. Please contact google to see what they mean by that and set it up according to their instructions.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
I tried your list and it did not work when i inserted all of them at once. Once I inserted them in 3 pieces it worked. I think it’s too much for to inserting 100 video’s at a time. Try to insert them a bunch at a time not all of them at once.
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please send an email at contact@tagdiv.com and provide wp-admin so we can take a look. Also include a link to this topic.
Thank you!

Viewing 25 posts - 19,801 through 19,825 (of 22,378 total)