niklas96
Forum Replies Created
-
I get the notice that the stylesheet cannot be created if I try to generate it again.
Additionally I get the 404 error for the font.css request with the code Error aborted.
UPDATE: I reinstalled it. Now it works.
Forum: Plugins
In reply to: [Fast Velocity Minify] FVM not compatible with the latest Elementor versionI’ve got the same problem, but unfortunately adding /elementor/assets/js/frontend.min.js
to the ignore list doesn’t work for me.
I do not get any further errors, but my time to first byte time increased significantly. Additionally I also am not able to display a part of my homepage content.
Any ideas?
- This reply was modified 7 years, 2 months ago by niklas96.
Forum: Plugins
In reply to: [HD Quiz] Syntax error, Blog site is not displayed correctlyThank you for your help. I’ve tried number 3 and it works! Unfortunately I get the following notification:
Reference error: can’t find variable: hdq_timer
Do you have any idea what the problem could be?
Forum: Plugins
In reply to: [HD Quiz] Syntax error, Blog site is not displayed correctlyThank you for your help. Enclosed is the link to the website
I should probably mention that it only applies to the blog page and not a specific blog article.
- This reply was modified 7 years, 3 months ago by niklas96.
Forum: Plugins
In reply to: [HD Quiz] Syntax error, Blog site is not displayed correctlyhdq_calculate_total(hdq_form_id);
});
jQuery(“#hdq_fb_sharer”).click(function(){
let hdq_score=jQuery(‘.hdq_result’).text();
let hdq_share_image=jQuery(“.hdq_result_” + hdq_pass_or_fail).find(“img”).attr(‘src’);
if(hdq_share_image!=””&&hdq_share_image!=null){
if(hdq_share_image.startsWith(“//”)){
console.log(“image starts withThe last line console.log has an EOF error according to Safari.