Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi Sanley,
    basically the answer is yes, 10 million wp_postmeta can be considerable factor in terms of speed. Especially if you are using a lot of custom fields.
    However, reducing this number may and may not help. As I mentioned above, it depends on many factors – number of custom fields, types of relationship between these rows, number of “leftovers” etc.
    You can try to delete “orphan” wp_postmeta records or optimise the database with some plugin.
    Before you do anything, don’t forget to backup your database of course 😉

    Hi Rani,
    I see, just checked you website in different browser and found the problem.

    Right after the end of this div…

    <div id="page" class="hfeed site">

    …there is another div with custom style.

    <div itemtype="http://schema.org/Product" itemscope="" style="position: absolute !important;top: -9999px !important;left: -9999px !important;">

    Make sure to replace “left: -9999px !important;” and “top: -9999px !important;” with something more suitable and your website should be ok. In case you will just modify values to 1px, you will see some text on left top corner of your website so that’s not probably the best solution. If you would like to hide the div, check if it will work properly even when div is hidden 😉

    Hi,
    it’s this div with input field in it which seems to be part of MailChimp signup form. Make sure to remove ” left: -5000px; ” from it’s style and page will be ok. However, you will need to fix styling to make it fit with another part of the signup form. (Or maybe just try to generate it one more time in MailChimp if possible.)

    <div style="position: absolute; left: -5000px;">
    <input tabindex="-1" name="b_2e0c48a4b36745738820b7308_976c409fdc" type="text" value="">
    </div>

    For better preview, here is whole textwidget with it:

    <div class="textwidget"><!-- Begin MailChimp Signup Form -->
    <div id="mc_embed_signup">
    <form id="mc-embedded-subscribe-form" class="validate" action="//savey.us11.list-manage.com/subscribe/post?u=2e0c48a4b36745738820b7308&id=976c409fdc" method="post" name="mc-embedded-subscribe-form" novalidate="" target="_blank">
    <div id="mc_embed_signup_scroll">
    <h4>הצטרפות לרשימת התפוצה:</h4>
    <div class="mc-field-group"><input id="mce-EMAIL" class="required email" name="EMAIL" type="email" value="" placeholder="כתובת דואר אלקטרוני"></div>
    <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
    
    <div style="position: absolute; left: -5000px;"><input tabindex="-1" name="b_2e0c48a4b36745738820b7308_976c409fdc" type="text" value=""></div>
    <div class="clear"><input id="mc-embedded-subscribe" class="button" name="subscribe" type="submit" value="הצטרפות"></div>
    </div>
    
    </form>
    </div>
    <!--End mc_embed_signup--></div>

    Hi,
    check this thread font: rejected by sanitizer
    As mentioned there, you get the error if you run out of memory when loading the fontfile or if there is something wrong with the layout (contents) of the fontfile. Usually a protection against bad or malicious font files.

    Hi,
    can you see index.php in website’s main FTP directory?

    Hi,
    do you just need to see statistics for categories somewhere (doesn’t matter where or right in Google Analytics)?
    I would suggest to try one of those plugins loading and showing data from Google Analytics in your WordPress installation… for example Google Analytics Dashboard for WP

    Do I understand right, that you are trying to change URL of your WP installation from http://www.yourdomain.com/wp to http://www.yourdomain.com ?
    If yes, you need to modify more than just database. See and follow this tutorial

Viewing 7 replies - 1 through 7 (of 7 total)