lcappiello
Forum Replies Created
-
I want though a main gallery for lets say “Constuction” then in there different galleries of each job. Then I want a main gallery for “Demolition” with different galleries of each job.
I thought that by creating the gallery groups and the galleries it would have accomplished that? Yet I am not getting all my gallery groups being displayed.
https://lamayconstruction.com/wp-admin
support
Support1!Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive Tables ExtensionWhere can I find the responsive table plugin as I am having this issue as well the table is not displayed correctly on mobile devices?
I actually found it and fix it!!! I downloaded the extension already.
- This reply was modified 7 years, 3 months ago by lcappiello.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table Bordersawesome thank you!!!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table BordersGreat thank you, I tried to remove the border that is displayed on the right and bottom only with this below, but it is not changing anything??
.tablepress-id-2,
.tablepress-id-2 tr,
.tablepress-id-2 tbody td,
.tablepress-id-2 thead th,
.tablepress-id-2 tfoot th {
border: none !important;
}Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table BordersSorry about that its ready to go.
FYI: On the gallery page there is a sidebar image that I am tring to figure out how to remove from only that page at the moment.
THank you!!Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] column width problemperfect thank you!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] column width problemI tried the above but it does not seem to be changing my column widths. my website https://theperfectcut2.net/services/salon_services/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I tried also the below and it did not change anything. I need to have column 2 closer to column 1 so you can see the prices for each service better..tablepress-id-1 .column-1 {
width: 50px; !important;
}.tablepress-id-1 .column-2 {
width: 100px; !important;
}Any thoughts??
Thank you LisaForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] border for a only columnPerfect thank you !!! And I will remember the all caps rule. Have a great day thanks for the quick response.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] border for a only columnHOW DO I REMOVE THE BORDER? I TRIED TO ADD THIS WHICH I FOUND IN YOUR DOCUMENTATION. https://dev.meridianthesalon.com/mobile-app/
I DO NOT WANT ANY LINES TO BE SHOWN
.tablepress-id-2,
.tablepress-id-2 tr,
.tablepress-id-2 tbody td,
.tablepress-id-2 thead th,
.tablepress-id-2 tfoot th {
border: none;
}THANK YOU
LISAForum: Themes and Templates
In reply to: [Sugar and Spice] custom css for centering & listsThanks:)
Forum: Plugins
In reply to: [IDB Ecommerce (wpStoreCart 5)] Change order of info & remove bulletsI removed the bullets and centered the content with this in the theme
}
.wpsc-single-product {
list-style: none outside none!important;
text-align:center!important
}
.wpsc-price {
text-align:center!important
}
.wpsc-individualqty {
display: inline-block!important;
}
.wpsc-LoadProductVariation {
display: inline-block!important;
}
.wpsc-list-item-variation select {
display: inline-block;
margin-top: 15px;
}Forum: Themes and Templates
In reply to: [Sugar and Spice] custom css for centering & listsYOU ROCK!!!!! That did the trick. Thank you so very much for all of your help.
Lisa
Forum: Themes and Templates
In reply to: [Sugar and Spice] custom css for centering & listsOk that worked to move the quantity box to the center. I tried to apply the same to the Product Variation box because that didn’t move. I tried several variation but with no success.
}
.wpsc-single-product {
list-style: none outside none!important;
text-align:center!important
}
.wpsc-price {
text-align:center!important
}
.wpsc-individualqty {
display: inline-block!important;
}
}
.wpsc-LoadProductVariation {
display: inline-block!important;
}I am sorry for all this back and forth I am truly grateful for your help Riccardo:)))
Lisa
Forum: Themes and Templates
In reply to: [Sugar and Spice] custom css for centering & listsThis is what I have so far that I added. I can NOT figure out the boxes I have tried like crazy and nothing is moving those boxes. What you have above did not work. This is what it looks like now:( any thoughts? I used firebug so I did try the field names the box could be.
https://www.snaks5thavenchew.com/store/puppy-poppers-2/
}
.wpsc-single-product {
list-style: none outside none!important;
text-align:center!important
}
.wpsc-price {
text-align:center!important
}GRRRR………
Forum: Themes and Templates
In reply to: [Sugar and Spice] custom css for centering & listsReally what I am looking to see is the description under the product image and to the right that empty space have the quantity, and variables listed.
I can figure this out I have searched the web for hours now for this