gioconda
Forum Replies Created
-
Hi Devin,
It’s a private page. Can I email it to you privately?
However, I was able to disable them for the moment.
In the screen options of the edit page I reactivated the shareaholic option and from there I disabled them on the right side of the edit page.On all other pages (which look the same as this one) it was enough to diactivate the shareaholic option in the screen options.
I wonder why only this page is giving me issues.
Mirella
Forum: Plugins
In reply to: [SlickQuiz] Plugin not workingI don’t know how to change theme.
How can I get out of this now?
Forum: Plugins
In reply to: [SlickQuiz] Plugin not workingI’m on hostgater but I’m not tech savvy that’s why it would have been better to create a temp admin for you instead.
When I paste the code it leaves place on the left.
Forum: Plugins
In reply to: [SlickQuiz] Plugin not workingoh, no. I think we have a serious problem.
I won’t go back to normal and my website is not working!Forum: Plugins
In reply to: [SlickQuiz] Plugin not workingParse error: syntax error, unexpected '$mainPluginFile' (T_VARIABLE), expecting function (T_FUNCTION) in /home4/miry/public_html/parlate.ca/wp-content/plugins/slickquiz/php/slickquiz-front.php on line 43I’m stuck. Could you paste the entire code of slickquiz/php/slickquiz-front.php for me?
Forum: Plugins
In reply to: [SlickQuiz] Plugin not workingI did still get the error message.
Forum: Plugins
In reply to: [SlickQuiz] Plugin not workingIs this what it should look like?
When I try to update file it gives me an error message.{ // Only load resources when a shortcode is on the page // if ( strpos( $content, '[slickquiz' ) === false ) { // return $content; }Forum: Plugins
In reply to: [SlickQuiz] Plugin not workingThis the shortcode
[slickquiz id=1]Here’s a test page with the shortcode
http://www.parlate.ca/test-quiz/#
The quiz looks the same as in the blogpostForum: Plugins
In reply to: [SlickQuiz] Plugin not workingI tried a few more things, but it’s still not working.The preview seems to work except for the ranking and social sharing buttons.
It might have something to do with my theme Suffusion?I was planning on adding the quiz to the blog post that I’m publishing tomorrow. Let me know if you can help and I could create a temporary admin account for you. Thank you!
Forum: Plugins
In reply to: [SlickQuiz] Plugin not workingI’m not sure if this what you were asking.
Probably not. Where do I see my page’s content area?
I’m so sorry!<?php /** * Footer template, invoked when get_footer() is called * * @package Suffusion * @subpackage Templates */ global $suf_footer_layout_style; // Invoke hook - this creates the bottom widget area, the right sidebars etc. suffusion_before_end_container(); ?> </div><!-- /container --> <?php suffusion_after_end_container(); if ($suf_footer_layout_style == 'in-align') { suffusion_page_footer(); } ?> </div><!--/wrapper --> <?php if ($suf_footer_layout_style != 'in-align') { suffusion_page_footer(); } suffusion_document_footer(); wp_footer(); ?> </body> </html>Forum: Plugins
In reply to: [SlickQuiz] Plugin not workingPhew! Done, but still not working.
This is what my Suffusion:footer.php looks like
suffusion_document_footer();
wp_footer(); ?>
</body>
</html>I had added this <?php wp_footer(); ?> but it gave me an error message so I removed it.
Forum: Plugins
In reply to: [SlickQuiz] Plugin not workingHi @jewlofthelotus!
Thanks for your quick reply!I do actually need to reset the W3 Total Cache.
Do you know if it’s risky and should back up before I do it?