Ipanema
Forum Replies Created
-
Forum: Plugins
In reply to: Plugin hotel without bookingThank you! I haven’t found any plugin like that. I’ve been looking at some themes, but they’re all paid and I don’t seem to find one that totally works for me. I just wanted a plugin or theme that allowed me to add different apartments or villas in a specific location with information about them and the ability to search by map location. I also wanted a search menu on the homepage..I’ll keep researching..thank you!
Forum: Plugins
In reply to: Plugin hotel without bookingHello,
I was looking for a plugin for accommodations. With options to add different hotels,pricing, room options, map location, etc. Just like a booking site for hotels, but without the booking system since I want them to email me for that since I wouldn’t have many accommodations there. Thank you anyway for your help cubercolour!
Forum: Plugins
In reply to: Plugin hotel without bookingHi cubecolour,
I meant a plugin for a hotel with number of rooms, price, pictures, location, etc, but without the booking system. Thank you!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] 3 colums responsiveHi Tobias!
Thank you so much for your responses! I activated it again and it doesn’t exactly messes up my site, but the first 2 rows (which are now the first 2 columns) don’t adjust well. I think it’s because it´s a h2 and h3. Let me know if you have any idea of why this could happen. Thank you!!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] 3 colums responsiveHi Tobias! Thank you for your quick response. I added the closing and it seems to be working fine now.
I would like to use the responsive-table extension because if I add more packages it’s going to be hard to read with such small fonts.
I activated the extension correctly now and added the shortcode, but it messes my page up. I don’t have it activated now, but I was wondering if it could be because I have the table inside of another plugin.
I have another question, but I’m not sure if I should post it in a different thread:
I wanted to add a discounted price next to the old price on the same cell and same line. I added a code for the discounted price to be red and with a line across. This is the code I added to the plugin options:
.tablepress .pricing {
color: #CE0914;
text-decoration: line-through;
}and the following code in the cell:
<div class=”pricing”> 2000€ </div> 1500€
They display one on top of the other. Do you know if I could have both prices on the same line?
Thank you so much!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] 3 colums responsiveHi Tobias,
Thank you for your response! I added the following code under the CSS on my website. I also tried adding it under the Plugin options but it gets deleted:
@media (max-width: 767px) {
.tablepress tbody td div p {
font-size: .8em !important;
}I also added extension you suggested (responsive-tables)and changed the shortcode to [table id=8 responsive=”all” /] but It doesn’t seem to work 🙁