luxythemes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: HELP-my theme is too shortYour background image does not repeat itself and therefore you’re having this problem. You can replace it with a taller one.
https://www.kmanagement.co.uk/scrapbook/wp-content/themes/scrapbook/images/bg-content.jpg
Forum: Themes and Templates
In reply to: HELP-my theme is too shortCan we get a link?
A simple solution would be using display none on that element;
Add this to your css file;
.sf-sub-indicator { display: none; }
Do you use a plugin for that navigation?
Forum: Themes and Templates
In reply to: Change of main menu color* Add this to your css file to make the main menu text as you want.
nav#main a { color: black; font-weight: bold; }
* And add this to center align the navigation menu.
nav#main ul { margin: 0 auto; width: 400px; }
Forum: Installing WordPress
In reply to: Parse Error in wordpress fresh install.* Check your server logs to see if there are any errors.
* If you use cPanel you can find the logs under the logs section.
* The last option is to contact the hosting company and see if they can help you.Forum: Installing WordPress
In reply to: Parse Error in wordpress fresh install.I would follow these steps;
* Remove any other WordPress installations on that domain and make sure multiple installations are not causing any problems.
* As far as I see, you have installed WordPress to a separate directory, which is actually fine. Just to make sure this is not the origin of the problem I would install WordPress to the main directory where your domain points. In your case https://sureskumar.com
Forum: Everything else WordPress
In reply to: www.ads-software.com profile informationAlright, that sounds fair. Thanks.
Forum: Installing WordPress
In reply to: Parse Error in wordpress fresh install.Are you using a custom theme or a modified functions.php?
Forum: Everything else WordPress
In reply to: Alternative Plugin/Theme forum?Try this page https://wordpress.stackexchange.com/
Forum: Installing WordPress
In reply to: first time installing it–doesn't open–please helpSet the main directory (WordPress dir) permission to chmod 775 and install.php permission to chmod 777 and try again.
Forum: Installing WordPress
In reply to: Parse Error in wordpress fresh install.Can you please post the line 42 of your /wp-admin/index.php?