japheth
Forum Replies Created
-
Thanks for the quick response. Ah, yes. I have CryptoWoo active. I was looking to switch MyCryptoCheckout to add Monero and have HD Wallet functionality without spending a bunch of extra money on plugins.
Disabling CryptoWoo fixed it. Thanks again for the help.Forum: Plugins
In reply to: [Like Box for Twitter] No Muestra Imagenes de FansForum: Plugins
In reply to: [Like Box for Twitter] Twitter Fans – Fan pictures don't work anymoreSee the above post. Changing the URL used for pulling follower info worked for me.
Forum: Plugins
In reply to: [Like Box for Twitter] Just don't workSee the above post. Changing the URL used for pulling follower info worked for me.
According to the official documentation:
The second, and more functional usage of plugin is the [subpages] shortcode. With no options given it will display subpages with no title, no exclusion and with a depth of 3.
Using [subpages] by itself with no “childof” parameter will using the current page as the parent.
Forum: Plugins
In reply to: [Plugin: WP-Members] Add Required Custom Field?I found this plugin with a similar name. It is not free ($39.99), but it states, “Add custom registration…date of birth…”
Forum: Fixing WordPress
In reply to: Amazon Showcase Plugin: Side by side?@juniper138 Would you be able to post an example of a site doing the side-by-side images? I’m trying to figure out how to do it for my blog and an example would help me figure it out.
The major problem with doing side-by-side is that the images are random. CSS code could be added to each item to align the images to the right or left, but with the randomness of the order, it would cause it to look all messed up.
I think the only way would be to modify the actual plugin to iterate between two unique class or id labels (such as “amzshcs-item1” and “amzshcs-item2”). Then the theme’s CSS could assign left and right to those identifiers.