Tagged: x
-
AuthorPosts
-
January 7, 2017 at 9:49 am #1320188
MiticaParticipantHello team,
I am trying to put up a nice looking calendar on my test site test.tierramitica.com, but I could use some advice on which plugin would be best to work with the X theme. I need it to be compatible with X, easy to work with, light, customizable as far as colours and fonts are concerned and able to have multi day events. Booking option is not necessary, it is just for viewing. So far I have not had much luck, hoping you guys have an idea?
January 7, 2017 at 8:53 pm #1320703
RadModeratorHi there,
Thanks for writing in.
I’m not really sure about compatibility as we don’t have any calendar plugin recommendation on our list page https://community.theme.co/kb/version-compatibility/
But it should work with any calendar as long as it’s properly implemented according to WordPress standard (correct enqueue for javascript and stylesheet). But if it’s a rich featured calendar, like ajax and dynamic content then it might not work properly especially within cornerstone. It needs to be integrated to cornerstone first.
Thanks!
January 14, 2017 at 12:09 pm #1330039
MiticaParticipantHello Rad! So I found a calendar that works and does what I want it to do, after a lot of trial and error, so so far so good!
However, there is one thing that is not working out, and that is that I am not managing to make the shortcode work with cornerstone. I hope it is something simple I am doing wrong, because if I put the shortcode in to the wordpress editor, all works fine.
I want and absolutely need to work through cornerstone, though, because I am not good enough at coding to use the wordpress builder and now the carousel is not showing on this page and I have no idea how I would add text with the proper background to the calendar page. The link is http://69.195.124.100/~tierram3/test/calendar/Please help me out add this shortcode in cornerstone so that it works. Thank you for the help!
January 14, 2017 at 12:10 pm #1330040
MiticaParticipantThis reply has been marked as private.January 14, 2017 at 10:20 pm #1330458
Rue NelModeratorHello There,
Thanks for updating in! Upon checking the page, I am seeing the calendar. You can see it here: http://prntscr.com/dvshin
Please keep in mind that since the calendar is generated with Javascript, this may not show up in Cornerstone. Cornerstone will always display a shortcode. Cornerstone depends on how the plugin process the shortcode. And if the plugin process the shortcode only for the live view, Cornerstone does not have any control on that. Regretfully, we cannot provide support for third party plugins as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.
Please check out my test: http://prntscr.com/dvsjjd
Hope this helps.
January 15, 2017 at 1:13 pm #1331036
MiticaParticipantHello Rue Nel,
It seems to be working so far, I do have one last issue though… On the calendar page, the carousel does not appear anymore. The submenues were not appearing anymore either but I fixed that with some custom css.
Can you please take a look to see how to get the carousel to work? It is just a white strip now.. I have tried everything I could find and think of. If not possible, I am also open to just disabling the carousel for this one page.Thank you.
January 15, 2017 at 11:00 pm #1331474
Rue NelModeratorHello There,
Upon checking on this page; http://69.195.124.100/~tierram3/test/calendar/, I can see that there are JS error on the page. This could be because there is a fatal error on the page. Can you please enable WP_DEBUG mode? You can do this by opening
wp-config.phpand adding
define( 'WP_DEBUG' , true );just above/* That's all, stop editing! Happy blogging. */For example:define('WP_DEBUG', true); /* That's all, stop editing! Happy blogging. */When you revisit the page, you should have some error output describing the issue in more detail.
Please let us know how it goes.
January 29, 2017 at 3:54 pm #1349914
MiticaParticipantHello Rue Nel,
Sorry for the late reply on my part, I was working on another project.
So I did what you suggested, but I do not see any error output. I double checked and the extra line is there where it should go, I also change the one that says define(‘WP_DEBUG’, false); and changed it to define(‘WP_DEBUG’, true), but no result.
I know I am doing something wrong, but no idea what, could you help out please?Thank you so much! I want to go live on wednesday with this and migrate our site, so I am trying to get everything resolved
January 29, 2017 at 9:52 pm #1350215
Rue NelModeratorHello There,
Would you mind providing us the url of your site with login credentials so we can take a closer look and fix the issue? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
To do this, you can make a post with the following info:
– FTP Hostname
– FTP Username
– FTP PasswordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you.
January 30, 2017 at 2:06 pm #1351298
MiticaParticipantThis reply has been marked as private.January 30, 2017 at 11:46 pm #1351818
LelyModeratorHello There,
I did check the error logs and I can’t find any error that might cause this. Although I notice that on other pages the slider is working fine like this page:http://69.195.124.100/~tierram3/test/retreats-workshops/. This means that part of the code of this calendar is breaking X theme. There’s no other customize code on this page other than this calendar. Upon thorough checking, the code for calendar was calling the same jquery library again. Note that X theme uses the jquery library loaded by wordpress. Loading this library again where all other javascript functions depends cause this error. See this:http://screencast-o-matic.com/watch/cbVwhGQ9j7. This disrupt how native functions works. Unfortunately, we don’t have control over how third party plugins or codes behaves. You may consult the developer of the code regarding this issue.
January 31, 2017 at 8:33 am #1352262
MiticaParticipantHello Lely! Hah, I actually think I figured it out! I changed the script load method and suddenly the carousel appeared!
Could you please do one more check to see if everything is cool on the backend? Thank you so much for investing your time!
I love you guys!January 31, 2017 at 10:20 am #1352418
LelyModeratorHello There,
I can see it is now working.
The only issue I am seeing is this:Access to Font at 'http://test.tierramitica.com/wp-content/themes/x-child/Fonts/Chiller.otf' from origin 'http://69.195.124.100' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://69.195.124.100' is therefore not allowed access. VM39:1 Access to Font at 'http://test.tierramitica.com/wp-content/themes/x-child/Fonts/Chiller.woff' from origin 'http://69.195.124.100' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://69.195.124.100' is therefore not allowed access. 69.195.124.100/:1 Access to Font at 'http://test.tierramitica.com/wp-content/themes/x-child/Fonts/Chiller.ttf' from origin 'http://69.195.124.100' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://69.195.124.100' is therefore not allowed access.Please check this link for fixed:https://community.theme.co/kb/solutions-to-potential-setup-issues-font-awesome/
Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1320188 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
