Forum Replies Created

Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • in reply to: Float value of Slider Range #10031596
    mushi
    Participant

    Hey Rodrigo, as i stated earlier I am using slider for ‘One Value’ but this code is for Slider ‘Range/Two values’.
    Thank you.


    in reply to: Float value of Slider Range #10031500
    mushi
    Participant

    Thank you Rodrigo. This code is working, but I am using multiple slider on one page and this change affects their values too. When i change one slider value it changes values of other sliders too.


    in reply to: Graphs #10031125
    mushi
    Participant

    Thank You so much Rodrigo. I appreciate your help and support. πŸ™‚


    in reply to: Graphs #10031102
    mushi
    Participant

    Hello Rodrigo,

    Can you please help me to form json data in the required format for graph. i tried but couldn’t make it.
    data from my database will be arrays like this (using PDO)
    Image

    flotBasicData = [{
    	data: [
    		[1, 170],
    		[2, 69],
    		[3, 173],
    		[4, 188],
    		[5, 147],
    		[6, 113],
    		[7, 128],
    		[8, 169],
    		[9, 173],
    		[10, 128],
    		[11, 228],
    		[12, 328],
    		[13, 428],
    		[14, 528],
    		[15, 628],
    		[16, 728],
    		[17, 128],
    		[18, 138],
    		[19, 448],
    		[20, 228],
    		[21, 338],
    		[22, 558],
    		[23, 668],
    		[24, 778]
    	],
    	label: "Total Calls",
    	color: "#0088cc"
    }, {
    	data: [
    		[1, 270],
    		[2, 469],
    		[3, 573],
    		[4, 888],
    		[5, 747],
    		[6, 513],
    		[7, 428],
    		[8, 669],
    		[9, 773],
    		[10, 228],
    		[11, 228],
    		[12, 328],
    		[13, 428],
    		[14, 528],
    		[15, 628],
    		[16, 728],
    		[17, 828],
    		[18, 128],
    		[19, 138],
    		[20, 148],
    		[21, 128],
    		[22, 728],
    		[23, 828],
    		[24, 228]
    	],
    	label: "Incoming Calls",
    	color: "#2baab1"
    }, {
    	data: [
    		[1, 270],
    		[2, 569],
    		[3, 773],
    		[4, 88],
    		[5, 747],
    		[6, 213],
    		[7, 328],
    		[8, 469],
    		[9, 773],
    		[10, 228],
    		[11, 328],
    		[12, 148],
    		[13, 168],
    		[14, 126],
    		[15, 300],
    		[16, 222],
    		[17, 328],
    		[18, 628],
    		[19, 728],
    		[20, 928],
    		[21, 228],
    		[22, 328],
    		[23, 118],
    		[24, 328]
    	],
    	label: "Out Going Calls",
    	color: "#734ba9"
    }];

    in reply to: Graphs #10031087
    mushi
    Participant

    Hello,
    Thank you for your help i have completed my 2nd graph (Live calls).

    Can you please tell me how can i put response data in 1st graph (mentioned above) ?
    I have Total Calls, Incoming calls & Out going calls of 24 hour (each hour).
    for example
    hours = calls
    1 = 200
    2 = 300
    3 = 345
    4 = 560
    ……


    • This reply was modified 4 years, 5 months ago by mushi.
    in reply to: Graphs (flotDashBasic) Scaling #10031029
    mushi
    Participant

    Thank you,It works. One more thing how can i label them (value of x axis and y axis)?


    in reply to: Datatables PDF width #10031028
    mushi
    Participant

    Thankyou so much Rodrigo it worked! πŸ™‚


    in reply to: Graphs (flotDashBasic) Scaling #10031019
    mushi
    Participant

    By using scale i meant Stepsize.


    in reply to: Select2 Centered align #10030988
    mushi
    Participant

    Hello,
    thank you Regards it worked!

    one more thing im using Multi-Column Form layout but having trouble while creating row how can i remove this separator line ?
    Image


    in reply to: Problem with Multi-Value Select #10030830
    mushi
    Participant

    Thankyou for your support Rodrigo it worked perfect πŸ™‚


    in reply to: Problem with Multi-Value Select #10030823
    mushi
    Participant

    thanks it worked!

    one more thing select2 width not responsive with respect to screen size please see attached images.

    Image 1
    Image 2

    Code 1

    <form class="form-horizontal form-bordered" method="get">
    
    	<div class="form-group row">
    		<label class="col-lg-3 control-label text-lg-right pt-2"></label>
    
    		<div class="col-lg-6">
    			<div class="input-group flex-nowrap mb-3">
    						<span class="input-group-prepend">
    							<span class="input-group-text">
    								<i class="fas fa-phone fa-fw"></i>
    							</span>
    						</span>
    					<input type="text" name="" id="" class="form-control" placeholder="Enter Call group name">
    			</div>
    
    			<div class="input-group mb-3 text-primary w-100">
    						<span class="input-group-prepend">
    							<span class="input-group-text">
    								<i class="fab fa-teamspeak fa-fw"></i>
    							</span>
    						</span>
    				<select multiple data-plugin-selectTwo class="form-control populate">
    					<option value="">Please Select Hunt Group</option>
    					<option value="2">200</option>
    					<option value="3">201</option>
    					<option value="4">203</option>
    					<option value="4">204</option>
    				</select>
    			</div>
    
    			<div class="row">
    				<div class="col-sm-8">
    
    				</div>
    				<div class="col-sm-4 text-right">
    					<button type="submit" value="submit" class="btn btn-lg btn-primary mt-2">Create Group</button>
    				</div>
    			</div>
    		</div>
    	</div>
    </form>

    • This reply was modified 4 years, 6 months ago by mushi.
    • This reply was modified 4 years, 6 months ago by mushi.
    • This reply was modified 4 years, 6 months ago by mushi.
    in reply to: Putting Icon with basic select Replacement #10030763
    mushi
    Participant

    Also how can i reduce table boxes height?


    • This reply was modified 4 years, 7 months ago by mushi.
    in reply to: Putting Icon with basic select Replacement #10030762
    mushi
    Participant

    One more thing, I’m using the code of β€œBasic” advanced table how can i use hover on table?


    in reply to: Putting Icon with basic select Replacement #10030758
    mushi
    Participant

    Hey, Big thanks for your help. I have one more question to ask i have used icons (awesome fonts) in my datatables, I want to change their icons color (primary) on hover how can i do that?


    • This reply was modified 4 years, 7 months ago by mushi.
    in reply to: Putting Icon with basic select Replacement #10030748
    mushi
    Participant

    One more thing, How can I put pagination,search and records per page on advanced tables? I’m unable to find their code in tables-advanced.html file. Other things are working fine except these three. I’m using Advanced Tables.


    in reply to: Putting Icon with basic select Replacement #10030744
    mushi
    Participant

    thanks it worked but how can i set its (Tag Autocomplete) width ? in your above example default width of textbox is too small.


    in reply to: Putting Icon with basic select Replacement #10030738
    mushi
    Participant

    i want to use left icon(font awesome) with (Tag Autocomplete) textbox.

    as you used in example Form-> Basic -> Form Elements -> Left Icon
    Example


    in reply to: how to get color skin /css ? #10030717
    mushi
    Participant

    thanks.

    i was working on side bar i have multiple pages but not sub pages how can i make side bar tab active and set its color to primary. when user click on home tab its color should be primary and tab active.
    how can i do that? and how can i set the width of side bar ?

    <li>
    	<a href="home.html">
    		<i class="fas fa-home" aria-hidden="true"></i>
    		<span>Dashboard</span>
    	</a>                        
    </li>
    
    <li>
    	<a href="users.html">
    		<i class="fas fa-users" aria-hidden="true"></i>
    		<span>Users</span>
    	</a>                        
    </li>

    • This reply was modified 4 years, 7 months ago by mushi.
    • This reply was modified 4 years, 7 months ago by Support2.
    in reply to: how to get color skin /css ? #10030709
    mushi
    Participant

    thank you.
    can you please tell me how can i change my text color to default primary color. if i change the color scheme so that the text color must change.
    which class i should use ?


    in reply to: how to get color skin /css ? #10030700
    mushi
    Participant

    there is no Get Skin(CSS) button on this link which you provided

    link: http://preview.oklerthemes.com/?theme=Porto-Admin


    in reply to: how to get color skin /css ? #10030696
    mushi
    Participant

    I tried copying ‘Get Skin(CSS)’ from this link:
    http://preview.oklerthemes.com/?theme=Porto-Admin
    but no such option exists against Porto Admin theme, but it works for other theme.
    Thanks.


    • This reply was modified 4 years, 7 months ago by mushi.
Viewing 21 posts - 1 through 21 (of 21 total)