danishmuneer
Forum Replies Created
-
Forum: Plugins
In reply to: [Cart PDF for WooCommerce] Error with MPDF/MpdfException: Not writableThis fixed the issue. Big thanks!
Forum: Plugins
In reply to: [Cart PDF for WooCommerce] Error with MPDF/MpdfException: Not writableBtw I do not see any folders inside the
Configfolder: here is a screenshot cart-pdf-error.pngOne thing to note is that I didn’t “install” the plugin through the WordPress plugin directory. I uploaded the plugin folder through FTP and just activated the plugin. Can that cause any issues?
- This reply was modified 2 years, 4 months ago by danishmuneer.
- This reply was modified 2 years, 4 months ago by danishmuneer.
@thegulshankumar yes 🙂 my only concern is…disabling WAF on a URL would leave our site vulnerable to an attack?
I was able to resolve this by following @thegulshankumar advice of turning off cloudflare WAF on wp-json/v2/ URL. Thank you Gulshan
- This reply was modified 5 years, 7 months ago by danishmuneer.
Forum: Fixing WordPress
In reply to: Disable favicon for admin sideWe don’t cache admin side of the site so it’s hitting our servers. We confirmed from our hosting. Thank you for your reply. I will disable using your method.
Forum: Fixing WordPress
In reply to: Deleted images through FTP but files still show up in media libraryThank you Joy. I completed this task by deleting the database rows for media files.
For anyone looking for the answer, go to phpmyadmin through the cPanel. Locate the database that corresponds to the website you are working on. Select the table “wp_posts” and then run this command (select the SQL tab to run the command)
DELETE FROM
wp_postsWHERE post_type=”attachment”It’s always a good idea to simulate DELETE so you can know what you are deleting. Then, select table “wp_postmeta” and run this command
DELETE FROM
wp_postmetaWHEREpost_idNOT IN ( SELECT ID FROMwp_posts)Add the LIMIT to your queries if your database is big and/or your server is slow.
Hi Rui
That’s perfect! Now, everything is working as it should. I assume these changes will be included in the next update?
Thank you. I’ll contact you on the support email if I need any further assistance.
Just found out that this has created another issue, I have started a new thread for it.
Hi Rui,
Yes, commenting out line 510 did solve the issue. The images are quite big, I’ll fix that with some CSS: http://bit.ly/2LhOzE1
Thank you Rui for the amazing support you are maintaining on this plugin.
Is the following piece of code going to work?
add_filter( 'wpseo_json_ld_output', 'swp_remove_jsonld_yoast', 10, 2 ); function swp_remove_jsonld_yoast($data, $context){ if($data['@type'] == 'WebSite'){ $data = false; } return $data; }Btw the WordPress version is now 4.4.2
A month has passed and I am still stuck at this. Can you anyone care go through this thread?
Can anyone help in this one?
Forum: Plugins
In reply to: [WP Easy Columns] Are columns within colums available now?I am not sure, but I think columns within columns are working with this plugin. Few days ago, on a client’s website I accidently left out the ending [/ezcol_1half_end] short code and the next columns (which should have started from the most left side) appeared to be nested inside that last column.
Forum: Themes and Templates
In reply to: [Spacious] Images don't show in Post Excerpt in Categories viewThanks for working on that. Can you give an estimate when next update will be released? This is an awesome theme. I love it. And I am waiting anxiously for featured images to start working.
Forum: Themes and Templates
In reply to: [Spacious] Featured Images on pagessee this (last comment):
http://wordpress.org/support/topic/images-dont-show-in-post-excerpt-in-categories-view
sadly, featured images not supported by Spacious theme right now. Wait for the next update. Cheers