borzoid
Forum Replies Created
-
I have tried in a different version of iPhone and the calendars are there but they are big and show up partially off the screen and are unusable.
Thank you
Forum: Plugins
In reply to: [Fancy Fields For WPForms Including File Upload] Date FieldThank you for the great support – working now.
I do have a question though regarding the use of days. The days are not counted in the quantity. Currently if a person books 7 days and adds them to their cart it only shows a quantity of one – not a quantity of 7. This makes it difficult to set up discount rules based on quantity (number of days). Is there a setting to change this?
Thank you. Since I can only find one plugin that could do this (a paid plugin) we decided to simplify the booking and use Days instead of hours and add the “type of stay” as an attribute to the woocommerce product.
Connie
Forum: Fixing WordPress
In reply to: Change excerpt per widgetHi, I am using Extended Featured Widget
The widget offers
full content (of which ours is too long)
excerpt (which is too short and if we adjust it other areas of the page which use exerpts are affected)paragraphs, links and formatting are kept through a functions function.
or
Count – which allows you to set your own length for that widget. This is great and helpful but when used – all paragraphs and formatting are lost.We can get around this by using manual excerpts however may not be able to count on all authors doing this or knowing the best excerpt length to use.
Solutions: 1. assign custom excerpt length via a function or template for just that “div”. or 2. Modify the plugin to save/ excerpt formatting.
Forum: Plugins
In reply to: [BH Custom Preloader] Plugin page links distortedHave you found a fix for this issue?
Forum: Themes and Templates
In reply to: [DevDmBootstrap3] Show Left sidebar on one page template onlyNo worries – that’s exactly what I did once I figured out how the col-# was calculated.
Done some reading on the Less stuff – not using it but maybe in the future. Thanks for the link.
While I have your ear – have you ever tried to implement equal column heights with jquery? Trying to but it’s not getting the correct children divs.
Forum: Plugins
In reply to: [Horizontal scrolling announcement] plugin 7.2 does not workHi, here is a helpful tip in case anyone else is running into this problem. in addition to needing to restart the plugin, I found another issue that causes it to give the “no announcments” message. If you copied and pasted the php code from the developer’s website you have this.
<?php newannouncement( $group = “GROUP2″ ); ?>
This does not work because of the smart quotes. If you change it to this:
<?php newannouncement( $group = “GROUP2” ); ?>
It starts working fine. Hope this helps andyone
Forum: Plugins
In reply to: [Email Users] Change email headersThank you for the quick response. I can live with that – just had a recipient question it so needed to ask.
Forum: Plugins
In reply to: [Store Locator Plus?] New User auto SL entryHi, have you found a solution for this? I need to have members locations searchable by visitors and this seems like it would work for me.
Forum: Themes and Templates
In reply to: line-height: 3.692307692; ??? [twentytwelve]Thank you all for the input. It’s starting to fall into place for me.
Forum: Themes and Templates
In reply to: line-height: 3.692307692; ??? [twentytwelve]ahh – ok, Since those lines start at line 484 of the stylesheet it was sort of a Which came first, the chicken or the egg? feeling.
in extending this further, in the reset near the top of the stylesheet the “html” font-size is set to 100% and then on line 481 html font-size is 87.5%
is this related too or does it affect (or is affected by) the rembase calculated font sizes?
Once I am comfortable in how they work together I can maybe move over to a rembase of 10 so that I can work with the theme easily (sans calculator).
Forum: Themes and Templates
In reply to: line-height: 3.692307692; ??? [twentytwelve]Thank you for all these posts – I have been trying to read up on the rem usage but I too am baffled by the depth of precision in these figures.
I also had the question – why $rembase: 14; ?
Would it not be much easier to calculate rem sizes throughout the theme with a base of 10? Am I missing something here? Was the number 14 chosen for a specific reason?
Forum: Plugins
In reply to: [Advanced Editor Tools] [Plugin: TinyMCE Advanced] Buttons not showingJust wanted to post that I found the solution to this problem here:
By just removing that styles button the interface showed up again. Haven’t tested all the features but it’s there now.