Osclass Support Forums

Osclass plugin support => Poll & Feedback Plugin => Topic started by: jcarrolo01 on October 30, 2019, 04:33:39 PM

Title: Poll & Feedback Plugin Vs. Zara Theme
Post by: jcarrolo01 on October 30, 2019, 04:33:39 PM
Dear all...

Anyone have this plugin working in zara theme??? After install this plugin i'm experiment some problems in zara theme.... The most obvious is i lost the right / left navigation on the categories menu, and when i click in one caterory, that didn't work...

So anyone ave this plugin working in Zara Theme????



Best Regards
Title: Re: Poll & Feedback Plugin Vs. Zara Theme
Post by: MB Themes on November 06, 2019, 03:48:14 PM
You will have to send url to see issue.
Title: Re: Poll & Feedback Plugin Vs. Zara Theme
Post by: jcarrolo01 on April 06, 2020, 02:01:16 AM
Hello...

I dont have this plugin installed in livehost site...

I'll try to install again in localhost project and after that i will let you know the result...


Best regards
Joao
Title: Re: Poll & Feedback Plugin Vs. Zara Theme
Post by: jcarrolo01 on April 13, 2020, 09:27:54 PM
Definitely this plugin is not working properlly...

I try in Beta and Zara Theme, both in localhost...


When the plugin is installed we can see something is wrong, because exactly after the plugin is installed the cells green colors for the installed plugins and the RED for inactive plugins disappear....

Attached

Before Installation and after installation, like you can see after install the plugins table lose the color....


I bought from you the themes

Zara
Veronika
Starter
Beta

At least in Zara and Beta themes is not working properly (Front and Back office)





Title: Re: Poll & Feedback Plugin Vs. Zara Theme
Post by: MB Themes on April 14, 2020, 07:44:24 AM
@jcarrolo01
Look on browser console if all scripts are loaded and there are no javascript errors.
Title: Re: Poll & Feedback Plugin Vs. Zara Theme
Post by: jcarrolo01 on April 14, 2020, 05:16:51 PM
OK...

It's like this...

Starter Theme - OK (Only the colors disappear in admin dashboard plugin page like image on my last Post, all cell are in white  color)
Beta Theme - OK (Only the colors disappear in admin dashboard plugin page like image on my last Post, all cell are in white  color)
Zara Theme - NOT OK

1st Issue
 the colors disappear in admin dashboard plugin page like image on my last Post, all cell are in white  color, i think this maybe is related with plugin

2nd Issue
Please see the images attached

1 - The Left tab is under categories, if i scroll down with the mouse is showing or hidden
2 - The arrows for menu left and right navigation disappear

I think this can be Theme issue (I use the latest version 1.3.5), if necessary i can give you one link for a demo site under development....


All i ask you is a 1 minute task, install this plugin in your zara theme demo and check the behavior ..


I will post a new post with more 2 images




Best Regards
joão


Title: Re: Poll & Feedback Plugin Vs. Zara Theme
Post by: jcarrolo01 on April 14, 2020, 05:17:57 PM
More 2 images

Title: Re: Poll & Feedback Plugin Vs. Zara Theme
Post by: Osclasser on April 14, 2020, 05:32:54 PM
It problem with css.
Use z-index:9999 for feedback button
Title: Re: Poll & Feedback Plugin Vs. Zara Theme
Post by: jcarrolo01 on April 14, 2020, 05:43:30 PM
This in theme style.css???


Best Regards
Title: Re: Poll & Feedback Plugin Vs. Zara Theme
Post by: jcarrolo01 on April 14, 2020, 06:44:01 PM
This is not a urgent matter...

It's a nice to have, but not urgent... You have all the time to update theme / plugins


Don't forgot, all the issues are described on previous posts....

This is only for zara htme, Starter & Beta seems working well...

Issue in admin..
Issue with the Poll button in front store...
Issue with left & Right arrow missing after installing this plugin...



Best Regards
João
Title: Re: Poll & Feedback Plugin Vs. Zara Theme
Post by: MB Themes on April 16, 2020, 12:15:12 PM
@jcarrolo01
If you open browser console, you should see some errors here.
Title: Re: Poll & Feedback Plugin Vs. Zara Theme
Post by: jcarrolo01 on April 17, 2020, 02:48:27 PM
Please see attached images....
Title: Re: Poll & Feedback Plugin Vs. Zara Theme
Post by: MB Themes on April 20, 2020, 08:10:07 AM
@jcarollo1
In index.php of plugin
Belllow line:
Code: [Select]
osc_enqueue_script('pol-user');
add code:
Code: [Select]
osc_register_script('tipped', osc_base_url() . 'oc-content/plugins/poll/js/tipped.js', 'jquery');
osc_enqueue_script('tipped');
Title: Re: Poll & Feedback Plugin Vs. Zara Theme
Post by: jcarrolo01 on April 20, 2020, 02:21:24 PM
Thanks allot for your reply



Best Regards
João
Title: Re: Poll & Feedback Plugin Vs. Zara Theme
Post by: jcarrolo01 on April 20, 2020, 03:57:55 PM
Regarding the overlap between  header and survey tab i change the Zara theme style.css

Search for:
Code: [Select]
#top-navi {width:100%;float:left;background:#fff;position:relative;z-index:99998;padding:30px 0;margin:0;border-bottom:1px solid #e8e8e8;}
And changez-index to 1 and not 99998:
Code: [Select]
#top-navi {width:100%;float:left;background:#fff;position:relative;z-index:1;padding:30px 0;margin:0;border-bottom:1px solid #e8e8e8;}
I think this is the proper think to do, but if you think there is a better way to do it, please let me know


Best Regards
João
Title: Re: Poll & Feedback Plugin Vs. Zara Theme
Post by: MB Themes on April 20, 2020, 05:32:11 PM
Looks good