Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter pod51

    (@pod51)

    I took onboard you’re very helpful advice and finished of the page I was trying to create.

    https://purevisioncleaning.co.uk/testimonials

    Many thanks for your help and you can consider this post closed.

    Thread Starter pod51

    (@pod51)

    Thanks again, I guess it’s the selectors I am struggling with overall bit thanks for the pointers and I will have a go at your suggestions.

    Thread Starter pod51

    (@pod51)

    Thanks for the help and it looks like I have a lot more reading to do. The things you commit to do as a freebie for a friend.

    I have just a couple more things I can hope you can guide me with.

    https://photos.app.goo.gl/Mh7q5h2UoJ8eMH2fA
    Feedback Form Page

    I feel I am so close to getting that right.

    And one more thing is the read more/read less on the testimonials page
    https://photos.app.goo.gl/WicMn9aWZsGLAzT99

    These are the only elements I need to change so if you could help that would be great and I will read the links you posted above.

    Many thanks for our help so far.

    Thread Starter pod51

    (@pod51)

    Surely an easy fix but I too can’t find any settings to change to stop it appearing. Hopefully the guys that have taken over the plugin can up their support game soon and help us out.

    I would also prefer an option to show random reviews rather than a numbered approach to showing reviews.

    Thread Starter pod51

    (@pod51)

    Hi Tobias,

    The shortcode I have used is [table id=10 responsive=scroll /]

    The theme is set to Fluid rather than fixed.
    Responsive Extension Installed.
    Visual Builder used for creating pages but have tried just text editor too.

    Thanks for taking the time to try and fix this issue too.

    Thread Starter pod51

    (@pod51)

    First many thanks for the reply but alas that doesn’t seem to have changed much.

    .tablepress {
    	word-wrap: normal;
    }
    
    .tablepress thead th,
    .tablepress tfoot th {
    	background-color: #b40400;
    }
    
    .tablepress .odd td {
    	background-color: #b40400;
    }
    
    .tablepress .even td {
    	background-color: #000000;
    }
    
    .tablepress .row-hover tr:hover td {
    	background-color: #2b2323;
    }
    
    .tablepress tbody td {
    	font-family: Lato;
    	font-size: 12px;
    	color: #ffffff;
    }
    
    .navigation.pagination .paging-nav-text {
    	color: #000000;
    }
    
    body,
    input,
    select,
    textarea,
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    input[type="number"]:focus,
    input[type="tel"]:focus,
    input[type="range"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="week"]:focus,
    input[type="time"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="color"]:focus,
    textarea:focus,
    .navigation.pagination .paging-nav-text {
    	color: #000000;
    }
    
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="url"],
    input[type="color"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="time"],
    input[type="week"] {
    	-webkit-appearance: none;
    	-moz-appearance: none;
    	appearance: none;
    	background-color: #ffffff;
    	border: 1px solid #404c4e;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.06);
    	box-shadow: inset 0 1px 3px rgba(0,0,0,0.06);
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
    	color: #404c4e;
    	font-size: .9em;
    	margin-bottom: .75em;
    	padding: .5em;
    	-webkit-transition: border-color 150ms ease;
    	transition: border-color 150ms ease;
    	width: 100%;
    }

    Is there anything stupid I have done here. It’s been a long time since I tried wordpress and mobile devices weren’t so prevalent back then so excuse my newbie skills.

Viewing 6 replies - 1 through 6 (of 6 total)