DaliborNik
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [StrapVert] Problem with front page layoutAlso, how to disable comments within Posts?
Forum: Themes and Templates
In reply to: [StrapVert] Problem with front page layoutGreat, thanks, managed to do as you suggested, it works. Thanks again.
One more question: how to set the post position, to show them beneath the main text and to show them horizontally?
Now they are just fixed one above another.
How to: Once you have your posts configured correctly they will show up on the site same as the screenshot. ?
Thanks
Forum: Themes and Templates
In reply to: [StrapVert] Featured ThumbnailsCan you pls throw more details how did you fix that?
Have the same problem
Forum: Themes and Templates
In reply to: [StrapVert] Problem with front page layoutHow can I attach a photo here to provide better explanation?
Forum: Themes and Templates
In reply to: [StrapVert] Problem with front page layoutHi, thanks for reply
I did as you suggested but it appears that notes are added. Pls see:
https://pets.orbithealth.co.nz/site/But still cannot make a theme as on the screenshot.
Namely on https://www.ads-software.com/themes/strapvert you made it is shown this way:
first raw:
1 car with a photo on left – text box on left
secondary row: 4 cars with text box beneath.
Is there any way I can replicate the patern?
If so pls let me know.
Many thanks
Dalibor
Forum: Themes and Templates
In reply to: [StrapVert] Problem with front page layoutOr, how to set up the front page to look like the one shown on the theme preview?
So to have one Picture on the left with text box on the right
beneath 4 Pictures with text boxes bellow.
Forum: Fixing WordPress
In reply to: Memory size problemProblem solved with WP plugin: “Change Memory Limit”, thanks for support
Forum: Plugins
In reply to: Site completely disappears after activating wp-ecommercedeinstalled all plugins and started from scratch and the site does not disapear
Forum: Fixing WordPress
In reply to: Memory size problemI fixed it uo with “Change Memory Limit”
Works well, dont need to go through php or so
problem solved
Forum: Fixing WordPress
In reply to: Memory size problemSpoke to the host provider (crazydomains) and they said there is nothing to do with them.
They said I have to adjust PHP myself which is a problem as I dont know how to do that
Forum: Installing WordPress
In reply to: white screen after installation 3.7.1Have the same probem, as soon as wp-e-commerce gets activated all pages go blank. As oon as deactivate it the site runs well.
I’m thinking to delete all the site and start from scratch
Forum: Fixing WordPress
In reply to: WP e-commerce problemIve just installed WP e-commerce again and as soon as i kicks in the site goes blank
The newest WP isntalled and e-commerce as well.
Forum: Fixing WordPress
In reply to: Memory size problemwhen I removed
php_value post_max_size 30M
php_value upload_max_filesize 30MThe site poped out easily
Forum: Fixing WordPress
In reply to: Memory size problemInternal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
This is the code I updated:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
php_value post_max_size 30M
php_value upload_max_filesize 30M
# END WordPressForum: Fixing WordPress
In reply to: Memory size problem# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
This is the copy of .htaccess file
Which line should I update.
Many thanks