Carrie Koehmstedt
Forum Replies Created
-
– Foodie Pro | Genesis Framework
– Due to non-response yesterday I uninstalled the plugin and switched to a different one and I no longer have the “settings” for the plugin. I was using the floating sidebar if that helps with future support submissions.Hello? Is anyone available for assistance with this? I believe I have the same problem that this person had (https://www.ads-software.com/support/topic/modern-buttons-break-links/), and I’ve provided a link to the site. The Simple Share Buttons seem to be blocking interaction with any content and links on the site that it is aligned with, but you can interact with links & content outside of the Simple Share buttons area.
Forum: Plugins
In reply to: [WP Instagram Widget] How to hide img title when hovering@arneb No, I did not.
Forum: Plugins
In reply to: [WP Instagram Widget] How to hide img title when hoveringWhen I do that it breaks the widget output… I copied that line of code into the file:
echo '<li class="' . esc_attr( $liclass ) . '"><a href="' . esc_url( $item['link'] ) . '" target="' . esc_attr( $target ) . '" class="' . esc_attr( $aclass ) . '"><img src="' . esc_url( $item[$size] ) . '" alt="' . esc_attr( $item['description'] ) . '" title="' . esc_attr( $item['description'] ) . '" class="' . esc_attr( $imgclass ) . '"/></a></li>';
And removed the title attribute so it now looks like this:
echo '<li class="' . esc_attr( $liclass ) . '"><a href="' . esc_url( $item['link'] ) . '" target="' . esc_attr( $target ) . '" class="' . esc_attr( $aclass ) . '"><img src="' . esc_url( $item[$size] ) . '" alt="' . esc_attr( $item['description'] ) . '" class="' . esc_attr( $imgclass ) . '"/></a></li>';
Am I missing something? Because I see this code, instead of instagram images, in the widget area on the site:
echo '' . esc_attr( $item['description'] ) . ''; echo '' . esc_attr( $item['description'] ) . ''; echo '' . esc_attr( $item['description'] ) . ''; echo '' . esc_attr( $item['description'] ) . ''; echo '' . esc_attr( $item['description'] ) . ''; echo '' . esc_attr( $item['description'] ) . '';
Update – since they were in fact on the server I went ahead and used https://www.ads-software.com/plugins/add-from-server/, which took a long time, but worked.
Forum: Plugins
In reply to: [Osom Author Pro] Add Buy Buttons to Series PageI’d love to see it, too!
Forum: Plugins
In reply to: [Osom Author Pro] Order of Books in a SeriesIs it possible to have the books appear in reverse order? With the oldest book being first and the newest book last?
Forum: Themes and Templates
In reply to: [Pilcrow] Change Continue Reading text link on posts to an imageThanks! That worked perfectly.
Forum: Plugins
In reply to: [Flamingo] My form submissions are showing up in public feedsAs far as I know the Flamingo plug-in has not been fixed. I’ve been using Conact Form DB and have absolutely no problems with it – it’s great!
Forum: Plugins
In reply to: [Flamingo] My form submissions are showing up in public feedsNo, it’s Flamingo. Solely and Completely.
The custom posts are/were showing up in feeds. I deleted Flamingo and it resolved the issue. Except the internet doesn’t forget and there are still instances of the posts being shown.
So thanks for that.
Forum: Plugins
In reply to: [Simple Content Templates for Blog Posts & Pages] New version doesn't workThanks, @tamantit, I had the same problem and your solution worked like a charm.
Correction, on the home page the first image in the first post is pushed 155px to the right, all other posts after that are on 85px to the right.
I’m having the exact same problem. Very frustrating!
Forum: Fixing WordPress
In reply to: Links and text not showing up in posts@abhishek Ghosh thank you, thank you, thank you, that did the trick! And, thank you again! ??
Forum: Fixing WordPress
In reply to: Links and text not showing up in posts@krishna, sorry I’m wasting time, though I’m not sure how.
When I click on your link above it takes me to that specific comment in this thread, however all of the text and links above & below still appear.
I am talking about the body of my post. Sometimes it shows up, sometimes it doesn’t.