Hello atevdesign,
What logo type are you using image or text? If text, what is the reason for removing the image from the filed? In this case template doesn't use it.
Regards, AS Team.
atevdesign
POSTED: 2012-04-30
Good Morning AS Templates,
i am using Image (interlaced png file) so i dont need the background Image ...........
If its to complicated i will just rename the file .......
Hello atevdesign,
You can rename it, or you can delete it from default settings in the TemplateDetails.xml, please look for the following field (it should be on line 252):
<field name="logobgimg"
type="media"
hide_none="true"
hide_default="true"
default="bg.companyname.png"
label="Background image"
directory=""
description="Select a Logo background image from the media folder" />
and delete the default value, you should have the following:
<field name="logobgimg"
type="media"
hide_none="true"
hide_default="true"
default=""
label="Background image"
directory=""
description="Select a Logo background image from the media folder" />
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
i am Using the extended Version of this Template but i cant get rid of the bg.companyname.png Image.
Inside the Admin menue i am clearing the filename and path but everytime i am Saving the File is still there ..........
renaming the bg.companyname.png will solve the Problems but i think there should any other way work too??
thanks for any Ideas from you!
Greetings André
What logo type are you using image or text? If text, what is the reason for removing the image from the filed? In this case template doesn't use it.
Regards, AS Team.
i am using Image (interlaced png file) so i dont need the background Image ...........
If its to complicated i will just rename the file .......
Best regards André
You can rename it, or you can delete it from default settings in the TemplateDetails.xml, please look for the following field (it should be on line 252):
<field name="logobgimg"
type="media"
hide_none="true"
hide_default="true"
default="bg.companyname.png"
label="Background image"
directory=""
description="Select a Logo background image from the media folder" />
and delete the default value, you should have the following:
<field name="logobgimg"
type="media"
hide_none="true"
hide_default="true"
default=""
label="Background image"
directory=""
description="Select a Logo background image from the media folder" />
Regards, AS Team.