rocke
Forum Replies Created
-
Forum: Hacks
In reply to: Link ( click on image open its details ) not working in Cell Phones<?php $anims = array('lazySusan', 'waterWheel', 'figure8', 'square', 'conveyorBeltLeft', 'conveyorBeltRight', 'diagonalRingLeft', 'diagonalRingRight', 'rollerCoaster', 'tearDrop', 'theJuggler', 'goodbyeCruelWorld'); if(!in_array($animation, $anims)){ $animation='conveyorBeltLeft'; $asclass = ''; } else { $asclass = 'class="hideflow"'; } $sid = 'rbt-'.uniqid(); $out = '<ul '.$asclass.' id="'.$sid.'">'; $fwidth = intval($data[opt1]); $fheight = intval($data[opt2]); while($row = mysql_fetch_assoc($res)){ if($row[url]!='' && trim($row[url])!=' '){ $img = '<img src="'.get_image_thumb($row[url], 'w='.$fwidth.'&h='.$fheight).'" />'; } else { $img = ''; } if($row[title]!='' && trim($row[title])!=' '){ //$ttlxz='<span class="rbt-title"><span>'.$row[title].'</span></span>'; $ttlxz=''; } else { $ttlxz=''; } if($row[desc]!='' && trim($row[desc])!=' '){ //$descxz='<span class="rbt-content"><span>'.$row[desc].'</span></span>'; $descxz=''; } else { $descxz=''; } $out = $out.'<li style="background-color:'.$row[color].'">'.$ttlxz.''.$descxz.'<a href='.$row[desc].'>'.$img.'</a></li>'; } $out = $out.'</ul> <style type="text/css"> #'.$sid.' { list-style: none; padding: 0; margin: 0 auto; width: '.$data[opt5].'px; height: '.$data[opt6].'px; } #'.$sid.' .roundabout-moveable-item { height: '.$fheight.'px; width: '.$fwidth.'px; background-color: '.$data[opt4].'; text-align: left; cursor: pointer; overflow:hidden; } </style> <script> jQuery(document).ready(function() { jQuery("#'.$sid.'").roundabout({ autoplay: '.$data[opt7].', autoplayDuration: '.$data[opt9].'000, minOpacity: '.$data[opt10].', maxOpacity: '.$data[opt11].', reflect: '.$data[opt12].', enableDrag: '.$data[opt13].', dragAxis:"'.$data[opt3].'", shape: "'.$animation.'", autoplayPauseOnHover: '.$data[opt8].' }); }); </script> '; ?>
above is plugin code.. any one here ?
hey any one here ?
Forum: Hacks
In reply to: Link ( click on image open its details ) not working in Cell Phonesany masters here ?
Forum: Hacks
In reply to: Link ( click on image open its details ) not working in Cell PhonesAlso please note : as i also have noted now .. in any Mobiles if its click .. then again when you click from inner page then its not working ..
Forum: Hacks
In reply to: Link ( click on image open its details ) not working in Cell Phonesany one here ?
Forum: Plugins
In reply to: [Job Manager] Job Manager – IS ALIVEAlso the features which is currently there in this plugin , please let it be there as free as i am using it . any extra powerful features can be made paid from your side .
Thanks
Forum: Plugins
In reply to: [Job Manager] Job Manager – IS ALIVE@ Thomas Townsend : We are still waiting for Latest Update on it .
As this is a great plugin with many features in build.
One Issues i need to point out in this:
When any one upload there resume , then his/her resume is seen in google search automatically after some period of time.
So this is major issues , as i have got call many such call telling there resume is seen in Google search.
Forum: Hacks
In reply to: Custom Facebook share button with custom title,url,image in wordpress**UPDATE NOW :**
After long here there i found https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.thefansworld.com%2Fhappy-new-year-trailer%2F
here when i putted my link there is showing my features images but under :
When shared, this is what will be included
you will see something else (images )also please check this : https://www.ads-software.com/support/topic/custom-facebook-share-button-with-custom-titleurlimage-in-wordpress?replies=1
and if you check this link working they have made such thing ..
Hey thanks for reply
As you said I have putted open graph tag on my all page
But still onclick of share button its taking some another images
https://www.thefansworld.com/happy-new-year-trailer/
please check and let me know
else can you please tell me custom facebook and twitter share button code in wordpress ?
any one here ?…please help me guys
solved my self :
its was because of BuddyPress Friends Only Activity Stream : Version 1.0 PLUGIN
hey i short out the error message what i did is replace above function with below one :
function bp_activity_has_more_items() { global $activities_template; $remaining_pages = 0; if ( ! empty( $activities_template->pag_page ) ) { if( ($activities_template->pag_num * $activities_template->pag_page) == 0 ) { $remaining_pages = 0; } else { $remaining_pages = floor( ( $activities_template->total_activity_count - 1 ) / ( $activities_template->pag_num * $activities_template->pag_page ) ); } } $has_more_items = (int) $remaining_pages ? true : false; return apply_filters( 'bp_activity_has_more_items', $has_more_items ); }
but activity post list of resp. user are not seen … only admin can see all activity properly … pls help me
any plugin admin here ? ..pls help me
Ok so what i noted now is … when i am login With Admin account then i can see and post activity ….
But as a new user register ( Subscriber ) on website ..then he cant add nor see his activity ( post ) … but his activity can be added and seen by admin of website