monkey201311
Forum Replies Created
-
Is there a way to omit the buttons at the tab in woocommerce?
Any clue to work on mobile?
- This reply was modified 8 years, 1 month ago by monkey201311.
Added this code to the theme’s functions.php file, but the original placement of share buttons icon is still there, instead of moved.
So it is now sharing 2 sets of buttons in product page. Where do you delete the original placement?
- This reply was modified 8 years, 1 month ago by monkey201311.
How do you make the theme compatible to Multilanguage by BestWebSoft plugin?
Forum: Plugins
In reply to: [Polylang] polylang zh_CN, zh_HK and zh_TWUumm….it doesn’t seem to work. Any clue?
Forum: Themes and Templates
In reply to: [Make] Add PAGE and POST titleHow do you omit title on homepage?
Forum: Themes and Templates
In reply to: [Portfolio Press] Remove post titles and content from Homepage?The following code doesn’t work:
.home .entry-content .p {
display: none;
}Any idea?
Forum: Plugins
In reply to: [Polylang] Chinese fonts look weirdUsing Divi theme as well.
Addded the following into custom css, as suggested above:
:lang(zh) { font-family: “微軟正黑體”, “Microsoft JhengHei”, Tahoma , Verdana , Arial , sans-serif; }
BUT the icons in Divi for the Chinese language all changed to weird characters.
The trad/simp chinese are fine, but the icons go into trouble.
Any trick to fix?
Forum: Hacks
In reply to: Youtube video in querywill try this out. Thanks.
Forum: Hacks
In reply to: Youtube video in querywoowwww….looks complicated
Thanks.Forum: Plugins
In reply to: [YouTube for WordPress] Playlist Grid ShortcodeFor sure, exactly no space before & after in the html code. Still the same error message.
Forum: Hacks
In reply to: Youtube video in queryPerfect!!! Thanks a million.
Another thing about video. Any trick to make another page like Youtube style, that look something like this dynamically? (with thumbnail, video title, description, duration in the playlist and channel)
Basically the main video on the left, the list of videos on the right.
Forum: Hacks
In reply to: Youtube video in querySo, how is that done in custom page template?
Forum: Hacks
In reply to: Youtube video in queryHere’s what I’m looking to do:
https://mor10.com/simple-video-embedding-with-custom-fields-in-wordpress-youtube/I have created a custom field named: video_url in the post.
Where do I put that php code stated in the above link? Inside the post?
I want a link that when we hv: https://www.mywebsite.com/?video_url=myyoutubeid
Then it will display that particular youtube video in the website.
Where should the code be posted?Forum: Plugins
In reply to: Embeded video on all slides?wmode=”opaque” won’t make the top menu go on top either.