Jump to content

Gauravk

Clients
  • Posts

    1,264
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Gauravk

  1. Thanks @Adlago I have moved both foxpush and google translate script in the head, but still showing the same results Defer parsing of JavaScript F (43) JS HIGH What's this mean? 712.6KiB of JavaScript is parsed during initial page load. Defer parsing JavaScript to reduce blocking of page rendering. https://carnity.com/uploads/javascript_global/root_framework.js.64fe6b9b91db1accd2cdbc4ddd77f5d8.js?v=f784364853 (284.6KiB) https://carnity.com/uploads/javascript_global/root_library.js.153881d3f7ae333986706aae043c6312.js?v=f784364853 (228.0KiB) https://carnity.com/uploads/javascript_global/root_front.js.d5deb364632f8f09d3a104cccf239481.js?v=f784364853 (73.9KiB) https://carnity.com/uploads/javascript_featuredcontent/front_front_slider.js.f97583bf5713b5d8b27286a68cfb8a73.js?v=f784364853 (43.6KiB)
  2. Thanks guys, any clue how I can defer these JS? 712.6KiB of JavaScript is parsed during initial page load. Defer parsing JavaScript to reduce blocking of page rendering. https://carnity.com/uploads/javascript_global/root_framework.js.2c1df26bc3ce52d14993b95aa851b8ce.js?v=f784364853 (284.6KiB) https://carnity.com/uploads/javascript_global/root_library.js.8af6b9e14227f7f0fa82c327c37a01f7.js?v=f784364853 (228.0KiB) https://carnity.com/uploads/javascript_global/root_front.js.261c035daeb38e5e6665575667361174.js?v=f784364853 (73.9KiB) https://carnity.com/uploads/javascript_featuredcontent/front_front_slider.js.cdc8c19081499020223136806f6da968.js?v=f784364853 (43.6KiB)
  3. Thanks for your suggestions, I tried adding below lines in htaccess and it jumped from 52-60. Still few files are not leveraging browser cache, any clue how I can add those specific files in htaccess? What's this mean? Leverage browser caching for the following cacheable resources: https://certify-js.alexametrics.com/atrk.js (expiration not specified) https://www.googletagmanager.com/gtag/js?id=AW-1008337630 (15 minutes) https://www.googletagmanager.com/gtag/js?id=UA-128905188-1 (15 minutes) https://www.googletagmanager.com/gtag/js?id=UA-24486642-1 (15 minutes) https://connect.facebook.net/en_US/fbevents.js (20 minutes) https://connect.facebook.net/signals/config/1686597891555087?v=2.8.33&r=stable (20 minutes) https://translate.googleapis.com/translate_static/css/translateelement.css (1 hour) https://translate.googleapis.com/translate_static/js/element/main.js (1 hour) https://www.googleadservices.com/pagead/conversion_async.js (1 hour) https://www.google-analytics.com/analytics.js (2 hours) <IfModule mod_expires.c> ExpiresActive On # Images ExpiresByType image/jpeg "access plus 1 year" ExpiresByType image/gif "access plus 1 year" ExpiresByType image/png "access plus 1 year" ExpiresByType image/webp "access plus 1 year" ExpiresByType image/svg+xml "access plus 1 year" ExpiresByType image/x-icon "access plus 1 year" # Video ExpiresByType video/mp4 "access plus 1 year" ExpiresByType video/mpeg "access plus 1 year" # CSS, JavaScript ExpiresByType text/css "access plus 1 month" ExpiresByType text/javascript "access plus 1 month" ExpiresByType application/javascript "access plus 1 month" # Others ExpiresByType application/pdf "access plus 1 month" ExpiresByType application/x-shockwave-flash "access plus 1 month" </IfModule>
  4. Any tips on how to speed up IPB sites based on 8 most pressing issues?
  5. Thanks for your help, after breaking my head enough on phone I went to see those users and realized that all of them were missing to fill the description of an advert and that's why advert was not getting submitted. Can we please have a loud and clear error message to fill the required field to deal with such speedy fast / ignorant users......? As presently there is no error message shown anywhere, it simply returns to the advert entry page again.
  6. I'm experiencing a very weird issue with classifieds app since last 4-5 days. Some users reported that when they post advert as usual everything seems fine and no error reports but again page reload to same advert entry page and advert doesn't get saved. When I access from there account and add advert it gets posted just fine. These users have already posted an advert before so they know what they are doing. Is there any IP blacklisting option in the classified app that they must be on some spammy IP and getting a block to submit advert but they can login.....? How can we clear cache and reset all users permission in classifieds app so all user must be able to post adverts just fine....? Same users can be logged in and also create new business listing pages (IP Pages) but not post an advert.
  7. @opentype Do you provide a paid support for fixing the landing page of https://carnity.com/business_listing/ ?
  8. I'm using IP pages for the car business listing section for two years, developed by some other programmer. Recently installed supergrid and loved its entire look and feel but first two header row shifting images to right instead of center. I tried editing the record image field in display option coding to center images, but it didn't work. Appreciate if anyone can please help on this regard, as what I am missing or what code went wrong in the past.......? Thanks in advance https://carnity.com/business_listing/ Image field - display code <br><div class="ipsClearfix"> {{foreach $value as $image}} <img style="height: 160px; width: 240px;" align="center" src='{file="$image" extension="cms_Records"}'> {{break;}}{{endforeach}} </div>
  9. How can we change the supergrid frontpage view similar to supergrid listing view - have 3 blocks tiled grid instead of 2 on top + 3 below? https://carnity.com/business_listing/
  10. Good idea @beats23 , that shows that many of the users are concerned with that generous white space, instead of 500-year-old book presentation that developer believes in. To be honest, to my eyes it's an out of proportion white space that is bothering me, even if developer split that white space to be balanced on both sides without changing the text width, I'm fine at least it will balance the layout like in books. The current style looks like page moved to the extreme right as an error of codes, leaving space of 200 px on the left and 20 px on right. @opentype can you please make 100 px on both sides please, like in book example you shown?
  11. I'm really not sure @opentype if you are seeing this in the desktop the way I'm seeing it. There's def "out of proportion" space hugely wasted on the left side, should have been adjusting with S M L XL member image and not have double the size of that column. Please check in the desktop: https://carnity.com/advice/offroad/top-3-off-road-mistakes-in-desert-mountain-r51/ And give some custom edit option even if you still convince with this idea, so that I can trim this space down as I really like your template for adding the hero image, that adds life to any articles we do.
  12. How can I reduce that by half at least, as we have long articles that ended up being extra long due to this generous spacing?
  13. Thanks for pointing out that and it fixed the spacing issue on a landing page, big relief. Is the left spacing on record listing is normally this huge or there is some issue with my custom.css there too?
  14. I'm using a stock theme, appreciate if you can please check and advise what went wrong here: https://carnity.com/advice/
  15. I have recently installed this brilliant plugin supergrid for IP pages, thanks for creating that as opposed to stock listing sad view. Wondering if I can add horizontal spacing same as vertical spaces on tiles as sticking to next to each other looks quite different.
  16. While browsing few of your SUPER products, just like to check if any of your products can help me create a Car Comparison (side by side) module in my Car Community? I do have IP Pages and wish to load tons of car specification data and eventually offer a car comparison tool for my community members.
  17. Can you please help me with that CSS script and where to put it?
  18. For some reason, it isn't responsive here. VS On Samsung Note 8
  19. Can the popup be responsive for squeezing themselves on a mobile screen, or we can make 2-3 versions one for mobile, tab and desktop...?
  20. No, I dont, but how about creating a topic with poll and pull the polling options in pop-up and submit on the topic thread....?
  21. Just bought this great plugin and too bad I missed on this for so long. Loved its simplicity and effectiveness at first. Can we run a feedback question or poll in the popup? Something like this......?
  22. Wondering how can we restrict the user to upload up to certain KB or dimensions of images in classified app? I already have global restriction but that somehow didn't imply to the classified system
  23. After little playing and disabling as much as options from landing page I figured out that "whats new" block is causing all the mess in stretching the whole landing page. Classifieds - Views - Block Postion - Whats new - disabled for now to get the landing page correctly, please offer the bug fix for this issue at the earliest. Thanks.
  24. How long does your support take from bbcode.it? I have updated to 4.3.1 and then updated the classifieds, but the landing page is in a big mess. Please help urgently. Reported to your support system twice.
×
×
  • Create New...