I made a full Installation, with standard Parameters. But I get lots os failure Messages at the bottom of the start side at the web page like:
Strict Standards: Non-static method PhocaGalleryFile::getCSSPath() should not be called statically
or
Strict Standards: Non-static method PhocaGalleryRenderFront::renderAllCSS() should not be called statically
or similar.
What went wrong?
AS Templates
POSTED: 2017-01-31
Hello DKNUSTMS,
You do not need to worry about all these notices, this is just a notice which is related to your server configurations. You can disable it in your Joomla admin panel -> Global configurations -> Server Settings panel by changing the Error Reporting parameter to 'None'
Regards, AS Team.
dknustms
POSTED: 2017-02-08
I edited lots of the control files to customize this template. But I have one problem which I can not solve until now: In categories overview (look at your example test site: main menu > about us > our Services) the catagoy names are capitalized, so every first letter is uppercase.
Where is the css file in which I can change this to "none"? I do not want the System to overwrite my words with other layout.
AS Templates
POSTED: 2017-02-08
Hello DKNUSTMS,
Did you try to change them to low case? Be default they set to 'none' in the tmpl.deafult.css file the following class (line 1008):
You can easy determinate the file which should be changed and the css class by installing and using Firebug plugin:
https://getfirebug.com/
For more info please see the following article:
http://blog.astemplates.com/firebug-tutorial/#more-402
Regards, AS Team.
dknustms
POSTED: 2017-02-09
Editing the suggested file has no effect, especially it already is set to "none", so correct.
The catagory names are still capitalized.
Nobody a solution? I have a category named "HACCP", it is important to write it as HACCP. But System writes "Haccp". Or - for example - "AAA and BBB", System writes "Aaa And Bbb". Nonsens.
Btw.: I could not test firebug, it is not compatible with newest Firefox, and not longer developed. But it was good idea, now I test Firefox developer Edition. But with my Problem it also could not help.
AS Templates
POSTED: 2017-02-09
Hello DKNUSTMS,
For checking this issue we need an access to your Joomla admin panel, the access info please put in the Special info area under your Purchased items section of your AS account.
Please indicate on which page on your website we can see the problem.
Regards, AS Team.
dknustms
POSTED: 2017-02-14
Recommended info is in my account template Special info.
AS Templates
POSTED: 2017-02-14
Hello DKNUSTMS,
Please check your website, it should be OK now.
Regards, AS Team.
dknustms
POSTED: 2017-02-15
Dear AS Team!
Thanks a lot for your Support. This has cost me a lot of time for searching. But what and where did you change parameters? Or is it a secret? Would be thankful fo Information. :-)
AS Templates
POSTED: 2017-02-15
Hello DKNUSTMS,
It was in the gallery.php file.
Regards, AS Team.
dknustms
POSTED: 2017-02-28
I took the full Installation and wanted to edit it like my requirements. So I renamed categories for example. Now I have a problem with the category (filter) view. If I click "Show all" (alle Anzeigen) it shows all - ok. But when I click a category now it shows nothing. It is again at "Produkte" menu. I tried to repair but found no solution. Where is my mistake?
AS Templates
POSTED: 2017-02-28
Hello DKNUSTMS,
On which page we can see the problem?
Regards, AS Team.
dknustms
POSTED: 2017-03-01
Dear AS Team,
sorry, I put the Information into my user account at purchased template Special info. To explain again: All links of category filter (at the top) except "alle anzeigen" (=Show all) are empty. Is it better to make all categories brand new, instead of renaming, what I did?
AS Templates
POSTED: 2017-03-01
Hello DKNUSTMS,
In the category name do not use any special characters like + or /, only letters and numbers.
Regards, AS Team.
dknustms
POSTED: 2017-03-14
Dear AS Team!
Is there a way to Center the Image at the top of the side?
Example, in sample Installation: menue "About Us" > "Our Services", and then the pages.
Preview (Gallery) Image is ok, but I can not Center the (bigger) Image at the following page. Only align it right or left, using the options.
I want it centered, with no text flow around (text under the Picture). Is this possible somehow?
And can I Limit the Picture size for inserted images? Parameters like width="70%" are ignored.
AS Templates
POSTED: 2017-03-14
Hello DKNUSTMS,
Sorry, not quite understand the problem, on our demo services page it is aligned to center, we checked your website services page and it is also aligned to the center, can you please provide us with more info?
Regards, AS Team.
dknustms
POSTED: 2017-03-16
Dear AS Team!
I do not mean the page, I mean the Image/Picture at the top of the page. It is left , with text right. I wanted it at the top, centered, and the following text below / under the Picture. But seems that this is not easily possible, because the dependent Options are missing. No Problem.
What I try to solve also is the following: I insert a Picture "in the normal way", by using the text Editor. But if I add Image Parameter width="xx%", it is ignored. I want the Image at 70% of page width. If I take a Pixel value it is not compatible to other resolutions. Example page in my purchased item Infos.
AS Templates
POSTED: 2017-03-16
Hello DKNUSTMS,
Try to add the following class to the style.custom.css file:
p img.pull-center
{
max-width: 70%;
}
Regards, AS Team.
dknustms
POSTED: 2017-03-22
Dear AS Team! How can I avoid that the Article ID or Category ID is added to the URL? I only want the names/titles in the URL. I could not find a Setting for this function. Example page in my purchased items info.
AS Templates
POSTED: 2017-03-22
Hello DKNUSTMS,
You have to create a menu item for your article, after creating it you will see the menu item alias in the url instead the category id and article name.
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 made a full Installation, with standard Parameters. But I get lots os failure Messages at the bottom of the start side at the web page like:
Strict Standards: Non-static method PhocaGalleryFile::getCSSPath() should not be called statically
or
Strict Standards: Non-static method PhocaGalleryRenderFront::renderAllCSS() should not be called statically
or similar.
What went wrong?
You do not need to worry about all these notices, this is just a notice which is related to your server configurations. You can disable it in your Joomla admin panel -> Global configurations -> Server Settings panel by changing the Error Reporting parameter to 'None'
Regards, AS Team.
Where is the css file in which I can change this to "none"? I do not want the System to overwrite my words with other layout.
Did you try to change them to low case? Be default they set to 'none' in the tmpl.deafult.css file the following class (line 1008):
.page-gallery .item_title {
font-size: 15px !important;
font-weight: normal;
letter-spacing: 0;
line-height: 36px;
text-transform: none;
}
You can easy determinate the file which should be changed and the css class by installing and using Firebug plugin:
https://getfirebug.com/
For more info please see the following article:
http://blog.astemplates.com/firebug-tutorial/#more-402
Regards, AS Team.
The catagory names are still capitalized.
Nobody a solution? I have a category named "HACCP", it is important to write it as HACCP. But System writes "Haccp". Or - for example - "AAA and BBB", System writes "Aaa And Bbb". Nonsens.
Btw.: I could not test firebug, it is not compatible with newest Firefox, and not longer developed. But it was good idea, now I test Firefox developer Edition. But with my Problem it also could not help.
For checking this issue we need an access to your Joomla admin panel, the access info please put in the Special info area under your Purchased items section of your AS account.
Please indicate on which page on your website we can see the problem.
Regards, AS Team.
Please check your website, it should be OK now.
Regards, AS Team.
Thanks a lot for your Support. This has cost me a lot of time for searching. But what and where did you change parameters? Or is it a secret? Would be thankful fo Information. :-)
It was in the gallery.php file.
Regards, AS Team.
On which page we can see the problem?
Regards, AS Team.
sorry, I put the Information into my user account at purchased template Special info. To explain again: All links of category filter (at the top) except "alle anzeigen" (=Show all) are empty. Is it better to make all categories brand new, instead of renaming, what I did?
In the category name do not use any special characters like + or /, only letters and numbers.
Regards, AS Team.
Is there a way to Center the Image at the top of the side?
Example, in sample Installation: menue "About Us" > "Our Services", and then the pages.
Preview (Gallery) Image is ok, but I can not Center the (bigger) Image at the following page. Only align it right or left, using the options.
I want it centered, with no text flow around (text under the Picture). Is this possible somehow?
And can I Limit the Picture size for inserted images? Parameters like width="70%" are ignored.
Sorry, not quite understand the problem, on our demo services page it is aligned to center, we checked your website services page and it is also aligned to the center, can you please provide us with more info?
Regards, AS Team.
I do not mean the page, I mean the Image/Picture at the top of the page. It is left , with text right. I wanted it at the top, centered, and the following text below / under the Picture. But seems that this is not easily possible, because the dependent Options are missing. No Problem.
What I try to solve also is the following: I insert a Picture "in the normal way", by using the text Editor. But if I add Image Parameter width="xx%", it is ignored. I want the Image at 70% of page width. If I take a Pixel value it is not compatible to other resolutions. Example page in my purchased item Infos.
Try to add the following class to the style.custom.css file:
p img.pull-center
{
max-width: 70%;
}
Regards, AS Team.
You have to create a menu item for your article, after creating it you will see the menu item alias in the url instead the category id and article name.
Regards, AS Team.