Daniel Maier
Forum Replies Created
-
Got it, that’s what I was afraid of. š
Thank you for your help.
Oh I see that Tobias. However, adding 200px will force that center column to be at 200px right? I would like it to be automatic and fill the remainder of horizontal space.
Iām not quite sure how to accomplish that yet.
Any suggestions?
Thank you for your help!Well, I feel stupid now. š
Thank you for letting me know about that Tobias.I have another issue now.
On this page the custom CSS I created is not working because the .column-2 is getting an inline CSS of width: 0 px;
Here’s the code:
<th class="column-2 sorting" tabindex="0" aria-controls="tablepress-46" rowspan="1" colspan="1" style="width: 0px;" aria-label="Subject: activate to sort column ascending">Subject</th>The same happens for the other tabs on this page. It is strange that the custom CSS works just fine for the first tab though.
Any ideas? Thank you so much!
- This reply was modified 8 years, 6 months ago by Daniel Maier.
I have been troubleshooting my installation and could not find anything. I’m glad the bug was found and it is being worked on.
Thank you!
Forum: Plugins
In reply to: [The Events Calendar] Last Update Causes IssuesIt seems to be working for me as well.
Hello,
Yes, I’m using now 5.8 version. The issue still persists.
No issue when I disable Yoast SEO.
The console is clear when I try adding a new page. But I still get the following database error:
INSERT INTO
wp_yoast_seo_meta(object_id,incoming_link_count) VALUES (36726, ‘0’) /* From [domain.org/wp-admin/post-new.php?post_type=page] in [/website/wp-content/plugins/wordpress-seo/admin/class-database-proxy.php:47] */
Duplicate entry ‘36726’ for key ‘object_id’However, after you publish the page the error goes away, it only happens on new posts.
Thank you.
Forum: Plugins
In reply to: [The Events Calendar] Conflict with ACF (Advanced Custom Fields)It seems it fixed for me. Thank you!
Forum: Plugins
In reply to: [The Events Calendar] Conflict with ACF (Advanced Custom Fields)@61pixels that’s good that they have the check for ACF but if it is not working it does us no good. But I’m also sure they will fix it soon. š
Yes, I also see with a bunch of other plugins. Would it be nice if they would be a little less lazy and perform checks to only load their resources where they are used, instead of loading them globally. However, I also don’t know if there may be other reasons for that, I think it depends on each application but generally I don’t see why they should be loaded globally.
I have also seen plugins to do exactly that, force other plugins to only load their resources on their specific pages. Here’s an example for NextGen Gallery (https://wordpress.org/plugins/nextgen-gallery-optimizer/).
Here’s another fix for this bug with The Events Calendar:
https://wordpress.org/support/topic/last-update-causes-issues/#post-9672073
Forum: Plugins
In reply to: [The Events Calendar] Conflict with ACF (Advanced Custom Fields)@61pixels I have the same question! Why would they load their resource everywhere. This is terrible for overall performance.
Now we have to come up with hacks to user their software. Has anyone heard if they even addressed these issues with the latest version? All I got from them was the standard message asking to do the compatibility test and so on.
Forum: Plugins
In reply to: [The Events Calendar] Google Maps bug in ListView related to 4.6.3 releaseI’m also experiencing an issue that could be related to the Google Maps (Uncaught TypeError: Cannot read property ‘max_lat’ of null) :/
Forum: Plugins
In reply to: [The Events Calendar] Last Update Causes IssuesSimilar situation here. I use Advanced Custom Fields (ACF) and the latest version of “The Events Calendar” affected the repeater fields which most are dropdown fields as well. After the resources for The Events Calendar loads it overrides the normal dropdown fields into links.
I rolled back to version 4.6.3 alongside of Events Calendar PRO 4.4.19 and Filter Bar 4.5.1 and it goes back to normal.
Is it possible to only load The Events Calendar resources when you are in the Events Calendar area, instead of loading globally in the back-end?
Please advise & thank you!
Hi Tobias,
Thank you for providing that. It worked perfectly!
Regards,
DanielHi there,
It seems the section that I mentioned for the module.nextgen_gallery_display.php file is the same on the old and new repositories.
I still have that issue and I have no clue what is causing it.
This is the file on the new repository (line 197):
Any assistance is appreciated. Thank you.
@imagely I believe everything is ok with the
rel="stylesheet"I just checked the source code of my website and the line for what NextGEN gallery has added we haverel="stylesheet". However, we are still receiving the warning when editing anything on our WordPress.Resource interpreted as Stylesheet but transferred with MIME type text/html: "https://ourdomain.org/?ngg_serve_fontawesome_css=1&wp-mce-4603-20170530". k @ wp-tinymce.php?c=1&ver=4603-20170530:5 (anonymous) @ wp-tinymce.php?c=1&ver=4603-20170530:5 e @ wp-tinymce.php?c=1&ver=4603-20170530:4 (anonymous) @ wp-tinymce.php?c=1&ver=4603-20170530:4 l @ wp-tinymce.php?c=1&ver=4603-20170530:4 (anonymous) @ wp-tinymce.php?c=1&ver=4603-20170530:4 e @ wp-tinymce.php?c=1&ver=4603-20170530:4 q @ wp-tinymce.php?c=1&ver=4603-20170530:5 y @ wp-tinymce.php?c=1&ver=4603-20170530:14 q @ wp-tinymce.php?c=1&ver=4603-20170530:14 (anonymous) @ wp-tinymce.php?c=1&ver=4603-20170530:14 (anonymous) @ wp-tinymce.php?c=1&ver=4603-20170530:5 b @ wp-tinymce.php?c=1&ver=4603-20170530:3 r @ wp-tinymce.php?c=1&ver=4603-20170530:5 l.(anonymous function).l.(anonymous function).l.(anonymous function).l.(anonymous function) @ wp-tinymce.php?c=1&ver=4603-20170530:5 f @ wp-tinymce.php?c=1&ver=4603-20170530:5I also see the following included in the enqueue:
<link rel='stylesheet' id='fontawesome-css' href='https://ourdomain.org/?ngg_serve_fontawesome_css=1&ver=4.6.1' media='all' />However, the following URL: https://ourdomain.org/?ngg_serve_fontawesome_css=1&ver=4.6.1 doesn’t seem to load anything. I’m also not sure how Imagely wrote that portion that loads Font Awesome in the admin area. (https://github.com/crowdfavorite-mirrors/wp-nextgen-gallery/blob/master/products/photocrati_nextgen/modules/nextgen_gallery_display/module.nextgen_gallery_display.php)
Shouldn’t this URL take you to a CSS file for Font Awesome?
Thanks.