Jump to content

Adlago

Clients
  • Posts

    3,880
  • 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. Sorry, I had 500 error, and the site recovered after disable plugin. Now I find that there is another error - and the plugin works correctly. Again, I apologize.
  2. Plugin 'SuperGrid Settings' causes an error 500 after upgrading to 4.3.6
  3. In Database Templates - Supergrid Frontpage - entry I edit this (only div -> span) <h2 class='ipsSpacer_both'> {{if $record->prefix()}} {template="prefix" group="global" app="core" params="$record->prefix( TRUE ), $record->prefix()"} {{endif}} {{if $record->isFutureDate() || $record->mapped('pinned') || $record->mapped('featured') || $record->hidden() === -1 || $record->hidden() === 1}} {{if $record->isFutureDate()}} <span class="ipsBadge ipsBadge_icon ipsBadge_warning" data-ipsTooltip title='{$record->futureDateBlurb()}'><i class='fa fa-clock-o'></i></span> {{elseif $record->hidden() === -1}} <span class="ipsBadge ipsBadge_icon ipsBadge_small ipsBadge_warning" data-ipsTooltip title='{$record->hiddenBlurb()}'><i class='fa fa-eye-slash'></i></span> {{elseif $record->hidden() === 1}} <span class="ipsBadge ipsBadge_icon ipsBadge_small ipsBadge_warning" data-ipsTooltip title='{lang="pending_approval"}'><i class='fa fa-warning'></i></span> {{endif}} {{endif}} <span class='ipsType_break'> <a href="{$record->url()}" title="{lang="read_more_about" sprintf="$record->_title"}"> {$record->_title} </a> </span> </h2> Everything on my page works correctly and test validation is OK https://validator.w3.org/nu/?doc=https%3A%2F%2Fnophelet.com%2Fadvice%2F
  4. PS. When editing a div - span class in the developer Chrome browser tool - it looks like it will work - but will it have no side effect?
  5. https://nophelet.com/advice/ will it function properly if it replaces a div -> span class?
  6. In Test Validation Html5, a recurring error occurs Error: Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.) From line 1087, column 5; to line 1087, column 31 ↩ ↩ <div class='ipsType_break'>↩ Example - from my source code <h2 class='ipsSpacer_both'> <div class='ipsType_break'> <a href="https://nophelet.com/advice/ltime/%D0%B1%D1%8F%D0%BB-%D0%B3%D1%8A%D0%BB%D1%8A%D0%B1-r12/" title="Read more about Бял гълъб"> Бял гълъб </a> </div> </h2> How can I remove this error validation html5?
  7. Load initiator - root.library.js Delay load site -> 1300 - 1400 ms This is a bad decision. This font loads a few little images and slows a lot loading site. Please modify the initiator loading, as well as the font Awesome for example - from the index. Lighthouse test recommends, for example, a use 'link-rel preload'
  8. With just a little more fuel from your thoughts and your IPS suite, it flies like a rocket
  9. I was testing this on your site. If you change the width=10% and height=200px in your div class 'google-auto-placed ap_container', the ads works correctly.
  10. See this https://www.xml-sitemaps.com/ Free generator is only 500 pages I used Pro Sitemaps
  11. I did it then. I've also uploaded sitemaps_images xml that Google has already indexed.
  12. My sitemap php offers too few indexing URLs to Google. I used a paid online tool (03/31/2018) and created a sitemap xml that I installed in a rout directory and sent to Google. Now the index in Google has begun to recover. I also think there is a problem with sitemap php.
  13. Curious situation - a possible bug? Administrator logout from his account. At the same tab of a browser login to a Member account - everything is ok. Member logout from his account. Again in the same tab of the browser login administrator. Administrator account is blocked for 14 minutes ... I did this test several times / after 14 minutes there is no problem with admin logging / Can anyone confirm a bug or I can create ticket?
  14. For me from FF is OK, but Chrome ... PP. The issue is not in a browser but in a language pack - when there is an 'Italian' have issue
  15. Wow, this hint that Bulgaria will enter your site too? I'm waiting for your 2018 travel book
  16. Try this -> add in your custom css @media screen and (max-width: 767px){ .ipsGrid.ipsGrid_collapsePhone > [class*="ipsGrid_span"] { width:25%; } .ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large:after { width: 50px; height: 50px; border-radius: 25px; } .SG_record_right_with_image.ipsGrid_span9.ipsAreaBackground_reset{ width:75%; } .SG_card.ipsPad.ipsAreaBackground_reset.ipsType_left.ipsGrid_span6{ width:50%; } .SG_card.ipsPad.ipsAreaBackground_reset.ipsType_left.ipsGrid_span4{ width:33%; } }
  17. Actually, you're right - I have widget on my old test. After removing everything is OK
  18. several tests After adding an empty widget (custom txt or PHP Code) message pop-up window: "Couldn't save block positions" After confirming widget in page and can be edited. In the system logs OutOfRangeException: (0) #0 /home/xxxxxxxxx/public_html/consults/applications/cms/sources/Pages/Page.php(1894): IPS\Patterns\_ActiveRecord::load(9) #1 /home/xxxxxxxxx/public_html/consults/applications/cms/sources/Pages/Page.php(1854): IPS\cms\Pages\_Page->mapToDatabase(9) #2 /home/xxxxxxxxx/public_html/consults/applications/cms/modules/front/pages/builder.php(350): IPS\cms\Pages\_Page->postWidgetOrderSave() #3 [internal function]: IPS\cms\modules\front\pages\_builder->saveOrder() #4 /home/xxxxxxxxx/public_html/consults/system/Dispatcher/Controller.php(85): call_user_func(Array) #5 /home/xxxxxxxxx/public_html/consults/applications/core/modules/front/system/widgets.php(39): IPS\Dispatcher\_Controller->execute() #6 /home/xxxxxxxxx/public_html/consults/system/Dispatcher/Dispatcher.php(129): IPS\core\modules\front\system\_widgets->execute() #7 /home/xxxxxxxxx/public_html/consults/index.php(13): IPS\_Dispatcher->run() #8 {main} Created widgets after off / on correctly. Also after removing cash and disable/enable customizations.
  19. I I did beta test. Pages SuperGrid works perfectly with 4.1.17 Alpha. Congratulations @opentype. Excellent work
×
×
  • Create New...