Ramakrishnan R
Forum Replies Created
-
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] How to Add fields using CliThanks for the update Scott.
I’m waiting for the Pods 2.8 beta release.Forum: Fixing WordPress
In reply to: Error on Front PageFound Solution :
According to : https://www.advancedcustomfields.com/resources/date-picker/
// get raw date
$date = get_field(‘date’, false, false);The below code works:
<?php
$eventDate = new DateTime(get_field(‘event_date’, false, false));
echo $eventDate->format(‘M’)
?>Its now Resolved
Forum: Fixing WordPress
In reply to: Error on Front PageI’m also struck at this code, did you get any solution?
<?php
$eventDate = new DateTime(get_field(‘event_date’));
echo $eventDate->format(‘M’)
?>not resolved yet?!
- This reply was modified 7 years, 1 month ago by Ramakrishnan R.
Hi
Yes, Thats working Fine. Options>Import from Mediar Library and setting it to yes. But, i can’t upload images directly using Gallery upload..?!124kb and 97kb size (Large image) uploads through media library is working well : http://prntscr.com/93hio9
but not working via photo gallery upload, So there is no problem with my server limit or permission issues.
only Issue in the plugin, i think.
Hi,
I increased all php limits such as 80MB Post size, 80MB Upload size, 256MB Memory limit. but nothing only Images below 35kb is working well, see below screeenshot:
Same here, Please see the screenshots
Backend : http://prntscr.com/8w6sht
Frontend : http://prntscr.com/8w6syyForum: Plugins
In reply to: [User Specific Content] Usernames not showing on MultisiteI only get “super admin” multisite not working
you replied :
“what I was NOT doing was limiting the invoices that was displayed to only show THEIR OWN invoices, it was showing everyones. I fixed that output! It should be available from wordpress very soon to upgrade!”Yes, exactly that i want! waiting for your next version…
Hi, Good Morning
You replied “This could be helpful for accountants who need to verify things, or a secretary who needs to look up a customer record for a payment.”
Yes. But! If, the website is a Big Buddypress Social Network. There are more n more members with different Levels(with S2Members). (What, if they all see our customers Invoices and all our Income!)
So, Please make some changes that this Invoices can only be seen by Higher Levels for example Super Admins or Admins only or any other specific role (accountants) created by Roles & Capabilities Plugin.
Thank you,
RamkiForum: Plugins
In reply to: [Overwrite Uploads] Overwrite Uploads for Multisite NetworkWant to activate the plugin across all the WPMS blogs at the same time. Is it Possible?
Forum: Plugins
In reply to: [Simple Business Manager] How to edit Deposit and Expense in SBM Accounting?Thank you, I request you some other additional functionalities like ajax to Add Deposits and Expenses in the same page, and all with in single menu. and more to do.. Can u make this software as big as waveaccounting.com? I am very interesting in this!
Forum: Plugins
In reply to: [Simple Business Manager] How to edit Deposit and Expense in SBM Accounting?any reply from the developer?
Forum: Fixing WordPress
In reply to: 503: Service Temporarily Unavailable503: Service Temporarily Unavailable
Too many IP addresses accessing one secure area!
Please contact Support if you require assistance.Same error for me, please help
Unique IP Access Restrictions by S2Members plugin
But not resolved yet…
Find and replace this line
echo '<li class="page_item">'.$link[0].'</li>';to
echo '<li class="page_item"><a href="http://yoursite.com/dashboard/" target="_blank">Dashboard</a></li>'; echo '<li class="page_item"><a href="http://yoursite.com/wp-admin/profile.php" target="_blank">Profile</a></li>';in sidebar-login.php