nickdgreen
Forum Replies Created
-
Forum: Plugins
In reply to: [Ditty – Responsive News Tickers, Sliders, and Lists] Elementor ImageBoxI’ve added some css to the figure element – so sorted.
Forum: Plugins
In reply to: [Code Snippets] Error when importing snippetsClean new site (just adding ‘base’ plugins) version 3.2.2 import fails on all exported snippets.
Forum: Plugins
In reply to: [Simple Tournament Brackets] Incorrect HeadingThat would be the most pragmatic solution – Thanks. I’ll have to add some narrative for now.
Forum: Plugins
In reply to: [Simple Tournament Brackets] Incorrect HeadingThe Update fixed the uncategorised issue – thanks for the prompt update. There is still an issue with the naming of columns. You can see it on the page I quoted before where you only have a small number of entrants the rounds, semi-final and final don’t stack up. Reading from Right to left the heading should be: winner, semi-final, quarter-final, round x, round x-1, round x-2. So if you only have 8 entrants it should start at the quarter-final, if you only have four it should start at the semi-final. I suppose you need to count the number of entrants to establish the starting point of the headers:
2=Final
4=Semi-final,Final
8=Quarter-Final, Semi-final, Final
16=Round 1, Quarter-Final, Semi-final, Final
32=Round 1, Round 2, Quarter-Final, Semi-final, Final
etc.Forum: Plugins
In reply to: [Simple Tournament Brackets] Doubles GamesYou can see what I’m wrestling with on this page on my test site. Can’t seem to get the right css settings. https://elementary.websitesdesigned4u.com/tournament-page/
Forum: Plugins
In reply to: [Simple Tournament Brackets] Doubles GamesAt the moment I’m having to play around with css to extend the length of the competitor box and the result headings for the project I have. It’s a number of competitions that can be single competitors or teams of two, three and four players. The teams don’t have names (it’s internal club competitions). So I need longer than the standard boxes and then I’ve got to get the lines to match up. It would be great if this was more “automatic”.
Forum: Plugins
In reply to: [Simple Tournament Brackets] Doubles GamesThanks for the swift reply. I think the main cause of my problem was an “odd” number of entries! I’m cracking on with the plug-in now.
Forum: Plugins
In reply to: [Complianz - Terms and Conditions] Terms and Conditions download 404 errorThanks for the direction – changed a setting in iThemes security and it now works fine.
Hi Rogier,
I identified the issue with the collapsed text a setting in Elementor had flipped from 1.2em to 1.2px. Odd that it only happened on one site.
One that has happened on two sites (I’ve updated so many today I’ve lost track) but the last one I did the Introduction has a box shadow.
https://www.the-stag-maidwell.co.uk/cookie-policy-uk/
All of the sites use the Elementor Hello Theme with a Child Theme that just adds some functions like globally disabling the page title.
If you need I can create some credentials for you.
I thought I had copied it from here but obviously not – my bad. Works perfectly with a tweak to 300px. Thanks for the help, Tobias.
Perhaps a future enhancement would be for the Table ID column width to be “draggable” in the dashboard.
Hi Tobias,
Thanks for the super swift response. I tried adding the code you supplied and it wouldn’t add as it threw an error.60: add_action( 'admin_print_styles', 'nickdgreen_tablepress_id_column_width', 20 );
Caused:
Your PHP code changes were rolled back due to an error on line 60 of file wp-content/themes/hello-elementor-child/functions.php. Please fix and try saving again.syntax error, unexpected ‘&’
Just to test I rem’d out that line and it then didn’t like the ' in the “if” statement.
Zorem,
Have you tested it with elementor?Zorem,
I had a look at WooCommerce Single Product Page [Visual Hook Guide] but it is way over my head. I Have tried every option in the Product restriction message position and none of them displays the message. The Short description is included with my product page. The shortcode doesn’t work either and actually displays the shortcode text. I’m using Elementor as a page builder so I deactivated Elementor and retested and the message is displayed using the option “after short description”. It appears that this plugin does not work with Elementor and that is unfortunate because it has exactly the functionality I need.Zorem, thanks for the quick response I’ll check that out.
Regards,
NickForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Out of Stock VisibiltyWoW – Just Wow. You are some sort of coding Ninjas.