Tagged: , ,

Viewing 25 posts - 1 through 25 (of 25 total)
  • Author
    Posts
  • #691584

    Hi,

    I have a problem with my links, each time i put one on my articles, the URL appears next to the link/word.
    Could anyone help me fix this problem ?
    Thanks

    #692015

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #692591

    Hi,
    I need an email address to create a WordPress administrator account.
    Could you give me one or I give my account ?
    Thanks.

    Louis

    #692596

    Hey!

    Please use (Email address hidden if logged out) but post login credentials here privately so any available moderator can look into it.

    Cheers!
    Yigit

    #692669
    #692686

    Hi,

    That’s a really long link with special characters which are breaking the html tags. please use URL shorten service such as https://goo.gl/ and add the short version of the URL in your post.

    I have added a short version in the blog post for testing purpose (link in private) and it works fine.

    Please review your site and let us know if you have any questions.

    Best regards,
    Vinay

    #692743

    Hi,
    Thanks for helping me,
    but my problem is that the link appears, not that it’s too long, why couldn’t we only see “revendeur” and not “revendeur [https://goo/gl ….]” ?
    Thanks,

    Louis

    #692925

    Hi,

    It was the css/print.css that was being included in your child theme functions.php:

    <?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";
    }
    
    ?>

    It’s commented now.

    Best regards,
    Josue

    #695144

    Hi Thanks that’s perfect !

    #695321

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Thanks,
    Rikard

    #700603

    Hi,
    URL links are appearing again : http://www.booksmatter.fr/inspirations/
    Could you help me fix it like Josue did ?
    Thanks !

    #700607

    And it does it too with the “more-link” tool like in this page :
    http://www.booksmatter.fr/news/

    #701629

    Hey!

    Please add this in the Quick CSS field.

    .entry-content a:after { display: none; }
    

    The print stylesheet file should not be added in the front-end. Please use the print css media query.

    @media print {
        .entry-content a:after {
            content: " [" attr(href) "] ";
        }
    }

    Regards,
    Ismael

    #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

    #702839

    Hi,

    Can you post a screenshot for the following issues:

    1. URL links are appearing again
    2. And it does it too with the “more-link” too

    You can post it in the Private Content when you reply. I could not see the issues on my end, please let us know what browser, device and OS you use so we can test it using the same environment.

    Best regards,
    Nikko

    #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.

    #702979

    Hi louis!

    You don’t need to add it, the css code only needs to be added to Quick CSS but it’s already in enfold/css/print.css which is in this form:

    .entry-content a:after {
      content: " [" attr(href) "] ";
    }

    Best regards,
    Nikko

    • This reply was modified 8 years ago by Nikko. Reason: grammar
    #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

    #715179

    Hi,

    We “scraped” the facebook info again. Please wait for a few hours or check it again tomorrow.

    // https://developers.facebook.com/tools/debug/sharing/?q=http%3A%2F%2Fwww.booksmatter.fr%2F2016%2F11%2F16%2Fisabel-marant%2F

    Best regards,
    Ismael

    #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

    #723739

    Hi,

    you can use yoast plugin for such a feature.

    Best regards,
    Andy

    #723771

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

    #723788

    Hey!

    Andy is referring to this plugin: https://wordpress.org/plugins/wordpress-seo/

    Regards,
    Nikko

    #723795

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

    #723859

    Hi,

    you need to get to know how to work with Yoast Plugin. If you have questions about it, please ask the plugin’s author. I’m sure you’ll also find some help in Google and/or their documentaton/tutorials.

    Best regards,
    Andy

Viewing 25 posts - 1 through 25 (of 25 total)
  • You must be logged in to reply to this topic.