Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Importing Startup business demo #1131879

    Ismael, thanks. I managed to work around it. All good now. Thx

    in reply to: Importing Startup business demo #1131461

    Rikard, can you please supply the shortcodes for each page of the startup business demo? I didn’t manage to upload it through other methods. Thanks, Alex

    in reply to: Importing Startup business demo #1130987

    Thanks a lot Rikard. I asked my hosting provider to increase max execution time and we did that in the htaccess file (code below), but with no success in importing the demo theme. I am not a tech guy, any way you guys can help me import it directly into my wordpress?

    Thanks!

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wp/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wp/index.php [L]
    </IfModule>
    php_value post_max_size 256M
    php_value upload_max_filesize 256M
    php_value memory_limit 512M
    php_value max_execution_time 900
    php_value max_input_time 900

    # END WordPress

    Thanks, Ismael, very helpful!

    On 2), if I disable WP comments my facebook comments also disappear. How to get around that issue? I would like to get rid of only FB comments.

    Thanks again!

    Alex

Viewing 4 posts - 1 through 4 (of 4 total)