• Resolved thevoice_123

    (@thevoice_123)


    Never had an issue with your plugin until I looked today.

    First issue: When I active the plugin the two icons in the top right of my site disappear. ie. twitter and facebook icon.

    Second issue: When you scroll down the page and get to the bottom and it shows it’s loading the other content and it automatically brings me back up to the top of my page where I am forced to scroll down again every time it loads more content. It never use to do that and I can’t seem to figure out the issue.

    I’d be very grateful if you could assist me with this and in return I will give a review.

    Thank you for your time.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi @thevoice_123,

    Please open plugin settings page and add this CSS:

    
    html #top-header .social-icons a.icon-social i::before {
        font-family: fontawesome;
    }
    

    I tried to run this JavaScript jQuery.post('http://www.nexustees.com/t-shirts/pets/',{}); and page jump to the top. It has nothing to do with our plugin. One of your plugins or theme option is doing that.

    Regards,
    Dima

    Thread Starter thevoice_123

    (@thevoice_123)

    EDIT: I added the following code to the functions.php file (of my theme) since it seems the plugin is missing some jQuery for someone such as myself. Nonetheless, great plugin! 🙂

    // include custom jQuery
    function shapeSpace_include_custom_jquery() {

    wp_deregister_script(‘jquery’);
    wp_enqueue_script(‘jquery’, ‘https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js’, array(), null, true);

    }
    add_action(‘wp_enqueue_scripts’, ‘shapeSpace_include_custom_jquery’);

    ORIGINAL POST: So something strange happened. I managed to get the plugin to work. However, it only works when I activate this plugin “Bellows Accordion Menu Plugin” (currently activated) any ideas why? Wondering what kind of code it’s placing to make it work.

    • This reply was modified 5 years, 8 months ago by thevoice_123.
    • This reply was modified 5 years, 8 months ago by thevoice_123.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Icons Disappear And Load Issue’ is closed to new replies.