Jump to content
  • 0

Assistance W/ Website Theme


Question

Posted (edited)

*Theme from eaDev*

How can I add the server's download links?

The "Create My Account" button does not work, how can I fix it?

How can I fix the "Freebies" link?

How can I adjust the "Info" Page?

 

I appreciate a response, I tried getting a hold of eaDev but I had no answer, yet...

Screen Shot 2017-01-21 at 12.02.31 AM.png

Screen Shot 2017-01-21 at 12.05.12 AM.png

Screen Shot 2017-01-21 at 12.06.39 AM.png

Screen Shot 2017-01-21 at 12.06.58 AM.png

Edited by Mai
Mispelling

7 answers to this question

Recommended Posts

  • 0
Posted
9 hours ago, Mai said:

*Theme from eaDev*

How can I add the server's download links?

The "Create My Account" button does not work, how can I fix it?

How can I fix the "Freebies" link?

How can I ajust the "Info" Page?

 

I appreciate a response, I tried getting a hold of eaDev but I had no answer, yet...

1. Use built-in Pages module to create a page with all the details you want, then change the link in /themes/<theme name>/header.php or designers generally add a list of links in main/nav.php or something.

2. "does not work" doesn't help anyone diagnose your problem. Do you get an error message?

3. Add the freebies module.

4. Link to server info page or wherever you like

<a href="<?php echo $this->url('server', 'info')?>" >img here</a>

 

  • Upvote 2
  • 0
Posted

I will check on the options you all gave me, as to the "button does not work" means it will not create the account there is no error or nothing it will not do anything if I click on it, no hover nothing.

Thanks again

  • 0
Posted
On 1/21/2017 at 9:09 AM, chatterboy said:

your link is broken or your page is not in the correct position:

In your theme there is a folder name MAIN maybe the folder INFO, FREBIES, DOWNLOAD is not there 


					<li><a href='?module=main&action=download'>Download</a></li>
					<li><a href='?module=main&action=info'>Informations</a></li>
					<li><a href='?module=main&action=freebies'>Freebies</a></li>

This is the correct code for your LINK instead of put href='/main/download' etc... ^_^

No I do not have the folders you mentioned, after creating the folders what other steps can I take ?

  • 0
Posted (edited)
On 1/22/2017 at 0:30 AM, Mai said:

Yes I bought it directly from them extract it in my main

can you provide the SC of the code link when you click that?

coz your download page must be in here themes\NAME OF YOUR THEME\main  inside and the code will be like this 

<li><a href='?module=main&action=download'>Download</a></li>
Edited by chatterboy
  • -1
Posted (edited)

your link is broken or your page is not in the correct position:

In your theme there is a folder name MAIN maybe the folder INFO, FREBIES, DOWNLOAD is not there 

					<li><a href='?module=main&action=download'>Download</a></li>
					<li><a href='?module=main&action=info'>Informations</a></li>
					<li><a href='?module=main&action=freebies'>Freebies</a></li>

This is the correct code for your LINK instead of put href='/main/download' etc... ^_^

Edited by chatterboy
  • Upvote 1
  • -1
Posted
6 hours ago, Chaos92 said:

is that you get the files directly from eadev ?
I bought some themes before with eadev and they should work fully without any issue.
with the image not readable there, seems like you file isnt fully extracted there ?

Yes I bought it directly from them extract it in my main

  • -2
Posted
8 hours ago, Mai said:

*Theme from eaDev*

How can I add the server's download links?

The "Create My Account" button does not work, how can I fix it?

How can I fix the "Freebies" link?

How can I adjust the "Info" Page?

 

I appreciate a response, I tried getting a hold of eaDev but I had no answer, yet...

Screen Shot 2017-01-21 at 12.02.31 AM.png

Screen Shot 2017-01-21 at 12.05.12 AM.png

Screen Shot 2017-01-21 at 12.06.39 AM.png

Screen Shot 2017-01-21 at 12.06.58 AM.png

is that you get the files directly from eadev ?
I bought some themes before with eadev and they should work fully without any issue.
with the image not readable there, seems like you file isnt fully extracted there ?

  • Upvote 1
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...