Search Results for 'ssl'

    No search results were found in Documentation!

Results from the Forum
Calin
tagDiv Staff

Hi,
I think that this problem can be because of this error -> https://i.imgur.com/L4qGnGo.png to fix it you can use a ssl plugin.
I hope this will help!

ajmanand
Participant
#0

jebam.in homepage has alignment issue with error messages. there is no update / any changes except the ssl certificate assigned last week. kindly help as the site looks bad in the layout.

http://jebam.in/

bpotter
Participant
#0

Hello,

I recently updated my website to HTTPS with SSL Certificate via my host.

Do I need to do anything to my site in WP Admin for this theme?

Thanks

erinnemtgroup
Participant
#0

Hi! Don’t you have a separate zip folder for the child theme? It’s kinda hassle on our part to create the child theme of the Newspaper. The steps here (https://forum.tagdiv.com/the-child-theme-support-tutorial/) are complicated to follow.

Thank you.

mlackeus
Participant
#0

Hello! After updating from an older version of Newspaper, everything works well, except that I can no longer edit pages with TagDiv Composer. I get “page not found” as a response, directly after pressing the button “Edit with TagDiv Composer”.

I’ve read up a bit on your forum, and have tried the following: Making sure SSL is activated, deactivating non-TagDiv-plugins. To no avail. The console says “Failed to load resource: the server responded with a status of 404 ()”. I see others have had similar problems, and then you have asked them to email you. What do you say in my case?

Anamaria
tagDiv Staff

Hello,

Usually the “Invalid reply from server endpoint error” is caused by insufficient WP_Memory_limit, if you’ll set it to 256M, and is still not working, please double it and check the rest of the settings from our guide -> https://forum.tagdiv.com/requirements-for-newspaper/ also make sure that you are using SSL and you have a good bandwidth, the one from our server is 1GB/s and the one that I use at home is 500MB/s, if you have low bandwidth, then you can access parts of the cloud, this can be done from the frontend, for example, if you are on a post -> https://i.imgur.com/4G74M7F.jpg or from tagDiv Composer -> https://i.imgur.com/2F6MhfI.png or from backend -> https://www.screencast.com/t/wekHmc7kJ8J

Thank you!

Anamaria
tagDiv Staff

Hello,

Please let me know what version theme do you have.
Please let me know from where you tried to access cloud templates, from the frontend or backend (all templates).
Usually the “Invalid reply from server endpoint error” is caused by insufficient WP_Memory_limit, if you’ll set it to 256M, and is still not working, please double it and check the rest of the settings from our guide -> https://forum.tagdiv.com/requirements-for-newspaper/ also make sure that you are using SSL and you have a good bandwidth, the one from our server is 1GB/s and the one that I use at home is 500MB/s, if you have low bandwidth, then you can access parts of the cloud, this can be done from the frontend, for example, if you are on a post -> https://i.imgur.com/4G74M7F.jpg or from tagDiv Composer -> https://i.imgur.com/2F6MhfI.png or from backend -> https://www.screencast.com/t/wekHmc7kJ8J

Thank you!

Anamaria
tagDiv Staff

Hello,

Please let me know where you tried to access cloud templates, from the frontend or backend (all templates).
Usually the “Invalid reply from server endpoint error” is caused by insufficient WP_Memory_limit, if you’ll set it to 256M, and is still not working, please double it and check the rest of the settings from our guide -> https://forum.tagdiv.com/requirements-for-newspaper/ also make sure that you are using SSL and you have a good bandwidth, the one from our server is 1GB/s and the one that I use at home is 500MB/s, if you have low bandwidth, then you can access parts of the cloud, this can be done from the frontend, for example, if you are on a post -> https://i.imgur.com/4G74M7F.jpg or from tagDiv Composer -> https://i.imgur.com/2F6MhfI.png or from backend -> https://www.screencast.com/t/wekHmc7kJ8J

Thank you!

fonetechcz
tagDiv Member

UPDATE: Problem could be temporarily solved by adding define('FS_METHOD', 'direct'); to wp-config.php
But its is just workaround as it forces WP to try only direct access to files and as soon as it tries to change something on disk, it will fail. Without asking for FTP access. So errors caused by composer are gone, but you cant update nor manipulate files. But at least it is definitive confirmation that there is something wrong in Composer module when using FTPEXT access.

And should be possible to replicate on hosting with PHP 8.0.13 using wp-config.php set to forceuse FTPEXT by adding following to wp-config.php

define(‘FS_METHOD’, ‘ftpext’);
define(‘FTP_BASE’, ‘/your/path/to/web/www’);
define(‘FTP_USER’, ‘user’);
define(‘FTP_PASS’, ‘pass’);
define(‘FTP_HOST’, ‘host’);
define(‘FTP_SSL’, false);

Rafael
tagDiv Member

Hey!

So I found what the issue was. Apparently my PHP connection limit was too low and I was getting so many PHP requests that anything that needed saving on my WP dashboard (eg: saving theme settings) wouldn’t get processed.

My solution was just to increase my maximum PHP connections.

Once I did that, everything dashboard related worked flawlessly.

Thanks again! I hope this can help someone else in the future.

Regards,

Raf

lalaine
Participant
#0

The REST API is one way WordPress, and other applications, communicate with the server. One example is the block editor screen, which relies on this to display, and save, your posts and pages.

The REST API request failed due to an error.
Error: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages: error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure stream_socket_client(): Failed to enable crypto stream_socket_client(): unable to connect to ssl://v2.breal.tv:443 (Unknown error) (http_request_failed)

Loopback requests are used to run scheduled events, and are also used by the built-in editors for themes and plugins to verify code stability.

The loopback request to your site failed, this means features relying on them are not currently working as expected.
Error: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages: error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure stream_socket_client(): Failed to enable crypto stream_socket_client(): unable to connect to ssl://v2.breal.tv:443 (Unknown error) (http_request_failed)

Umut
tagDiv Member

AMP

Cloudflare

Custom PHP settings

Customize PHP settings.

Google Tag Manager for WordPress

MailPoet 3 (New)

Really Simple SSL

Smush

tagDiv Cloud Library

tagDiv Composer

tagDiv Mobile Theme

tagDiv Newsletter

tagDiv Opt-In Builder

tagDiv Shop

tagDiv Social Counter

tagDiv Standard Pack

WooCommerce

WP Config File Editor

WP Super Cache

Yoast SEO Premium

Surur
tagDiv Member

My issue was due to mixed http and https content. It was fixed by installing the Really Simple SSL plugin.

Anamaria
tagDiv Staff

Hello,

To set the same menu for the main menu and sticky menu, please edit with tagDiv Composer v-> Manager (Website manager) -> Header, select the Main Menu Sticky and after you can edit the menu -> https://i.imgur.com/HsSLJyP.png

Thank you!

Rafael
tagDiv Member

Hey Anamaria,

Thanks for your guides which I’ve just read. However, all of my image URLs are perfectly fine and work flawlessly.

The only thing that’s showing an incorrect URL is the Newspaper Theme Panel (Header > Logo & Favicon > Logo Upload fields).

As mentioned before, I’ve uploaded a brand new logo image (which has the correct URL) and the Theme Panel just resets and goes back to the old photo when I click save. So basically, I can’t get the Theme Panel to save a new logo image…it just refuses to save.

So all my site images are working perfectly fine with the exception of that one place in the Theme Panel that doesn’t want to save any new upload.

Hope that clarifies my issue.

Regards,

Raf

chip303
tagDiv Member

Hi,

such a solution would be great. A small checkbox that reveals information with a click: https://www.faz.net/aktuell/politik/ausland/wie-tausende-ukrainer-im-russland-konflikt-zu-reservisten-werden-17748954.html

venessakoehn
Participant
#0

A couple days ago, the site/server was giving a “504 Gateway Time-out” error. This is now fixed, but upon coming back online, the website is now only showing shortcodes with a plain green background.

“Newsmag v5.1” is the only active theme right now and “Envato Market” is the only plug-in currently needing an update.

Here is a list of active installed plug-ins:
AdRotate v5.8.21
Classic Editor v1.6.2
Contact Form 7 v5.5.3
Envato Market v2.0.6
Google Doc Embedder v2.6.4
iframe v4.5
Maps Widget for Google Maps v4.22
MOJO Marketplace v1.5.3
Really Simple SSL v5.2.2
WooCommerce v6.1.0
Wordfence Security v7.5.7
WP PayPal v1.2.3.1
WP Super Cache v1.7.4

Here is a list of deactivated installed plug-ins:
Classic Widgets v0.2
Contact Form 7 Captcha v0.1.0
Data Tables Generator by Supsystic v1.10.13
Easy Updates Manager v9.0.12
Jetpack v10.5
PHP Compatibility Checker v1.5.2
tagDiv Composer v2.8
tagDiv Social Counter v4.9
UpdraftPlus – Backup/Restore v1.22.1
WordPress Backup & Security Plugin – BlogVault v4.72
WPBruiser v3.1.4

https://www.washingtonthoroughbred.com/

Please let me know what ideas you have to help troubleshoot.

numberonecountry
Participant
#0

Hello!

Our website (www.kdqn.net) used TD Composer to edit several pages. All are accessible thru the editor, except one. When I attempt to edit this page, the editor never appears and I only get the grey screen with the endlessly spinning wheel. The host limitation has been raised but the issue is still persisting. I am at a loss of what the problem could be.

Thanks in advance for any help that can be provided!

mkarlov
Participant
#0

Hi,
after I updated the theme to 11.4. I get a WordPress critical error on front page.
Currently working to get the old backup online.
Please assist. Theme worked flawlessly before.
Screenshot

vivreausmic
Participant
#0

Hello,

I have chosen to put several in-article ads in my articles after a determined number of paragraphs used Ă  tagdiv post model.

The problem is that depending on the articles, the advertising is sometimes found in an image block, in a column block or in a highlighted block. See the link images.Example 1Example 2Example 3

How to force ads to fit only when they are between two text paragraphs ?

Thanks for your help 🙂

Anamaria
tagDiv Staff

Hello,

Usually the “Invalid reply from server endpoint error” is caused by insufficient WP_Memory_limit, if you’ll set it to 256M, and is still not working, please double it and check the rest of the settings from our guide -> https://forum.tagdiv.com/requirements-for-newspaper/ also make sure that you are using SSL and you have a good bandwidth, the one from our server is 1GB/s and the one that I use at home is 500MB/s, if you have low bandwidth, then you can access parts of the cloud, this can be done from the frontend, for example, if you are on a post -> https://i.imgur.com/4G74M7F.jpg or from tagDiv Composer -> https://i.imgur.com/2F6MhfI.png
If the problem is persisting and you have a good bandwidth, then we can take a look and see if there is not something different that interferes.

Thank you!

Anamaria
tagDiv Staff

Hello,

Usually the “Invalid reply from server endpoint error” is caused by insufficient WP_Memory_limit, if you’ll set it to 256M, and is still not working, please double it and check the rest of the settings from our guide -> https://forum.tagdiv.com/requirements-for-newspaper/ also make sure that you are using SSL and you have a good bandwidth, the one from our server is 1GB/s and the one that I use at home is 500MB/s, if you have low bandwidth, then you can access parts of the cloud, this can be done from frontend, for example, if you are on a post -> https://i.imgur.com/4G74M7F.jpg or from tagDiv Composer -> https://i.imgur.com/2F6MhfI.png
If the problem is persisting and you have a good bandwidth, then we can take a look and see if there is not something different that interferes.

Thank you!

Calin
tagDiv Staff

Hi mmindex@268,
First please check the good practice, please make sure that all theme requirements are set https://forum.tagdiv.com/requirements-for-newspaper/ and you use a ssl plugin.
Then, please make sure that you do not have a plugin conflict.
In case that the “Error at zones: 6(models) : 7(dom). The model does not match the content Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z)” persists, please check this guide https://forum.tagdiv.com/tagdiv-composer-not-working/
If the problem is only on one specific page, then it can be from some changes or code that was add, please use the revisions https://www.wpbeginner.com/beginners-guide/complete-guide-to-wordpress-post-revisions/
Let me know the results!

honlim
tagDiv Member

I suspect two SSL were in conflict with each other that caused the error.
I activated, at the same time, the SSL certificate from “Local by flywheel” and SSL from “Really Simple SSL” plugin.

After I deactivated one of them, so far the problem did not appear anymore.

Viewing 25 results - 301 through 325 (of 1,756 total)