bkmacdaddy
Forum Replies Created
-
Adam,
Try this instead:
.sidebar.widget-area ul li.pins-feed-item { background: none; list-style-type: none; margin: 5px; padding: 0; text-shadow:none; }
Let me know if that works.
Forum: Plugins
In reply to: [Pinterest RSS Widget] [Plugin: Pinterest RSS Widget] Floats on top of pages?Just uploaded version 1.3.1 with the fix for this issue. Let me know if it resolves the problem for you. It worked fine in my testing.
Forum: Plugins
In reply to: [Pinterest RSS Widget] [Plugin: Pinterest RSS Widget] Floats on top of pages?This is what happens when a designer creates a plugin, I guess. ??
I have an idea what the issue is but not the exact knowledge how to fix it, so I’m checking with some developer friends to see if I can get it solved. Sorry for the delay in a solution, but I’ll let you know as soon as I get it fixed.
That’s up to you – whatever works best for you. Glad we got it working for you.
The plugin’s CSS styles for the list items are being overridden by your theme’s CSS. You need to add the following to your theme’s style.css anywhere after line 1540:
.widget li.pins-feed-item {clear:none;}
That should fix the issue. Let me know if it doesn’t.
Same for me. Making edits to the base theme and they are not showing up. Help?
Forum: Plugins
In reply to: [Plugin: WordPress Mobile Pack] Page Templates on mobile version?Never mind. I found the answer in the “Known Issues” section:
“Note that if you use a desktop theme that provides unusual, additional page templates, the default mobile theme will not have the corresponding logic. The mobile theme will fall back to showing a default posting list. However, you are able to create new mobile templates just as for the desktop theme. (Copy archives.php as a simple example of an auxiliary page template.)”