brad1004
Forum Replies Created
-
Forum: Plugins
In reply to: [Video Background] Help using mix-blend-modeFigured this out,my container was using :
left: 50%;
transform: translateX(-50%);Which interferes with mix-blend-mode .
Hope this helps someone else!
Forum: Plugins
In reply to: [Database Backup for WordPress] PHP 7.2 Deprecated: Function WarningHi @akky
Thank you for your reply and included link.
Yes the fix removed the warning for me, tested with both php 7.2 & 7.3
All the best
BradForum: Plugins
In reply to: [WooCommerce] Shortcode Is it OK to use a variable as an attributeHi Riaan
Thank you for your reply and link, greatly appreciated
I will consider using that method – I have stock control and the option to purchase multiple items displayed in the shortcode using this article
https://nicola.blog/2015/05/04/add-the-quantity-field-to-the-add_to_cart-shortcode/#comment-28875.All the best
Forum: Plugins
In reply to: [WooCommerce] Simple Product => missing grouping fieldHi all
An update for anyone else experiencing the same issues.
Currently there is a lot of documentation around regarding grouped products and most of this is related to WooCommerce version 2 – the new version has a completely different way of creating grouped products
I found WooCommerce support linking to this article https://www.sellwithwp.com/creating-woocommerce-grouped-products-version-3-0/ on a similar thread.
All the best
BradForum: Plugins
In reply to: [Event Organiser] COLOR DATE IN FULL CALENDARHi Stephen
Hope all is well.
I found bilweb’s post when searching for the answer to what I think is the same question.
We have some events that last a day and other events that last weeks and overlap.
Is it possible to set the colour used for a specific event on the full calendar.
This is just to make it easy to see which events stretch weeks.
Any help would be appreciated
Kind Regards
BradForum: Plugins
In reply to: [FeedWordPress] SSL certificate did not match the requested domain nameHi
The issue is with https://www.irishconstruction.com/
Try it in a new browser – it looks like your cert does not include the www
I think your cert was issued without the www – this needs to be selected when requesting the cert – you will need to get your SSL cert reissued to include the www bit
This is definitely the problem
ATB
BradForum: Plugins
In reply to: [FeedWordPress] SSL certificate did not match the requested domain nameThis does not sound like the error I experienced
It could just be that you have not configured your cert to be used by both yourdomain.com and https://www.yourdomain.com
Hope that helps.
Kind Regards
BradForum: Fixing WordPress
In reply to: admin toolbar missing – help!Thanks @mikemeinz
My Missing Admin bar was just a cache issue!
In my case I have recently added caching to my .htaccess file.
Not seen this issue before – your reply has certainly saved me some serious time troubleshooting
ATB
BradForum: Plugins
In reply to: [FeedWordPress] SSL certificate did not match the requested domain nameJust a follow up for anyone else have this issue.
I have just setup my new server to be able to switch php versions and changing to PHP version 5.6 for this domain fixes this issue.
Found a work around supplied by @will83 on a different post that works for me
Added to the field that you do not want editable – works for me.strip_tags(get_field('MyFieldThatShouldBeNotEditableInFrontEnd'))
May I second this request.
Kind Regards
BradForum: Plugins
In reply to: [Meteor Slides] separate slider for smartphonesHi, I now have this working and below is a working example.
I have two slideshow
- one for desktops slides are 1000px wide by 300px high
- one for mobiles slides are 500px wide by 600px high
1) In my Meteor setting I set my slideshow size (before uploading any images) to width: 1000px and height 600px .
2) In my case I was using the php template tag so these are my two code inserts
<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow( "desktop", "height: '300'", "width: '1000'" ); } ?>
<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow( "mobile", "height: '600'", "width: '500'" ); } ?>
This will of course work with the normal shortcode.
Hope this helps someone..
BradForum: Plugins
In reply to: [Meteor Slides] separate slider for smartphonesI have also tried this
<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow( "front-mobile", "height: '670'", "width: '500'" ); } ?>
Kind Regards
BradForum: Plugins
In reply to: [Meteor Slides] separate slider for smartphonesHi Josh
I hope all is well.
May I ask when creating two slideshows as you have mentioned and coding them into a template how do you set the height and width?
I have tried using the metadata as mentioned but I am not sure how it should be coded..
This is what I want to work
<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow( "front-mobile", "height:670 , width:500" ); } ?>
Any help will be greatly appreciated
Kind Regards
BradForum: Plugins
In reply to: [Event Organiser] Past Events are still showing on CalendarsHi Stephen
Thank you for your reply – greatly appreciated.
Yes I have enabled delete events automatically – which works for one off events – Is there a way to remove recurring events from the calendar once actual date of an instance has passed?
May I ask if you know of any third party calendars that work with your great plugin and allow display control of expired events?
Kind Regards
Brad