Need help for the basic setting

Hi,

Hi There,

Thanks for writing in!

1.To upload a logo, head over to X -> Theme Options -> Header -> Logo Image section. Also set navigation inline, so that your logo will be on the left and your navigation will be on the right.

2.To remove space around, inspect your sections and check your margin set.

3.To remove the red line, add the following CSS rule into your Theme Options > Global CSS area.

.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
    box-shadow: none;
}

4.To set the homepage, head over to Settings -> Reading section.

To disable page title, click on the settings icon in Cornerstone and then head over to meta settings.

Hope that helps.

hi

Thanks for your soon reply!

But I still have some question!

Hi Deyan,

To change the text color on the top bar, please navigate to X > Theme Options > CSS and add the following CSS code.

.x-topbar .p-info,
.x-topbar .p-info a {
	color: white;
}

To remove the page title and unnecessary spaces on your page, please change your page template to Blank - No Container, Header | Footer

Hope it helps,
Cheers!

Hi guys.

Thanks for reply!

But i still have some question!

Hi There,

Thanks, thanks for asking again!

Please remove the default padding of the section!

Then make the row inner container off.

Thanks

Hi
I am so sorry that i am so new to know nothing about the theme, I still have problems.

Hey @guo,

No worries. Please give us the URL where you’ve added that image so we could check the setup and so we could give you an accurate answer.

Thanks.

hi, i am on local host, do not have any URL.

Hi There,

It might be the size of image is too small to fill all the white space.

Could you please try with the bigger image?

Let usk now how it goes!

Hi,

1.A 2000 px wight picture still can’t not full-filled the page.

2. Why i try many times that can not install the "layer slider"plugin?

Hi There,

If possible create a copy of your site in a remote server, so that we can look into your issue. You can use a free service like this (https://pantheon.io/) and follow our our migration guide here (https://theme.co/apex/forum/t/cornerstone-content-builder-migration/126).

With regard to your plugin installation issue, make sure that you’re running at least PHP v5.6.x on your server and make sure that you have enabled PHP cURL extension and open SSL. Also increase your PHP max script execution time to 120 or higher.

Thanks!

I can not add any section now! I buy the theme for almost one month, but nothing i can do about it ! Can you give me support? It’s a very simple design. Can someone help?Below is the draft of the home page.

Hi @guo,

I really like to troubleshoot it but I can’t since it’s on your local, perhaps you can put it online temporarily while we’re checking?

Thanks!

Hi here,

I have upload the document in below virtual host,please login and download to your local

Hi @guo,

It doesn’t seem to be working, is it FTP or Admin, but regardless it’s not accessible on my end. Please provide both URL and login credentials for admin and FTP.

Thanks!

Dear sir,
Good day.
I have migrated my local site onto below site:

I think there is something wrong about installation of cornerstone because when I click on cornerstone it shows: 404 Not Found.

Please help to see, and

Hi,

In your site’s root directory, try to rename your .htaccess file to .htaccess.bak then go to Dashboard > Settings > Permalinks and click on Save Changes.

Hope that helps.

Dear,

I can’t fnd a .htaccess file in root directory even I cancel hidden files.

Can you help to check with below ftp code?

thanks

Hi there,

Sorry for the confusion, htaccess is for Apache server but your server is served under NGINX server. You should contact the hosting provider to properly configure your Wordpress permalink. Or move it to another test server where it’s served through Apache.

Thanks!