Profiles

  • Member Since: May 14th, 2012
  • Find me on:
  • Posted a reply to Moving wp.com blog with large images, on the site WordPress.org Forums:
    The import or the export? Do you manage to get your data from your site,…

  • Posted a reply to Woocommerce Read More Button, on the site WordPress.org Forums:
    Can you describe exactly what you did? As that is the official way to change…

  • Posted a reply to Domain Mapping, on the site WordPress.org Forums:
    In this case, yes you do. Because you are not mapping a domain on top,…

  • Posted a reply to Moving wp.com blog with large images, on the site WordPress.org Forums:
    Have you followed these steps to export your data? https://en.support.wordpress.com/export/

  • Posted a reply to Allow user(s) to schedule but not to publish, on the site WordPress.org Forums:
    Hmm.. this sounds like a quite specific programming issue, don't think there's a plugin out…

  • Posted a reply to Fix Service Items, on the site WordPress.org Forums:
    Saving permalinks actually sometimes fixes issues like this. Can you please share a link to…

  • Posted a reply to Fix Service Items, on the site WordPress.org Forums:
    Please go to your backend, there you should see a settings menu item on the…

  • Posted a reply to HELP !!! Cannot login to wp-admin, on the site WordPress.org Forums:
    Can you check you php error logs? These should be available when logging in to…

  • Posted a reply to changing padding background color, on the site WordPress.org Forums:
    There you go: .page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper { background: #fff2e6; }

  • Posted a reply to Color and Width Changes to CSS, on the site WordPress.org Forums:
    please don't open duplicate threads, this makes it more difficult for us to help you.…

  • Posted a reply to Footer and Permalink Help, on the site WordPress.org Forums:
    first of, in your custom css remove this .entry-content a, .comment-content a { color: #fff…

  • Posted a reply to Moving wp.com blog with large images, on the site WordPress.org Forums:
    Can you please give us an example of where images should show up? Generally speaking…

  • Posted a reply to Multiple Languages, on the site WordPress.org Forums:
    I think WPML is the most used, and definately not depreciated multi language plugin. It…

  • Posted a reply to Blog Categories & More, on the site WordPress.org Forums:
    What is your main goal with the blog? Do you want to earn money by…

  • Posted a reply to Domain Mapping, on the site WordPress.org Forums:
    You shouldn't need to change the wordpress url. Just map domains on top of your…

  • Posted a reply to WHMCS with wordpress?, on the site WordPress.org Forums:
    wordpress doesn't bide well with folder structure. Especially if you have whmcs running in the…

  • Posted a reply to WordPress Theme Name, on the site WordPress.org Forums:
    can you please provide a link?

  • Posted a reply to Word Press Error, on the site WordPress.org Forums:
    Please log in through FTP, backup your plugin and themes folder on your local PC…

  • Posted a reply to Don’t allow to edit post after a certain amount of time, on the site WordPress.org Forums:
    check out this tutorial: http://www.wpbeginner.com/wp-tutorials/how-to-block-wordpress-post-updates-and-deletion-after-a-set-period/

  • Posted a reply to SSL false with ‘wp_widget_rss_output’ function, on the site WordPress.org Forums:
    Can you please share your code? also, have you tried adding these curl settings? curl_setopt($ch,…

  • Posted a reply to Word Press Error, on the site WordPress.org Forums:
    Can you please try disabling all your plugins and reverting to a default theme and…

  • Posted a reply to Fix Service Items, on the site WordPress.org Forums:
    Please go to settings > Permalinks and hit save. Check if the issue persists after…

  • Posted a reply to WordPress Fatal Error, on the site WordPress.org Forums:
    In this case it was caused because the importer was installed twice. Once as a…

  • Posted a reply to “����rG�(�LF” signs in my page, on the site WordPress.org Forums:
    Just checked in chrome, even there it doesn't work. First, check if the problem persists…

  • Posted a reply to Fix Service Items, on the site WordPress.org Forums:
    Hi, what is your permalink setting set to? Have you tried changing it?

  • Posted a reply to “����rG�(�LF” signs in my page, on the site WordPress.org Forums:
    Hi dorota can you please share your site?

  • Posted a reply to WordPress Fatal Error, on the site WordPress.org Forums:
    @jonlloyd Please create your own thread, and we will be happy to help.

  • Posted a reply to Fix whitespace added by Google Translate, on the site WordPress.org Forums:
    Here is a workaround / hack: Add this to your css: .goog-te-spinner-pos + div {…

  • Posted a reply to Percentage Encoding/Custom permalinks not working, on the site WordPress.org Forums:
    If you are having trouble with the plugin, you should ask in its support forum:…

  • Posted a reply to Site crash during development, on the site WordPress.org Forums:
    Log in through FTP and remove the faulty plugin first. I suggest backing it up…

  • Posted a reply to HELP !!! Cannot login to wp-admin, on the site WordPress.org Forums:
    Yes, that works.

  • Posted a reply to WordPress Fatal Error, on the site WordPress.org Forums:
    Hi, yes. Please log in through FTP, go to wp-content/plugins/ and delete the wordpress-importer folder/plugin.…

  • Posted a reply to Percentage Encoding/Custom permalinks not working, on the site WordPress.org Forums:
    What exactly do you want to achieve with these permalinks? You did check under Settings…

  • Posted a reply to changing padding background color, on the site WordPress.org Forums:
    Hi, I presume you changed these things using css. The css for changing the background…

  • Posted a reply to HELP !!! Cannot login to wp-admin, on the site WordPress.org Forums:
    Hi, you should reinstall wordpress - create a backup - download wordpress - on your…

  • Posted a reply to Looking for plugin like this website., on the site WordPress.org Forums:
    What exactly is the goal? Sofar what you described can be achieved without any plugins…

  • Posted a reply to Site crash during development, on the site WordPress.org Forums:
    Yes, it might be, that some themes and plugins are not compatible with the latest…

  • Posted a reply to Broken Category/Sort function for Gallery page, on the site WordPress.org Forums:
    if you need further assistance, drop me an email as TP is right, this does…

  • Posted a reply to child theme of non-normal wordpress theme, on the site WordPress.org Forums:
    You could do something like this: add_action( 'wp_loaded', 'remove_theme_css' ); function remove_theme_css(){ wp_dequeue_style( $handle );…

  • Posted a reply to Footer and Permalink Help, on the site WordPress.org Forums:
    yes. It will be color : #000; but need to see where to attach it.

  • Posted a reply to Dynamically change the height of the editor, on the site WordPress.org Forums:
    The images on the top do not work. Can you please upload elsewhere and share…

  • Posted a reply to Robots.txt Live different from File on server, on the site WordPress.org Forums:
    Yes, looks about right.

  • Posted a reply to Dynamically change the height of the editor, on the site WordPress.org Forums:
    Does it work, when you remove the code? As in does it stretch? Also, can…

  • Posted a reply to Dynamically change the height of the editor, on the site WordPress.org Forums:
    Where is that CSS from? The height : 150px !important; can definitely be the reason.

  • Posted a reply to child theme of non-normal wordpress theme, on the site WordPress.org Forums:
    Check this out: https://codex.wordpress.org/Function_Reference/get_stylesheet_directory_uri This means, that if you use get_template_directory_uri() you should get to…

  • Posted a reply to Dynamically change the height of the editor, on the site WordPress.org Forums:
    Does the issue persist when switching to 2014 or 2015 theme? (Not using ProMax and…

  • Posted a reply to Jetpack – Trouble with social media icons, on the site WordPress.org Forums:
    I can be your friend :) Just copy/paste the following code to your custom css…

  • Posted a reply to Dynamically change the height of the editor, on the site WordPress.org Forums:
    What theme are you using? Does the issue persist when switching themes?

  • Posted a reply to Unable to create directory, on the site WordPress.org Forums:
    Why would you use that function? Wordpress has built in functions to escape or sanitize…

  • Posted a reply to Allow user(s) to schedule but not to publish, on the site WordPress.org Forums:
    This is not possible with wp user capability management. You could code a script, that…