Ismael, thanks. I managed to work around it. All good now. Thx
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
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