hieu.nguyen
Forum Replies Created
-
OK interesting. I will update the plugin.
Thanks Niall.Thanks for your answer, Nick.
How can you generate og:image and og:description information? Mine do not have these two so FB auto select what is available from the site.
I think FB plugin developer should really keep this OG information configurable from Settings.
Thanks,
HieuForum: Plugins
In reply to: [Facebook] FB plugin v1.1 is still slow, even with cURL enabledThank you for your quick response ??
I just double-checked with my computer at home. Only Add New Post is a bit slow. View All Posts is fine.
The performance was much better than my computer at work (takes around 10-15 seconds for Add New Post to load, while it was minutes before). I guess this is because of slow connection to FB server at my workplace.
I will further monitor the situation and let you know.
Thank again,
HieuYou are welcome ??
Here is my code in wp-config
define( 'WPCACHEHOME', 'PATH/wp-content/plugins/wp-super-cache/' ); //Added by WP-Cache Manager
Yeah, it’s the WPCACHEHOME, that’s not defined. That’s why I gotta change it in wp-config.php
However, I cna’t understand why you have 500 server problem. May be read your error log file?
Forum: Themes and Templates
In reply to: Unable to add a link on a postYou can try disabling each plugin one by one to see which plugin caused the problem.
Forum: Themes and Templates
In reply to: Unable to add a link on a postMore has the link already, no problem. But the javascript interferes. When I click on more, the little box was loaded instead.
You have to remove javascript in your template: wp-content/themes/tamasha/
I don’t know where did you put it. You gotta dig more ??You may need to go to Back-end / Appearance / Menu and check again.
Usually you only have to change the name in style.css and that’s it.Yeah, the thing is when you delete that file, it’s ok again -> so clearly the file advanced-cache.php has the problem.
Forum: Themes and Templates
In reply to: Unable to add a link on a postYou have to check the template .php file. I’m afraid that one is generated from the template.
And currently javascript is messed up. When I click on it, there is a little box appear at the bottom right (your intention?)
Forum: Themes and Templates
In reply to: Thumbnail/Image Gallery help sought!You have to use Javascript for this. Sorry no shortcut. If you can learn HTML5 and CSS3, you can learn javascript.
This is a simple one, you can simply copy and paste the js, then adjust css to your need
Forum: Themes and Templates
In reply to: Unable to add a link on a postDo you have the link to your website? I can’t tell the problem without viewing source and seeing the real page ??
Forum: Themes and Templates
In reply to: Hiding admin bar under each new blog post summary.This is an aside tag
<aside class="entry-meta">
2 solutions:(1) You can edit the css file. At the bottom of the css file, add this line: aside.entry-meta { display:none!important;}
(2) You can remove or comment-out the whole aside tag from the template php file.
You also have to change it from the style.css file in the template folder.
Look at the comment on top, that’s where you need to change.