or if it isn't defined yet, where should I create it?
eyalkattan
POSTED: 2016-03-20
Hello,
I'm having a formatting issue with the BLOG page. I configured it as:
1 Leading Article
12 Intro Articles
2 Columns
But for some reason, after the leading articles I get 3 articles grouped in one row (instead of 2)
If I changed the leading articles to 2, then I get 4 articles grouped together (no separator) in the first row after the leading article.
http://dev.media-nexus.com/index.php/blog
Thanks,
Eyal
AS Templates
POSTED: 2016-03-20
Hello EYALKATTAN,
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.
Regards, AS Team.
AS Templates
POSTED: 2016-03-21
Hello EYALKATTAN,
We cannot connect with the provided info:
Username and password do not match or you do not have an account yet.
Regards, AS Team.
eyalkattan
POSTED: 2016-03-20
Done.
eyalkattan
POSTED: 2016-03-22
Please try again. I fixed it.
AS Templates
POSTED: 2016-03-22
Hello EYALKATTAN,
To fix this issue we need Super User permissions please.
Regards, AS Team.
eyalkattan
POSTED: 2016-03-22
You are now a Super User :)
AS Templates
POSTED: 2016-03-22
Hello EYALKATTAN,
The issue is fixed, please check.
Regards, AS Team.
eyalkattan
POSTED: 2016-03-22
Excellent :)
Can you tell me what was the issue?
AS Templates
POSTED: 2016-03-23
Hello EYALKATTAN,
It was missed DIV closed tag in the templates blog file.
Regards, AS Team.
eyalkattan
POSTED: 2016-04-08
Hello,
I need to add custom CSS properties so i can apply it to an intro text in each article.
What would be the best way to implement it? Should I add it to the tmpl.default.css or create a separate CSS file and place it somewhere?
I'm a bit rusty so your detailed help is much appreciated :)
Thanks
Eyal
AS Templates
POSTED: 2016-04-08
Hello EYALKATTAN,
All custom css and any other css changes you have to put in the style.custom.css file.
Regards, AS Team.
eyalkattan
POSTED: 2016-04-15
Hi
I'm trying to create a custom class in style.custom.css but it doesn't get loaded. Here is my code:
HTML (in the content):
< p class="article-intro">abcd</p>
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 tried to assign it to different module positions on the template but the module is not showing up.
Any idea what am I missing?
Please provide us with access to Joomla admin panel, we have to see this issue.
Regards, AS Team.
<?php echo '<span class="icon-chevron-' . $direction . '"></span> ' . $row->prev_label; ?>
or if it isn't defined yet, where should I create it?
I'm having a formatting issue with the BLOG page. I configured it as:
1 Leading Article
12 Intro Articles
2 Columns
But for some reason, after the leading articles I get 3 articles grouped in one row (instead of 2)
If I changed the leading articles to 2, then I get 4 articles grouped together (no separator) in the first row after the leading article.
http://dev.media-nexus.com/index.php/blog
Thanks,
Eyal
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.
Regards, AS Team.
We cannot connect with the provided info:
Username and password do not match or you do not have an account yet.
Regards, AS Team.
To fix this issue we need Super User permissions please.
Regards, AS Team.
The issue is fixed, please check.
Regards, AS Team.
Can you tell me what was the issue?
It was missed DIV closed tag in the templates blog file.
Regards, AS Team.
I need to add custom CSS properties so i can apply it to an intro text in each article.
What would be the best way to implement it? Should I add it to the tmpl.default.css or create a separate CSS file and place it somewhere?
I'm a bit rusty so your detailed help is much appreciated :)
Thanks
Eyal
All custom css and any other css changes you have to put in the style.custom.css file.
Regards, AS Team.
I'm trying to create a custom class in style.custom.css but it doesn't get loaded. Here is my code:
HTML (in the content):
< p class="article-intro">abcd</p>
CSS:
.article-intro {
font-size: 14px;
line-height: 25px;
}
Am I missing anything?
On which page we can see the article?
Regards, AS Team.
The link is:
http://dev.media-nexus.com/index.php/residential/access-control
2nd paragraph starting with "Your first line..."
When can I expect a reply to my question?
Thanks,
Eyal
Yes, it is loaded, we can see it on your page.
Regards, AS Team.