cityfox
Forum Replies Created
-
Hi,
thank you again for your help. It’s much appreciated.
I deactivated all plugins except for “TablePress” and “TablePress Extension: DataTables Buttons”. Then I switched to default theme “TwentyFifteen”.
Unfortunately the buttons still don’t show up. So I don’t know where to search for. After deactivating the plugins and switching to default theme I checked the error log console. It shows exactly the same error as before. In addition it shows three errors:
GET http://i0.wp.com/wp_user_avatar 400 (Bad Request) (index):254
GET http://i0.wp.com/wp_user_avatar 400 (Bad Request) (index):255
GET http://i0.wp.com/wp_user_avatar 400 (Bad Request) (index):1These errors are obviously related to the Plugin “WP User Avatar”. But it seems that this is not relevant for the problem because deactivating this plugin makes no difference.
I need to find a solution for printing the tables. Do you have any idea what I can try? Or may there is another way for printing the tables?
Regards
Merle
Hi,
thank you for your advice. Before deactivating all other plugins and switching to a default theme I just took a look at the browser error log console. There is one error. It says:
Uncaught TypeError: a.i18n is not a function buttons.html5.min.js?ver=1.0:17
The link refers to this file:
../wp-content/plugins/tablepress-datatables-buttons/js/buttons.html5.min.js?ver=1.0It seems like the error is caused by a file of the TablePress Extension.
Regards
Merle
Hi again,
here are some cases with different settings to illustrate the problem:
1)
– One table an a page with shortcode [table id=1 datatables_buttons=”pdf,print” /]
– “DataTables Buttons” plugin is activated
– JavaScript library is activated for the table
–> Background colors are missing2)
– One table an a page with shortcode [table id=1 /]
– “DataTables Buttons” plugin is activated
– JavaScript library is activated for the table
–> Background colors are displayed3)
– Two tables an a page with shortcode [table id=1 datatables_buttons=”pdf,print” /] and [table id=2 datatables_buttons=”pdf,print” /]
– “DataTables Buttons” plugin is activated
– JavaScript library is activated for both tables
–> Background colors are only displayed for the second table4)
– Two tables an a page with shortcode [table id=1 /] and [table id=2 /]
– “DataTables Buttons” plugin is activated
– JavaScript library is activated for both tables
–> Background colors are displayed for boths tables4)
– Two tables an a page with shortcode [table id=1 /] and [table id=2 datatables_buttons=”pdf,print”/]
– “DataTables Buttons” plugin is activated
– JavaScript library is activated for both tables
–> Background colors are only displayed for the first tableIn every case the buttons (print and pdf) are missing.
Hope that helps.
Hi,
unfortunately this is not possible. The website is an Intranet site that is located on a local server and not accessible to the public.
I now that it is difficult to analyze the problem without seeing the page. I’m thankful for any advice.
Hi Alex,
any news on that?
Cheers,
MerleForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Fixed first rowHi,
I also would appreciate the possibility to fix the first row for a table with horizontal scrolling.
Regards
cityfox
Forum: Plugins
In reply to: [amr ical events lists] Show attendees from icsSo sorry for my late response. First I was out of office, then I hat some other urgent things to do. After that, I tested your update but couldn’t make the attendees show up. I spoke with my IT colleague who has always lot to do so I had to wait for support. Finally he found out that the attendees are not included in the ics file. After some testing he gave up and said that it must be a Microsoft problem.
I’m so sorry that I haven’t found out earlier that the problem is on our side. I hope that others will benefit from your solution. It would be so great to have the possibilty to show attendees on our Intranet site but my IT colleague said we can only wait and hope that Microsoft will offer the option to include attendees in the ics file soon.
Forum: Themes and Templates
In reply to: [Origamiez] Custom settings for meta data on pagesHi Alex,
thank you so much for the update. It solved my problem.
I noticed that with the new version the layout of the Page Magazine Template has changed. The widget titles in the left and main area aren’t surrounded by sloping lines anymore. I liked the sloping lines but the new layout also looks good. 🙂
Best
Merle
Forum: Themes and Templates
In reply to: [Origamiez] Custom settings for meta data on pagesI have sent you an email with the screenshot.
Forum: Plugins
In reply to: [Post Notif] Change color for confirmation in widgetHi Devon,
thanks again for the quick and helpful response. I made it work by doing this:
File
../post-notif/public/views/post-notif-public-display-sub-prefs.phpI surrounded the greeting
<div id="id_sub_prefs_greeting"> <?php echo $sub_prefs_greeting; ?>and added this code in my child theme’s css file:
#id_sub_prefs_greeting { color: red; }File
../post-notif/public/views/post-notif-public-display-unsub.phpI surrounded the greeting:
<div id="id_unsub_greeting"> <?php echo $unsub_greeting; ?>and added this code in my child theme’s css file:
#id_unsub_greeting { color: red; }cityfox
Forum: Themes and Templates
In reply to: [Origamiez] Custom settings for meta data on pagesI’m out of office till monday. I can send you a screenshot on monday.
Forum: Plugins
In reply to: [Post Notif] Change color for confirmation in widgetHi Devon,
an additional question concerning the same kind of issue came up:
How can I set custom color for the messages “Subscription preferences updated page greeting” and “Unsubscribe confirmation page greeting”?
I took a look at the source but cannot find a specific selector. The sentences are placed between paragraph tags without an ID or a class. It would be great if I can set custom colors. Especially for the “Subscription preferences updated page greeting” because this message could easily be missed when it has the same color as the whole text on the page.
Best
cityfox
Forum: Themes and Templates
In reply to: [Origamiez] Two sidebars – extra templatesThree cols layout for posts and pages has been added with last version. Thanks again! I mark this as resolved.
Hi Alex,
just wanted to know if this feature is still on the list for next version.
Best regards
cityfox
Hi Devon,
you can download v1.2.6 here:
Origamiez v1.2.6In v1.2.5 there is a bug: If you use a child theme and set custom colors (admin –> appearance –> customize) the theme’s skin and typography is not working. I use v1.2.6 with a child theme (only for small css changes such as styling lists).
Best
cityfox