-
Content Count
2,432 -
Joined
-
Last visited
Reputation Activity
-
Saurabh Jain reacted to Adriano Faria in Bulk upload files in Downloads
It was removed on IPS4. You can bulk upload on frontend now. It’s a group setting. Edit your group and enable it.
-
Saurabh Jain got a reaction from sobrenome in How to add whatsapp share button
How to add whatsapp share button
-
Saurabh Jain reacted to The Old Man in How to disable light box for gallery images in 4.5
Hi,
There is still no setting provided for this, but luckily Makoto's excellent plugin has options to reduce the places Gallery Lightbox is used. It is a huge improvement, the Lightbox is used more appropriately and it can improve the display of images too.
-
Saurabh Jain reacted to V0RT3X666 in how can we add other social profile link in footer (android)
There are at least two applications in the marketplace for additional social icons, afaik with one of them it should be possible.
[edit] Quick and dirty? Replace template siteSocialProfiles with this ...
{{if \IPS\Settings::i()->site_social_profiles AND $links = json_decode( \IPS\Settings::i()->site_social_profiles, TRUE ) AND \count( $links )}} <style> .cShareLink_android { background: #689F38; } .cShareLink_apple { background: #F76BC1; } </style> <li class='cUserNav_icon'> <a href='https://www.android.com' target='_blank' class='cShareLink cShareLink_android' rel='noopener noreferrer'><i class='fa fa-android'></i></a> </li> <li class='cUserNav_icon'> <a href='https://www.apple.com' target='_blank' class='cShareLink cShareLink_apple' rel='noopener noreferrer'><i class='fa fa-apple'></i></a> </li> {{foreach $links as $profile}} <li class='cUserNav_icon'> <a href='{$profile['key']}' target='_blank' class='cShareLink cShareLink_{$profile['value']}' rel='noopener noreferrer'><i class='fa fa-{$profile['value']}'></i></a> </li> {{endforeach}} {{endif}}
-
Saurabh Jain got a reaction from Cyboman in First feedback on Mobile app
I use Google adsense
Using GA in android app is policy violation
I recommend an option setting option to disale or not to disable advertisement code block in app as a user choice
I added my community and it was showing ads in it
I did post earlier discussion
-------------
-
Saurabh Jain got a reaction from TheWorldNewsMedia.org in First feedback on Mobile app
I use Google adsense
Using GA in android app is policy violation
I recommend an option setting option to disale or not to disable advertisement code block in app as a user choice
I added my community and it was showing ads in it
I did post earlier discussion
-------------
-
-
Saurabh Jain reacted to CoffeeCake in Question on post approval feature
You can select multiple posts within a single thread using the checkbox on the upper right. Then, in the moderator tool bar, unhide. This also works by member, if you go to their activity on their profile.
If you're using the approval queue in the Moderator control panel, then you go one by one.
-
Saurabh Jain reacted to Rhett in cannot find invision community in zapier apps
I'm sorry for the trouble here, the app is still pending approval, it should be resolved soon!
-
Saurabh Jain reacted to bfarber in Alternate button colors
You can use different ipsButton_* classes for different colors.
ipsButton_normal ipsButton_primary ipsButton_important ipsButton_light ipsButton_positive ipsButton_negative ipsButton_veryLight -
Saurabh Jain got a reaction from sobrenome in WhatsApp Share Service - Supporttopic
Can we expect 4.5 upgrade as well
-
Saurabh Jain reacted to CoffeeCake in How to upgrade third party app in 4.5
@Saurabh Jain there is also a known issue where available updates will not appear immediately depending on the number of things you have installed from marketplace. You may need to go to ACP > Settings > Applications and click the "Check for updates" a number of times before available updates appear (we had to click it 8-9 times in testing for our installs). Once they're available, you'll see the counter on the application/plugin area increment and show that updates are available, and a link next to the application/plugin that says "Upgrade" which you can click to begin the upgrade process.
We don't use themes from the marketplace, so I'm not sure if the same applies there.
-
Saurabh Jain reacted to opentype in How to upgrade third party app in 4.5
First you need to match your installed third-party resources to the Marketplace. Click on this notifications.
After that everything is very easy. If there are new versions, you get a notifications and you can upgrade with a single click.
-
Saurabh Jain reacted to Lucas James in How to increase default font size on mobile view
Add the font-size attribute below the line-height in custom.css:
@media screen and (max-width: 767px) { .ipsType_normal.ipsType_richText { line-height: 1.6; font-size: 14px; } } You can adjust the size to 14px or 15px or whatever.
-
Saurabh Jain got a reaction from sobrenome in Audio messages
Flipgrid is completely free
if this can be integrated
-
Saurabh Jain reacted to Morrigan in can we hide comments in a particular blog
@Saurabh Jain There is currently no way to do this. It would be an interesting suggestion as I can see it as something that could be important.
-
Saurabh Jain got a reaction from V0RT3X666 in pl add gallery album field in page database
As we have in the blogs
same for pages will be very helpful
-
Saurabh Jain got a reaction from Sonya* in Huge fall in Google search index - Pl advise
Regarding adsense I told earlier - In all my sites I am viewing empty spaces on the header ads for example this post
https://bi-analytics.org/topic/56-job-offers-in-bi-barcelona-spain/?tab=comments#comment-124
This is happening in all of my sites.... sorry I am now taking exaple from another site
It just appeared so I added
Google says :
Increase your viewability.
Yes earlier it was working so great ... that t was never needed to submit manually - I used to show to client - see it appeared in 5 minutes
this is again empty
https://positivezeal.com/gallery/album/1942-rangoli/
though I landed on page with google searh
-
Saurabh Jain got a reaction from The Old Man in Amazon S3 file storage (or other service)
I have around 32 GB on one of the website ... and it looks good to me - though I have not penetrated for cost reduction...
It looks a good option to me
-
Saurabh Jain got a reaction from Fosters in Application Forms - Supporttopic
1 How to hide entries... if posted as topics from all other members
2 Is it possible to export all data as csv
3 Can we have a page break to have multi page form
4 If we can add title in between such as personal Info - Form sections I mean
-
Saurabh Jain got a reaction from Markus Jung in Bigger font for mobile users
I want even text other then comment to increase as well
-
Saurabh Jain got a reaction from Unlucky in Integration with shopify possible
Integration with shopify possible
-
Saurabh Jain got a reaction from Markus Jung in Bigger font for mobile users
For desktop users it seems to be fine, but for mobile users a little bigger font is needed
What are the best practices and how can we implement same in IPS
Please advise
-
Saurabh Jain got a reaction from kmk in Bigger font for mobile users
For desktop users it seems to be fine, but for mobile users a little bigger font is needed
What are the best practices and how can we implement same in IPS
Please advise
-
Saurabh Jain got a reaction from Sovereign Grace Singles in Videos Support
when can we expect 4.4 compatibility