Sapan Shah
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Broken site at both endsFor now I have modified the file in question “client.php” from the LeadIn plugin and removed following lines from the top of the file…
require(__DIR__ . '/Consumer.php'); require(__DIR__ . '/QueueConsumer.php'); require(__DIR__ . '/Consumer/File.php'); require(__DIR__ . '/Consumer/ForkCurl.php'); require(__DIR__ . '/Consumer/Socket.php');
Now the site and wp-admin is working again. I know this is not the best way but I guess we’ll have to wait till LeadIn guys can look into this and release a working update.
Forum: Fixing WordPress
In reply to: Broken site at both endsI got same error after updating few other plugins including LeadIn… now the site and wp-admin won’t open ??
Forum: Networking WordPress
In reply to: wp multisite plugins problemOn the plugin installation page at https://www.ads-software.com/plugins/multisite-language-switcher/installation/ it is mentioned “You need to activate the plugin once in each blog, set the configuration in Settings -> Multisite Language Switcher“. Check if you have done that for each sub-site.
Also check this thread which might help related to Multisite Theme Switcher and Enfold compatibility… https://www.ads-software.com/support/topic/compatibility-with-enfold-theme?replies=4
Hope this helps.
Forum: Networking WordPress
In reply to: wp multisite plugins problemHave you changed/added the code to your wp-config.php and .htaccess files as per instructions provided during network enabling your WordPress installation?
Forum: Networking WordPress
In reply to: Image not showing in subsites (inside multisite) since WP4.1Something strange happened. The images no longer worked that were uploaded through html editor. WordPress’ image path rewriting also did not show any images (foldername/files/…).
The posts publishing dates probably got changed when I imported XML data of few readymade themes I had installed. I tried few things but only thing worked was when I manually re-inserted images through media uploader. Since there were only 8 sub-sites I decided to go the long way.
Thanks.
Forum: Networking WordPress
In reply to: Image not showing in subsites (inside multisite) since WP4.1My issue is resolved, but via a long route. Somehow the publishing dates of many sub-site blog posts and pages had all changed to different months/years and the associated media IDs no longer worked. Even after manually uploading the media files to folders named with new year/month style it did not work. Later I had to manually change/upload all media files and associate them with blog posts, featured image and other post types. Phew!
Forum: Networking WordPress
In reply to: Image not showing in subsites (inside multisite) since WP4.1Hi
I’m having the same problem. I have .htaccess file exactly as on Network Setup page. All sub-site images just show “404 — File not found.” message and they are also not visible in their respective sub-site dashboard media section. These images can still be accessed with url https://www.domainname.com/wp-content/uploads/sites/sitenumber/year/month/filename.jpg but not as https://www.domainame.com/sub-site/files/year/month/filename.jpg
This was working in WordPress Multisite 4 but after not with 4.1
I have setup sub-sites as foldername and not as subdomain.Thanks in advance.
Thanks @oneumyvakin… it works like a charm!
Forum: Fixing WordPress
In reply to: Upload error with NextGen Gallery and CF7 pluginYes your solution is working! Thanks a lot Col Pain ??
Thanks @trueflyingcow for this wonderful tip… the chat (and Admin) now works after commenting the line ??
Forum: Plugins
In reply to: [WP Featured Content Slider] Broken WP Featured Content Slider pluginThat’s great @laptophobo. I’ve been through lots of mismatched paths and configuration issues myself in the past. It feels very satisfying when we get it all working ??
Wishing you best of WP times!
Forum: Plugins
In reply to: [WP Featured Content Slider] Broken WP Featured Content Slider pluginThe plugin developer has published a new comment on plugin page… “Fixed the missing jQuery – Bug *”
I downloaded the latest version and unzipped it. The script folder is there now so go ahead with latest version (download the latest version and don’t use your 2.3 version). Hopefully this sorts the issue at your end.
Beyond this, I don’t know what else will ??
Forum: Plugins
In reply to: [WP Featured Content Slider] Broken WP Featured Content Slider plugin@laptophobo – Visit https://www.ads-software.com/extend/plugins/wp-featured-content-slider/ and on the right sidebar, the blue box “FYI” has a link “Other Versions”. Click on that link and you’ll get a page with all previous version links. Download ver 2.1 and copy the the scripts folder from that to your new plugin folder.
Forum: Plugins
In reply to: [WP Featured Content Slider] Broken WP Featured Content Slider pluginThanks Permanence!
For everyone else… just download Version 2.1 and copy the “scripts” folder in your new version plugin folder and it’ll start working.
Forum: Plugins
In reply to: All in One SEO Pack caused error when editing pagesMany thanks, Chiamtj… I had same error and added the missing closing bracket and it worked fine! ??