Mobile Menu "+" and "-" symbol missing…

This topic has 6 replies, 3 voices, and was last updated 10 years, 5 months ago ago by Stan Russell

  • Avatar: rawlsenterprises
    rawlsenterprises
    Participant
    July 7, 2015 at 16:11

    On the demo mobile menu each category with a sub category has a Plus and Minus symbol to click to expand the menu. However mine is missing.

    The small-close.png and small-plus.png files are in the images folder and the style.css is asking for it, but they do not show. Never have.

    Please help.

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Eva
    Eva Kemp
    Participant
    July 7, 2015 at 16:22

    Hello,

    Try to add this code in .htaccess file for your site via FTP:

    <IfModule mod_headers.c>
       Header set Access-Control-Allow-Origin "*"
    </IfModule>

    and check icons after that.

    Regards,
    Eva Kemp.

    Avatar: rawlsenterprises
    rawlsenterprises
    Participant
    July 7, 2015 at 17:00

    Eva,
    That did not work. Here is a copy of my entire .htaccess file now….

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    
    <IfModule mod_headers.c>
       Header set Access-Control-Allow-Origin "*"
    </IfModule>

    Access info provided in private content

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Participant
    July 8, 2015 at 12:04

    Hello,

    The problem is you’ve copied the whole content of parent style.css to child style.css. You must delete it from the child style.css file and write code only for the elements for which you want to change style. Please try it and check mobile menu after that.

    Regards,
    Eva Kemp.

    Avatar: rawlsenterprises
    rawlsenterprises
    Participant
    July 12, 2015 at 21:03

    That fixed the problem instantly AND it sped up my website to go faster. Thank you kindly. 🙂

    Avatar: stan
    Stan Russell
    Participant
    July 13, 2015 at 07:44

    Hello rawlsenterprises,

    you are welcome!

    Regards,
    Stan Russell.

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘Mobile Menu "+" and "-" symbol missing…’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.