Move Quiz to Left and Add Custom Shortcode to Results
hi how do I move hd quiz to the left ?
also is there anyway to add custom sortcode to the results section?
Hi Andrew,
I see that you are using the styler addon (thanks for purchase!), so stopping the quiz from being centered should be easy.
You can add the following CSS to the Custom CSS section of the addon.
.hdq_quiz {margin: 0 !important;}
HOWEVER, based on your site design, I also recommend adding the following line as well.
#main-content .hdq_quiz_wrapper .hdq_question {padding: 2rem 0 !important}
As for shortcodes, that should work by default. It looks like you are using a shortcode easy-social-share. I don’t know which plugin this corresponds to, but if the shortcode is not rendering, it most likely means that the shortcode itself is invalid (perhaps missing some required parameters, or different spelling).
BONUS: if that plugin has a feature to automatically add social sharing buttons to all of your pages, then you can try disabling the setting “Replace the_content filter for quizzes” (found on HD Quiz Settings page).
Lastly, I do not recommend using third party social sharing with HD Quiz and to use the built-in ones instead. The advantage is that the built-in sharing is able to automatically share the quiz name and score, which is something no third-party plugin could do.The share icons are just images, so you can always edit the plugin to swap the images out if it’s a design issue (just remember that you’ll need to do this every time you update the plugin).
This thread has either been marked as complete or has been automatically closed due to inactivity. Please consider opening a new support thread for help.