Joseph
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Comments] Facebook comments not workingYou can read the instruction here: https://peadig.com/wordpress-plugins/facebook-comments/
Forum: Plugins
In reply to: [Floating Social Bar] Facebook Share buttonCurrently, it said “Compatible up to: 3.6.1”. But hope to hear the the update soon with Facebook Share button ??
Forum: Plugins
In reply to: [Insert Post Ads] Ad LocationReally great option in version 1.0.4. Thanks to all the plugin authors.
Forum: Plugins
In reply to: [Insert Post Ads] How to Align the Ad to center ?Hi…
Try using this code:
<div align="center"> adsense code </div>
Cheers!
JosephForum: Plugins
In reply to: [Genesis eNews Extended] Use with google groupsI use these code for GoogleGroups. But it doesn’t work if I insert into the Form Action field.
<form action="https://groups.google.com/group/zomidaily/boxsubscribe"> Email: <input type="text" name="email"> <input type="submit" name="sub" value="Subscribe"> </form>
Forum: Plugins
In reply to: [Remote Media Libraries] Please support Facebook AlbumThanks for your reply too, can’t wait to see. Cheers!
Hi @nico
Would it be possible too add the video thumbnail feature into ARVE? So that we need to use only one plugin, ARVE.
Regards,
JosephForum: Plugins
In reply to: [Dynamic "To Top" Plugin] dynamic to top won't deleteWow, I can’t uninstall and fix with @michael Aronoff suggestion. Seems that the plugin is abandoned as it said Last Updated: 2012-9-25
Forum: Themes and Templates
In reply to: [Hueman] How can i change font size of a post?Hi…
How about if I want to change all font sizes? I try this code:
.entry.excerpt { font-size: 24px; }
but doesn’t work for post.
Hi Alexander Agnarson,
I used this code
.post-list .post { width: 100%; }
to change into one column, and it is working great.
Just wondering how can I set image left alignment and wrap with text, similar like this https://prntscr.com/3z1mdu
Regards,
JosephForum: Themes and Templates
In reply to: [twenty fourteen] Thumbnail in posts without a featured imageI would also like to show small thumbnail on every post. Please share me if you have solution.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] 'read more' link not displayed after excerptHi @bravokeyl
To show only excerpt, I replace the_content with the_excerpt in my child theme content.php file.
But it doesn’t show “Read more” when I try to apply your code in my child theme functions.php file. Any thought of it?
Regards,
JosephForum: Fixing WordPress
In reply to: Make left sidebar of Twenty Fourteen Theme whiteHi @lilblogger
How do you make left & right sidebar sticky when the user scroll down? https://prntscr.com/3vyohl It is really nice idea.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] How to center the whole siteI found this shorter code, and works too:
.site {
margin:0 auto;
}