Lindsay Heydon
Forum Replies Created
-
Forum: Plugins
In reply to: [Cyclone Slider] Slider flashing \ jumping on page loadOK… to stop the jump (but not the flash). i.e to stop the rest of the page jumping up because the space the slider will occupy is drawn prior to the slider loading… used the CSS below on the slider’s container.
.slider-container {
height: 0;
padding-bottom: 26%;
width: 100%;
}I have made a note here hoping it might helps someone else. If anyone has any ideas on the flash, that’d be great.
Forum: Plugins
In reply to: [Cyclone Slider] Slider flashing \ jumping on page loadOK, what I have deduced so far…
It’s the effect of initializing the slider at the window.onload event. Because image dimensions are not realised until the window.onload event, there is a discrepancy between the initial and realised height of the slider.
I can define a height in CSS to avoid this issue, but the slider will no longer be responsive.
I note that the support isn’t very active here, but is there any likelihood of a ‘fix’ or workaround of any kind?
Forum: Plugins
In reply to: [Cyclone Slider] Slider flashing \ jumping on page loadAnother follow up:
Added below to the CSS (i.e. added exact dimensions of image) and now works perfectly – except of course it’s not responsive.
.cycloneslider-slides {
height: 300px;
width: 1140px;
}Forum: Plugins
In reply to: [Cyclone Slider] Slider flashing \ jumping on page loadPS just noticed also that if I refresh in the back end when in Edit Slideshow the Slider Preview also jumps…
Forum: Plugins
In reply to: [HMS Testimonials] Group availability when adding new testimonialOK, many thanks… and it should be included in this option…
2. Minimum role to add/edit testimonials: (rather than the moderator one). My mistake.
Thanks again.
Hi there is availability, it just starts in May. Many thanks for your help, Lins
Not a problem. I’m wondering if it’s because we aren’t using PayPal? It would still be nice to see it next to the price though?
https://pembrokeshirefarmbandb.co.uk/the-teal-room1/
Many thanks for your help. Lins
PS Discount, I selected 5 days booking (-10%).
In the calendar if I select 1st June to 5th June I get the discount, but for B&B’s this is slightly confusing as it’s a night’s stay the discount is based on – and this would only be four nights. Not the end of the world now I’ve figured it out but worth mentioning maybe?
Forum: Plugins
In reply to: Plugins > Add New all emptyThis will be no help to anyone but just discovered having the same issue.
My Popular tags are 1 3 h P W w – but other than that issue is identical.
I’ve also tried updating WordpPress but no change. It’s only affecting one of my sites.
Any ideas would be great.
Lins
Oh no I didnt expect a special update, but if you can include the tiny modification in the next release please.
Your plugin causes an error, but the fix is so simple and will save people having to manually change the core files of your plugin.
Many thanks… it’s a great plugin btw. Thanks again ??
Hi there… no you don’t have to change anything on the servers, just change the link you use from:
define(‘WP_RP_STATIC_BASE_URL’, ‘https://dtmvdvtzf8rz0.cloudfront.net/static/’);
to:
define(‘WP_RP_STATIC_BASE_URL’, ‘//dtmvdvtzf8rz0.cloudfront.net/static/’);That is you just need to remove http: from line 3 in wp-content/plugins\wordpress-23-related-posts-plugin\config.php, then all works fine. I have tested on live site. Many thanks, Lins
Forum: Plugins
In reply to: [WooCommerce] Hide WooCommerce Settings in admin panelThank you very much. I really wanted to do without another plugin though, and above code seems so close… Yet so far. Anybody see what I’m doing wrong? Lins
Forum: Plugins
In reply to: [WooCommerce] Hide WooCommerce Settings in admin panelHi, exactly what I wanted, tried both versions immediately above and put in at the end of the functions.php file in my theme’s folder. Nothing.
It’d be great as well to make it only available to the Administrator and hide for all others. I think it would follow this format, but any pointers to make the whole thing work would be great.
// remove for all but administrator
if ( ! current_user_can(‘manage_options’) ) {
add_action( ‘admin_menu’, ‘my_remove_menu_pages’, 999 );
function my_remove_menu_pages() {
remove_submenu_page(‘woocommerce’, ‘woocommerce_settings’);
remove_submenu_page(‘woocommerce’, ‘woocommerce_status’);
}}Lins
Forum: Plugins
In reply to: [WP Gift Certificate Lite] Email Links do not workOK, not sure where that went…. did it go to my hotmail account? I can’t seem to find it in Junk. If resolved could you just let me know here… many thanks for all your help. I’ll encourage my client to purchase if it’s working, so we can use GBP. Thanks again.
Forum: Plugins
In reply to: [WP Gift Certificate Lite] Email Links do not workJust to let you know that I sent you an email… ?? Thanks very much for your help.