pacey86
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Foogallery shortcodesHello, thanks for the suggestion! I’ve checked in Foo Gallery and there is a lazy loading option which I’ve disabled. Of course, this feature is useful elsewhere on the site, so I’m using another image plugin to only remove lazy loading from that particular page. Looking this issue up on Foo Gallery forums seems to suggest it’s a common issue..
Thanks!Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Foogallery shortcodesThank you. I’ve just sent the link.
Of course, the discussion can continue here so that others might benefit if a solution is found!Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Foogallery shortcodesHow can I send the link as a private message?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Embed codes do not workThat’s a shame.. Thanks anyway!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Embed codes do not workThe lightbox code should have read:
<a href="https://www.URL.com/image.jpg" class="ari-fancybox"><img src="https://www.URL.com/image.jpg" width="140" height="140"></a>I found a solution!
I installed the extension “TablePress Extension: Row Details” and used the following shortcode to trigger the collapse:
[table id=1 datatables_row_details=true datatables_row_details_columns="D-H" /]After which the “Responsive Tables” extension doesn’t seem to be needed.
Forum: Themes and Templates
In reply to: [Ving] How to edit main.cssAh that works! Thanks!
Forum: Themes and Templates
In reply to: [Ving] How to edit main.cssI’ve not come across that before. How could I use that to make the following code, for example, override the same code in main.css?
h1, .h1 { font-size: 30px; }