Bullet list and page navigation issues
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Tue Sep 02, 2014 10:58 pm
- Reply with quote
- Report this post
Hello,
I am having problems with getting the bullet list and page navigation to work. I have Easyblog installed and have contacted their support which they checked the problem and said it's not to do with their end and its the templates.
They said from the looks of it, there isn't any css that is adding any image bullets around list items.
Can someone help?
Here's my link:
http://adventureand.me/entry/land-activ ... e-district
Here is my attempt to use bullet points <ul class="gkCircle1"> and just normal <ul>, both didn't work.
http://adventureand.me/entry/land-activ ... agestart=1
Here using it on an article:
http://adventureand.me/about-us
I am having problems with getting the bullet list and page navigation to work. I have Easyblog installed and have contacted their support which they checked the problem and said it's not to do with their end and its the templates.
They said from the looks of it, there isn't any css that is adding any image bullets around list items.
Can someone help?
Here's my link:
http://adventureand.me/entry/land-activ ... e-district
Here is my attempt to use bullet points <ul class="gkCircle1"> and just normal <ul>, both didn't work.
http://adventureand.me/entry/land-activ ... agestart=1
Here using it on an article:
http://adventureand.me/about-us
-
- Junior Boarder
- teitbite
- Wed Sep 03, 2014 2:42 pm
- Reply with quote
- Report this post
Hi
I think You are using an outdated typography plugin. Comparing what You have there at the moment with example page from last released template: http://demo.gavick.com/joomla25/steakho ... typography the gkCircle lists family were removed. Try maybe update the plugin first. Or maybe simply use "gkBullet" family instead.
I think You are using an outdated typography plugin. Comparing what You have there at the moment with example page from last released template: http://demo.gavick.com/joomla25/steakho ... typography the gkCircle lists family were removed. Try maybe update the plugin first. Or maybe simply use "gkBullet" family instead.
-
- Moderator
- GK User
- Wed Sep 03, 2014 11:57 pm
- Reply with quote
- Report this post
Hello,
Isn't that the typography for Steakhouse? I'm referring to the template Publisher's typography? Or is GK Typography just one single plugin for all the templates?
I've tried the simple "gkBullet1" and it isn't working either.
http://adventureand.me/entry/land-activ ... agestart=1
No idea why........
Isn't that the typography for Steakhouse? I'm referring to the template Publisher's typography? Or is GK Typography just one single plugin for all the templates?
I've tried the simple "gkBullet1" and it isn't working either.
http://adventureand.me/entry/land-activ ... agestart=1
No idea why........
-
- Junior Boarder
- teitbite
- Thu Sep 04, 2014 1:44 pm
- Reply with quote
- Report this post
Hi
It is a one plugin for all. Now I see what is the problem. As You can see below some of the classes are only prepared for regular joomla content or k2. You are usign easyBlog, so this would need to be adjusted.
I think fastest way would be to edit: /layout/default.php find where #gkMainbody layer starts and add this inside wrapping all the content:
It is a one plugin for all. Now I see what is the problem. As You can see below some of the classes are only prepared for regular joomla content or k2. You are usign easyBlog, so this would need to be adjusted.
- Code: Select all
section.content ul.gkBullet1 li,
#k2Container ul.gkBullet1 li { background: url("../../images/style1/typography/bullet1.png") no-repeat 0 10px !important }
I think fastest way would be to edit: /layout/default.php find where #gkMainbody layer starts and add this inside wrapping all the content:
- Code: Select all
<section class="content">
</section>
-
- Moderator
- GK User
- Sat Sep 06, 2014 3:34 pm
- Reply with quote
- Report this post
Sorry, I can't seem to find the /layout/default.php? Is it the one under gk_publisher/layouts/default.php? Because I can't find the #gkMainbody in there!
-
- Junior Boarder
- teitbite
- Sun Sep 07, 2014 9:55 pm
- Reply with quote
- Report this post
Hi
You probably have a different version (I need to update my copies, sorry). Please check if You have a line like this:
if yes than change it into:
You probably have a different version (I need to update my copies, sorry). Please check if You have a line like this:
- Code: Select all
<section id="gkContent">
if yes than change it into:
- Code: Select all
<section id="gkContent" class="content">
-
- Moderator
- GK User
- Mon Sep 08, 2014 11:07 pm
- Reply with quote
- Report this post
Hi,
I was able to find and edit to:
After the edit, there seems to be bullet point dotted all over the page now, http://adventureand.me/entry/land-activ ... aft-course
I also did try to add the class="content" to the main body instead to see if it works but bullet points showed in main body area and further below the page still.
I was able to find and edit to:
- Code: Select all
<section id="gkContent" class="content">
After the edit, there seems to be bullet point dotted all over the page now, http://adventureand.me/entry/land-activ ... aft-course
I also did try to add the class="content" to the main body instead to see if it works but bullet points showed in main body area and further below the page still.
- Code: Select all
<section id="gkMainbody" class="content">
-
- Junior Boarder
- teitbite
- Tue Sep 09, 2014 4:08 pm
- Reply with quote
- Report this post
Hi
I can see only breadcrumb is affected by that, so try just override css with:
I can see only breadcrumb is affected by that, so try just override css with:
- Code: Select all
#gkBreadcrumb .breadcrumbs > ul > li {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
padding: 0;
}
-
- Moderator
- GK User
- Tue Sep 16, 2014 1:12 pm
- Reply with quote
- Report this post
you mentioned my gk typography plugin is outdated. Where can I downloaded the latest and update instructions?
-
- Junior Boarder
- teitbite
- Wed Sep 17, 2014 8:21 pm
- Reply with quote
- Report this post
Hi
I was wrong I think. I've missed the part which has fixed the issue, so there is no need to update. But if You will need it in the future than the plugin is attached to every rest_files package for template.
I was wrong I think. I've missed the part which has fixed the issue, so there is no need to update. But if You will need it in the future than the plugin is attached to every rest_files package for template.
-
- Moderator
- GK User
- Thu Sep 18, 2014 1:01 am
- Reply with quote
- Report this post
thanks! I'll keep that in mind
-
- Junior Boarder
11 posts
• Page 1 of 1