Strict Standards: Declaration of PhocaGalleryCpController::display() should be compatible with JControllerLegacy::display($cachable = false, $urlparams = Array) in /home/craftairservices/public_html/craftairservices-1/administrator/components/com_phocagallery/controller.php on line 55
what does this mean?
AS Templates
POSTED: 2016-02-16
Hello CURTISGODFREY,
All these notices you can disable in your Joomla admin panel -> Global configurations -> Server Settings panel by changing the Error Reporting parameter to 'None'.
Can I place the logo in a different position on the splash page?
AS Templates
POSTED: 2016-02-17
Hello CURTISGODFREY,
We are sorry, the template does not have such parameter, to move it in different position you have to create your own css and put it in the style.custom.css file.
Ok, I Have my iframe in my article and what not. No mater what I do I can not get the height to increase. Auto height does not change it nor does manual height adjustment.
sorry to double dip! This is the iFrame in question.
AS Templates
POSTED: 2016-02-20
Hello CURTISGODFREY,
In the 'craftairservices-1/templates/as002066/css/tmpl.default.css' file, line 1842, in the following class please remove height property:
.wrapper {
height: auto !important;
position: relative;
}
I've made a two language website and I need to assign different logo for each language. There is this logo.php file. How to load for english - logoEN.php and for french - logoFR.php? I've also noticed that it loads in params.php
if ($this->params->get('logo_img'))
{
$logo_img = JURI::root() . $this->params->get('logo_img');
}
else
{
$logo_img = $this->baseurl . "/templates/" . $this->template . "/images/logo.png";
}
Probably, there should be another IF to recognize the language.
Referring to my earlier post, I changed like this (but maybe there is a nicer way of doing this):
if ($this->params->get('logo_img'))
{
$logo_img = JURI::root() . $this->params->get('logo_img');
}
else
{
$l = stripos($_SERVER['REQUEST_URI'], "fr");
if ($l > 0) {
$logo_img = $this->baseurl . "/templates/" . $this->template . "/images/logo.png";
} else {
$logo_img = $this->baseurl . "/templates/" . $this->template . "/images/logoEN.png";
}
}
But our suggestion is to install it using quick-start installation package, after installing the package your site will look exact like our demo preview page and it will be easy for you to make changes in the content, preview all parameters and settings. The quick-start package is actually the template documentation. If by some reason you can't install it on your live server you can install on some demo server or demo folder and then preview all settings.
The package should be installed like regular Joomla installation, here you can find some more info: http://www.astemplates.com/joomla-template-documentation/238-002066
Hello, I've read about some solutions for the testimonials (customer reviews) in mod_news_pro_gk4. I've changed the portal mode into 10 (instead of 3). In the menu tab I've made a new item (there are 4 items (3 from template and 1 new), and used the same settings as the template ones. But my new review doesn't appear with the others. What have I done wrong, I really don't know anymore....
AS Templates
POSTED: 2016-03-04
Hello VITABODY,
In this case we can only suggest you to check your article, it should contain valid HTML characters and structure.
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
Pleas check the following:
http://www.astemplates.com/joomla-template-documentation/238-002066
Regards, AS Team.
View History
is there an area where i need to allow iframes?
Please check the following page, it must to help you:
http://blog.astemplates.com/how-to-add-an-iframe-in-joomla-3/
Regards, AS Team.
View History
what does this mean?
All these notices you can disable in your Joomla admin panel -> Global configurations -> Server Settings panel by changing the Error Reporting parameter to 'None'.
Regards, AS Team.
View History
We are sorry, the template does not have such parameter, to move it in different position you have to create your own css and put it in the style.custom.css file.
Regards, AS Team.
View History
http://craftairservices.com/craftairservices-1
View History
sorry to double dip! This is the iFrame in question.
In the 'craftairservices-1/templates/as002066/css/tmpl.default.css' file, line 1842, in the following class please remove height property:
.wrapper {
height: auto !important;
position: relative;
}
Regards, AS Team.
View History
http://craftairservices.com/craftairservices-1/index.php/gallery
I tried changing the property value as well, that kept the page attributes in tact nut the iFrame remained an issue.
You may ask for our customization services using the following page:
http://www.astemplates.com/services
Regards, AS Team.
View History
if ($this->params->get('logo_img'))
{
$logo_img = JURI::root() . $this->params->get('logo_img');
}
else
{
$logo_img = $this->baseurl . "/templates/" . $this->template . "/images/logo.png";
}
Probably, there should be another IF to recognize the language.
View History
if ($this->params->get('logo_img'))
{
$logo_img = JURI::root() . $this->params->get('logo_img');
}
else
{
$l = stripos($_SERVER['REQUEST_URI'], "fr");
if ($l > 0) {
$logo_img = $this->baseurl . "/templates/" . $this->template . "/images/logo.png";
} else {
$logo_img = $this->baseurl . "/templates/" . $this->template . "/images/logoEN.png";
}
}
View History
Is there anyway to get this done?
We are not sure if the plugin has such option, but you can check it by preview the plugin documentation: http://www.mapsplugin.com/
Regards, AS Team.
View History
i have a question to home.
You have three items in a row next to each other.
At my site they are under each other.
How can i change this?
My test side: http://joomla3.st-michaels-hof.de
Thanks
HH
You have to set bootstrap column size for each of your modules. The template modules configurations you can preview here:
http://www.astemplates.com/joomla-template-documentation/238-159-modules-configuration
But our suggestion is to install it using quick-start installation package, after installing the package your site will look exact like our demo preview page and it will be easy for you to make changes in the content, preview all parameters and settings. The quick-start package is actually the template documentation. If by some reason you can't install it on your live server you can install on some demo server or demo folder and then preview all settings.
The package should be installed like regular Joomla installation, here you can find some more info:
http://www.astemplates.com/joomla-template-documentation/238-002066
Regards, AS Team.
View History
In this case we can only suggest you to check your article, it should contain valid HTML characters and structure.
Regards, AS Team.