hipgloss
Forum Replies Created
-
Forum: Plugins
In reply to: [Save Contact Form 7] File attachment: No file foundUPDATE: I was able to change the image storage to a constant path on the site with the following code in wp-config.
define( ‘WPCF7_UPLOADS_TMP_DIR’, ‘/your/file/path’ );
I am now able to ‘view’ the attachment but I am unable to download the attachment. Instead of the PNG that I uploaded, it is downloading something called Attn.gif which is a yellow triangle with an exclamation mark in it.
- This reply was modified 9 years, 3 months ago by hipgloss.
Forum: Plugins
In reply to: [Save Contact Form 7] Not Showing FormsI ran into this as well, to fix it, just fill out your form to create new data then revisit the SCF7 dropdown menu and your form will be there.
Thanks for the reply. I have php cURL enabled and am using this plugin fine on other websites (that share the same hosting account). My issue has occurred for the first time when installing to s new website.
I have this same issue. Thanks
Forum: Plugins
In reply to: [Portfolio Slideshow] thumbnails flash on page load, but nothing displaysHello! It looks like you got your issue fixed. Would you mind sharing the change you made? I am having the exact same issue. Thank you!
Forum: Plugins
In reply to: [Portfolio Slideshow] breaks the WP's upload media file and the media libraryFrom someone else’s post here, the following fixed the media library not loading for me. I still cannot see the slideshows on the site but I can at least click the media library and it will load now….
In src/Portfolio_Slideshow/Plugin.php comment out the following lines: add_filter( 'attachment_fields_to_edit', array( $this, 'attachment_fields_to_edit' ), 10, 2 ); add_filter( 'attachment_fields_to_save', array( $this, 'attachment_fields_to_save' ), 10, 2 );Forum: Plugins
In reply to: [Portfolio Slideshow] breaks the WP's upload media file and the media librarySame here. MediaLibrary will not load AT ALL when this plugin is activated.
Forum: Plugins
In reply to: [Portfolio Slideshow] Slide show stopped appearing on pageSame issue here. No code has changed. When the page loads it flashes the main image of the slideshow for a split second and just shows a white page. I have disabled all other plugins, no conflicts. A fix would be greatly appreciated. It was working fine for 2 years.
I have resolved this issue myself. It was server side, not plugin side. Thanks for a great plugin!
Forum: Fixing WordPress
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] DuplicatesI have resolved the issue. I removed the shortcode and checked the WP Review box below the content area of the post page. It now works fine. Thanks
Forum: Fixing WordPress
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] DuplicatesI am having the same/similar issue. Below the Page 1 and Page 2 buttons at the bottom of the review list, I am seeing duplicates of the first 3 reviews on the page.
Please let me know your thoughts. Thanks