Search Results for 'update'

Results from the Forum
slivertorp
Participant
#0

Hi guys,

Since I updated my website to version 10.3.1 , I can’t load a footer block from the tagDiv Cloud Library anymore. The search bar doesn’t return any footer blocks. The rest works ok.

https://imgur.com/orDfCKf

It was working fine before : 10.3.1

Is there any known issue?
Thanks in advance for any help.

Accessplug
Participant
#0

Hello,

Please am having difficulties to fix the said errors, my drop down category is not loading.

Kindly visit the my site. http://www.accessplug.com check the category that has a drop down like “MORE” please try to click on the drop down category you will see the category will not work.

Please try to help me and am not receiving “Theme Update” Am still using 4.9.1 version while 4.9.2 is out

Livingstone
Participant
The update - topic
#0

I received an email regarding Newspaper theme update although it’s 3 days now and I have not seen this trigger in WP admin. Could you have configured your theme to be updating automatically without wp triggers which enables admin to update manually?

AaronFernandes
Participant
#0

Hello after updating the Newspaper theme recently the Inline Google Ad (responsive) is no longer working on my posts – I have even tried to make changes to the “ad Title” i.e. the -Advertismeent- text but nothing reflects on the front-end. It was working perfectly fine before the update but any change I make to the Inline content ad does not reflect.

rajjanmed
tagDiv Member

hi,
sir i updated the theme and and all requirements meet my hosting and website, but its still not working

aneejian
tagDiv Member

Hi Calin, unfortunately changing the ad codes did not work. I tried different adcodes and they did not work. Also in the cases that you referred in the link, the available width is shown as 0, and the explanation says it is because of mobile and desktop setting.

In my case, it specifically says available space is 72. So it seems to be something introduced with the update.

Other ad codes and locations are working properly. Issue is only with inline article ads.

webarts
Participant
#0

hello i update the theme to 10.3.1 i have deactivate tagDiv Standard Pack

i have create a custom post template and i want to add and remove the share social icons but in the theme panel in the Post settings and social networks i see only the icon naver and i can’t unchek this … the selection not saving

i clean cache and i have deactivate the child theme but nothing!

please see the video https://www.loom.com/share/1a92f4a256ed4770b5e75fd6fe6ba2ce

Vlad S
tagDiv Staff

Hello !

On youtube that is a bug that can be ignored. Also if you update the Newspaper theme to 10.3.1 you will see that it has been fixed.

As for the mobile theme please note that you are seeing it in this way it is because that is the mobile theme. As for your friends theme I can see he has some custom work done to it.

Thank you !

spu
Participant
#0

Hi,
We just updated the Newspaper theme to latest and suddenly we are faced with two issues.
1) The new theme has slowed down the WordPress CMS/Dashboard by a lot. And we are on a super quick server with lot RAM and dedicated CPUs.
2) Also, when we publish an article WordPress hangs and 3 out of 5 times we get server timed out error as soon as we publish.

However, when we disable AMP in the newspaper Theme panel. This does not happen. The dashboard loads faster and also there is no hang of WordPress.
Can you please look into it.

Thanks
http://www.gadgetbridge.com

Calin
tagDiv Staff

Hi,

So the problem appear only after you update the theme, please make a test and set the code for only one ad and remove it from the rest of places, also if you have a different ad (code for ad) please try to see if this is working.
I also found a similar case on Google -> https://wordpress.org/support/topic/ads-are-not-show/

Let em know the results!
Thank you!

Calin
tagDiv Staff

Hi rajjanmed,

Sorry, this was from italsat, was my mistake, sorry!
Please make a full backup to your website and data base and update it to Newspaper 10.3.1 and check if the problem persist.

Make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Also please check the theme requirements -> https://forum.tagdiv.com/requirements-for-newspaper/

Also if there is no answer to your email is possible that your email to get in our spam, please let us know your email address.

Thank you for your understanding!

johng4603
tagDiv Member

Hello
I’ve cleared the cache and tried in different browsers. I’m still seeing the subline in pale grey.

On all posts, the subline is in (hard to read) grey in AMP & black on the normal
version. Specific to the shared link, the words…

‘Avoid toasters that are underpowered and too small for your bread’
are grey on the AMP version

The other related issue is that on the normal page, I’m serving the ‘updated date’ but the first published on the AMP version.

Two Questions…
1. How do we get the grey subline in the AMP version to show in black
2. How do we get the ‘updated date’ showing in AMP

Thanks in advance
John

divyjoshi
tagDiv Member

it doesn’t contain news 9 paper logo which is active on template
it has old news 8 paper logos but not updated news 9 paper logo

Calin
tagDiv Staff

Hi Revista Circuito,

You can try the new update of the theme v10.3.1
Also if what Satwik suggest is not working, you can also try these sugestions:
https://www.ecenica.com/support/answer/fix-high-cpu-load-wordpress/
https://www.hostwinds.com/blog/wordpress/fix-high-wordpress-cpu-usage-problem/

Thank you!

Prateek
Participant
#0

Hello, team tagDiv.
In the latest update, there are a few more icons added in the theme which is great. But one of them that is for mix.com is not visible. There could more icons that are having the same issue but as of not I only checked mix since I need it. Please look into this.
Thanks.

aneejian
Participant
#0

Hi Team,
I am using Gadget PRO template. The inline ads were working fine before the latest update.
However, now the ads are not getting displayed and I am getting an error in the console.

message: "adsbygoogle.push() error: Fluid responsive ads must be at least 250px wide: availableWidth=72"
name: "TagError"
pbr: true

Sample URL: https://aneejian.com/deserialize-json-uipath/

Screenshots
Single post settings
Single Post Settings

Theme Panel Settings
Theme Panel Settings

Error
Error

TheBear
tagDiv Member

As an update – i opened it in safari and it works now.

Jaddy1219
tagDiv Member

Hi Calin,

Thank you for your reply.
I have updated theme and check the post looking in Yoast SEO is fine there is no date showing in desktop result.
If I request re-index my whole site in google search console then it is fine till next day morning. I’m not sure how it goes after theme update though, I will need to check tomorrow morning.

However, I have redirect function code because I stopped amp plugin then needed to redirect amp page to normal page address. Is this something to do?
Then how could I get rid of amp page from google search? it’s been a year.

the code is here:

/*AMP redirect*/
function redirect_to_canonical_from_amp() {
$url_orig = $_SERVER[“REQUEST_URI”];
if ( substr( $url_orig, -5 ) === ‘/amp/’ ) {
$url_canonical = substr( $url_orig, 0, strlen( $url_orig ) – 4 );
if ( wp_redirect( $url_canonical, 302 ) ) {
exit;
}
}
}
add_action( ‘parse_request’, ‘redirect_to_canonical_from_amp’ );

This amp page also increase my site coverage pages, of course. The site speed is 4.5s and hasn’t changed since I have deactivate standard pack plugin and created pages with templates.

Thank you as always!

Mara21
Participant
#0

I noticed that for a while when I go to the search form of the blog to find articles the site goes down giving 503 error. It seems that the module sends too many requests to the server (server in the cloud). Are there any fix updates?

Amari
Participant
#0

Good day,

I was wondering if, similar to other themes, are there any plans to add, at the bottom of the review bars, the option for users to vote?

If not, what is the process to request that in a future update?

Amari
tagDiv Member

The latest update fixed this. Thanks

elvisfrog
tagDiv Member

My biggest apologies for wasting time, I apparently was busier then thought, I thought I had updated with the latest but actually updated with the old zip file. Very Homer Simpson, Doh! moment.

connect5thgen
tagDiv Member

RESOLVED !!

1) I backed up my site
2) I Installed the WordPress Theme & Plugin management for the Envato Market.
3) I updated it twice – which included plugin updates.
4) Followed the directions for getting the YouTube API and insert it into the Theme Panel.

Then my videos showed up.

Thank again !!

Calin
tagDiv Staff

Hi,

Please try gain, download the theme from themeforest, disable all the plugins and install the theme and theme plugins, only after that reactivate the rest of the plugins.
How to Update the Newspaper Theme for WordPress -> https://tagdiv.com/update-newspaper-theme/ we recommend to make this update via FTP.
Also From 10.3.1 you’ll be able to update the theme using our new option for theme update -> https://i.imgur.com/zDe07aM.png -> https://i.imgur.com/PgUmwnk.png -> https://themeforest.net/item/newspaper/5489609
Also 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!

Calin
tagDiv Staff

Hi,

Please make a full backup to your website and database after, that please make a theme update to Newspaper 10.3.1
How to use the YouTube API -> https://forum.tagdiv.com/youtube-api-key/
Also check with tagDiv Composer the social counter, if you have set some fix count then will not take the real count -> https://i.imgur.com/UGStYrp.png -> https://i.imgur.com/qgvel0E.png

Let me know the results!
Thank you!

Viewing 25 results - 15,326 through 15,350 (of 45,280 total)