Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1074293

    Dear Sirs,

    our web site looks well if we digit collarimacchine.it , but if we digit https://www.collarimacchine.it the social icons and search icons don’t show well.

    Please note that about some days ago I have changed in ‘General Settings’ the ‘Site Address (URL)’ field in = ‘https://collarimacchine.it’ (we had an old web site in the root, now we delete it, and replaces with new web site).

    And copy .htpaccess and index.php in the root and apply small changes:

    —————–
    index.php:
    <?php
    /**
    * Front to the WordPress application. This file doesn’t do anything, but loads
    * wp-blog-header.php which does and tells WordPress to load the theme.
    *
    * @package WordPress
    */

    /**
    * Tells WordPress to load the WordPress theme and output it.
    *
    * @var bool
    */
    define( ‘WP_USE_THEMES’, true );

    /** Loads the WordPress Environment and Template */
    require( dirname( __FILE__ ) . ‘/wp/wp-blog-header.php’ );
    —————–

    —————–
    .htaccess:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
    RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
    RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
    RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
    RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    —————–

    Can you tell us a solution for showing the social icons and search icons using http://www.collarimacchine.it?

    Best regards.

    Valeria

    #1074712

    Hey Valeria,

    Please refer to this: https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes-

    Best regards,
    Rikard

    #1074749

    thank for your reply, with that link we solved the problems.
    Best regards.
    Valeria

    #1074892

    Hi Valeria,

    Glad that we could help :)
    Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.