Search Results for 'update'

Results from the Forum
Vlad S
tagDiv Staff

Hello !

What version of the theme you’re running ? This issue has been fixed in the 10 update and we currently are at 10.2

Thank you !

Vlad S
tagDiv Staff

Hello !

If you’re using a Schema plugin like Yoast then you will not be affected at all. This issue will be fixed in the following update.

Thank you for your understanding !

Vlad S
tagDiv Staff

Hi,

Unfortunately there is a problem with the new option add in theme panel for disable the schema article, this interfere with preview draft, in order to fix this problem you’ll need to make some changes in theme file or deactivate the schema articles from here: https://www.screencast.com/t/0E3IucACC You will have to check that in order to deactivate the schema, this issue will be fixed in the next update.
The file are wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php -> https://i.imgur.com/EMWC74l.png add “|| is_preview()” -> https://i.imgur.com/78beFgC.png
wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php
-> https://i.imgur.com/WIIKHSU.png -> https://www.screencast.com/t/VbigQIINRB
or you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look and make the proper changes for you. Include a link to this topic in the email.

Thank you for your understanding!

Vlad S
tagDiv Staff

Hello !

Our developers are working on fixing this. In the 10.2 update htere have been made improvements and this fixed a lot of users issue.

Please contact us via email at contact@tagdiv.com and provide the following:

– admin url and credentials
– cPanel url and credentials
– A link to this topic in order to identify you

Our team will take a look !

Thank you

elvisfrog
tagDiv Member

So, I went ahead and imported the pro demo, which is an updated version, so off the standard pack, imported header 10 and can not get the width correct. I feel like I figured it last time, and had something to do with z-index? My “correct link” link above doesn’t show correctly as I have since replaced the template. I think you can still get the idea of the issue.

zingolo
Participant
#0

Good afternoon,

When I update my theme, it completely changes the look of the website. Making it look like its malfunctioning. Is this because i dont have visual composer auto update on?

I am so confused. Please help

Vlad S
tagDiv Staff

Hello !

Our developers are working on fixing this. In the 10.2 update htere have been made improvements and this fixed a lot of users issue.

Please contact us via email at contact@tagdiv.com and provide the following:

– admin url and credentials
– cPanel url and credentials
– A link to this topic in order to identify you
– The adsense code

Our team will take a look !

Thank you

Vlad S
tagDiv Staff

Hello !

Our developers are working on fixing this. In the 10.2 update htere have been made improvements and this fixed a lot of users issue.

Please contact us via email at contact@tagdiv.com and provide the following:

– admin url and credentials
– cPanel url and credentials
– A link to this topic in order to identify you
– The adsense code

Our team will take a look !

Thank you

Euforian
Participant
#0

I install the latest updates but it always fails. Why?
it says something like this “The link you followed has expired.”
why? please help

Vlad S
tagDiv Staff

Hello !

Our developers are working on fixing this. In the 10.2 update htere have been made improvements and this fixed a lot of users issue.

Please contact us via email at contact@tagdiv.com and provide the following:

– admin url and credentials
– cPanel url and credentials
– A link to this topic in order to identify you

Our team will take a look !

Thank you

Vlad S
tagDiv Staff

Hi,

Unfortunately there is a problem with the new option add in theme panel for disable the schema article, this interfere with preview draft, in order to fix this problem you’ll need to make some changes in theme file or deactivate the schema articles from here: https://www.screencast.com/t/0E3IucACC You will have to check that in order to deactivate the schema, this issue will be fixed in the next update.
The file are wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php -> https://i.imgur.com/EMWC74l.png add “|| is_preview()” -> https://i.imgur.com/78beFgC.png
wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php
-> https://i.imgur.com/WIIKHSU.png -> https://www.screencast.com/t/VbigQIINRB
or you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look and make the proper changes for you. Include a link to this topic in the email.

Thank you for your understanding!

Vlad S
tagDiv Staff

Hi,

Unfortunately there is a problem with the new option add in theme panel for disable the schema article, this interfere with preview draft, in order to fix this problem you’ll need to make some changes in theme file or deactivate the schema articles from here: https://www.screencast.com/t/0E3IucACC You will have to check that in order to deactivate the schema, this issue will be fixed in the next update.
The file are wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php -> https://i.imgur.com/EMWC74l.png add “|| is_preview()” -> https://i.imgur.com/78beFgC.png
wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php
-> https://i.imgur.com/WIIKHSU.png -> https://www.screencast.com/t/VbigQIINRB
or you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look and make the proper changes for you. Include a link to this topic in the email.

Thank you for your understanding!

magyaroldal
Participant
#0

Hi
I think the newest version is blocking the editing in preview. when i click on post review,on most post it doesnt show the top bar where the customize/edit post etc on. I did a theme swap and it worked as normal. i also have the previous version on my other website, that i havent updated yet, and it also works fine.
where do i find the previous version download, until this bug is fixed?
Thank you for your help.
Gabriella

SimplyCom
tagDiv Member

Hi,

Thanks for the 2 solutions abouve but unfortunatly niether are working for me, I have tried with the greater sign and with the greater sign and exclamation mark and neither options are working, the only option I am getting in the post settings section are “Naver” here is the code: –

“function td_add_new_social_network() {
$social_drag_and_drop = td_options::get_array(‘td_social_drag_and_drop’);

if ($social_drag_and_drop != ” && array_key_exists(‘naver’, $social_drag_and_drop) != true) {
$social_drag_and_drop += array(‘naver’ => ”);
}

td_options::update_array(‘td_social_drag_and_drop’, $social_drag_and_drop);
}
td_add_new_social_network();

function td_theme_migration() {
$td_db_version = td_util::get_option(‘td_version’);

// update TO version 8.6 – add social networks
// @since 14.12.2017
if (version_compare($td_db_version, ‘8.6’, ‘>’) || TD_DEPLOY_MODE == ‘dev’) {
$social_drag_and_drop = td_options::get(‘td_social_drag_and_drop’);
if ($social_drag_and_drop == ”) {
td_options::update_array(‘td_social_drag_and_drop’, array (
‘facebook’ => true,
‘twitter’ => true,
‘pinterest’ => true,
‘whatsapp’ => true,
‘linkedin’ => ”,
‘reddit’ => ”,
‘mail’ => ”,
‘print’ => ”,
‘tumblr’ => ”,
‘telegram’ => ”,
‘stumbleupon’ => ”,
‘vk’ => ”,
‘digg’ => ”,
‘line’ => ”,
‘viber’ => ”,
‘naver’ => ”
));
}
}”

Any help would be appreciated, the client needs to have the other sharing options! Many thanks

haykdigital
tagDiv Member

I figured out how to fix this on my own after doing some testing with the code.

This fix will break every time you update the tagdiv composer or the tagdiv standard pack plugins, so be sure to re-apply it in those cases.

I hope the theme developers can address this problem because it seems like a very simple change to support SEOpress properly

————————————————————

2 changes:

First:
Why? — the tagdiv standard pack outputs an unnecesasry <title> tag which causes your site to show two title tags

Edit this file:
wp-content/plugins/td-standard-pack/Newspaper/header.php

Delete the line that looks like this:
<title><?php wp_title(‘|’, true, ‘right’); ?></title>

Second:
Why? — removing theme support for the ‘title-tag’ prevents SEO Press from feeding your title tag to intended system for wordpress to support this.

Edit this file:
wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php

Edit this section:
remove_theme_support( ‘title-tag’ );

To this:
// 1-12-20 Hayk commenting out this line so that SEO Press can work properly
// remove_theme_support( ‘title-tag’ );

techiepep
tagDiv Member

Hi ozclubbers,

My solution is not perfect but until there is an update on the theme or a plugin that can deal with the issue, this can serve as a temporary solution. You can read about this in a blog post here https://techiepep.com/massive-bots-registration-on-newspaper-wordpress-theme/

techiepep
tagDiv Member

Hi bdil,

My solution is not perfect but until there is an update on the theme or a plugin that can deal with the issue, this can serve as a temporary solution. You can read about this in a blog post here https://techiepep.com/massive-bots-registration-on-newspaper-wordpress-theme/

techiepep
tagDiv Member

Hi haxigi,

My solution is not perfect but until there is an update on the theme or a plugin that can deal with the issue, this can serve as a temporary solution. You can read about this in a blog post here https://techiepep.com/massive-bots-registration-on-newspaper-wordpress-theme/

techiepep
tagDiv Member

Hi charlie1029,

My solution is not perfect but until there is an update on the theme or a plugin that can deal with the issue, this can serve as a temporary solution. You can read about this in a blog post here https://techiepep.com/massive-bots-registration-on-newspaper-wordpress-theme/

techiepep
tagDiv Member

Hi nd89vn,

My solution is not perfect but until there is an update on the theme or a plugin that can deal with the issue, this can serve as a temporary solution. You can read about this in a blog post here https://techiepep.com/massive-bots-registration-on-newspaper-wordpress-theme/

picturemeclubbing
tagDiv Member

It’s two ways that I know of. I’m not support. I’m just helping out because support has been super slow around here.

1. From the Home Page click Edit with TD Composer (Top Menu).
2. In the Composer (Shows on the left side of screen) Click The 3rd Icon from the left labeled Header.
3. In the Header Manager you can Import A New Header. Which gives you different choices from the online cloud.
4. Once you Load that Header you can edit the different elements on the right side of the screen as you see fit then click save in the composer menu (left side of screen)
The other way is on the Backend. Same principle, but a different way to access.

1. Left Menu > Click Cloud Templates.
2. Will show you a list of headers you have already. First one being the one you loaded the demo data with (if you did chose import demo).
3. Click Edit
4. Click TAGDIV Composer Button Right under the Template Title.
5. Gives you the same options as I listed in the first list. The difference here is, you will only see the header. You won’t see the rest of your site. You will have to make edits, save those edits and click close. It will take you back to the admin backend. Click Update then bring up the site from the main menu.

I think they need to streamline this a little better but I learned this from a bunch of mistakes.

connect5thgen
Participant
#0

I am not able to update template

I am not able to update sample txt

I am not able to load ( filter ) any categories

Please advise
Chrome Browser
https://screencast-o-matic.com/watch/cYVX2mvAer

Opera Browser
https://screencast-o-matic.com/watch/cYVX2MvAeC

connect5thgen
tagDiv Member

UPDATE — Issue resolved…
*I may have been changing the megamenu configuration too many times ( also with) multiple browsers open.
* Eventually, the menu would not even load.

Solution: Installed a new menu and the “Category hoping” in the megamenu went away.

You guys have a great template system

Thank you

HighTechDad
tagDiv Member

Hi Vlad,

No worries. As a work around for now, I have change the setting to use the mobile theme only for AMP (which seems to be ok). And since Newspaper is nicely responsive, the pages look fine for now. I will keep watching for updates. (But I wasn’t the person who opened this thread so don’t close it as they may have more questions.)
-HTD

Dougrek
tagDiv Member

No, didn’t work. Ultimately, I went back and ‘restored’ an older version of my site because I couldn’t figure it out. Something changed after your cloud templates update and it is ruining my site – the posts all come out truncated. I need someone to look at the site and help me understand what has gone wrong! The homepage is fine, but when you click on an individual post, they show up very strange and truncated.

  • This reply was modified 6 years by Dougrek.
Viewing 25 results - 15,851 through 15,875 (of 45,280 total)