Testinmonials only the first one appears

Support desk for Multipurpose Quark Theme
GK User
Thu Nov 24, 2016 1:51 am
I am using the Quark theme. I am having a problem with the testimonials section. Right now I have the demo content in the module but the problem is as they scroll by only the text from the first one shows the others are blank. I've used firebug to see if there are any conflicts but it says there aren't any. The temp URL is http://wezworldtest.com/fishby/
User avatar
Senior Boarder

teitbite
Sun Nov 27, 2016 11:32 am
Hi

Please make sure Your typography plugin is installed and enabled. You can find it in rest_files package for this template.
User avatar
Moderator

GK User
Sun Nov 27, 2016 7:54 pm
I installed the latest version of the plugin and enabled it but still have the same results. I do have a warning when I go to the plugin to enable it. I pasted the warning below.

JFolder: :folder: Path is not a folder. Path: C:\xampp\htdocs\fishbyDStemplates
User avatar
Senior Boarder

teitbite
Fri Dec 02, 2016 12:38 pm
Hi

The warning looks like it's a plugin from old 2.5 joomla. Please uninstall this and install one more time. Than go to it's settings and resave even if everything was set correctly. If this will not work still send me an access to joomla panel.
User avatar
Moderator

GK User
Fri Dec 02, 2016 7:01 pm
I re-downloaded the Quark rest files and installed the GK Typography plugin. I still have the same warning when I open the plugin to enable it. I have created a page with two modules one is JUserTube and a custom module with the testimonies code. If I turn off the JUserTube module testimonies works. I've tried to find a conflict with Firebug but I can't find anything. Here's the sample page URL.

http://wezworldtest.com/fishby/index.php/java-test-page

How should I send you access?
User avatar
Senior Boarder

teitbite
Thu Dec 08, 2016 1:18 pm
Hi

Thank You for the insight. Now when I know it's a conflict with a different module it was easy to figure out the problem. This other module is using same class name "hidden", but is attaching styles to it globally affecting ours. Add this to override.css

Code: Select all
.gk-testimonials .hidden {
    display: block;
    visibility: visible;
}
User avatar
Moderator

GK User
Thu Dec 08, 2016 11:07 pm
Thanks that fixed it
User avatar
Senior Boarder

teitbite
Sun Dec 11, 2016 2:41 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron