Jump to content

Adlago

Clients
  • Posts

    3,882
  • Joined

  • Last visited

  • Days Won

    23

 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 Adlago

  1. Find in yor Custom CSS .site_intro { display: flex; flex-direction: row; align-items: center; justify-content: space-between; padding: 15px 0; } and remove row display: flex;
  2. PS. You must enter this code here, but in your theme default
  3. Share link to your site please.
  4. Add in your Custom CSS #elLogo img { max-width: 100%; margin-left: auto; margin-right: auto; display: block; }
  5. Before paste code iframe in editor, click Source button then paste code, and again Source button, and done...
  6. As far as I remember, it was still a long time ago, and I did one my test account -admin account (phpmyadmin core_members) - by changing the group to 4. After logging in with an ACP test account, I unlocked a primary admin account and removed the cache site. I then removed the browser cache and cookies.
  7. For me, this only .ipsType_richText img { max-width: 30%; } just works fine
  8. Try this - add in your Custom CSS .ipsType_richText img { max-width: 50%; } or other % value
  9. I use an additional menu - for guests only, for example "who is online" I use a page with a registration invitation and 5 seconds then this page redirects to Registration. Offline is not a good solution because it will drive guests away from your site.
  10. Adlago

    Guest posting

    Your issue is outside this topic. Your test has reported a lack of a favicon icon. Check for this icon - open ACP - APPEARANCE - Icons and Logos
  11. For "onload" img, i am still experimenting with html from your source code and when i have a good result i will write an instruction. Finding a solution in this way is a slow process and involves too many analysis. Using a cookies-free domain I am not sure if it will conflict with your cloudflare plan.
  12. Once your server accepts a request for access to your site - the server starts using IPS software - generally speaking, ie. executes your global template, and prepares an html file to send to the client. This creation time of this html file is a waiting time. How long a server will create this file depends on the speed and other parameters of your server. That's why I wrote to you to consult your host support.
  13. This waiting time depends on your main server - it produces an html file. How to improve this - consult with your host company.
  14. Open your language to edit, and find the language string. Fill in the text you want in the blank box and get what you want
  15. 150 x 150 is also a large size. Most often used size 34 x 34 and 50 x 50. This is a single color image and a white letter, so even less is the default size - it won't have poor quality. For sprite images - your images are car logos you load with img src - in order to be able to use css sprite, you should change this part of your site. Use this online sprite generator, for example https://spritegen.website-performance.org/
  16. I see one of your users with the image F. In order to have the effect of puting the line in constants.php - open a profile for this user and remove avatar. Soft will automatically upload a new image F, but already with the size you specified in the constants.php Also - replace a few more images with optimized for improved speed. A little later I will give you an instruction to "onload" avatar images that slow down your mobile site. Of course a cookies-free domain will write to you, but when you improve your site load a little more.
  17. The original size in your site is 240 x 240 px, and this creates a browser lag for recalculation. I have tested 34 x 34 px and I think it works fine. But you can choose the size you like. Add in your constants.php file this row \define( 'THUMBNAIL_SIZE', '34x34' );
  18. Yes, that's good. The loading speed of your site can be improved if you use the GtMetrix tips for your images. See this test, especially in section Page Speed/Optimize images. https://gtmetrix.com/reports/carnity.com/NrNLUUlo If you download the suggested optimized images and replace them, the speed will improve by at least 5-6 points. Most important for replacement are the first 4-5 images in the suggested list of this test.
  19. Yes, this is the exact file name. But the more accurate guideline, because I don't think he's doing this well, is this: - Log in via ftp to your home directory forum - open the cache folder - Download the file sql_error_latest.cgi - open this file with notepad++, or other - if he wants to share content here, or upload this file here.
  20. This is difficult to determine. You are probably using version 3.4.x. This driver error can be caused by: - error in conf_global php file - htaccess file with bad rules - missing files - database problem etc. Ask your host company for an opinion.
  21. This script <script type="9b96b7e963e1da54ba1fa8c3-text/javascript" src='https://carnity.com/applications/cms/interface/external/external.js'...... before template="includeJS" Also you should put template="preload_fnt".... before the same script Or: template="preload_fnt........ <script type="9b96b7e963e1da54ba1fa8c3-text/javascript" src='https://carnity.com/applications/cms/interface/external/external.js'...... template="includeJS............
  22. Nope, move this script after template ="guestTermsbar" and before template= "includeJS"
×
×
  • Create New...