igid26
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocomerce hide payment method to order detailsMike thanks for answer,
But removing that code is deleted only payment method from the header thank you page. I need to remove payment method from the table Order details.Forum: Plugins
In reply to: [OptionTree] Custom Option TypesHow do I add the code into css? For example for class flex-title.
ThanksForum: Plugins
In reply to: [OptionTree] Custom Option TypesThank you for answering
The code works but if is in settings theme specified value px or % do not working. Because it shows the value: padding: 5px 5px 10px 10px px; or 5px 5px 10px 10px %;. Last px or% must be deleted. When the value of px in the settings theme code works correctly.
Forum: Plugins
In reply to: [rtMedia for WordPress, BuddyPress and bbPress] Last images in member headershows the error Parse error: syntax error, unexpected ‘”‘, expecting ‘,’ or ‘;’ in …wp-content/plugins/bp-custom.php on line 12
Forum: Plugins
In reply to: [BuddyInsta] Insta photo in ActivityThank you for your answer. It would be great.
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] Plugin stopped workingI apologize it was my mistake in the code. Everything is fine. Thank you.
Forum: Plugins
In reply to: [BuddyPress Wall] How to set the News Feed as the defaultAre you thinking about these functions? It would be great to have it all together. Friends, groups and my activity together.
https://tools.pingdom.com/fpt/
I had to disable javascript. Slow down page loading 3 seconds.
Forum: Plugins
In reply to: [BuddyPress Wall] How to set the News Feed as the defaultIt would be great
After updating rtMedia the code does not work.
Buddyress 1.8.1
rtMedia 3.0.13Forum: Plugins
In reply to: [rtMedia for WordPress, BuddyPress and bbPress] Integrate with Cubepointsyes it’s alright
Also I can not figure out how to display images in the member header in lightbox. We must rely on the support of @saurabh Shukla.
I used the code
function show_last_n_images($n=5){ if(bp_is_my_profile()){ $n = $n +1; } $query = new BPMediaQuery(); $args = $query->init('image',false,$n); $q = new WP_Query($args); if ($q && $q->have_posts()){ echo '<ul id="groups-list" class="bp-media-gallery2 item-list">'; while ($q->have_posts()) : $q->the_post(); $mytemplate = new BPMediaTemplate(); $mytemplate->the_content(); endwhile; } }
and then I added the css code in the file / buddypress-media/app/assets/css/main.css
ul.bp-media-gallery2.item-list{overflow:visible;margin: 0% 0;width: auto; float: left;} #item-body ul.bp-media-gallery2 li{float: left;margin: 1% 1% 0;width: 18%;border-bottom: none;padding: 0;position: static;height:auto; display:block;} ul.bp-media-gallery2 li img{max-width:50px;width:100%;height:auto;margin: 0px 0px 0px 5px; -moz-box-shadow: 1px 1px 10px #a0a0a0;-webkit-box-shadow: 1px 1px 10px #a0a0a0;box-shadow: 1px 1px 10px #a0a0a0;-moz-transition: box-shadow 0.2s linear;-webkit-transition: box-shadow 0.2s linear;transition: box-shadow 0.2s linear;} ul.bp-media-gallery2 li img:hover{-moz-box-shadow: 1px 1px 10px #333;-webkit-box-shadow: 1px 1px 10px #333;box-shadow: 1px 1px 10px #333;} ul.bp-media-gallery2 h3{max-width: 0px;overflow: hidden;text-align: center;font-size: 110%;white-space: nowrap;height: 0px;margin: 5px 0px;} ul.bp-media-gallery2 a{width:50px;} ul.bp-media-gallery2 li span img{height: 50px;}
Forum: Plugins
In reply to: [rtMedia for WordPress, BuddyPress and bbPress] Integrate with CubepointsCreate a file cubepoitns-bpmedia.php and put it in plugins / cubepoints / modules /
Forum: Plugins
In reply to: [rtMedia for WordPress, BuddyPress and bbPress] Integrate with CubepointsI like when you send me the necessary hooks