spespam
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Pipes] Parser code with a parameter that changes all the timeI actually discovered that the parser code addon was free and activated by default in the previous versions and now you have to pay for it. Why ?
Forum: Plugins
In reply to: [WP Pipes] Parser code with a parameter that changes all the timeSo I have to buy an add-on to be able to make it work ?
Forum: Plugins
In reply to: [WP Pipes] Parser code not workingWorks like a charm. Thank you so much 🙂
Forum: Plugins
In reply to: [WP Pipes] Need help for a feedHi,
Me again. Actually, the feed sometimes works, and sometimes doesn’t. I looked at the source code, and it appears that the content I want to fetch is between
<div class="texte"><p>CONTENT TO FETCH</p></div>I tried to fetch it with this code :
ginner|0|div|texte|0|1|0|This code doesn’t fetch the content I want. Instead, it catches the content between <div class=”forum-texte”> and <p class=”repondre”>.
I don’t understand why. Can you help please ?
Forum: Plugins
In reply to: [WP Pipes] Need help for a feedThank you. For some reason, the pipe worked without using parser code. Thanks anyway 🙂
Forum: Plugins
In reply to: [AWP Classifieds] Adsense div float to the leftI tried firebug and it seems like it’s a class (img_class=”img_ad”) but also a div (div id=”adunit” and div id=”ads”) so I don’t really know. I tried some changes in the css files but nothing worked. 🙁
Forum: Plugins
In reply to: [AWP Classifieds] Adsense div float to the leftHere is a screenshot.
http://imagizer.imageshack.us/a/img905/9665/OnL1CK.jpg
There is a grey space too with the images posted by the users.
Forum: Plugins
In reply to: [AWP Classifieds] Adsense div float to the leftI was actually talking about the thick grey space that is wraping the google adsense. The thick grey space OUTSIDE adsense.
Forum: Plugins
In reply to: [AWP Classifieds] Adsense div float to the leftThank you. That helped.
Just a little thing left. Is there a way to remove the grey surface that is surrounding the adsense ad ?
Forum: Plugins
In reply to: [Smooth Slider] Hide Past Events with WP Event ManagerThank you ! Would be awesome 🙂
Forum: Plugins
In reply to: [AWP Classifieds] Facebook not workingI actually installed the dev version but FB doesn’t work even with the dev version so I installed the official latest version and it’s still the same. Will wait for the correction then.
Thank you.
Forum: Plugins
In reply to: [AWP Classifieds] Adsense div float to the leftI tried this code but it doesn’t work the way I want it.
<div class="fixfloat; float:left;"></div> $showadsense1 <div class="showawpcpadpage"> <div class="awpcp-subtitle">More Information</div> $addetails </div>Forum: Plugins
In reply to: [Smooth Slider] Hide Past Events with WP Event ManagerThank you very much for your effort but it’s not actually what I was expecting.
The interest is to make everything automatic, without having to set an expiry date.
For example, if an event is entered by a user (using Events Manager plugin), the user set the date of the event himself (let’s say for example October 29th 2015).
Once the event has been entered, Smooth Slider will automatically display it on the homepage UNTIL October 29th 2015. The day after, Smooth Slider removes automatically the event from the slides.
I don’t know if you can release this but it would be awesome if you could 🙂Forum: Plugins
In reply to: [WP Pipes] How to use with Google RSSThank you for your response.
What do you mean by grabbing data which appears on the feed ? You mean only the title and extract ?
Forum: Plugins
In reply to: [WP Pipes] Suggestion: Add Processor to Parse Google Feed's LinkHello,
I’m trying to get full text with this RSS feed by google and it doesn’t work! This is the feed that I want : https://www.google.fr/alerts/feeds/08383373995335423377/6667209806255814985
I don’t know what wrong.