Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter monopoli

    (@monopoli)

    so te be more clear because i was trying to attach a screenshot but it is not option.
    So i would like sth like this site www.ads-software.com at main menu if you clik the support tab it appears a seconadry menu (forums, documentation etc). Is it sth like that possible at tortuga theme?

    Thread Starter monopoli

    (@monopoli)

    Hi Thomas,
    Thank you for your reply.You are right. The tortuga theme is working fine and without query problems.
    The problem was caused from one plugin.After inspecting the documentation I find out the plugin that is causing the problem without needing to deactivate all the plugins and to deactivate the theme. I deactivated the plugin and now no jquery issues :-),Thank you again for your reply. I appreaciate your work ang your assistance!

    Thread Starter monopoli

    (@monopoli)

    Hi again Thomas, Hope you are well.
    I am facing a problem with me theme, when i am in dashborad or in general when i click to my website the sustem shows me this message ”conflict with an other plugin wich overite the jquery.In the begining it has shown very rarely but now it is shown very often, when i click ok in the box the page or post work fine, but it has slow down me site.I have checked my plugins but all work fine.The website is https://www.monopoli.al I have search into different blogs and they mentioned that maybe it is smth wrong with the script in functions php.Below you will find what is apperaring in my functions php in parent theme. I will appriciate your help.Thank you in advance!!
    Below you will find /**
    * Enqueue scripts and styles.
    */
    function tortuga_scripts() {

    // Get Theme Version
    $theme_version = wp_get_theme()->get( ‘Version’ );

    // Register and Enqueue Stylesheet
    wp_enqueue_style( ‘tortuga-stylesheet’, get_stylesheet_uri(), array(), $theme_version );

    // Register Genericons
    wp_enqueue_style( ‘tortuga-genericons’, get_template_directory_uri() . ‘/css/genericons/genericons.css’, array(), ‘3.4.1’ );

    // Register and Enqueue HTML5shiv to support HTML5 elements in older IE versions
    wp_enqueue_script( ‘tortuga-html5shiv’, get_template_directory_uri() . ‘/js/html5shiv.min.js’, array(), ‘3.7.3’ );
    wp_script_add_data( ‘tortuga-html5shiv’, ‘conditional’, ‘lt IE 9’ );

    // Register and enqueue navigation.js
    wp_enqueue_script( ‘tortuga-jquery-navigation’, get_template_directory_uri() . ‘/js/navigation.js’, array( ‘jquery’ ), ‘20160421’ );

    // Register and Enqueue Google Fonts
    wp_enqueue_style( ‘tortuga-default-fonts’, tortuga_google_fonts_url(), array(), null );

    // Register Comment Reply Script for Threaded Comments
    if ( is_singular() && comments_open() && get_option( ‘thread_comments’ ) ) {
    wp_enqueue_script( ‘comment-reply’ );
    }

    } // tortuga_scripts
    add_action( ‘wp_enqueue_scripts’, ‘tortuga_scripts’ );

    Thread Starter monopoli

    (@monopoli)

    Hi again Thomas, Hope you are well.
    I am facing a problem with me theme, when i am in dashborad or in general when i click to my website the sustem shows me this message ”conflict with an other plugin wich overite the jquery.In the begining it has shown very rarely but now it is shown very often, when i click ok in the box the page or post work fine, but it has slow down me site.I have checked my plugins but all work fine.The website is https://www.monopoli.al I have search into different blogs and they mentioned that maybe it is smth wrong with the script in functions php.Below you will find what is apperaring in my functions php in parent theme. I will appriciate your help.Thank you in advance!!
    Below you will find /**
    * Enqueue scripts and styles.
    */
    function tortuga_scripts() {

    // Get Theme Version
    $theme_version = wp_get_theme()->get( ‘Version’ );

    // Register and Enqueue Stylesheet
    wp_enqueue_style( ‘tortuga-stylesheet’, get_stylesheet_uri(), array(), $theme_version );

    // Register Genericons
    wp_enqueue_style( ‘tortuga-genericons’, get_template_directory_uri() . ‘/css/genericons/genericons.css’, array(), ‘3.4.1’ );

    // Register and Enqueue HTML5shiv to support HTML5 elements in older IE versions
    wp_enqueue_script( ‘tortuga-html5shiv’, get_template_directory_uri() . ‘/js/html5shiv.min.js’, array(), ‘3.7.3’ );
    wp_script_add_data( ‘tortuga-html5shiv’, ‘conditional’, ‘lt IE 9’ );

    // Register and enqueue navigation.js
    wp_enqueue_script( ‘tortuga-jquery-navigation’, get_template_directory_uri() . ‘/js/navigation.js’, array( ‘jquery’ ), ‘20160421’ );

    // Register and Enqueue Google Fonts
    wp_enqueue_style( ‘tortuga-default-fonts’, tortuga_google_fonts_url(), array(), null );

    // Register Comment Reply Script for Threaded Comments
    if ( is_singular() && comments_open() && get_option( ‘thread_comments’ ) ) {
    wp_enqueue_script( ‘comment-reply’ );
    }

    } // tortuga_scripts
    add_action( ‘wp_enqueue_scripts’, ‘tortuga_scripts’ );

    Thread Starter monopoli

    (@monopoli)

    Hi Thomas, than you for your reply ?? i have resolved it.

    eminliam can you write please the exact code that you use and it worked?

    Hi @archana Solanki, i have the same problem, i try this code with cat_id but again it did’nt work. Please help.

    Thread Starter monopoli

    (@monopoli)

    just to clarify the titles are preview only in uppercase.

Viewing 8 replies - 1 through 8 (of 8 total)