gpyrgiot
Forum Replies Created
-
Forum: Plugins
In reply to: [wp-flickr-press] Add custom CSS to photosYou can do it although it is not very functional.
1) Select the alignment setting fro your images.
2) Go to the settings of the plugin and scroll down to the Extend Image Class Property setting.
3) There define an class property e.g.Title=with border
andclass=border
. You can have multiple settings for various configurations.
4) Click save.
5) Go to your post and click the button of the wp-flickr-press.
6) Go from the Search list option and select the image you want and click show.
7) Scroll down to and select the [+] Image Class Property option.
8) From the pop up list select the one you want e.g.with border
9) The inserted image will now have a setting withclass="alignnone border'
10) At the CSS file of your theme (I recommend to use the jetpack and use the edit CSS option create the class and format it as you want.
11) Create the classimg.alignnone.border { width:100%; border: 2px; }
It is not very practical if you want to add many images but it works. Other than that you can just insert them and then do a find and replace.
class="alignnone'
withclass="alignnone border'
Forum: Plugins
In reply to: [Advanced post slider] Transparent background?Go to the settings where you select the color and click “Clear” and then close the window without picking a color (click outside the color picker window). That’s all.
Forum: Plugins
In reply to: [Special Recent Posts] How can I downgrade to 1.9.9Thanks for your help!
It is just that the CSS classes were different in the new version and it really messed my site. I don’t have the time to reconfigure them. It is the landing page of the site too, so it is nice to keep it look good. The newer plugin looks much better. I might try it in a later time.
Thank you Luca for your help and immediate response.
Forum: Plugins
In reply to: [Kitchenbug] Rich PinsNevermind problem solved when I rewrote the recipe.
Forum: Plugins
In reply to: [Collapse-O-Matic] The title is not showing, instead a preview is showing.Thanks you are actually right!
The Shortcodes Ultimate added in their last update a new short code [expand] with similar functionality as yours and it was loading this instead of the colaps-o-matic.
I deactivated it and it works great.
Thanks!
Forum: Plugins
In reply to: [Collapse-O-Matic] The title is not showing, instead a preview is showing.Hi!
Thanks for the reply. The Collapse-O-matic code is kinda hard to find, but I made a test page to see it.
https://nerdmeetsfood.com/collapse-o-matic-test/
I have an image with the code as well.
Thanks for your help!
Forum: Plugins
In reply to: [GetSocial] Add link of facebook pageSo if I understand correctly you want to display the GetSocial bar, but instead of the webpage you want to show the likes of the facebok page right?
I that case go to the settings and hide the default Facebook button from get social. Then go to the developers site on face book:
https://developers.facebook.com/docs/plugins/like-button
And in the URL for the page add the url of the Facebook fan page. set the rest of the settings to your liking and add the code to the field of the get social button.
Just keep in mind that now the like of the fan page will shown everywhere you actually have the GetSocial plugin.
Forum: Plugins
In reply to: [GetSocial] Show on product-category pagesCan you send a link to the site? And a dumb question. Did you activate the show on pages setting?
I am not 100% sure, but the counts are not stored locally, they are stored in social media site database. You can try it by activating both at the same time. I have activated also Shareholic and GetSocial floating bar and the count is the same for both.
G
Forum: Plugins
In reply to: [Kitchenbug] KitchenbugHappily to say that it works great. Thanks for your hard work.
G.
Forum: Plugins
In reply to: [Kitchenbug] KitchenbugGreat thanks. I haven’t tried other editors but it might be possible to use different editor that will not break the editor.
Forum: Plugins
In reply to: [Kitchenbug] KitchenbugI echo that. My guess is that the button in the tool bar messes up the editor. Please add this to the compatibility rating so other users met avoid the same issues.
G.
Forum: Plugins
In reply to: [Kitchenbug] Multiple recipes in a single postThanks for you response!
I should have thought of that. Google will probably be index both recipes as one. I actually modified the code to index the instruction one by one instead of all of them as one.
I am loving the plugin anyway. I keep coming up with ideas for it… I hope you don’t mind.
George
Forum: Plugins
In reply to: [WP-AutoSharePost] My site is gone!Oh My god! Thank you!