Penderis
Forum Replies Created
-
Sincere apologies, I have now installed it on a subdomain clean and step for step added plugins and cannot replicate issue. Will assume that this is something inside my vagrant environment . Thank you for help. If find issue due to vagrant will update as cautionary tale.
Forum: Plugins
In reply to: [WC Fields Factory] Number Filed always show the validation message@saravana, Although your recommendation works. How can I get the after summary placement form to work also?
Forum: Plugins
In reply to: [Dutch auction masters] Ajax does not work/###
I am no expert and this is all from 4hours of trying to get things to work on a auction with a reserve price of 27million. Anything I say may be wrong if so feel free to correct me.
###/Hi yes , the auction is over now , I forced the ajax load to be skipped by loading all 200 items same time , I changed the $per_page variable you have in both locations.
I did have a issue with cache disabling bidding buttons but during the auction but disabled cache when I realized, also the base value of product is kinda irrelevant , what happened is I have a Buck for 700,000 starting price then people go and type in 400,000 because I put 0 for default value since I only care about my starting price.
I am just guessing this is the only reason they could bid less. Think the best is not to rely on passing off so much of your ajax to knockout and instead build the interactions to work with php and wordpress pagination by default, I did see that the ajax query sends a &category=undefined&keyword=undefined when I went into your knockout ajax handler I think (I am no expert was just desperate) I assigned the ajax to be hard coded eg where you do category + somevariable + keyword ect. this all comes from your php where you do a check for the category then return “” if not true but when I tried using a seperate ajax pagination plugin the problem I think is that it is not part of the default wordpress posts table (again speaking under correction) but the plugin could not find the auction lots because it does not register the categories and post ids , you save it to your own table ,
Thank you for this cant imagine even getting the auction done with that useless Ultimate auctions.
Forum: Plugins
In reply to: [amr shortcode any widget] Display Widgets side by side (horizontal)It is best to use a grid in combination with functional shortcodes such as this great widget plugin. I recommend you use column-shortcodes – it is from my experience one of the few tht also allow for nested grids, giving you ultimate layout functionality in combination with amr shortcode widget.
Forum: Themes and Templates
In reply to: [Virtue] Child Theme – design changesHi, as for the fullwidth situation it is best to just generate a child theme then add a new template for eg: No-grid stripping away the container object, this will make content too full but with a few shortcodes since virtue uses bootstrap ebs plugin is good, or virtue own grid maybe, but you just need something that will contain your content to a max width wrapped with a div that gets assigned a colour, I also use myshortcodes plugin to generate content boxes and set variables for background and text colour to alternate. Another great use for myshortcodes plugin is to trash bootstraps useless grid that uses padding with a grid that uses true columns eg margin so borders do not go against each other.