sdeblebo
Forum Replies Created
-
Hi,
The problem was caused by links opening in http not https! The server config has been changed to force links to use https.
Many thanks,
Steve
- This reply was modified 7 years ago by sdeblebo.
Hi,
I have installed a clean install of WordPress multisite. The issue is present in this site with just Akismet as the plugin. So it is not related to a conflicting plugin on the actual site.
Many thanks,
Steve
Hi,
Many thanks for your reply.
We have WordPress 4.9.2. Here is the list of plugins!
Accordion Shortcodes
Admin Menu Editor
Akismet Anti-Spam
All In One SEO Pack
All-in-One Event Calendar by Time.ly
Altmetric embeds
AP Extended Mime Types
Authors Widget
AVH Extended Categories Widgets
Back-End Instructions
bbPress
Blogger Importer
Booking Calendar
Categories to Tags Converter Importer
Collapse-O-Matic
Comment Guestbook
Contact Form 7
Content Aware Sidebars
Cryout Serious Theme Settings
Custom CSS Manager
Custom Meta Widget
Cyclone Slider
Disable Comments
Disable Search
Disable XML-RPC Pingback
Discussion Board
Display Posts Shortcode
Duplicate Post
Dynamic Widgets
Easy Google Fonts
Easy WP SMTP
Edit Flow
Embed RSS (CETS)
Enable Media Replace
Event Calendar / Scheduler
Event List
Events Manager
Exclude Pages from Navigation
EZ SQL Reports Shortcode Widget and DB Backup
Facebook Like Box
Facebook Widget
FeedWordPress
Folders
Form Maker
FormGet Contact Form
FWP+: Limit size of posts
Gallery Carousel Without JetPack
Google Analytics +
Google Analytics MU
Hide Singular Title
iframe
Image Mapper
Insert or Embed Articulate Content into WordPress Trial
Intuitive Custom Post Order
Jetpack by WordPress.com
JP Sharing
jQuery Archive List Widget
LayerSlider WP
Link Manager
List Custom Taxonomy Widget
List Pages Shortcode
LiveJournal Importer
Mailgun
MailPoet 2
Master Slider
MathJax-LaTeX
MCE Table Buttons
MetaSlider
More Privacy Options
Movable Type and TypePad Importer
Multi-Site Site List Shortcode
Multiple Post Thumbnails
Multisite Plugin Manager
Multisite Toolbar Additions
Multisite User Management
My Calendar
Network Plugin Auditor
NextGEN Gallery
NextGEN Public Uploader
Official StatCounter Plugin
OPML Importer
Options Framework
Padlet Shortcode
Page Builder by SiteOrigin
Page Links To
Plugin Activation Status
Poll, Survey, Quiz, Slideshow & Form Builder
Polldaddy Polls & Ratings
Polylang
Portfolio Gallery
Post Content Shortcodes
Post Types Order
Qualtrics Survey Embeds
Recent Posts Widget Extended
Redirection
Responsive Add Ons
Responsive WordPress Slider – Soliloquy Lite
Restrict Content
Riddle – unlimited quiz creator with email capture
RSS Importer
Safe Redirect Manager
Shortcake (Shortcode UI)
Shortcodes Ultimate
Simple Custom CSS and JS
Simple Local Avatars
Simple Login Log
Simple Section Navigation Widget
Simple Sitemaps For Multisite
SiteOrigin Widgets Bundle
Social Media Widget by Acurax
SoundCloud Shortcode
Sticky Posts In Category
Subscribe2
Sydney Toolbox
TablePress
Term Management Tools
The Events Calendar
Twiget Twitter Widget
Twitter
Twitter Widget Pro
Ultimate Category Excluder
Under Construction
Unique Headers
User Submitted Posts
Very Simple Favicon Manager
Visual Form Builder
Webba Booking
WordPress Access Control
WordPress Category Archive
WordPress Editorial Calendar
WordPress Importer
WordPress.com Importer
WP Accessibility
WP Author, Date and Meta Remover
WP Autoloader
WP Dashboard Notes
WP Feedback, Survey & Quiz Manager – Pro
WP Google Map Plugin
WP Google Maps
WP Mail SMTP
WP Maintenance Mode
WP Smush
WP Social Sharing
WP Statistics
WP-Filebase
WP-Polls
WP-UserOnline
WPBakery Visual Composer
WPML Multilingual CMS
WPMU DEV Dashboard
WPSSL (WordPress with SSL)
Wufoo Shortcode PluginForum: Fixing WordPress
In reply to: Security issue with CORSThe issue was fixed by adding the following to the .htaccess file:
<IfModule mod_headers.c>
<FilesMatch “\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$”>
Header set Access-Control-Allow-Origin “*”
</FilesMatch>
</IfModule>For more information see https://crunchify.com/how-to-fix-access-control-allow-origin-issue-for-your-https-enabled-wordpress-site-and-maxcdn/
Forum: Plugins
In reply to: [Custom Post Type UI] Updated and now 404Got this to work by enabling ‘has_archive’ to true, then setting it back to false. Had to do this for each of the custom types I had.
Forum: Plugins
In reply to: [Custom Post Type UI] Updated and now 404Many thanks for posting info about setting ‘has_archive’ to true. This has fixed the issue (pages returning 404) for me after updating to version 1.02, but it is now showing old posts as well as new.
Where can I get an older version of the plugin?