dahaiyi
Forum Replies Created
-
Forum: Plugins
In reply to: [HD Quiz] What can I do to use WP Editor in question title?Thank you @bzzktt , @harmonic_design
Solution of the Problem;
I didn’t use a thumbnail on my site, and I only used it in its original size. Therefore, the plugin could not find a thumbnail and was giving a “.url” error.
I changed the code of “attachment.sizes.thumbnail.url” to “attachment.sizes.full.url” and solved the problem.
Thank you so much.
Forum: Plugins
In reply to: [HD Quiz] What can I do to use WP Editor in question title?Excuse me. The problem is on my site. But I don’t know why.
I want to ask one more question.
When we add only pictures to the answers, the answers do not appear, and only appear when I write text next to them.
Forum: Plugins
In reply to: [HD Quiz] What can I do to use WP Editor in question title?WP Version: 5.3.2
File Type: PNGI upload the file, but I can’t select it. My selection is not being saved.
Forum: Plugins
In reply to: [HD Quiz] What can I do to use WP Editor in question title?I will do what you say for question 1.
2. Question for error message:Uncaught TypeError: Cannot read property 'url' of undefined at h.Collection.<anonymous> (hdq_admin.js?v=1.7.0&ver=1.0:97) at p (load-scripts.php?c=1…pload&ver=5.3.2:297) . . .I click the “Set featured image” button and after I select the image from the gallery, this error message is written in the console and the image does not change. As a solution, I made a change. In doing so, the picture was selected, but it doesn’t appear to have changed in the admin panel.
Change:
imgURLfull = jQuery('#hdq_featured_image').val(attachment.url);- This reply was modified 6 years, 5 months ago by dahaiyi.