Forum Replies Created

Viewing 15 replies - 46 through 60 (of 1,673 total)
  • Thread Starter tizz

    (@tizz)

    Sorry for not saying that, but I know the proceedings and in the past I had already done those tests without ever having reliable results, also because the issues occurred occasionally regardless of the plugins or themes activated.
    Now, trying again extensively on a local site, after so many conflicting results only one thing seems clear to me: not a theme or plugin problem, but it seems all about on how the article is structured. I don’t know if it was like this in the past or make sense today, but now this happens. Let me explain.

    Twenty-Twenty and no plugins activated.

    Since some issues are still difficult to reproduce, I focused on these two:
    – the sporadic slowness of typing and deletion
    – the sliding down or up (i.e. the cursor remains where it is, but the page jumps) – or the automatic blue highlighting of an extended part of the text – all of this when trying to add/cancel text or highlight a word, as already described

    Eventually I noticed that this happens if the article is (or has) a single long paragraph (i.e. <! – wp: paragraph -> all the text <! – / wp: paragraph ->). In this case I have two articles with, say, about 1300 words in a single block, but obviously I have no idea how long the block must be for the phenomenon to take place. Probably, perhaps, more than the height of what we see on the screen, and so I also thought of a browser limit, or maybe is a normal behaviour, I don’t know. Of course there is punctuation and there are several double line spacing (<br><br>), but it is a single block.

    I can explain the “jumps”, given that when the cursor is positioned in a block the delimitation of the block itself appears, so when the block is long it may be normal the moving since the length goes beyond.
    Instead, the reason for the slow typing is obscure to me: at any point of that single long block, writing or deleting is slow, but if I split by clicking enter and I write in the block that has become “short”, the typing has normal speed. Moving on to the one below, which is still “long”, typing is slow.
    I do not understand why, since it is a single type of block of text, there are limits within it. Ideally, if we like it, we may want to make a single long block of text, making the spaces inside it only with double <br>. I didn’t have time to test browsers.

    I’m leaving this to future memory (mine too), for me the current issue is solved by creating more paragraphs, but if anyone has any ideas, just say so.

    You can find the character limit option in the “random quote” widget.
    If you are using quotes collection not in a sidebar but in a template, you can set it with a char_limit value (see http://srinig.com/wordpress/plugins/quotes-collection/#template-function).

    No news on this?

    @rubyprior and @thewildwest3, take a look here.

    Thread Starter tizz

    (@tizz)

    @marius_codeinwp, let’s wait for the fix, then. Thanks for the update.

    Thread Starter tizz

    (@tizz)

    Just tried now with a 512 x 512 image, and also with a 1560 x 1138 image (the URL is absolutely correct), but still the wrong og:image.

    Thread Starter tizz

    (@tizz)

    Yes, I tried all day long yesterday and the results were always different, but in terms of number more than type or name. The empty and blocking default.include files are even three:
    wp-content/cache/minify/0451a.default.include-footer.30e904.js
    wp-content/cache/minify/0451a.default.include.114c12.css
    wp-content/cache/minify/0451a.default.include.3c4dfe.js
    I searched the web some hours and I find many support requests about these files, but no solutions.

    The Firefox web console report error only for CSS file, telling that its MIME type, “text / html”, does not match the “text / css”.
    GT Metrix report for those files these recommendations: inline small javascript and CSS, leverage browser caching, and specify a cache validator.
    Google’s Search Console fetch the pages without issues.
    Thank you for offering to look deeper into it, but I’m not so comfortable giving my credentials. Is there really anything I can do for that “mime type”, or to follow the performance recommendations, like something to add to the htaccess and/or some plugin configuration?

    Thread Starter tizz

    (@tizz)

    Tested with combine only in js and css minify settings, but nothing change, the issue is still visible.
    I have already tested the combine only in the past for other issues and I had the impression that it works in much the same way as minify.

    I already use the manual mode because I can’t minify all the files otherwise some of them don’t work and the site doesn’t load well.
    By the way, those files that I exclude from minification are the same that cause a failure to load all the resources, at least this is what a Google test say… but it seems that nothing is wrong either on the desktop or mobile, i.e. the site is displayed well, but this G mobile test tool always does not load different resources.
    I do not even know if I have to trust too much that tool, but those “not-loaded” files are the ones excluded from the minify, and in addition there are always those two “default.include” W3TC files in the list.

    I understand what you mean by changing order, but how?
    The files that are minified don’t seem to cause any problems, it’s the excluded ones that make the page load partially (according to the tool), but this is not a W3TC issue, not directly at least for what I know, they say “Uncaught ReferenceError: jQuery is not defined”.

    Anyway, how do I figure out what the correct order should be? I don’t even know what to choose in “template” and “embed location”. I don’t know if the files that are minified are bad configured, maybe because a wrong order, template or location, and so in conflict with those that I keep out from minification.
    I know this is very complicated, I would be content to solve the problem of those one or two “default.include” for now.

    Thread Starter tizz

    (@tizz)

    Sure, but I prefer making it not clickable if you don’t mind (two dashes instead of dots): www-bluesreviews-it

    I see the issue with the webmaster tool of Firefox (screenshot), translation is:
    The …/wp-content/cache/minify/0451a.default.include.114c12.css style sheet has not been loaded because its MIME type, “text / html”, does not match the “text / css”.

    Thanks for the interest.

    Thread Starter tizz

    (@tizz)

    Thank you very much.

    Very bad. Now the links to sitemaps are very hidden: General > Functionality > Sitemap XML – but what is worse, it does not update automatically.

    I have changed the name of a category three days ago, and in category’s sitemap the link is still the old one.
    I have flushed all caches and I have add this in theme’s functions.php

    add_filter('wpseo_enable_xml_sitemap_transient_caching', '__return_false');

    But still the category-sitemap does not update.
    Obviously I have made 301 redirect, but I don’t want my sitemap to keep pointing to the old URL.

    @dr-yuill-kirkwood, in gallery settings select “no” in “show slideshow link”.

    Edit: OK, I’m not at all mad. The user has deleted the question about the slideshow link after my reply.

    • This reply was modified 8 years, 5 months ago by tizz.
    • This reply was modified 8 years, 5 months ago by tizz.

    Switched to PHP 7.0.26 yesterday, everything seemed OK. Probably because I didn’t do any relevant action in the dasboard.
    Today, as soon as I changed a setting for another plugin, I realized that the first NextGen settings page was completely skipped and not working, occasionally with 500 Internal Server Error. In the frontend the message was “we cannot display this gallery”.
    Back to 5.6 and it worked.
    This topic saved my afternoon (after losing half the morning). Thanks @odak71!

    • This reply was modified 8 years, 5 months ago by tizz.
    • This reply was modified 8 years, 5 months ago by tizz.
    Thread Starter tizz

    (@tizz)

    ‘quotescollectionConfirm’ is not defined – in js/confirm-delete.js
    ‘quotecollectionAjax’ is not defined, ‘display’ is not defined, ‘console’ is not defined – in js/quotes-collection.js

    Thread Starter tizz

    (@tizz)

    Sorry, I answer here because I can’t login from the Imagely report bug. I’ve asked for new passwords several times but every time I can’t get in. I’ve tried both here and here but no way. So I logged in with the gmail account but there is the notice “You do not have any tickets in current view”, probably because it’s another account.
    Anyway, I wanted to say that somehow I’ve solved, it was the .htaccess. I had to remove some codes and redirects and now the ATP button seems to work, even if I find it strange because on the other server I’ve never had such problems with the same .htaccess.
    Thanks for the attention.

    • This reply was modified 8 years, 6 months ago by tizz.
Viewing 15 replies - 46 through 60 (of 1,673 total)