Search Results for 'ssl'

Results from the Forum
Anamaria
tagDiv Staff

Hello,

Please use an SSL that also applies to fonts.
Also, if the problem persists with the Theme Panel, please make a full backup to all files and the database and contact us via email at contact@tagdiv.com . Provide
– wp-admin URL and credentials
– cPanel URL and credentials
– A link to this topic in order to identify you

Thank you!

Anamaria
tagDiv Staff

Hello,

Usually, this error appears when the requirements aren’t set like in our guide, please make sure you have added the limit also in your wp-config.php file, in config is WP_MEMORY_LIMIT not PHP Memory Limit (there is a typo, sorry) – https://forum.tagdiv.com/requirements-for-newspaper/
please increase all lower requirements and follow all steps; make sure that the theme is activated and use an SSL plugin for HTTPS.
Also, please check what version of PHP you have, we recommend version 7.3.

Hope this helps you!

Thank you!

Prateek
Participant
#0

Hi, team tagDiv.
I am using Newspaper theme without Standard Pack and everything seems to be working flawlessly except for breadcrumbs on the AMP pages. I can’t find any dedicated option to enable breadcrumbs on AMP. As for the desktop version, I’ve implemented them using the tagDiv composer.
One thing I noticed after installing Standard Pack is that, in the theme panel, the “template settings” shows more options as compared to when it’s uninstalled, like setting for breadcrumbs that are otherwise not there.
I know enabling breadcrumbs from template settings after installing Standard Pack will automatically enable breadcrumbs for the AMP but then, it adds two “breadcrumbs structured data markup” in code. One from when they were added using tagDiv composer and the other from the theme panel.
Can you help me with this?

msaqijaved
Participant
#0

After updating the Theme this invisible text is appearing on single post detail when I checked from the https://plagiarismdetector.net/ site to check plagiarism.

Each template in our ever-growing studio library can be added and moved around within any page effortlessly with one click. Combine them, rearrange them and customize them further as much as you desire. Welcome to the future of building with WordPress. Each template in our ever-growing studio library can be added and moved around within any page effortlessly with one click. Combine them, rearrange them and customize them further as much as you desire. Welcome to the future of building with WordPress. Each template in our ever growing studio library can be added and moved around within any page effortlessly with one click. Combine them, rearrange them and customize them further as much as you desire. Welcome to the future of building with WordPress

Site Url: lahoreherald.com

bbmbret
tagDiv Member

I found the solution… I have installed Really Simple SSL plugin!

e-grow
Participant
#0

Hi,
We were trying to set up a youtube video as a background on our slider as described here:
https://tagdiv.com/videos-design-trends-newspaper-theme/

We ran into an issue with the Google API Referer Key restrictions and we’d like to let you know how we solved it so you might consider adding the fix to the core code.

On Google console we restricted the API to our domain. We added the API key to the theme Panel and we noticed that we were getting 403 responses from the API.

We did some digging and it turns out wp_remote_get (which is used in /td-composer/legacy/common/wp_booster/td_remote_http.php in function get_url_wordpress() ) does not send the ‘Referer’ header by default (or it doesn’t send the correct details, not sure)

This caused the Youtube API to think we were sending our request from googleapis.com itself and would return 403.

To fix this we added the following after the twitter workaround in get_url_wordpress() (should be ~line 196)


if(!array_key_exists('Referer',$settings['headers']){
$settings['headers']['Referer'] = site_url();
}

Basically we check if a referer header is already set and if not, we add the site url as a referer.
This fixes the issue and shouldn’t cause any unintended errors elsewhere. It only changes things if what we’re trying to set does not already exist.

Also, sidenote, I noticed you’re setting sslverify to false, you might want to consider changing that to true. See more details here -> SSL Verify

Thanks!

talkbaja
tagDiv Member

I tried to access TD Composer via Firefox and this time I got a different error message, something about TD Composer was trying to take my SSL website to a non-secure page?

Firefox error

Anamaria
tagDiv Staff

Hello,

Usually, this error appears when the requirements aren’t set like in our guide, please make sure you have added the limit also in your wp-config.php file, in config is WP_MEMORY_LIMIT not PHP Memory Limit (there is a typo, sorry) – https://forum.tagdiv.com/requirements-for-newspaper/
please increase all lower requirements and follow all steps; make sure that the theme is activated and use an SSL plugin for HTTPS.

Hope this helps you!

Thank you!

teknobilimadami
tagDiv Member

I made all the Add-ons passive.
I cleared the Cache memory.
WP_Memory_limit: set to 512MB.
The system requirements are correct.
SSL is active. All links https.

But the problem is, the breakdown continues.

chrome also sees errors in this way. But your theme also has problems. It doesn’t open when I click on the posts. I can’t edit. Can you help?

https://prnt.sc/10u255j
https://prnt.sc/10u29gt
https://prnt.sc/10u2k7m

When I click here, the following error appears on the chrome dev tools screen.
https://prnt.sc/10u2dx2

Bettina
tagDiv Staff

Hello!

The issue can be from a plugin conflict, that’s why, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache(also from your browser) and try again.

Usually the “Invalid reply from server endpoint error” is caused by insufficient WP_Memory_limit, if you’ll set it to 256M, it should work -> https://i.imgur.com/Hjpd1Qk.png
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.
Also, make sure that you are using https not http, you can do this using a plugin like this one: https://wordpress.org/plugins/really-simple-ssl/

Thank you!

Anamaria
tagDiv Staff

Hello,

Please make sure that the theme install was done correctly
Install via WordPress -> https://forum.tagdiv.com/install-via-wordpress/
Install via FTP -> https://forum.tagdiv.com/install-via-ftp/
Also, please make sure you have added the limit also in your wp-config.php file, in config is WP_MEMORY_LIMIT not PHP Memory Limit (there is a typo, sorry) – https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps; make sure that the theme is activated and you use an SSL plugin for HTTPS.
Also, if you have other plugins activate, please disable them and see if the problem persists.
If there is still a problem, please let me know, also provide some screenshots and some more details.

Thank you!

Ruthy Chiang
Participant
#0

Hello,

I want to add a new template to the cloud template but there is an error “Invalid reply from server endpoint” even though I’ve use an SSL to have https and my System Status is shown as the following:

  • PHP Version: 7.3.19
  • PHP Memory Limit: 256 MB
  • PHP Execution Time: 300
  • PHP Max Input Vars: 3000
  • max_execution_time: 300
  • max_input_vars: 3000
  • Nginx
  • php.ini memory limit: 256M

here’s a picture of the wp full statusmy Newspaper WordPress system status

How to fix it?
Let me know,
Thanks

url:my wordpress website

oposum
tagDiv Member

Thank you for this. Had the same problem. Wouldn’t activate with automatic or manual way. Couldn’t load prebuilt website as well. Really simple SSL plugin fixed it,

pzphone
tagDiv Member

Hi all,

I can fix the problem by installing Really Simple SSL

jcdestro20
Participant
#0

I made the change of domain. My site is no longer working well. It seems to be the social plug-in that needs to increase resources and CPU. This makes the site endlessly slow. Do you have a solution for me .. Before I had really good results. I just change domain and no hosting.

Ed Nichols
Participant
#0

Hi,

I am in the process of building my website so it can not be visited/viewed.

The TD Composer opened in/through Word Press “had” been working fine for the past 5 hours.

Then about 30 minutes ago it stopped working. Meaning that when you click the TD Composer tab, it “no longer loads the composer”…the loading circle icon just continues to spin endlessly.

Trouble Shooting: (thus far)

1. My internet speed is fine, I can open all websites quickly.

2. My hosting company asked me to deactivate each plugin 1-by-1 to test if there was some sort of plugin conflict. I did that and the composer still will NOT load.

3. My hosting company also doubled my PHP Memory limits to 512, increased Execution Time from 30-60, and doubled my Max Input Vars to 2K-3K. Even with these increases/changes, the TD Composer still will NOT load.

My hosting company has asked if there is an ideal INI setting for TD Composer that they should set?

– If there is, and that option still does not work, what is the next solution?

– If there are no better settings than those currently in place, what can be done to make sure TD Composer is loading as it should, thanks?

Your prompt reply is appreciated, thanks!

Cheers,

Ed

nawfel.oussedik
Participant
#0

Hi there,

This happens when I try to edit the category template “Medicine PRO”. Check this: https://snipboard.io/GuQM3Z.jpg

I already checked my server requirements as you can see here: https://snipboard.io/cpVE9Z.jpg and I do have SSL as you can see here: maazati.bulkany.com

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, it should work -> https://i.imgur.com/Hjpd1Qk.png
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.
Also, make sure that you are using https not http, you can do this using a plugin like this one -> https://wordpress.org/plugins/really-simple-ssl/

Let me know the results!

Thank you!

Anamaria
tagDiv Staff

Hi,

Usually the “Invalid reply from server endpoint error” is caused by insufficient WP_Memory_limit, if you’ll set it to 256M, it should work -> https://i.imgur.com/Hjpd1Qk.png
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.
Also, make sure that you are using https not http, you can do this using a plugin like this one -> https://wordpress.org/plugins/really-simple-ssl/

Let me know the results!

Thank you!

Anamaria
tagDiv Staff

Hello @janaka99,

Usually the “Invalid reply from server endpoint error” is caused by insufficient WP_Memory_limit, if you’ll set it to 256M, it should work -> https://i.imgur.com/Hjpd1Qk.png
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.
Also, make sure that you are using https not http, you can do this using a plugin like this one -> https://wordpress.org/plugins/really-simple-ssl/

Let me know the results!

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 check the rest of the settings from our guide -> https://forum.tagdiv.com/requirements-for-newspaper/ and please increase all requirements that are lower, and follow all steps. Also please make sure that you use an SSL to have https.
Also if the theme is not activated you’ll get the same message, make sure that you have the theme activate as in our guide from here -> https://tagdiv.com/how-to-activate-the-newspaper-theme/

Let us know about your results!

Thank you!

PSumbler
Participant
#0

Hi

I have just installed the newspaper theme but when I try and install a prebuilt site I just get this

Screenshot

There is no option to activate anything, no option to click OK or confirm (as per the instructions) just this screenshot. Have tried with both Chrome and Microssoft Edge and get the same thing

Am I doing something obviously wrong?

Anamaria
tagDiv Staff

Hello,

Please make sure that all theme requirements are set like in our guide from here -> https://forum.tagdiv.com/requirements-for-newspaper/ also make sure that the theme is activated and you use an SSL plugin for https.
If there is still a problem, please let me know, also provide some screenshots and some more details.

Thank you!

guauda T0
Participant
#0

Hi everyone,

I can’t edit my home page, keep getting this error:
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)

Theme and DB:
10.3.9.1

WP core:
5.6.1

MORE DETAILS BELOW fyi

### wp-core ###

version: 5.6.1
site_language: en_US
user_language: en_US
timezone: +02:00
permalink: /%postname%/
https_status: true
multisite: false
user_registration: 0
blog_public: 1
default_comment_status: open
environment_type: production
user_count: 1
dotorg_communication: true

### wp-paths-sizes ###

wordpress_path: /home/alerouxc/public_html/medicalbrieffebdomiciliumdev
wordpress_size: 79.65 MB (83515530 bytes)
uploads_path: /home/alerouxc/public_html/medicalbrieffebdomiciliumdev/wp-content/uploads
uploads_size: 12.47 MB (13071576 bytes)
themes_path: /home/alerouxc/public_html/medicalbrieffebdomiciliumdev/wp-content/themes
themes_size: 5.95 MB (6238925 bytes)
plugins_path: /home/alerouxc/public_html/medicalbrieffebdomiciliumdev/wp-content/plugins
plugins_size: 43.37 MB (45474795 bytes)
database_size: 4.57 MB (4795070 bytes)
total_size: 146.00 MB (153095896 bytes)

### wp-active-theme ###

name: Newspaper (Newspaper)
version: 10.3.9.1
author: tagDiv
author_website: http://themeforest.net/user/tagDiv/portfolio
parent_theme: none
theme_features: core-block-patterns, post-formats, post-thumbnails, automatic-feed-links, html5, woocommerce, bbpress, align-wide, align-full, editor-font-sizes, editor-style, menus, widgets
theme_path: /home/alerouxc/public_html/medicalbrieffebdomiciliumdev/wp-content/themes/Newspaper
auto_update: Disabled

### wp-themes-inactive (1) ###

Twenty Twenty-One: version: 1.1, author: the WordPress team, Auto-updates disabled

### wp-plugins-active (8) ###

AdRotate: version: 5.8.15, author: Arnan de Gans, Auto-updates disabled
AMP: version: 2.0.10, author: AMP Project Contributors, Auto-updates disabled
tagDiv Cloud Library: version: 1.6 | built on 11.12.2020 11:47, author: tagDiv, Auto-updates disabled
tagDiv Composer: version: 2.7 | built on 11.12.2020 11:47, author: tagDiv, Auto-updates disabled
tagDiv Mobile Theme: version: 1.4 | built on 11.12.2020 7:40, author: tagDiv, Auto-updates disabled
tagDiv Newsletter: version: 1.5 | built on 11.12.2020 11:47, author: tagDiv, Auto-updates disabled
tagDiv Social Counter: version: 4.8 | built on 11.12.2020 11:47, author: tagDiv, Auto-updates disabled
tagDiv Standard Pack: version: 1.1 | built on 11.12.2020 11:47, author: tagDiv, Auto-updates disabled

### wp-media ###

image_editor: WP_Image_Editor_GD
imagick_module_version: Not available
imagemagick_version: Not available
file_uploads: File uploads is turned off
post_max_size: 512M
upload_max_filesize: 512M
max_effective_size: 512 MB
max_file_uploads: 20
gd_version: bundled (2.1.0 compatible)
ghostscript_version: 9.25

### wp-server ###

server_architecture: Linux 3.10.0-1062.4.3.el7.x86_64 x86_64
httpd_software: Apache
php_version: 7.4.15 64bit
php_sapi: litespeed
max_input_variables: 3000
time_limit: 600
memory_limit: 1024M
max_input_time: 60
upload_max_filesize: 512M
php_post_max_size: 512M
curl_version: 7.74.0 OpenSSL/1.1.1i
suhosin: false
imagick_availability: false
pretty_permalinks: true
htaccess_extra_rules: true

### wp-database ###

extension: mysqli
server_version: 10.3.27-MariaDB
client_version: mysqlnd 7.4.15

### wp-constants ###

WP_HOME: undefined
WP_SITEURL: undefined
WP_CONTENT_DIR: /home/alerouxc/public_html/medicalbrieffebdomiciliumdev/wp-content
WP_PLUGIN_DIR: /home/alerouxc/public_html/medicalbrieffebdomiciliumdev/wp-content/plugins
WP_MAX_MEMORY_LIMIT: 512M
WP_DEBUG: false
WP_DEBUG_DISPLAY: true
WP_DEBUG_LOG: false
SCRIPT_DEBUG: false
WP_CACHE: false
CONCATENATE_SCRIPTS: undefined
COMPRESS_SCRIPTS: undefined
COMPRESS_CSS: undefined
WP_LOCAL_DEV: undefined
DB_CHARSET: utf8mb4
DB_COLLATE: undefined

### wp-filesystem ###

wordpress: writable
wp-content: writable
uploads: writable
plugins: writable
themes: writable

`

Jeremy Foster
Participant
#0

Caduceus.info is down with error: TypeError: null is not an object (evaluating ‘this.noticeContainer.classList’)
caused by TagDiv composer. As far as I know, I didn’t change anything.
Thanks.

Viewing 25 results - 401 through 425 (of 1,756 total)