Jump to content

SeNioR-

Members
  • Posts

    1,146
  • Joined

  • Days Won

    5

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by SeNioR-

  1. Salut. I come with a proposal to add description to each individual tag and add the possibility of indexation. Google treats tags friendly if they have a unique description for each tag.

     

    WordPress has always allow to tag indexing. Tags can refer to, for example, some person or thing. Sometimes a tag with a description is higher in the search results than the topic!

    Examples:
    https://gol24.pl/tag/robert-lewandowski
    https://blogs.intel.com/technology/tag/bill-gates/

    Greetings.

  2. Hi. I would suggest considering adding the font-display attribute to Font Awesome & Google Fonts to remove the warning in Google PageSpeed Insights.

    More at: Ensure text remains visible during webfont load

    Warning:

    font-awesome-wwff.png.3ed5ff214e4858f7ba1c3599f9c86d87.png

    Solution:

    fd-css.png.2422db9be057d8c5a4128911dae2d8b3.png

    and add parametr display=optional to https://fonts.googleapis.com

    <link href="https://fonts.googleapis.com/css?family=Inter:300,300i,400,400i,500,700,700i&display=optional" rel="stylesheet" referrerpolicy="origin">

    Best regards.

  3. data-ipsCarousel
    data-ipsCarousel-slideshow
    data-ipsCarousel-fullSizeItems
    data-ipsCarousel-shadows='false'
    data-ipsCarousel-showDots

    <div class='ipsBox ipsSpacer_bottom'>
    		<h2 class='ipsType_sectionTitle ipsType_reset'>{lang="featured_downloads"}</h2>
    		<section id='elDownloadsFeatured'>
    			<div class='ipsCarousel ipsClearfix' data-ipsCarousel data-ipsCarousel-fullSizeItems data-ipsCarousel-slideshow data-ipsCarousel-shadows='false'>
    				<ul class='cDownloadsCarousel ipsClearfix' data-role="carouselItems">
    					{{foreach $featured as $file}}
    						{template="featuredFile" group="browse" app="downloads" params="$file"}
    					{{endforeach}}
    				</ul>
    				<span class='ipsCarousel_shadow ipsCarousel_shadowLeft'></span>
    				<span class='ipsCarousel_shadow ipsCarousel_shadowRight'></span>
    				<a href='#' class='ipsCarousel_nav ipsHide' data-action='prev'><i class='fa fa-chevron-left'></i></a>
    				<a href='#' class='ipsCarousel_nav ipsHide' data-action='next'><i class='fa fa-chevron-right'></i></a>
    			</div>
    		</section>
    	</div>

     

  4. I have a same problem. The only way at this time is to block this IP in htaccess but every day there is a new bot with another ip address

    so it's tiring ..: /

    saeaesaesaes.thumb.png.703a48b021b23c40c81af598c531fcf7.png

     

    On 12/14/2018 at 4:49 AM, Archimed said:

    If any address IP get more than 10 error code in 1 minute, she had to be ban directly for 1 week

    Great idea. Something like this http://www.site-scanners.com/smart-404-security-blocking-addon/

  5. also check your robots.txt file. Good configuration looks like this:

    Quote

    # Sitemap...
    Sitemap: http://yoursite.com/sitemap.php

    User-agent: *

    # Disallow directory
    Disallow: /api/
    Disallow: /cgi-bin/
    Disallow: /datastore/
    Disallow: /plugins/
    Disallow: /system/
    Disallow: /themes/
    Disallow: /go/

    #Disallow files
    Disallow: /403error.php
    Disallow: /404error.php
    Disallow: /500error.php
    Disallow: /Credits.txt
    Disallow: /error.php
    Disallow: /upgrading.html

    # Querystring
    Disallow: /?tab=*
    Disallow: /index.php?*
    Disallow: /*?app=*
    Disallow: /*sortby=*
    Disallow: /*/?do=download
    Disallow: /profil/*/?do=*
    Disallow: /profil/*/content/
    Disallow: /*?do=add
    Disallow: /*?do=email
    Disallow: /*?do=getNewComment
    Disallow: /*?do=getLastComment
    Disallow: /*?do=getLastComment
    Disallow: /*?do=findComment*
    Disallow: /*?do=reportComment*

    # Allow specific parts
    Allow: /applications/core/interface/imageproxy/imageproxy.php?img=*

     

  6. @Adriano Faria There is a bug for me. I have "Company name" field named "Firma" and i can't set display to guest.

    Allowed Groups - i checked only those who may have access to edit 

    Visible  to - i checked all 

    and guests can't see the field.. work only if i check Allowed Groups to all. 

    Can you add "Guests" group ? because it's not on the list

    test.thumb.png.54ca0869d2cab15e40777ec7cca20956.png

×
×
  • Create New...