SunnyThemes
Forum Replies Created
-
Forum: Plugins
In reply to: [Spiffy Calendar] Change of month updates the entire pageI got it to work using your theme. I added the following to a test page, where the link goes to a page that contains the calendar shortcode.
<div style="overflow:hidden;"> <iframe scrolling="no" src="https://example.com/calendar-page" style="border: 0px none; margin-left: -20px; height: 1600px; margin-top: -480px; width: 926px;"> </iframe> </div>
Forum: Plugins
In reply to: [Spiffy Calendar] Change of month updates the entire pageAn iframe works for me, for both the next/prev month arrows and the drop-box selecting the month.
What theme are you using?
Forum: Plugins
In reply to: [Spiffy Calendar] Change of month updates the entire pageThere may be a way with Javascript, but I don’t know offhand.
Forum: Plugins
In reply to: [Spiffy Calendar] Change of month updates the entire pageYou could put the calendar into an iframe within your page to prevent the entire page reload.
Forum: Plugins
In reply to: [Spiffy Calendar] Bug? in popupHi Sue,
I think you can fix it by adding the following CSS rule:
.footer {position: initial;}
This is not currently possible with my plugin, however I will consider adding that as an option as it would be a useful feature.
Forum: Plugins
In reply to: [Spiffy Calendar] Events starting at MidnightThat is a known issue. I will look into finding a possible solution.
Forum: Plugins
In reply to: [Spiffy Calendar] How to Set Spiffy Calendar to Single SpacingHi Vicki,
I got your link. Your theme is setting the line height to 150%, resulting in the double spacing. You can fix it in the calendar by adding the following CSS:
.spiffy.calendar-table {
line-height: normal;
}– Bev
Forum: Plugins
In reply to: [Spiffy Calendar] How to Set Spiffy Calendar to Single SpacingCan you send me a link to your website? If you don’t want to post it here, you can email support @ sunnythemes.com
Forum: Plugins
In reply to: [WP Flow Plus] The plugin doesn’t works in responsive modeYou have configured the width to 1200px. You need to specify a percentage for responsive, like 100%.
Forum: Plugins
In reply to: [WP Flow Plus] The plugin doesn’t works in responsive modeI took a look at your link and the gallery is showing up for me properly. Can you explain in more detail the problem you are seeing?
Forum: Plugins
In reply to: [Spiffy Calendar] Info displayed on popupVersion 3.2.0 has been released today. It includes new option to enable display of the image and description in the mini calendar popup.
Forum: Plugins
In reply to: [Spiffy Calendar] Info displayed on popupSince this seems to be a popular request, I will make it my priority to add this option asap.
Forum: Plugins
In reply to: [Spiffy Calendar] Made a translation, how do I apply it?The files should be named spiffy-calendar-hr_HR.mo and spiffy-calendar-hr_HR.po and placed in the languages folder.
Forum: Plugins
In reply to: [Spiffy Calendar] How to noindex the calendar in Google ?You can use meta tags on the page to prevent indexing.
See the documentation for <meta name=”robots” content=”…, …” /> at https://support.google.com/webmasters/answer/79812?hl=en