Search Results for 'update'

Results from the Forum
Calin
tagDiv Staff

Hi,

First please re-save the permalinks.
If is not working please try to deactivate all plugins that are not tested with our theme https://www.screencast.com/t/oZYW3ylY0V , clear all cache.
Please make sure that you have the last version of theme ( Newspaper 9.1 ), if you don’t have it please update the theme.
Please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/

Thank you.

  • This reply was modified 7 years by Calin.
mepstein
Participant
#0

Every time I try to add a new post or update a post, I get this error: https://www.awesomescreenshot.com/image/3714520/9af6f4c1dbdd78c1aad23042a006fce6

Also incidentally the categories in the right sidebar are not longer showing even though I have several. Please advise.

tapstone
Participant
#0

I need a way to disable header/footer ads for posts within a specific category, as those posts are promoted and can not contain ads. The ads are not part of the post content so I can’t use “add_filter” to remove them without hooks at the theme level, which I can not find.

The only solutions I found require modifying theme files, which means I can never update the theme for our sites (of which there are many) without manually making those changes every time we update, which is not an option.

Is there any way I can create a filter that will let me remove the header/footer ads for posts within a specific category?

Thanks in advance for any help!

samdyz
Participant
#0

I just updated my website to Newspaper 9.1 and TagDiv composer has got automatically decativated…
When I try to activate it again – it fails with an error message – TagDiv Composer is incompatible with
this version of Newspaper.

Website – https://goo.gl/rryVXV

Alin
Participant
#0

Hi we got a message from our hosting company saying the Ajax system in our theme is causing some 504 errors. I’m pasting the email from them below. Can you please advise.

Hello info@sneakerbardetroit.com,
Your ticket (#1214944) has been updated.
To review the status of the ticket and add additional comments, follow the link below:
http://help.wpengine.com/hc/requests/1214944
You can also add a comment by replying to this email.
Josh Applekamp (WP Engine Support)
Nov 7, 9:21 AM CST
Hi Mario,
Hope you’re having a great Wednesday!

I wanted to touch base with you regarding some high Ajax counts I am seeing from the sbdetroit site.

32196 /wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=9.1
40522 [action] => td_ajax_loop
36184 [action] => td_ajax_search
8216 [action] => td_ajax_block
wp-content/themes/Newspaper/js/tagdiv_theme.js
13807: action: ‘td_ajax_loop’,

wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php
150:add_action(‘wp_ajax_nopriv_td_ajax_loop’, array(‘td_ajax’, ‘on_ajax_loop’));
151:add_action(‘wp_ajax_td_ajax_loop’, array(‘td_ajax’, ‘on_ajax_loop’));
japplekamp_@pod-150264:/nas/content/live/sbdetroit$ ack-grep “td_ajax_search” wp-content/themes/ wp-content/plugins/
wp-content/themes/Newspaper/js/tagdiv_theme.js
6110: action: ‘td_ajax_search’,
6146: action: ‘td_ajax_search’,

wp-content/themes/Newspaper/mobile/js/tagdiv_theme.js
938: action: ‘td_ajax_search’,

wp-content/themes/Newspaper/mobile/functions.php
90:add_action(‘wp_ajax_nopriv_td_ajax_search’, array(‘td_ajax_mob’, ‘on_ajax_search’));
91:add_action(‘wp_ajax_td_ajax_search’, array(‘td_ajax_mob’, ‘on_ajax_search’));

wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php
154:add_action(‘wp_ajax_nopriv_td_ajax_search’, array(‘td_ajax’, ‘on_ajax_search’));
155:add_action(‘wp_ajax_td_ajax_search’, array(‘td_ajax’, ‘on_ajax_search’));
japplekamp_@pod-150264:/nas/content/live/sbdetroit$ ack-grep “td_ajax_block” wp-content/themes/ wp-content/plugins/
wp-content/themes/Newspaper/js/tagdiv_theme.js
6849: action: ‘td_ajax_block’,

wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php
146:add_action(‘wp_ajax_nopriv_td_ajax_block’, array(‘td_ajax’, ‘on_ajax_block’));
147:add_action(‘wp_ajax_td_ajax_block’, array(‘td_ajax’, ‘on_ajax_block’));
These Ajax hits are being generated from the Newspaper theme. With such a high amount coming through so quickly it is overloading our server queueing system we have for requests and causing 504 errors to occur:
80 504 “POST /wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=9.1

This particular theme does not allow easy updates regarding the Ajax activity. I would recommend reaching out to the theme developers to see if they can provide some input on getting their Ajax activity under control.

Beyond that everything else appears to be in good shape so far. I’ll keep an eye on the server and update you with any additional insight, but if you have any questions for me please let me know!
Thanks,

Josh Applekamp

WP Engine – Technical Project Manager – Finely Tuned WordPress
M-F 9:00am – 5:00pm CST

Oğulcan Özügenç
tagDiv Member

Wow, I couldn’t look at the old posts because of my lack of internet at home. Thanks for informing me about this. So there is no problem at my side. I tried everything after the update. I tried to look console messages, tried to disable AdSense, tried to regenerate images, tried to purge cache in Cloudflare, looked for the changed files from 4.5 to 4.6. Anyway, we have to wait for some time I guess. Thanks 🙂

bemibel
tagDiv Member

Hi Calin,

The problem is solved with these changes. In the screenshot 1, I was having to delete a part of the code right? To look like the one you marked with the arrow. In the screenshot 2, where you put “comment our this section”, I did not do anything, I did right?

One more thing. Everytime I update the theme, I will have to modify the files again or replace the new ones with the ones I modified? Or witouth touching anything everything will be okey?

It would be nice if you can correct this for the next update.

Thank you so much!

avengerxp
Participant
#0

I tied to edit the post max size post execution time as were told in the theme status panel in order to get away from errors. so according to the link provided (https://forum.tagdiv.com/system-status-parameters-guide/)
I updated my php.ini file but nothing is changed.

when i update my .htaccess file it gives a server error.
php.ini

max_input_vars = 5000

max_execution_time = 300

post_max_size = 50M

upload_max_filesize = 50M
.hthaccess

php_value max_input_vars 5000

php_value max_execution_time 300

php_value post_max_size 50M

php_value upload_max_filesize 50M

am I doing anything wrong?

Oğulcan Özügenç
Participant
#0

Hello all. After 4.6 update, images are broken on my website: https://ogulcanozugenc.com/

When I turn on Ad Block, the images fixes. You can try it. What is wrong with my site? Thanks.

gospelminds
Participant
#0

Helloo…
Please i got an email that there is updates for the THE THEME “NEWSMAG”, i login to my account i don’t the file. am trying to install it on my site. Is not installing.

Installing Theme from uploaded file:…..
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme installation failed.

thalesbrandao
Participant
#0

I received an email about updating the newsmag theme. after downloading the files – what should I do?
“We’d like to let you know that an update to your item Newsmag – News Magazine Newspaper by tagDiv is now available in your Downloads page.
Remember: you need to be logged in to download the update.

Simion C.
tagDiv Staff

Hi,

There was an issue like you mention in the tagDiv composer, you must be using an older version. Currently the problem is solved. You should update the theme, edit the text elements with the issues and remove the slashes (they will not appear anymore after you do this)
https://forum.tagdiv.com/how-to-update-the-theme-2/

If you cannot update the theme for some reason, there is a solution for the problem in this topic
https://forum.tagdiv.com/topic/tagdiv-composer-and-apostrophes-in-text/

Thanks

Simion C.
tagDiv Staff

Recently there were other priorities over the AMP plugin development, like the cloud library plugin for example. There are plans to implement many customization options for AMP in future updates, it may take some time however.

The next tasks for coming updates would be related to theme optimization in terms of performance, there will be some modifications made in this matter. Sorry again for any inconvenience.

Thanks

Catalin
tagDiv Staff

Hello Vanesafp,

Notice that all of your additional customizations will be removed when a new version of the theme will be updated because this one will overwrite all the code of the theme. You should customize it again.

Thanks for your understanding!

tomisaputra
Participant
#0

i got this eror when i check in devtools in google chrome Version 70.0.3538.77 (Official Build) (64-bit. Is an eror caused when i update td-composer plugin. Please help me this eror can be fixed or not?
screenshot https://prnt.sc/lfaqio

celhil
tagDiv Member

Same here, no thumbnails afters update.

lifemathmoney
tagDiv Member

Hey, I had the same issue. It isn’t an opacity issue, the images just aren’t loading.

I tried disabling every non-tagdiv plugin, it sill didn’t work.

I had to finally restore a backup (thankfully I had made one before running the update)

Please look into it.

dvolatility
tagDiv Member

You’re right, it was a plugin that updated a few days ago. The reSmush.it Image Optimizer plugin.

IFP News
tagDiv Member

Dear Simion
I am so glad to have such support and you helped me.
We are using Newspaper theme and I have some other issues so when I see such as support even if somethings are not reachable now it can make me to ask them all other issues.
You know the AMP is so important right now specially for the news website because of Google News, its Top stories ( Displaying the Site’s Logo as a news source and…). Actually I should say when the theme had not AMP I had to use other plugins but when I found it in the recent updates I was so happy, I should say I prefer to use ourself AMP plugin instead of other plugins, so I ask you to update it as soon as possible. There is a plugin right now which I should buy it about 50$ and its name is Newspaper AMP. I am sure you can have it better and we use it even if we should buy it.
Best regards

Simion C.
tagDiv Staff

By a setting that is not possible. It will require modifications to the design in the plugin code to make it centered. These will be lost after you update the theme however.

I believe this is on our list of suggestions and will be considered to be implemented in the plugin in the future. Maybe there will be a setting created for this specifically. Sorry for the inconvenience.

Simion C.
tagDiv Staff

Glad it worked and sorry again for the inconvenience. Seems that despite multiple tests being made on our side some issues still happen.

Currently I can’t say when there will be another update, we try to fix as many issues as possible and add new features before releasing an update.

Megamediasl
Participant
#0

Hi

Can I edit td_config.php file in my child theme?

I update the parameters of an existing thumbnail but I don´t want to edit the parent theme

Thank you

Simion C.
tagDiv Staff

Hi,

The path to the placeholder images is set in the general module file
https://www.screencast.com/t/QiIpcwMSCJwn
That file is not supported to be modified in a child theme, if it would be a modification to the path would work. For example
https://www.screencast.com/t/On9DXdtNNbh
But as it is you would have to modify the path in the module file after each update, in the main theme.

Thanks

Fabio Russo
Participant
#0

Hi there,
I have installed your ultimate patch “patch_4.5_4.6” and I have purge all caches but after installation I don’t see the thumbnails in my homepage. Why?
I had to come back the version previous with my backup because I can’t stay “offline”.

Thanks, Fabio

Vanesafp
tagDiv Member

Hello, we have updated the theme and this modification has stopped working. Can help us?

Viewing 25 results - 22,076 through 22,100 (of 45,280 total)