Okay
  Public Ticket #902693
Bullet points aren't showing
Closed

Comments

  •  2
    Luis Guimaraes started the conversation

    Hello,


    The bullet points of our site are missing. They are in the visual composer, but not showing in the public page.


    Can you help?


    Regards,


    Luís

  •  8,402
    Tahir replied

    Hey Luis,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  2
    Luis Guimaraes replied

    Hello,

    One page is http://effisus.com/en/im-a-project-owner/, but it happens in all site.


    Thanks,

    Luís 

  •  8,402
    Tahir replied

    Hey,

    Try opening your functions.php file and changing these items:

     wp_enqueue_style('font-awesome'); 
     wp_register_style('font-awesome', get_template_directory_uri() . '/css/font-awesome.min.css');
    
    

    to this:


     wp_enqueue_style('font-awesome-2'); 
    
     wp_register_style('font-awesome-2', get_template_directory_uri() . '/css/font-awesome.min.css');


    Also, if you’re using page transitions, change the method to the standard option form the “AJAX” one

    Cheers


    ThemeNectar Support Team 

  •  2
    Luis Guimaraes replied

    Hello,


    Thanks for your reply.

    I don't have in the file the 2nd line of code you refer.

    This is what i have:


    <?php

    add_action( 'wp_enqueue_scripts', 'salient_child_enqueue_styles');
    function salient_child_enqueue_styles() {
        
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css', array('font-awesome'));

        if ( is_rtl() )
               wp_enqueue_style(  'salient-rtl',  get_template_directory_uri(). '/rtl.css', array(), '1', 'screen' );
    }
    function myshortcode_title( ){   
        return get_the_title();
    }
    add_shortcode( 'page_title', 'myshortcode_title' );

    function myshortcode_excerpt( ){   
        return get_the_excerpt();
    }

    add_shortcode( 'page_excerpt', 'myshortcode_excerpt' );

    add_action( 'init', 'my_add_excerpts_to_pages' );
    function my_add_excerpts_to_pages() {
         add_post_type_support( 'page', 'excerpt' );
    }

    ?>

    Where i change the method of page transictions?

    Logos os social networks in footer are missing and the dropdown symbol to the subpages in menu as well. Can you help?


    Thanks,


    Luís

  •  8,402
    Tahir replied

    Hey Again,

    Could you try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.


    Also allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.

    Best.


    ThemeNectar Support Team 

  •  2
    Luis Guimaraes replied

    Hello,

    It's resolved after deativate and activate W3 Total Cache Plugin.

    Thanks,

    Luís