Mai Posted January 21, 2017 Posted January 21, 2017 (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... Edited January 21, 2017 by Mai Mispelling
0 Akkarin Posted January 21, 2017 Posted January 21, 2017 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> 2
0 Mai Posted January 21, 2017 Author Posted January 21, 2017 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 Mai Posted January 22, 2017 Author Posted January 22, 2017 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 chatterboy Posted January 22, 2017 Posted January 22, 2017 (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 January 22, 2017 by chatterboy
-1 chatterboy Posted January 21, 2017 Posted January 21, 2017 (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 January 22, 2017 by chatterboy 1
-1 Mai Posted January 21, 2017 Author Posted January 21, 2017 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 Chaos92 Posted January 21, 2017 Posted January 21, 2017 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... 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 ? 1
Question
Mai
*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...
Mispelling
7 answers to this question
Recommended Posts