fcandillo
Forum Replies Created
-
Any news on the “advanced option”?
Forum: Plugins
In reply to: [] Open Graph Warnings That Should Be FixedI had two admins in the Facebook UIDs field
12345,67895 (only as example)
changed it only one and no more errorin the inc/dcwp_social.php look for:
if(is_page()){
and change to:
if(is_page() && !is_page( array( ‘your-page-01’, ‘your-page-02”) ) ){make sure you keep a backup of this. because, you will need to add again it when you update the plugin.
hope that helps.
ok. small blip in the shortcode… not “no” just “n”
[CBC country=”US, CA, GB” show=”n”]any other country #[/CBC]found the following site that might be useful for those testing the plugin, and knowing there content is showing up in the right country:
http://www.proxy4free.com/tried the site in three different themes and works great.
nice work!ok, i think i may have figure this out…
however, currently… i don’t know how to test for the other countries.
and i am in austria π
basically, this is what i believe is the correct shortcode.[CBC country=”US” show=”y”]us number[/CBC]
[CBC country=”CA” show=”y”]canada number[/CBC]
[CBC country=”GB” show=”y”]great britian number[/CBC]
[CBC country=”US, CA, GB” show=”no”]any other country #[/CBC]look correct?
thanks for the reply. i ended up customizing the function where i can call a page and have it not show.
cool. understand the problem with array of images. perhaps, i can figure out a way for fb ogp to only ask for the feature image and not any other images in the post.
thanks for the update πcool. thanks for the reply.
other requests would be pinterest, buffer, and any type of speed improvements ;o)or how i can exclude it from specific pages…
Forum: Plugins
In reply to: [bbPress WP Tweaks] [Plugin: bbPress WP Tweaks] Doesn't work with 2.1word
Forum: Plugins
In reply to: [Wordbooker] Custom field values showingI also had a problem with the custom fields displaying on the site. Not sure what the problem is. However, it was occurring with the Products posts using WP E-Commerce. We had to disable the plugin and delete the “wordbooker_option” custom values. Any idea when V2 will be coming out?