-
AuthorPosts
-
September 26, 2016 at 12:55 pm #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 ?
ThanksSeptember 27, 2016 at 12:11 am #692015Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueSeptember 28, 2016 at 1:19 pm #692591Hi,
I need an email address to create a WordPress administrator account.
Could you give me one or I give my account ?
Thanks.Louis
September 28, 2016 at 1:25 pm #692596Hey!
Please use (Email address hidden if logged out) but post login credentials here privately so any available moderator can look into it.
Cheers!
YigitSeptember 28, 2016 at 2:19 pm #692669September 28, 2016 at 2:42 pm #692686Hi,
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,
VinaySeptember 28, 2016 at 3:29 pm #692743Hi,
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
September 29, 2016 at 1:31 am #692925Hi,
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,
JosueOctober 4, 2016 at 4:59 pm #695144Hi Thanks that’s perfect !
October 5, 2016 at 7:21 am #695321Hi,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic.
Thanks,
RikardOctober 18, 2016 at 1:12 pm #700603Hi,
URL links are appearing again : http://www.booksmatter.fr/inspirations/
Could you help me fix it like Josue did ?
Thanks !October 18, 2016 at 1:21 pm #700607And it does it too with the “more-link” tool like in this page :
http://www.booksmatter.fr/news/October 20, 2016 at 5:23 am #701629Hey!
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,
IsmaelOctober 20, 2016 at 4:53 pm #701995Hi,
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.
ThanksOctober 22, 2016 at 5:44 pm #702839Hi,
Can you post a screenshot for the following issues:
- URL links are appearing again
- 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,
NikkoOctober 22, 2016 at 6:11 pm #702847Hi,
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.October 23, 2016 at 12:23 pm #702979Hi 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
November 18, 2016 at 11:57 am #713926Hi,
Some code is again appearing, now before the text, you can see it on this image :
How can I remove it ?
ThanksNovember 22, 2016 at 9:47 am #715179Hi,
We “scraped” the facebook info again. Please wait for a few hours or check it again tomorrow.
Best regards,
IsmaelDecember 11, 2016 at 8:11 pm #722853Hi, 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
December 13, 2016 at 3:03 pm #723739Hi,
you can use yoast plugin for such a feature.
Best regards,
AndyDecember 13, 2016 at 3:55 pm #723771Hi, there are a lot of “yoast” plugins … Don’t know which one you refer to.
ThanksDecember 13, 2016 at 4:27 pm #723788December 13, 2016 at 4:35 pm #723795Hi,
ok i downloaded it but i don’t see where i can program which picture appear in the facebook sharing pop up.December 13, 2016 at 5:32 pm #723859Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.