dcschurink
Forum Replies Created
-
Dear Rodica,
I have replaced the file and some of the major functions are working again.
But i am still having some problems with some display of some features. It seems that the problems have something to do with CSS funtionality.
Please find the attachment.
The problems that i am having have to do with the following:
•The padding function is not working. The blauw part that is displayed should have 40px below the tekst but is seems the theme is not reacting to that adjustment.
•The drop down (questions) that are displayed in the gray section are not reacting correctly. The RED circle should be displayed before every question so it can be openend and closed again. Now when the questions are closed the RED circle is not displayed anymore.I hope that you can help me fix these problems mentioned above.
Dear Rodica and Marius,
I send you the following email.
Please find attached the Zerif.js file that you asked me to edit. As far i know i have followed your instructions as you mentioned in the previous email.There for i am sending you the Zerif.js file so you can edit it for me and i can replace it after you send it back to me.
At this moment i am encoutering the following problems with Zerif Lite.
•Post grid is not displayed
•Dropdown menu’s are not reating
•Hover actions are not working
•and other small issuesCan you tell me if this is all solved when you send me the new Zerif.js file?
As i mentioned before i am thinking about buying the PRO version of Zerif. But if it is not stable then i have to deside to Buy another theme.
I hope to hear from you soon, so i can test and descide.
Dear Support Zerif,
We are encountering more problems since you have updated the theme last week.
The post Grid does nog display anymore (I have already reported this)
But also other features of visual composer do not work anymore.Features like drop down boxes for questions and answers do not work anymore!
This giving me big problems.
I am thinking about buying Zerif PRO but if i also encounter these problems in the PRO version of Zerif i am not going to buy it.
You need to give me a quick solution for these problems that i am ecountering. We need these features urgently
The URL were you can simulate these problems on the page Zerif in combination with visual composer is here. The features are on the bottom of the page.
http://www.installatie-uptodate.nl/test-pagina/
Please give me an quick respons on this.
Dear Rodica,
In the line you are telling me to change is not the same as i find in the file zerif.js
The line that i find is:
if ( thisOpen == false && jQuery(‘.contact-form textarea’).val().length > 0 ) {
When i change this line to:
if ( thisOpen == false && (typeof jQuery('.contact-form textarea').val() != 'undefined') && (jQuery('.contact-form textarea').val().length > 0) ) {
When i change this line in the zerif.js then i get the following problems:
1. The theme (site) will not start anymore and there will be a rotating symbol turning for minutes and the theme will not start.
2. If i look at my blog page the blog will display but there is a major gray box above my blog post grid. (see the attachment)
The solution you are giving me is not giving the right result.
I hope to hear from you soon about what is going bad and that solution you van give me.