Questions tagged [customizing]

101 questions
0
votes
1 answer

Change SMS authentication text display

After integrating with the docusign API with SMS authentication, we saw that the default text entered for the subscriber when clicking on the signature link was not ideal. Can we change this text (that initial message asking the user to select a…
0
votes
1 answer

Is Drupal project supposed to be empty?

I was given a Drupal project and asked to figure out how its code base structured and how the project is structured overall. I successfully installed it using xampp. Now I see nothing custom in the project: For blocks I have only Bartik and Rubik.…
oobarbazanoo
  • 397
  • 1
  • 5
  • 15
0
votes
1 answer

Azure dashboard not showing all columns

On my dashboard I want to see a list of virtual machines that are deployed in my subscription. To create this I searched for Virtual Machine in the portal and got list of all VMs deployed. Next I added a few additional columns to the list which I…
shaswata pal
  • 389
  • 3
  • 15
0
votes
1 answer

Can't Customize Radio Button

trying to customize radio button. It works for background or buttonsize, but not working for icon size, color and positioning. what could be wrong? here's my code and my result. Radio.js import { Platform } from "react-native"; import variable from…
user2396307
  • 165
  • 2
  • 12
0
votes
1 answer

Edit / remove page sizes from Inkscape

When editing document properties in Inkscape, I have a long, hard-coded pre-determined list of random document sizes (see illustration below). I want to add to, and remove from, said list. The issue has been mentioned a few times on launchpad (bug…
Rasmus
  • 345
  • 2
  • 7
0
votes
0 answers

Shopify Custom Product Rendering (Display 3 or 4 products based on button click)

I have page which displays list of products on my website. On clicking the (3 columns icon, it should display 3 products per row, on clicking 4 column it should display 4 products per row). we are using turbo theme (latest). From admin section (…
Rakesh
  • 1
  • 2
0
votes
1 answer

TestNG test control with maven -Dparameter (groups?)

I have project divided into modules, each module have single XML suite with test classes to run. I run tests with maven command on different environments by passing a variable -Denv=ENV_ALIAS, handle them with System.getProperty("env"). I am…
Piotroslav
  • 252
  • 1
  • 4
  • 14
0
votes
1 answer

Initializing and customizing an autoplot r-project object

My head is getting sore from me banging it so much. I have a time-series that I've converted into an xts object w/ 7 variables. Now I'm trying to plot 4 of them, all price indices, on the same graph. I used autoplot (from the ggfortify package) to…
Gnosos
  • 47
  • 6
0
votes
1 answer

Best practice for customizing a versioned user interface?

How would the following scenario best be implemented: There is a standardized user interface for an application in version 1.0, e.g. an order form. This application gets customized to fit the needs of different customers. This could be an extra…
Bob
  • 5,510
  • 9
  • 48
  • 80
0
votes
1 answer

Bootstrap 3 and Less together

I wanted to use Bootstrap 3 and Less together. Here is what I did: installed Node.js installed Less using npm downloaded bootstrap source (in a different directory than my project's directory) copied the entire '/less' subfolder to my project's…
KHAN
  • 105
  • 2
  • 10
0
votes
2 answers

Customizing the size of a HTML body

I want to customize the body of the Wordpress Theme "attitude" in a way to remove the grey gap between the header (white space) and the top of the page. In other words, I want to remove exactly this grey gap and also the grey gap between the end of…
Maverick
  • 45
  • 1
  • 1
  • 5
0
votes
1 answer

Customizing DatePicker with fxml

I've added DatePicker with the help of Scene Builder into my fxml page. How can I customize its date and also set current date at initial? VBox vBox = (VBox) loader.load(); rootLayout.setRight(vBox); DatePicker checkInDatePicker = new…
Sreekanth
  • 31
  • 1
  • 11
0
votes
2 answers

Customizing a contact 7 form so email address sent to is based on variables chosen

Try to customize a contact 7 form so that the email goes out to different email address based on the values selected from the dropdowns. I'm not a programmer, just someone at home trying to build a website. Can someone help me with the code or point…
0
votes
1 answer

Custom css/sass style for asp.net mvc/jquery

I have a set of *.scss files that are compiled to my main.min.css file. There is variable with color (lets say $customColor) that is used in many very places. I have my users in database and one field is UserColor with hex rgb code. Now after login…
cadi2108
  • 1,280
  • 6
  • 19
  • 43
0
votes
1 answer

Samples Gallery on Eclipse similar to Eclipse marketplace

I want to implement a functionality in eclipse similar to eclipse market place. The main aim to show the list of samples/archives which are to be listed in the UI and the same can be imported into the Eclipse workspace. Can some one guide me on how…