captjones
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] ***IF YOU CANNOT SEE CUSTOM POST TYPES***No ideas mate sorry, that was way long ago. It wasnt the latest version for sure tho. If you put it on a live server and it still doesn’t work- bump back into this thread.
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] ***IF YOU CANNOT SEE CUSTOM POST TYPES***Give me your website address, I’ll investigate.
Forum: Plugins
In reply to: [mb.YTPlayer for background videos] Doesn't workMy bad!
Works now, magically somehow ??Awesome stuff!
Forum: Plugins
In reply to: [Pronamic Google Maps] frontend address input for real estate postings?hey, could you explain the stuff above?
i am familiar with custom fields and minimal php.
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Breaks all post typesResolved. Thanks for awesome plugin!
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Breaks all post typesEDIT: `<blockquote>bgmpShortcodeCalled()
{
global $post;if( is_front_page() || is_home_page() )
add_filter( ‘bgmp_map-shortcode-called’, ‘__return_true’ );
}
add_action( ‘wp’, ‘bgmpShortcodeCalled’ );`this broke my post types.
I only added this
add_filter( ‘bgmp_map-shortcode-called’, ‘__return_true’ );
and it worked nicely.
Forum: Plugins
In reply to: [Simple Like Page Plugin] Will not re-sizejoegrez i just tested on your site, works nicely.
i can fix this for u, but i would need [Request moderated]
either add on me skype: [Redacted]
or keep on trying.pretty sure ur just doing sth wrong tho, i’ve used over 100 themes, most of them premium and none of then have automatically shrunk back to original size..
Forum: Plugins
In reply to: [Simple Like Page Plugin] Will not re-sizeScratch that DIV part, it was unable to shrink FB, just tested.
This will work however, add this to style.css
.fb-like-box span, .fb-like-box iframe {
width: 220px !important;
}Forum: Plugins
In reply to: [Simple Like Page Plugin] Will not re-sizeFacebook.com changed the minimum size to 292px,
in addition, it cannot be overwritten like you describe.You will have to put it in a div element and then resize
the div.Forum: Plugins
In reply to: [Collapse-O-Matic] Image as titleTry this one
<div class="example"><div class="collapseomatic colomat-hover" id="id1748" title="<img src='https://plugins.twinpictures.de/wp-content/uploads/2012/03/falcon_girl-500x158.jpg' />"><img src="https://plugins.twinpictures.de/wp-content/uploads/2012/03/falcon_girl-500x158.jpg"></div><div id="target-id1748" class="collapseomatic_content " style="display: none;">Check out Falcon Girl by the very talented <a href="https://jameshance.tumblr.com/post/16428051444/latest-doodle-falcon-girl-tank-girl-star" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','https://jameshance.tumblr.com/post/16428051444/latest-doodle-falcon-girl-tank-girl-star']);" title="James Hanse's Relentlessly Cheerful tumblr" target="_blank">James Hance</a></div></div>
Forum: Plugins
In reply to: [Collapse-O-Matic] Image as titleGot it working by copying sauce code from documentation site.
Intredasting.. Might it be because symbols get converted, thus whole thing becomes broken or sth?Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Filter Placemarks RevisitedThanks for reply brah, not sure if I did anything wrong or what,but
in this line$('#map-buttons').append('<li class="buttons" style="display:none;" data-type="'+arr+'"'+'><a href="#" class="selected"><div class="inset"><button class="text fNav shown" id="fNav-'+$.bgmp.markers[arr]['id']+'" value="'+arr+'"'+'>'+arr+'</button></div></a></li>');
I removed “selected” and it worked out nicely. Do you know how to make it select/activate only 1 category when loading up map?
It used to select all, now I got it to select none. But to select only 1 category? You should compile all your efforts man and make this thing into a premium plugin to repay all the hard work you’ve done.
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Filter Placemarks RevisitedHey Jesse,
Since I failed with the map installation I used yours as an example instead to develop a filterable map. I hope you don’t mind *ashamed*.
Anyways,
I added sub-menus like so, ,
and now I gotta ask you a question:
how do you make locations on map hide by default? I got thousands of markers coming on a country smaller than New York and it would be disastrous haha.Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Filter Placemarks RevisitedEdit2:
Can’t get this to work,
recorded my attempt. Should this approach work with latest plugin version?
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Filter Placemarks RevisitedReplaced the functions.php with backup one but no luck lol.
EDIT: nvm, somehow a folder got deleted in my theme directory..:D