lamnt
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Fatal error: Call to undefined function wpsc_cart_item_count()Yes, it seems problem with the theme.
Forum: Plugins
In reply to: [WooCommerce] Fatal error: Call to undefined function wpsc_cart_item_count()Yes, i’m thinking about it, but as i see it on :
https://www.smashingmagazine.com/2011/10/free-e-commerce-wordpress-theme-balita/Seems the theme also supported to use Woocommerce too.
Forum: Plugins
In reply to: [Yoast SEO] Webpage is using canonical link tagHi,
I have same question about the canonical. Currently, the plugin Yoast has already created these links for canonical:
<link rel=”canonical” href=”https://www.mysite.com/blog/en” />
<link rel=”alternate” href=”https://www.mysite.com/blog/en/” hreflang=”en” />
<link rel=”alternate” href=”https://www.mysite.com/blog/fr/” hreflang=”fr” />
<link rel=”alternate” href=”https://www.mysite.com/blog/de/” hreflang=”de” />
<link rel=”alternate” href=”https://www.mysite.com/blog” hreflang=”x-default” />But i want to customize it like these:
<link rel=”canonical” href=”https://www.mysite.com/blog/” />
<link rel=”alternate” href=”https://www.mysite.com/blog/en/” hreflang=”en” />
<link rel=”alternate” href=”https://www.mysite.com/blog/fr/” hreflang=”fr” />
<link rel=”alternate” href=”https://www.mysite.com/blog/de/” hreflang=”de” />
<link rel=”alternate” href=”https://www.mysite.com/blog/” hreflang=”x-default” />So, how can i do that?
Thanks.
Forum: Plugins
In reply to: [RICG Responsive Images] Problem when install RICG Responsive Images 3.0Thanks Joe,
I still didn’t try it. I have tried made the images responsive by another the way.
Thanks for your helps.Forum: Plugins
In reply to: [RICG Responsive Images] Problem when install RICG Responsive Images 3.0Hi Joe,
I have tried deactive all plugins, just active the plugin RICG and test in two case:
1. It works fine with fresh intalled wordpress and the plugin RICG. I tested it with my theme and twenty fifteen theme, create some new posts, add some new images. In Media Library, i see the image have some more options in the “Size”.
2. On fresh installed wordpress with old database, it doesn’t work with images in the old posts. In the Media Library, I don’t see any option in the Size of the old images. So, when i upload the new images, i can see some more options on that.I think the plugin doesn’t apply for old images embed in the posts. Do you have any ideas to update them?
Thanks,
LamForum: Plugins
In reply to: [RICG Responsive Images] Problem when install RICG Responsive Images 3.0Hi Joe,
Once installed and activated, the plugin will automatically add srcset and sizes attributes to all of the images you’ve embedded in posts.
It’s my expected. I did installed and activated the RICG Responsive Images 3.0. But i don’t see the the attr srcset in the posts. just on have an attr “full-size”.
What’s happen with the images embeded in the old posts? or it just apply for new posts.
Thanks Joe.
Hi Rhys,
I had tried : [inlinetweet prefix=”” tweeter=”” suffix=””]Find out more about https://www.ads-software.com here[/inlinetweet]
But the link still is text. even updated in the : inline-tweet-sharer.php
replace :
$link = $extraclass . ‘<a class=”‘; to $link = $extraclass . ‘<div class=”‘;That’s why i’m thinking about the morelink optional in [inlinetweet].
Forum: Plugins
In reply to: [Inline Tweet Sharer - Twitter Sharing Plugin] How add the linkThat’s because when create a new post use “TEXT” not VISUAL.
Forum: Plugins
In reply to: [Yoast SEO] How can i hide some fields of WP SEO in the Posts Admin?Sorry, i fixed it. Just go to Screen Options to hidden them.
Forum: Plugins
In reply to: [Polylang] Reset settingHi,
I know about this, but i mean that, in the first time i choose the English by default language and in the URL modifications i picked
“The language is set from the directory name in pretty permalinks”
but i don’t why the url link is “https://mysite.com/en/en/my-post/”
Correct url should be : https://mysite/en/my-post/
If i see it in “The language is set from different domain”, the url in Enlish is : https://mysite.com/en/en/my-post/”What’s wrong?
Thanks
Anybody know the link to github of this plugin? I think we can update class_frontend.php first to update ga.js to universal analytics.
And i hope can push it on github for everyone can try this.Forum: Plugins
In reply to: [Simple Facebook Comments] no comments showni had the same problem, doesn’t show any comments.
Forum: Plugins
In reply to: [Facebook Comments] Work fine in Chrome but not FirefoxI had the problem the same with 3 FB users and browsers. It doesn’t work in Chrome in all times.
I tested on Linux: It works fine on FF, doesn’t work on Chrome.
I tested on MAC: It works fine on Chrome, doesn’t work on FF.I have resolved this issues. It has been conflicted the other plugins on my wordpress.
Forum: Themes and Templates
In reply to: WordPress 3.6: Comment template always use visual editorI had fixed problem, it because i use the plugin crayon highlight code, it overrite all the editors of wordpress. So that, just go on it, setting to disable for comment.