Forum Replies Created

Viewing 30 posts - 1 through 30 (of 48 total)
  • Author
    Posts
  • in reply to: Links URL appear when it shouldn't. #723795

    Hi,
    ok i downloaded it but i don’t see where i can program which picture appear in the facebook sharing pop up.

    in reply to: Links URL appear when it shouldn't. #723771

    Hi, there are a lot of “yoast” plugins … Don’t know which one you refer to.
    Thanks

    in reply to: Links URL appear when it shouldn't. #722853

    Hi, it works perfectly thanks,
    but it’s not the good pictures that’s displayed in facebook.
    How could I display the main picture of the article ?
    Thanks,

    Louis

    in reply to: How to include the searchbox in the mobile menu ? #714599

    I don’t think the code in this thread should help my problem, what should it do ? I can’t see the purpose…

    Here’s my functions.php code, maybe some lines are not useful and make errors…
    <?php
    add_action( ‘wp_enqueue_scripts’, ‘my_theme_enqueue_styles’ );
    function my_theme_enqueue_styles() {
    wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
    wp_enqueue_style( ‘enfold-base’, get_template_directory_uri() . ‘/css/base.css’ );
    wp_enqueue_style( ‘enfold-custom’, get_template_directory_uri() . ‘/css/custom.css’ );
    wp_enqueue_style( ‘enfold-dynamic-css’, get_template_directory_uri() . ‘/css/dynamic-css.css’ );
    wp_enqueue_style( ‘enfold-grid’, get_template_directory_uri() . ‘/css/grid.css’ );
    wp_enqueue_style( ‘enfold-layout’, get_template_directory_uri() . ‘/css/layout.css’ );
    wp_enqueue_style( ‘enfold-print’, get_template_directory_uri() . ‘/css/print.css’ );
    wp_enqueue_style( ‘enfold-rtl’, get_template_directory_uri() . ‘/css/rtl.css’ );
    }

    //set builder mode to debug
    add_action(‘avia_builder_mode’, “builder_set_debug”);
    function builder_set_debug()
    {
    return “debug”;
    }

    add_filter( ‘avf_ajax_search_function’, ‘avia_init_searchwp’, 10, 4 );

    function avia_init_searchwp( $function_name, $search_query, $search_parameters, $defaults ) {
    $function_name = class_exists( ‘SearchWP’ ) ? ‘avia_searchwp_search’ : $function_name;
    return $function_name;
    }

    function avia_searchwp_search( $search_query, $search_parameters, $defaults ) {
    $searchwp = SearchWP::instance();
    $engine_name = ‘default’; // you can swap in your Supplemental Search Engine name
    parse_str( $search_query, $output );
    $search_string = isset( $output[‘s’] ) ? sanitize_text_field( urldecode( $output[‘s’] ) ) : ”;

    // limit the results to 5
    function avia_searchwp_search_num_results() {
    return 5;
    }
    add_filter( ‘searchwp_posts_per_page’, ‘avia_searchwp_search_num_results’ );

    $posts = $searchwp->search( $engine_name, $search_string );
    return $posts;
    }

    add_filter(‘avf_ajax_search_function’, ‘avia_init_relevanssi’, 10, 4);
    function avia_init_relevanssi($function_name, $search_query, $search_parameters, $defaults)
    {
    $function_name = ‘avia_relevanssi_search’;
    return $function_name;
    }

    function avia_relevanssi_search($search_query, $search_parameters, $defaults)
    {
    global $query;
    $tempquery = $query;
    if(empty($tempquery)) $tempquery = new WP_Query();

    $tempquery->query_vars = $search_parameters;
    relevanssi_do_query($tempquery);
    $posts = $tempquery->posts;

    return $posts;
    }

    add_shortcode(‘avia_search’, ‘get_search_form’);

    function add_custom_tooltip(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(‘.only-mobile-menu-search a’).removeAttr(‘href’);
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘add_custom_tooltip’);
    ?>

    in reply to: Links URL appear when it shouldn't. #713926

    Hi,
    Some code is again appearing, now before the text, you can see it on this image :

    View post on imgur.com


    How can I remove it ?
    Thanks

    in reply to: How to include the searchbox in the mobile menu ? #712864

    Hi,
    I don’t see how it could be an expected behavior. I don’t want to customize it I want it to work…
    I paid almost 50$ already for a theme which isn’t working on mobile, and I should pay at least 200$ more to have a searchbox working on mobile ? Maybe if it’s a recurrent error you should fix it, don’t you think ?

    in reply to: How to include the searchbox in the mobile menu ? #711495

    Hi,
    the search box is now in the mobile layout, but when you write something in it, it doesn’t suggest you anything.
    And on the computer screen mode the search icon has disappeared…

    in reply to: How to include the searchbox in the mobile menu ? #711103

    Hi, I wrote the code I found on this post :https://kriesi.at/support/topic/search-icon-disappears-on-mobile-after-enfold-update-3-1-3/
    And I desactivated my child theme and there was no search box on mobile.

    Louis

    in reply to: How to include the searchbox in the mobile menu ? #709317

    Ok, I replaced all the enfold files as you told me,
    the searchbox in mobile is still not working, and even in computer when you click on “more results” it brings you to the homepage.

    in reply to: How to include the searchbox in the mobile menu ? #708886

    Hi,
    Desactivate the plugins doesn’t work,
    I’ll try delete the files you’re talking about but I don’t want to make a mistake.
    I have a ChildTheme of enfold Theme, I wrote some code lines on my style.css and some more in the quick css in the backoffice.
    Which files do I have to delete exactly ?
    Thanks,
    Louis

    in reply to: Accordeon not working #707210

    You have to click on the first article called “Isabel Marant”,
    At the end you see the accordeon like in the picture I send you.

    in reply to: Instagram icon at the end of my article #707175

    Hi,
    Yes i finally managed to put those, but they’re just links to page and no share buttons.

    I take the opportunity of you sending me this picture, to fix an other problem I talked about in this page : https://kriesi.at/support/topic/accordeon-not-working/
    You just took a capture of the accordeon I’m talking about, but nobody seems to get to the page or see what I see in my article.
    What you see on your capture, above the social icons is an accordeon opened, and it never close.
    Would you help me fix this too ?
    Thanks,

    Louis

    in reply to: Accordeon not working #706708

    Hi, my host (1&1) told me that there’s no restrictions about countries for my domain.
    Should I ask WordPress about it ?
    Thanks

    in reply to: Accordeon not working #706245

    http://www.booksmatter.fr/news/
    This is not working ?
    Listen, I don’t understand why my links doesn’t work, it works fine for me.
    You have my login credentials and all, you don’t think you can reach the article an other way ?
    Please, it’s stupid to be stuck for 2 weeks just because my links and images dont work.
    Please explain me how to give it to you…
    Thanks

    in reply to: How to include the searchbox in the mobile menu ? #705893

    Hi,
    here are the informations you need.
    Thanks

    Louis

    in reply to: Instagram icon at the end of my article #705809

    Hi,
    I add manually in “Social Profiles” in the “Enfold Child Theme Options”; then in my article, in the “advanced layout editor” I added at the end the “social share buttons” with the option “use Defaults that are also used for your blog”.
    Is this how i must do ?
    Thanks

    in reply to: Instagram icon at the end of my article #705642

    http://www.booksmatter.fr/wp-content/uploads/2016/10/Capture-d’écran-2016-10-29-à-20.29.17.png

    in reply to: Instagram icon at the end of my article #705583

    Hi, I’ve uploaded the social icons at the end of an article, we can see the div of the social media icons of the plugin i’ve installed, but it doesn’t appear, do you know what could be wrong ?
    Thanks

    in reply to: Accordeon not working #705570

    Ok, I don’t know what to do, when i click on my link it opens the page well.
    Can you go to my website writing booksmatter.fr/news please, you find the first article : [001] Isabel Marant
    At the end of the article, just above the social media icons there is an accordeon looking like that :
    “- Booklist
    | Radhika Jha | L’Odeur | #get it|read it
    | Mo Hayder | Tokyo | #get it|read it
    | Salman Rushdie | Les Enfants de minuit | #get it|read it
    | Alexandre Dumas | Le Comte de Monte-Cristo | #get it|read it
    | Marlen Haushofer | Le Mur invisible | #get it|read it
    | John Steinbeck | Des souris et des hommes | #get it|read it
    | Mikhaïl Boulgakov | Le Maître et Marguerite | #get it|read it”

    The “-” is the button to toggle the accordeon, but when you click on it nothing happens.
    Thanks

    in reply to: Accordeon not working #703191
    in reply to: Links URL appear when it shouldn't. #702847

    Hi,
    The Url links are fixed now thanks to “.entry-content a:after { display: none; }”
    I didn’t understand where to put the other code :
    “@media print {
    .entry-content a:after {
    content: ” [” attr(href) “] “;
    }
    }” Thow.

    in reply to: Accordeon not working #702558
    in reply to: Accordeon not working #702424

    Well, I don’t understand, it’s working perfectly for me

    in reply to: Accordeon not working #702405

    Sorry I moved it.

    in reply to: Links URL appear when it shouldn't. #701995

    Hi,
    I don’t understand the second part of your message, did i do something wrong ?
    Where do i “use the print media query” ?
    Sorry I’m not familiar with all this.
    Thanks

    in reply to: How to include the searchbox in the mobile menu ? #701298

    Ok the search box appears but when i click on search it bring me to the actual homepage, and it doesn’t suggest me any article or page.
    Also, do you know why the menu is inverted ?

    in reply to: Accordeon not working #701172

    Hi,
    I opened an other thread to fix the url links appearing every where,
    but here I’d like to know why the accordeon is opened when you arrive in the page.
    Do you have an idea ?
    Thanks

    Louis

    in reply to: Instagram icon at the end of my article #701160
    in reply to: Instagram icon at the end of my article #701158

    If i check the social icons of my “sociale profile” nothing appears, when I check the custom list of social icon and i check facebook and mail, then it appears with the link url again and with the twitter icon… I really don’t understand what’s wrong.
    Here’s the login credentials :

    in reply to: How to include the searchbox in the mobile menu ? #701125

    Sorry, here it is

Viewing 30 posts - 1 through 30 (of 48 total)