ME
Forum Replies Created
-
Thanks a lot ! Did work perfectly 🙂
2.2.4 on, and the issue is still occuring.
Fatal error: Uncaught TypeError: Argument 2 passed to UserAccessManager\Controller\Frontend\PostController::getAttachedFile() must be of the type int, string given, called in /home/assowvqw/public_html/wp-includes/class-wp-hook.php on line 287 and defined in /home/assowvqw/public_html/wp-content/plugins/user-access-manager/src/Controller/Frontend/PostController.php:336 Stack trace: #0 /home/assowvqw/public_html/wp-includes/class-wp-hook.php(287): UserAccessManager\Controller\Frontend\PostController->getAttachedFile(”, ”) #1 /home/assowvqw/public_html/wp-includes/plugin.php(212): WP_Hook->apply_filters(false, Array) #2 /home/assowvqw/public_html/wp-includes/post.php(521): apply_filters(‘get_attached_fi…’, false, ”) #3 /home/assowvqw/public_html/wp-content/plugins/templatesnext-toolkit/inc/meta-box/inc/fields/image.php(103): get_attached_file(”) #4 /home/assowvqw/public_html/wp-content/plugins/templatesnext-toolkit/inc/meta-box/inc/fields/single-image.php(61): RWMB_Image_Field::file_info(”, Array) #5 /home/assowvqw/p in /home/assowvqw/public_html/wp-content/plugins/user-access-manager/src/Controller/Frontend/PostController.php on line 336
Forum: Themes and Templates
In reply to: [i-craft] Menu in mobile viewAnyone ?
Forum: Themes and Templates
In reply to: [Coeur] Comments : always visible ?So I will answer myself :
• In framework/comments.php you need to remove on linestyle="display:none;"on line 3
• You need to remove the link on the “xx comment(s)” which is<a class="comment-toggle" href="#comment_count" onclick="toggle()" data-placement="top" rel="tooltip" title="Show Comments">and the</a>that goes with it.Not very elegant I would say (ou still have the coeur.js for example with the code for the toggle) but it works.
Forum: Themes and Templates
In reply to: [Coeur] Comments link/countI added this to the content.php and it works on all my posts :
<a href="<?php the_permalink(); ?>#comments"><?php printf(_n('1 Comment', '%1$s Comments', get_comments_number(), 'coeur'), number_format_i18n(get_comments_number()), get_the_title()); ?></a>But your first post may be a sticky one ? Or anything special so that it’s code is generated from something else than content.php.
1.6.2 gives me this error :
“Automatic smushing has been disabled temporarily due to an error. Operation timed out after 20001 milliseconds with 0 bytes received”1.6.4 just do nothing. The page is loading for a while, then back to media page, and the item that I had selected to smuh is still “not processed”.
EDIT : After checking the file sizes, sounds like it’s smushing in fact. But the files are still reported as “not processed” and it’s pretty long for a single 600px image….
Did the upodate. Tried to smush a picture… after a while (at least one minute), it just stopped. I can’t smush any picture, and no error showing up.
Is it still a problem with smushit servers ?
http://www.smushit.com/ysmush.it/ is available at the moment at least if someone was willing to upload some images.
Thanks for the info ! I was thinking I messed up something by updating the plugin…
Google XML Sitemap works if you want to have some sitemap while waiting for this plugin to be fixed. I didn’t find any better solution :/
You can find previous version of any plugin by going in the “Developpers” tab.
Here it is for this plugin :
http://ww.wp.xz.cn/extend/plugins/google-analytics-for-wordpress/developers/Same here with 4.3.2. Moved back to 4.3, not better.
Moved to 4.2.8, all back to normal… Will wait ’til next update.It’s working properly know on a test website. We’ll come back to say if it finally goes okay on the real one when the update will be done 🙂
Thanks !
Forum: Plugins
In reply to: [W3 Total Cache] W3 TC overwriting "baseUrl" of another scriptYes, I forgot to update this post.
All I could do was to add the pages in which there is this script in the “do not minify this pages” list. Couldn’t manage to make the url rewriting correct for the script. Is it possible ?
Thanks for your help. I understand !
But how is it that my tweak above made it possible for the plugin to pick the 150×150 post thumbnails ? Why didn’t you choose this “code” in fact ? Seems to be “easier” to work with ?
If I followed correctly your post above, the add_image_size would use the largest image and then resize it to 150*150 ?