Hi
Link to my website: http://ng-gymnastik.dk/
Joomla version: Joomla! 3.2.3 Stable [ Ember ] 6-March-2014 14:30 GMT
Template: J51_Calibra
I've added the following Custom css:
"
#header {
position: relative;
}
#newmodule {
height:50px;
margin:0;
padding:0;
position: absolute;
left:20px;
top:10px;
width:200px;
z-index:99;
}
#hornav ul a, #hornav .separator {
font-size: 14px;
}
.sidecol_block h3, .sidecol_block a {
color: #444444 !important;
}
.sidecol_block .module ul.menu a, .sidecol_block .module_menu ul.menu a, .sidecol_block .module a {
color: #666666 !important;
}
.sidecol_block {
color: #666666 !important;
}
.pagination a, .pagination span {
color: #444444 !important;
}
p.site-slogan {
font-size: 100%;
}
"
Issues:
1. The left sidebar has different color on mobile device and PC. Please advise on how to change the mobile color to the same as the view on PC.
2. "More Articles..." on the bottom on the frontpage. In "Main menu" I've verified that Pagination is set to "Show". Also the numbers on the three #links have dissapeared. Please advice on how to get "More Articles..." and the numbers for #links back in the bottom of my "Featured Layout" which I use as my front page.
- topper84
-
- Commercial Templates
- Saturday, 05 April 2014
- Subscribe via email
Hello
1. To amend this issue could you try adding the following to the Custom CSS field of your templates parameters where #CFCFCF is your responsive side column color...
2. Presuming I understand you correctly try editing the #Links field of your home menu items parameters to anything but 0.
Ciarán
1. To amend this issue could you try adding the following to the Custom CSS field of your templates parameters where #CFCFCF is your responsive side column color...
@media only screen and (max-width: 767px) {
#sidecol_a, #sidecol_b {
background-color: #CFCFCF !important;
}}
2. Presuming I understand you correctly try editing the #Links field of your home menu items parameters to anything but 0.
Ciarán
- more than a month ago
- Commercial Templates
- # 1
1. Fixed, thanks a lot!
2. It is the specific text "More Articles..." That has disappeared from my website along with the number "1, 2, 3" in front of the three article titles. Check out the two screenshots I've added, "Flere artikler..." is the translation of "More articles...".
For your information the #Links on my home menu is set to 3 and the three link titles are there. Only the numbers and intro text "More Articles..." is missing,
2. It is the specific text "More Articles..." That has disappeared from my website along with the number "1, 2, 3" in front of the three article titles. Check out the two screenshots I've added, "Flere artikler..." is the translation of "More articles...".
For your information the #Links on my home menu is set to 3 and the three link titles are there. Only the numbers and intro text "More Articles..." is missing,
- more than a month ago
- Commercial Templates
- # 2
Hello
2. Could you try deleting the templates pagination.php so the default Joomla pagination.php is loaded. You will find this located at ../templates/j51_calibra/html/pagination.php from the root of your Joomla installation.
Ciarán
2. Could you try deleting the templates pagination.php so the default Joomla pagination.php is loaded. You will find this located at ../templates/j51_calibra/html/pagination.php from the root of your Joomla installation.
Ciarán
- more than a month ago
- Commercial Templates
- # 3
I've now deleted the pagination.php from /templates/j51_calibra/html/. This changed the looks, but did not fix the issue.
As a test I tried to change the templat to Beez3 and when I use Beez3 everything looks fine. See screenshots.
Is the default pagination.php located in /libraries/cms/pagination?
As a test I tried to change the templat to Beez3 and when I use Beez3 everything looks fine. See screenshots.
Is the default pagination.php located in /libraries/cms/pagination?
- more than a month ago
- Commercial Templates
- # 4
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
Ciarán
- more than a month ago
- Commercial Templates
- # 5
Hello
We were unable to access your site with the details provided with the following error...
Username and password do not match or you do not have an account yet.
As a solution could you try adding the following to the Custom CSS field of your templates parameters...
Ciarán
We were unable to access your site with the details provided with the following error...
Username and password do not match or you do not have an account yet.
As a solution could you try adding the following to the Custom CSS field of your templates parameters...
.pagination li {
background: none repeat scroll 0 0 #EEEEEE;
border: 1px solid #999999;
border-radius: 5px;
display: inline-block;
overflow: hidden;
padding: 5px 15px;
}
.pagination li a {
color: #555555;
}
.pagination li span {
color: #777777;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 7
Sorry account was disabled
I've enabled it now.
I also tried adding the Custom CSS Code you just advised, but this did not fix the issue.
For your information, I have also recreated the pagination.php in /templates/j51_calibra/html/

I also tried adding the Custom CSS Code you just advised, but this did not fix the issue.
For your information, I have also recreated the pagination.php in /templates/j51_calibra/html/
- more than a month ago
- Commercial Templates
- # 8
The above CSS will only work correctly with the removal of the pagination.php (you can also just simply rename it to pagination1.php). Could I ask you to once again remove the file and do a full refresh on your browser to load the new CSS.
Ciarán
Ciarán
- more than a month ago
- Commercial Templates
- # 9
Ok. This should do it..
Also add to your Custom CSS field...
You may wish to edit this to your own taste, adding color etc.
Ciarán
Also add to your Custom CSS field...
.items-more:before {
content: "Flere Artikler...";
display: block;
font-size: 18px;
}
You may wish to edit this to your own taste, adding color etc.
Ciarán
- more than a month ago
- Commercial Templates
- # 11
This added the "Flere Artikler..." in the correct position.
Would it also be possible to get the default "1, 2, 3" text from the Beez3.png-screenshot I've pasted earlier?
Would it also be possible to get the default "1, 2, 3" text from the Beez3.png-screenshot I've pasted earlier?
- more than a month ago
- Commercial Templates
- # 12
Hello
To so try also adding the following to your Custom CSS field...
Ciarán
To so try also adding the following to your Custom CSS field...
.items-more ol li {
list-style-type: decimal;
margin-left: 20px;
}
.items-more ol li a {
padding-left: 0;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 13
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »