amylong7
asked 10 years ago

I’m having a bit of trouble setting up the one page design. I’ve been using the installation guide here: http://designwall.com/guide/dw-page/#introduction.

1. The page is not loading with all the content. Currently, it’s only showing the homepage content. I can see from the source code of your example page and our page, that there is major code missing to tell the other pages to populate, but I’m not sure how to change this code via wordpress.

2. When you click on any of the menu items, it doesn’t really do anything. Only way you can access other pages is with the “Extra Menu” dropdown which isn’t ideal.

3. How do I remove the headers in the middle section without removing them from the menu bar? (ie Home, Introducing, etc.)

I initially downloaded the 1.0.4 version, then noticed you created an update, so I’m now working with the 1.0.5.

Any guidance you can provide would be greatly appreciated.

Thank you!

3 Answers
DominicStaff
answered 10 years ago

Hi,
Please provide me username & password for further checking (via private answer)

amylong7
replied 10 years ago

Are you looking for our wordpress username and password? Or that and our FTP?

Dominic Staff
replied 10 years ago

Please provide me WordPress username & password for further checking (via private answer).

DominicStaff
answered 10 years ago

I have checked your site. The issue is duel you have confused in the install theme. See the screenshot: To add a new theme to your WordPress installation, follow these basic steps: 1. Download the theme and unzip the files it contains. 2. Using an FTP client to access your host web server, create a directory to contain your theme in the wp-content/themes directory provided by WordPress. For example, a theme named Test should be in wp-content/themes/test. 3. Upload the theme files to the new directory on your host server. If you still face there issue, You can send me username & password your hosting (via private answer). We will help you install the theme. Hope this helps !
Hope this helps !

Wilfred
answered 10 years ago

1. Fixed
2. Fixed
3. To hide a section title ( Example section introduction )  you can go to Dashboard / Appearance / Customize /Custom Code, and add this following code to Header Code section:

 <style>
.section.introducing .section-title{
display: none;
}
</style>

Cheers

amylong7
replied 10 years ago

You guys rock! Thank you so much for your help!!!!!

amylong7
replied 10 years ago

Hello!

Now somehow my pages are missing. All the information is up there, but in the pages section on wordpress, they’re missing. Any advice? I did remove the “John Doe” person from admins, did that do it?

Please advise!

amylong7
replied 10 years ago

Nevermind! I found them in the trash! 🙂

Powered by DW Question & Answer Pro