Forum Replies Created
-
AuthorPosts
-
asapelearning
ParticipantOh I finally found it in the files. Please disregard my post.
asapelearning
ParticipantI asked LearnDash is there was anything specific in your theme that could be causing focus mode to not work and their reply was:
It’s hard to say, but I would start by looking to see if there’s a JavaScript conflict. Sometimes, importing a script incorrectly on a page can cause this.
If they find that there is code change needed on our part, we’re happy to look into it further and see if that’s possible.
Please let me know if you are able to find out what in the theme is causing the issue with quizzes and focus mode and I can pass it along to LearnDash, in case others experience the same issue.
asapelearning
ParticipantThank you so much! I can now see it.
asapelearning
ParticipantI have now installed the updated rev slider plugin file you sent to me. Still not displaying. Any ideas?
asapelearning
ParticipantThat is the correct URL. We were having an issue with our CDN, but it is now fixed and the site should be working again.
Question – what file controls the display of the dropdown menus? Since going onto my new CDN, the dropdown menus no longer work. I’m thinking that if I let them know which file is controlling the menu drop downs, then they can remove that from being minified or compressed or whatever it is they are doing to that file to make it no longer work.
asapelearning
ParticipantThis reply has been marked as private.asapelearning
ParticipantThis reply has been marked as private.asapelearning
ParticipantThe Invent theme. I had to add code to my single.php file to get them to display on any page that had comments, not just composite pages.
This is what I added on line 74 of single.php:
comments_template('/comments.php', true); // Loads the comments.php template
It fixed my issue, but would be nice if it was fixed in the theme the next time an update is released.
asapelearning
ParticipantI can’t see comments now, and I have the latest version of the theme. Do you know if this was ever fixed?
Thanks,
Jenniferasapelearning
ParticipantYup, WooCommerce’s 3.0.1 update fixed the issue. Everything is working as it should. Thanks for looking into this!
asapelearning
ParticipantThanks! That is exactly what I was looking for.
asapelearning
ParticipantSo even though you have Google fonts installed elsewhere in the theme, I need to create my own font folder and upload them there in order to use ones that I don’t list in my Theme Options? I thought this would be duplicating the code that exists elsewhere, but I can do that. Thanks for your quick reply.
asapelearning
ParticipantI used the Content Aware Sidebars plugin to solve the problem.
asapelearning
ParticipantI’ve also tried this without success:
<?php dynamic_sidebar($sidebar_id); ?>
July 27, 2015 at 5:47 pm in reply to: Changed Default Layout to 1 column, but option for right sidebar layout #15518asapelearning
ParticipantThat worked – thanks! I also needed to adjust the threecol margins to be on the left instead of the right.
-
AuthorPosts