bdew
Forum Replies Created
-
Forum: Reviews
In reply to: [Featured Images in RSS for Mailchimp & More] Great supportFYI, I’ve just emptied the browser cache and the image appears 4 seconds after the post.
Forum: Reviews
In reply to: [Featured Images in RSS for Mailchimp & More] Great supportOkay, I don’t understand what is happening here.
Initially, I started this exercise by copying code into functions.php. This worked but I was unhappy using unattributed code I didn’t understand. So, I downloaded this plugin and added a new post. When the post eventually appeared in Feedly I saw the post but no image and I wrote the first feedback.
I then deactivated this plugin and installed another and added a new post. Now, whilst I’m waiting for the latest post to arrive I see the “missing” image appear. I do a refresh and it appears again but only after quite a delay. The image full size is only 168×112 pixels.
Now, I do not know if the “missing” image was there all along and I was too impatient or, when I click “refresh”, the posts are downloaded again and the image is coming from the later plugin.
What do you think?
Forum: Plugins
In reply to: [WordPress Shortcodes] WordPress 4.4.1 showing blue box behind AccordionNothing to do with WordPress 4.4.1 – sorry for implication.
Appears in Safari 8.0.3, not in Chrome or Firefox
This fix was found in Stackoverflow.com. Added to child theme and all okay
*:focus { outline: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }Nothing to do with WordPress 4.4.1 – sorry for implication.
Appears in Safari 8.0.3, not in Chrome or Firefox
This fix was found in Stackoverflow.com. Added to child theme and all okay
*:focus { outline: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }Forum: Plugins
In reply to: [J Shortcodes] WordPress 4.4.1 creating a blue box behind AccordionNothing to do with WordPress – sorry for implication.
Appears in Safari 8.0.3, not in Chrome or Firefox
This fix was found in Stackoverflow.com. Added to child theme and all okay
*:focus { outline: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }Forum: Plugins
In reply to: [Accordion Shortcodes] How do I reduce the vertical spacing of AccordionAh Ha! This explains some weirdness I’ve seen with other short codes.
I simply ran the closing and opening shortcodes together like this:
[/accordion-item][accordion-item title="Ladies' section" tag="h2"]and problem solved. Many thanks.
Forum: Plugins
In reply to: [Accordion Shortcodes] how do i add text to the menu?Well, maybe there is a way:-
In the child theme’s style.css I have:
.accordion-title i { color: darkred; /* our revision note use <i> tag */ line-height: 75%; font-size: 75%; font-style: italic; text-decoration: none; position: relative; left: 3em; }In the page I have:
[accordion-item title="Club 200 <i>January winners added</i>" tag="h2"]And it looks similar to: Club 200 January winners added
… and that is *very* useful
Forum: Plugins
In reply to: [J Shortcodes] Accordion Title Overlaps IconOkay, got it.
The replacement line should be:.jayq-smoothness .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding-left: 2.2em; }Forum: Plugins
In reply to: [J Shortcodes] Accordion Title Overlaps IconDon’t know what happened there. I saw it working, honest, but the problem *NOT* fixed.
Sorry.