Search Results for 'update'

Results from the Forum
Calin
tagDiv Staff

Hello !

We are sorry for the inconvenience !

We are not ignoring anyone. We are well aware of this issue which is caused by the latest Google Chrome updates ( it works fine on other browsers ). Our developers are doing their best at fixing this issue as soon as possible.

Thank you for your understanding !

Calin
tagDiv Staff

Hi,

The message you get is quite common with WordPress. In most cases it can be easily fixed.

For example – https://wordpress.org/support/topic/the-link-you-followed-has-expired/
In that case the max upload size was limited, increasing it solved the problem. Usually this is the main cause.

Check this guide carefully and make modifications if needed to have set the requierments as in our guide
https://forum.tagdiv.com/requirements-for-newspaper/
If everything is set properly there should be no problem. Contact your hosting provider if needed and ask them to make changes as the guide suggests.

You can also install the theme by FTP, that is not difficult to do and it’s very useful to know how to use FTP. If our guide is not detailed enough check some more online
https://dappercodes.com/installing-wordpress-theme-via-ftp/
https://docs.presscustomizr.com/article/141-how-to-manually-install-or-update-a-wordpress-theme
https://www.shoutmeloud.com/install-wordpress-theme.html

Hope this helps and let us know how it goes!

Thanks for your understanding!

fatih-2
tagDiv Member

Hi Calin

Thank you for the reply. So we must create a new header if we are to make a new desktop header. If we leave it untouched, the mobile header will be empty right?

Looking for that issue to be fixed.

We are also using custom category and post templates from cloud library, do we also have to update the headers on each one of them? Because updating the header on homepages doesnt have any affect on the category pages’ headers

Calin
tagDiv Staff

Hello,

All templates that you get from tagDiv Cloud Library comes with a version for mobile menu, so if you’ll change the desktop header the mobile header will be change too.
Also I’ve made some tests regarding the problem you mentioned and it seems that this is an issue on mobile device. I add this issue to our fix list, this will be fix for the coming update! sorry for the inconvenience!

Thank you for your understanding!

Vlad S
tagDiv Staff

Hello !

Here is a Step By Step tutorial on how to update the Newspaper Theme: https://forum.tagdiv.com/how-to-update-the-theme-2/

Thank you !

Vlad S
tagDiv Staff

Hello !

We are sorry for the inconvenience !

We are not ignoring anyone. We are well aware of this issue which is caused by the latest Google Chrome updates ( it works fine on other browsers ). Our developers are doing their best at fixing this issue as soon as possible.

Thank you for your understanding !

parafiadorohusk
tagDiv Member

Hello,

how can i update my theme to the latest version ?

I have a problem editing a page in a text editor

Yahtzee_Wikilord
tagDiv Member

Hi

I tried that but it isn’t taking.
The problem concerns the problematic header from:
https://forum.tagdiv.com/topic/improving-header-rendering/
https://forum.tagdiv.com/topic/problems-with-header-rendering-update/

But seeing as that one has problems I’d also like to fix the alternate Header Template Style 5.

The logo I want to use is:
https://www.medievilfaq.com/wp-content/uploads/2019/09/logo-mobile-3.png

There is also some email traffic concerning the problems with this header.
They can be found under “Problem With Altering Mega Menu” sent to contact@tagdiv.com

Calin
tagDiv Staff

Hello @davidehuey,

Thank you for your kind words, also I add your suggestion ( to make this plugin to be compatible with our theme ) on our list of suggestions and we hope that are developers will make this plugin to be compatible in the future updates.

Thank you for your suggestion!

Calin
tagDiv Staff

Hello,

1. This problem start to appear after the last Chrome update, please check on other browses too,
Also you can try this code to fix this problem, you’ll need to add in the theme functions.php
add_action(
'admin_head',
function() {
echo '<style>.block-editor-writing-flow { height: auto; }</style>'; // phpcs:ignore
}
);

Paste the code here: https://www.screencast.com/t/kMKPrLsg7Tk

Hope this will help you!
Thanks.

Calin
tagDiv Staff

Hello,

Please make sure that you update the theme conform to our documentation -> https://tagdiv.com/update-newspaper-theme/ ( make sure that you delete the old theme version and theme plugins before you make the update ).

Please make sure that all the settings are like in our requirements, please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps ( make sure that the WP_MEMORY_LIMIT is at least 256MB).

Thank you!

khunshan
tagDiv Member

UPDATE: I have been able to resolve the issue^. Please ignore. Thanks.

Vlad S
tagDiv Staff

Hello !

There are some issues since the latest Google Chrome updates. Our developers are working on fixing them. There is a quick fix for this by adding this code:

add_action(
'admin_head',
function() {
echo '<style>.block-editor-writing-flow { height: auto; }</style>'; // phpcs:ignore
}
);

at the end of functions.php as you can see here: https://www.screencast.com/t/MBcb4MbF8

Thank you !

Calin
tagDiv Staff

Hello,

1. This problem start to appear after the last Chrome update, please check on other browses too,
Also you can try this code to fix this problem, you’ll need to add in the theme functions.php
add_action(
'admin_head',
function() {
echo '<style>.block-editor-writing-flow { height: auto; }</style>'; // phpcs:ignore
}
);

Paste the code here: https://www.screencast.com/t/kMKPrLsg7Tk

Hope this will help you!
Thanks.

Calin
tagDiv Staff

Hello,

Please make sure that you update the theme conform to our documentation -> https://tagdiv.com/update-newspaper-theme/ ( make sure that you delete the old theme version and theme plugins before you make the update ).

Please make sure that all the settings are like in our requirements, please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.

Thank you!

cantoute
Participant
#0

hi,
just discovered something strange
on this post for exemple, when you scroll down and get the “pull down” menu, mega menu works just fine
https://www.welovetennis.fr/atp/atp-moselle-open/boutter-un-vrai-bon-cru

but on this one it gets an offset that makes it almost unusable
https://www.welovetennis.fr/laver-cup/la-laver-cup-resumee-en-1-cliche-et-quelques-stats

I suspect that it’s linked with the fact that the post has a tweet content… but not easy to debug

is there a fix ?

thanks


update

In composer no problem
https://pasteboard.co/IyGaX0R.png

On front site it bugs
https://pasteboard.co/IyGbxog.png

But changing browser window width seems to fix the issue!
https://pasteboard.co/IyGdeFc.png

OK so here comes a quick fix that seems to work

/* fix megamenu offset when post has a tweet */
(function($){
$(window).load(function() {
$(this).trigger(‘resize’)
})
})(jQuery)

homebusinessmag
Participant
#0

Hi,
having issues when the tagDiv Composer plugin active. The column settings not working inside the row:
https://prnt.sc/p97a4b, https://prnt.sc/p978w8

But working fine when the TagDiv Composer is disabled: https://prnt.sc/p97cxl, https://prnt.sc/p97arh

Using all update version for the theme and all TagDiv’s plugins.

Looking forward to any kind of help.

Thanks.

parafiadorohusk
Participant
#0

I’m having trouble editing the content in the theme. I have version 9.1. You may need to update the theme. Please help.

carosvtrayz
Participant
#0

When I got to the website, I notice everyone has an option to edit theirs from a drop-down menu on the top. I dont have or see this, and i cannot update any of my (needed updates)

Matsu
tagDiv Member

By the way, there is any special reason you want to show your publication date? cause is bad for your SEO in the future.
More exactly, people will prefer to see an update(latest post)

people will search(example) how I post
They will see in the results:
1. How I post in 2019
2. How I post in 2018
3. How I post in 2016

Which one do you think they choose? or you were
And is it will become old date post, google will put it down on search results if someone else has the same quality post with update date or without a date.

RobinKiera
tagDiv Member

Thanks,
This problem is still there:

3. Wp Editor error, https://nimb.ws/rx73wR can’t save nor can I switch. This problem was there before update.

Are you guys allowed to get site access from us so you can have closer look?

Thanks

ColinHanley
tagDiv Member

Hi Vlad,

So, I followed your instructions and added the updated version of the Theme.
When I installed and added the demo content for “Influencer”, I open the TD Composer,
I could edit stuff, but I need to delete sections and I can’t.

I tried deleting rows via the WP Bakery page builder, but it caused errors too.

At the moment, my options are limited in what I can do. If you could tell me what I might do to fix it, that would be great. As I said, I can set up a temp login if you needed to look at the back end.

Thanks again,
Regards,
Eamon.

Calin
tagDiv Staff

Hello,

Please make sure that you update the theme conform to our documentation -> https://tagdiv.com/update-newspaper-theme/ ( make sure that you delete the old theme version and theme plugins before you make the update ).
Also make sure that you are using only the child theme that come with the theme package -> https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thank you!

Calin
tagDiv Staff

Hello,

This problem was add on our fix list and we hope will be fix for the coming update, sorry for the inconvenience!

Thank you for your understanding!

Vlad S
tagDiv Staff

Hello !

At the moment we do not have a release date settled.

We will keep you updated with this !

Thank you !

Viewing 25 results - 16,876 through 16,900 (of 45,280 total)