Bree
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] 2 event dates are too longHi Benjamin,
I am using Timely v 2.2.0 with the latest version of WordPress.
I have deactivated all plugins and used the Twentyfifteen theme, yet 3 (my mistake – there was also one from a previous month) out of 161 events still show incorrectly – but only in the month view.
What I have noticed about these events is that they are all more than one day long and are at either the very end or start of the month:
Feb 27 – 28
May 1 – 3
June 28-30Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] How to clear cache?Ok, so I worked out how to clear the cache – and reduce the backup size by 30%!. Do I need to clear this folder too? /wp-content/plugins/all-in-one-event-calendar/cache/twig
Forum: Plugins
In reply to: [AdRotate Banner Manager] Ad paddingSo I finally worked it out…
The only way it would work was to set the width and height (within the plugin settings for the group) to “auto” and then write my own min-width and padding values within the CSS with !important for each. It’s sure taken some time, but it works!
Forum: Plugins
In reply to: [AdRotate Banner Manager] Ad paddingThanks so much for your help, I really appreciate it. I should clarify that it doesn’t actually work in Chrome, it just *appears* to work when I inspect the element in Chrome (ie, I can see the padding has been applied by the green shading, but it only looks as though it has been applied to the left of the text on screen).
The class I am targeting is .a-8
In the dynamic block mode the settings are at:
Block shape and border: 3 rows x 2 columns
Advert width and height: 360 x 35 pixels
Advert margin: 3 pixelsAs for CSS I’ve tried:
1) The wrapper code
Before: <span style=”padding:15px;”>
After: </span>(This gives the appearance of left padding only)
2) CSS
.a-8 {
color: white;
background: black;
padding: 15px; }(This also gives the appearance of left padding only)
So, neither of these work. HOWEVER… I have discovered that I can make it appear exactly as I want it on screen (temporarily) if I inspect the element in Chrome and adjust the CSS in the chrome inspector to read:
.a-8 {
color: white;
background: black;
width: 338px;
height: 15px;
padding: 11px; }But when I then make the settings the same within the plugin or my CSS file, I still end up with ads smaller than I need in height, even with the padding applied.
Wishing I could attach an image to this… My CSS is reasonably good, but I just can’t work it out!
Forum: Plugins
In reply to: [WP Favorite Posts] Where to add suggested line of code?Nevermind…
I just removed the // and added in the post type names as above and it worked.
Forum: Plugins
In reply to: [WP Favorite Posts] Custom post typeThanks Alex – this worked for me too!
Forum: Plugins
In reply to: [Advanced WP Columns] [Plugin: Advanced WP Columns] Responsive?I’ve just installed this plugin, but am unable to get it to work as a responsive site… Did the update to include this eventuate? Many thanks.
I ended up doing this with css {display:none;} on my posts.
Forum: Plugins
In reply to: [WP Favorite Posts] WP Favorite Posts All In One Event Calendar pluginUpdate: This occurred due to the plugin’s upgrade. I rolled back to WP Favorite Posts 1.5.6 and it’s working again.
Forum: Plugins
In reply to: [WP Favorite Posts] Custom post typeI have rolled back to 1.5.6 and it works again…
Forum: Plugins
In reply to: [WP Favorite Posts] Custom post typeThanks so much Maxj – I’ll check it out. Curious… I’ve just discovered the plugin no longer also works on pages. Does that happen for you also?
Forum: Plugins
In reply to: [WP Favorite Posts] Custom post typeMaxj, this, unfortunately, won’t help you, but I am experiencing the same problem.
However… it definitely used to work on Custom Post Types… I built a whole directory around the idea of users being able to “favorite” directory listings for later reading. So I really need to get it working again!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Great concept, but very buggyThanks Rik! Really like the plugin and really don’t want to have to switch to something else!