itssri
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multisite File Permissions IssueThe culprit may be the apache user trying to run the process.
You might need to
chown
user and group to www-data (usually) or the apache user that runs the update process.Please refer the solution stated here:
https://metaperl.org/uncategorized/solving-the-dreaded-the-update-cannot-be-installed-because-we-will-be-unable-to-copy-some-files-this-is-usually-due-to-inconsistent-file-permissions-wp-adminincludesupdate-core-phpForum: Plugins
In reply to: [Wise Chat] Message display at chat openHi,
Please see below image of how cursor is currently focused at open of chat window –
https://i.imgur.com/VStoLiG.pngBelow is image of how I need to focus the cursor at chat window open –
https://i.imgur.com/00aNYry.pngCurrently chat user has to drag the position bar down, or someone has to enter a new message to focus to the end of messages at bottom of window.
Thanks,
Sri.Forum: Fixing WordPress
In reply to: Increasing upload file size limit over 2MBSolution that worked for me:
You must change the values for both the below variables in the php.ini file in the /etc/php5/ folder of your server:
post_max_size (Maximum HTTP POST size)
upload_max_filesize (Maximum file upload size)You might also want to fine-tune the below variables if you get time-out or out-of-memory errors:
memory_limit (Maximum memory allocation)
max_execution_time (Maximum execution time)
max_input_time (Maximum input parsing time)If you do not have access to the php.ini file or you don’t understand what this is all about, please take assistance from your hosting provider or a capable professional.
Forum: Plugins
In reply to: [IPU-Chart] Needs License PurchaseOk. Contacted plugin author and like he said, we have to just ignore the license input screen and use the shortcode taking guidance from the readme text in plugin editor.
But, this has only one data series in the free version. Need to pay $59 for the multiple data series version.
Forum: Reviews
In reply to: [WP RSS Multi Importer] Great RSS AggregatorI put this on 17688.in and was using the pulsepress theme. The lightbox display didn’t work. I changed theme to the default 2012 and now the lightbox comes up. So, we also need to check if the theme or any other plugin interferes with this plugin. You could put this in the FAQ – about theme interference.
Thank you for this great plugin.
Forum: Plugins
In reply to: [Promotion Slider] [Plugin: Promotion Slider] Custom thumbnail imagesThank you for the guidance. Though I solved my particular use case by writing a small JavaScript snippet, Promotion Slider will be useful in a different scenario very soon, which info I will certainly share with you.
Have a good day!
Forum: Plugins
In reply to: [Promotion Slider] [Plugin: Promotion Slider] Custom thumbnail imagesForum: Plugins
In reply to: [Promotion Slider] [Plugin: Promotion Slider] Custom thumbnail imagesThe Add Promotion or Edit Promotion page doesn’t have the custom fields option. So, where do I specify the media attachment ID for the thumbnail for that promotion?
Forum: Plugins
In reply to: [GroupDocs.Viewer for Cloud] how do you use itAll the tweaking that needs to be done would be in files located within these folders:
../wp-content/themes/
../wp-content/plugins/You can also do the tweaking via:
WordPress Dashboard > Appearance > Editor
or
WordPress Dashboard > Plugins > EditorForum: Plugins
In reply to: [GroupDocs.Viewer for Cloud] how do you use itBTW, which page/post are you putting this link on?
Forum: Plugins
In reply to: [GroupDocs.Viewer for Cloud] how do you use itIf there is just the pdf file, you can remove the image statement. Instead place the anchor text in its place:
<a href="https://docs.google.com/viewer?url=https://www.stockmarketandi.com/wp-content/uploads/2013/01/DHR-pic.pdf"> Click here to View DHR-pic </a>
Forum: Plugins
In reply to: [GroupDocs.Viewer for Cloud] how do you use itI don’t think you can do this via FTP as the posts/pages content is stored in the database.
Assuming that your pdf file is named DHR-pic.pdf and the thumbnail image file is DHR-pic.jpg and both these have been uploaded using the WordPress media uploader; In the post editing window, switch to the “Text” mode. Then copy and paste below code where your thumbnail needs to be.
<a href="https://docs.google.com/viewer?url=https://www.stockmarketandi.com/wp-content/uploads/2013/01/DHR-pic.pdf" target="_blank"> <img src="https://www.stockmarketandi.com/wp-content/uploads/2013/01/DHR-pic.jpg" /> </a>
Forum: Plugins
In reply to: [GroupDocs.Viewer for Cloud] how do you use it@chad1turner here’s a simple and sweet way to view (and print) any document that can be viewed by Google Docs. Just insert a link as below in your post or page:
<a href="https://docs.google.com/viewer?url=full/path/to/your-document-file-name" target="_blank"> <img src="full/path/to/your/thumbnail-image" /> </a>
Make sure that your URL or SRC file name starts with http and ends with the document extension, for example:
https://yourdomain.com/wp-content/uploads/2013/01/your-file.pdfForum: Plugins
In reply to: [GroupDocs.Viewer for Cloud] how do you use it@chad1turner “nothing seems to work” because we are supposed to PAY and SUBSCRIBE to their service.
On the post editor window you have the icon for this app. Clicking it will popup a window where you have to specify your subscriber info.
Thumbs down for this plugin. www.ads-software.com should have a facility where we know BEFORE installing if it requires some paid subscription or one-time cost.