Search Results for 'update'

Results from the Forum
otherworld20
Participant
#0

I have purchased your Newspaper theme a few months back. Yet I didn’t update it. I have not found any update option in my WP panel! My site is ArticleIFY.
Sometimes I have faced some problems. I didn’t add any desired photo to the author name. There is no option of adding an author profile photo or changing the photo. I have faced some problems with Meta Description option. Noted that, on this website I have also faced problems in Accelerated Mobile Pages (AMP). Please let me know how can solve these problems.

+1

I can’t update automatically (the tab is missing), or via WordPress (themes), and I wouldn’t like to make it via file transfer… Could you help me (us)?

Update:
Solved. I installed the Envato Market plugin and I could update the theme.

kevingrech
Participant
#0

Hi, I followed what Admin said to do by turning allow_url_fopen on, but I am still getting this error even after I updated the theme to latest version:
[01-May-2020 03:43:51 UTC] PHP Warning: getimagesize(https://www.evolutionofbodybuilding.net/wp-content/uploads/2019/12/new-logo-mobile-Dec-2019.png): failed to open stream: HTTP request failed! in /home/qxateu8tderw/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792

Any new ideas to solve this as when I get around 40K plus pageviews a day it is crashing my server.

umadara
Participant
#0

Hi,
I am trying to update my Newspaper theme to 10.3 but the update tab is missing.
Any ideas?

regards

AdminDetikBolaAsia
Participant
#0

First of all i updated latest version WordPress, Newspaper Theme and Mobile Theme with AMP.

My problem starts after this, i just update my posts using Google Chrome.
Here is screenshot of my latest posting.
https://ibb.co/GWWNHP9

After that i view my website using my Mobile, it doesn’t update the latest posts !
Here is the screenshot attached.
https://ibb.co/CnH7Cn4

So same thing happening to FireFox it wasn’t update new posts when viewing my website https://detikbolaasia.com
Here is the screenshot of Firefox .
https://ibb.co/BNd8NBc

Anyone can help me ? What is the problem with my Newspaper Theme?

rrtoday
tagDiv Member

Yes, I’m on higher end hosting, latest updates and have been using this feature without issue. The different background images appears on all when logged in, as soon as I log out, they don’t.

iponwire
tagDiv Member

Hi Calin,

Thanks for the update. I tried to update above said file, however the change is not reflecting.
Website link – https://iponwire.com/tcp-reset-rst-reasons/

Regards,
iponwire

floorforce
tagDiv Member

I do not see the Updates tab when I’m in the Theme Panel. Is there some way it could be hidden, or is there something else I could do? I’ve also tried to update the theme by downloading the files again manually, but it just keeps putting the Newspaper 9 theme back. I even tried deleting the file path and reuploading the theme files but still the same result.

Calin
tagDiv Staff

Hi,

Please update the theme to last version, in Newspaper v10.3.2 this problem will be solved.
How to Update the Newspaper Theme for WordPress -> https://tagdiv.com/update-newspaper-theme/

Thank you!

AdminDetikBolaAsia
Participant
#0

My website posts is not updated in Mobile viewing after i update new mobile theme with AMP. Meanwhile my posts was updated in desktop view. Here is my website https://www.detikbolaasia.com I need keep clearing the caches so that my posts will be updated to latest. How to sovle it?

sscom
tagDiv Member

Hi,

I have the code issue also everytime I edit a specific page without TagDiv-Composer, but sometimes it’s necessary – for example, to change sites title in Gutenberg.

I don’t want to use Standard Pack, because you recommend to build the site only with Composer + Cloud Templates (https://tagdiv.com/newspaper-theme-update-standard-pack-or-tagdiv-cloud-templates/). But the error still occurs also with Standard Pack activated, as you can see here: http://test3.skispringen.com (user / userpasswd).

So what do I do wrong?

  • This reply was modified 6 years by sscom.
iponwire
tagDiv Member

Amy future updates of adding it my Newspaper X theme with updates ?

  • This reply was modified 6 years by iponwire.
iponwire
Participant
#0

comments on the post page for non logged users , trying to change form field’s placeholder from website – to website(Optional) in “comments.php” . Not able achieve it. I know without * it means non-mandatory field. I need the placeholder “website(Optional)”

Calin
tagDiv Staff

Hi,

TO implement the lightbox you need to set a code in function.php, it will be indicate to set it in child theme file to not be overwrite on theme update.
add_action( 'after_setup_theme', 'yourtheme_setup' );

function yourtheme_setup() {
// add_theme_support( 'wc-product-gallery-zoom' );
add_theme_support( 'wc-product-gallery-lightbox' );
// add_theme_support( 'wc-product-gallery-slider' );
}

The code need to be set at the end of the file -> https://i.imgur.com/TDJvoqn.png aslo you need to add this custom css https://i.imgur.com/l27jkjw.png to theme panel> custom code> custom css ->
.pswp__bg {
background: #00000096;
}
.pswp--open{
z-index: 9999;
}

Hope this will help you!
Thank you!

Vlad S
tagDiv Staff

Hello !

In order to update please follow carefully our tutorial here: https://forum.tagdiv.com/how-to-update-the-theme-2/ Also don’t forget to update and activate the required plugins: https://forum.tagdiv.com/newspaper-how-to-update-a-plugin/

Thank you !

Vlad S
tagDiv Staff

Hello !

There is a known bug meaning that if you activate amp plugin the plugin will look like it is inactive. This is just a display bug that will be fixed in the next update. You can press once on your AMP plugin and then test your website. You will see that AMP is running.

Thank you !

Calin
tagDiv Staff

Hi,

For the moment we do not have any guide for implement custom fields in cloud template only on standard templates, maybe this will be implement in the coming updates.

Thank you for your understanding!

iponwire
Participant
#0

Hi Team,
I have installed social counter using both the ways as explained in your tutorials (As a widget in sidebar and Using the tagDiv Composer) but the counter does not show correct counts.

https://iponwire.com

Could you please provide help ?

Regards,
iponwire

floorforce
Participant
#0

I’m currently using version 9.8 of Newspaper, and I’m trying to upgrade to Newspaper 10, but I don’t see any updates to do so. I’ve tried downloading the files again, deleting the theme, and reuploading to see if that would do it, but that didn’t work either. I’m stuck on trying to upgrade to 10, and I’m not sure how to go about it.

Akaueb
tagDiv Member

Hi Calin,
thank you for response! I think this is irrelevant for bots, because also if we declare the “nofollow” directive it is… well a directive.

Bots like semrush ignores this directive and hits 404 page. The real matter is about performance because with something like 10.000 blog posts we will generate about 40.000 times the 404 page and this is an unnecessary overhead for CPU.

For Now we solved removing those snippets of code:
https://imgur.com/2kVdbeE
https://imgur.com/1lBmHy1

This disables the search feature and avoid Crawlers to follow those invalid url, but doing this make us necessary to remake this edit each time we update the theme.

As a compromise fix we will also like something like a WordPress filter to disable feature programmatically or a Switch in admin panel, we don’t know what is better for you, it doesn’t matter, our goal is only to inform you about this issue and avoid CPU performance waste on our server.

I’m sorry but we can’t find old 404 logs for this issue but I think that this Google result is eloquent about the real behavior of Crawlers:
https://www.google.com/search?q={{post_cat_link}}

As you see there are a lot of result from website with Newspaper Theme.
Let me know your technical feedback,

Thank you for your time,
Silvio

  • This reply was modified 6 years by Akaueb.
Calin
tagDiv Staff

Hi,

Please note that we do not test it with cloud templates, only with standard templates, for cloud templates you need some custom work to adjust the code, also the code can not be set in a child theme, therefore on each update you need to make the changes.
If you want you can make a request to our custom services here -> https://tagdiv.com/web-development-services/

Thank you for your understanding!

ToonTownRob
tagDiv Member

While I can go ahead and follow the steps you are suggesting, it doesn’t really solve the problem.

WHY are the settings changed? Why is this repeatedly happening? I didn’t change them. EVER.

So if I go and change them, what is to stop them from being changed by whatever is causing the problem in the first place?

There is only one user on this site. And the site in the state that you are seeing right now is NOT how it looked when I made the first request above. It changed to that on its own when I reinstalled the tagdiv plugins. And why did they become deactivated and uninstalled in the first place? I didn’t do that. Would an automatic update of wordpress cause this to happen?

I have spent two hours on the phone with my host today (bluehost) and they can find nothing to be causing these constant problems. I have other sites on the same hosting plan in the same public directory, and they never experience these changes.

This is driving me crazy! What a waste of time!

GraphicGeekFL
tagDiv Member

UPDATE: YouTube count is now working after checking a while after updating API. Facebook count is still not working.

https://gyazo.com/ff0e359a64435c29c51e4a2083721c45

https://gyazo.com/21d1e1e742b14f168620b9963dcb0ee6

However, when you click the facebook icon, it takes you to the right page.

Edward
Participant
#0

Hi!

At the moment, do not rush to update the Yoast SEO plugin to version 14.0 – there are a lot of bugs, we are waiting for fixes.

https://wordpress.org/support/plugin/wordpress-seo/

Anonymous
tagDiv Member

Hello @vlad. Pls see https://mypope.com.ph/ and review block ‘Vatican updates’, top right block on desktop browser. Or first block in mobile. Thank you!

Viewing 25 results - 14,826 through 14,850 (of 45,280 total)