Re: Aberdeen Neutral Template Support Thread
Re: Aberdeen Neutral Template Support Thread
Quote:
Originally Posted by
picaflor-azul
As for benefiting financially from the templates, this is a real joke. At last count on July 8th, 2011, I had given away over 43,800 template packages at a retail value of over $6 million. Believe me when I say that I have received no where near that amount in donations :laugh: Probably close to $100.
6 million!! Retail value??!
Entertaining math. Who in heck is going to believe that one!
Re: Aberdeen Neutral Template Support Thread
Quote:
Originally Posted by
Linux
I KNEW you were gonna bring these threads up.. Well if you read further in these threads you would know that person's seeking help mixed up files from one of the Blingthemes with files from Anne's theme.. That code has NEVER been in any of Anne's templates..
Bottomline is you are wrong.. You've made an UGLY accusation and your PROOF isn't proof at all..
ETA: did you even READ one of the posts you cited as "proof"???
Quote:
Originally Posted by
SPH
Hi, that's what I did:
define('TWITTER', '');
define('FACEBOOK','');
But it still went to blingthemes.
In fact, I just uploaded your original with your twitter/facebook urls and it still shows blingthemes. Even in another browser Firefox.
I know you don't have blingthemes anywhere, but I tested their Estorenow template not long ago. Somehow, somewhere, I'm kinda cross-overed? Looks like I cannot even put my url when I get one.
Unless some browser cache thing...?
I still have some estorenow files on server from testing, I probably should delete those and all templates I'm no longer interested in.
Steve
and this dude by HIS OWN ADMISSION stated that one of the file from a previous installed template cause his issue with Anne's template:
Quote:
Originally Posted by
derek.b
Without sounding all gushy, that worked a treat, it was where to put the tags which confused me and being a non PHP/HTML/CSS expert in any way shape or form this was what I needed - You Legend!:smile:
Ok so I looked at this again this morning and went on the hunt in my FTP program to see if there was any files that perhaps didn't look right or out of context with Anne's theme, low and behold I clicked on web/includes/extra_configures and in there was a file named estoreparameters.php, after downloading this and opening it up in my text editor it was full of Twitter/Youtube define statements and was obviously causing a conflict!!
Well all I can say is many thanks to Yourself and Anne for the help, I have managed to get 6 months into this without asking any questions and soley using the search function but had come to the stage where my eyes could not handle anymore!!
Once again Many Thanks:clap:
So again where is your proof for this nasty, untrue allegation that you've made???
Re: Aberdeen Neutral Template Support Thread
Quote:
Originally Posted by
Linux
Entertaining math. Who in heck is going to believe that one!
And we should believe your mean spirited, untrue accusation??? Anne's done nothing to you or anyone, and yet you come here and cast doubt upon her integrity without anything resembling real facts to back your accusations up..
Re: Aberdeen Neutral Template Support Thread
Quote:
Originally Posted by
picaflor-azul
The file doesn't exist in the template package because I made no changes for it. If you need to edit this file you need to create an override for it.
thanks,
Anne
Hey that did the trick perfectly thanks! Like I said, I'm still pretty green to PHP. Didn't know all I had to do was copy the file.
Thanks again! And ignore that Linux guy... Dunno what his problem is but he comes off like a tool anyway so no one will take him seriously.
Re: Aberdeen Neutral Template Support Thread
Hey,
Sorry, I've got one more question that maybe you can help me with.
Here is my site in progress: http://brokenbird.ca/cart/
I'm trying to add a dropdown css menu where the red header info is: ie, the links to home/contact us/log in etc. So that it looks something like the one I designed here:
www.brokenbird.ca
I plan to leave the log in / shopping cart info but want to add my menu to it.
I have already added the appropriate .js files and edited the stylesheet.css document with the right code but for some reason I can't find where this header menu information is located so I can't experiment with placing my own menu. Could you point me to the appropriate file so I can play with it a bit?
I know this sounds like a bit of a lazy question but I really have been looking around for nearly an hour trying to find the right one.
Thanks,
Will
Re: Aberdeen Neutral Template Support Thread
Quote:
Originally Posted by
brokenbird
Hey that did the trick perfectly thanks! Like I said, I'm still pretty green to PHP. Didn't know all I had to do was copy the file.
Thanks again! And ignore that Linux guy... Dunno what his problem is but he comes off like a tool anyway so no one will take him seriously.
I am so happy that it worked :hug:
Thanks,
Anne
Re: Aberdeen Neutral Template Support Thread
Quote:
Originally Posted by
brokenbird
Hey,
Sorry, I've got one more question that maybe you can help me with.
Here is my site in progress:
http://brokenbird.ca/cart/
I'm trying to add a dropdown css menu where the red header info is: ie, the links to home/contact us/log in etc. So that it looks something like the one I designed here:
www.brokenbird.ca
I plan to leave the log in / shopping cart info but want to add my menu to it.
I have already added the appropriate .js files and edited the stylesheet.css document with the right code but for some reason I can't find where this header menu information is located so I can't experiment with placing my own menu. Could you point me to the appropriate file so I can play with it a bit?
I know this sounds like a bit of a lazy question but I really have been looking around for nearly an hour trying to find the right one.
Thanks,
Will
I would strongly recommend not trying to code this yourself, but starting from one of the great css drop down menus already in the free software downloads section. Then you can add your links into it. Be sure to check for files that need to be merged (off the top of my head you will have to merge the tpl_header.php and maybe another).
If you want to code from scratch you can edit the includes/templates/aberdeen_neutral/common/tpl_header.php file.
Thanks,
Anne
Re: Aberdeen Neutral Template Support Thread
I have tried to use the easy slideshow.
I have a problem with the slideshow.
I want it to show only on the index-home page only
Currently, my slideshow appear on all of my categories+subcategories. Please give me some advice how to fix this
I have tried hard to change the codes in tpl_main_page
but unsucessful
----------------------------
if ($this_is_home_page) {
$flag_disable_slider = false;
} else {
$flag_disable_slider = true;
}
//bof
Re: Aberdeen Neutral Template Support Thread
Quote:
Originally Posted by
louisstore
I have tried to use the easy slideshow.
I have a problem with the slideshow.
I want it to show only on the index-home page only
Currently, my slideshow appear on all of my categories+subcategories. Please give me some advice how to fix this
I have tried hard to change the codes in tpl_main_page
but unsucessful
----------------------------
if ($this_is_home_page) {
$flag_disable_slider = false;
} else {
$flag_disable_slider = true;
}
//bof
If you post a link to your site I can take a look.
Thanks,
Anne