maorb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to add a special character between pages in the top nav bar?I thought so 🙁
That’s a problem, since I have to write a code which will support also the nagging IE7 as well..
Are there any other ideas for that?Forum: Fixing WordPress
In reply to: How to add a special character between pages in the top nav bar?thanks.
Do you know if the pseudo elements li:before and after support also IE7?Forum: Fixing WordPress
In reply to: How to add a special character between pages in the top nav bar?Thanks for the advise esmi.
How could I display a character with CSS before each item without making it a background image?
Forum: Fixing WordPress
In reply to: page content auto replacementThanks Michael, but that’s not what I looked for.
I need a way that lets say I have a pull of 365 short messages, each for a day in the year, that I want them to show up in the same page link (ie: http://www.mysite.com/dailysentence) – every day there will in that page another sentence, instead of the one of the previous day. I look for a way to automate it and not enter each day to the page and change the text.Thanks
Forum: Plugins
In reply to: [Plugin: AWSOM News Announcement] hebrew comes out gibberishסימון,
עדיין לא ניסיתי את הפלאגין המסויים הזה, אבל תבדוק בדטהבייס בד”כ שם הבעיה, אם הפלאגין מייצר טבלה או שדות יכול להיות שהקידוד של שדה הטקסט שם לא מוגדר נכון. תשנה ל
utf8_general_ciמאור
maor A@T maorb.infoForum: Plugins
In reply to: [Plugin: Sociable] Can’t change/save seeting on admin menuping
Forum: Plugins
In reply to: [Plugin: Sociable] Can’t change/save seeting on admin menuanyone..?
Forum: Plugins
In reply to: [Plugin: WP-BANNERIZE] Does this plugin support flash files?Thanks for your reply,
I think that a good suggestion to make it a real banner system is to make it possible to track how many impression and clicks each banner had, and calculation the rate of conversion (which is just dividing click/impressions).
Do you know when you plan to have the next release ?
Forum: Plugins
In reply to: WP-Directory-List@crunnells
I agree with you, there aren’t such goog directory listing plugings for WordPress.
This one is far from perfect, but seems to be better than other (well, that shows how the situation is bad in directory plugins)
A basic search option is not included in this plugin, so if you put each category on a page and you search for a phrase, you’ll get as a reply the whole category and not only the items in it that matches the search phrase.I’d be really happy to know if you will improve it and release it as a new plugin! That would be just great.
If you let me know when that happens, even by replying to this thread, I’d be very thankfulMaor
maor (AT) maorb.infoForum: Plugins
In reply to: [Plugin: Relevanssi] Limit search to certain pages / subpages ?I’ve tried to download your file, but it’s size is 0kb and the zip is empty..
May you upload it here again? or just email me the file to
maor (AT) maorb.infoThanks a lot for your former help, I managed to limit a search to certain category, now I just need the fix you made to try and check the issue with limiting to those certain pages with custom fields.
Maor
Forum: Fixing WordPress
In reply to: Styling the first postHi,
I tried this solution and it works fine, but with one problemm – when you navigate to page #2, the first post there gets also the special class.
How could that be avoided?Forum: Fixing WordPress
In reply to: Prblems in advanced loop customizingAnyone has an idea?
Thnaks
Forum: Plugins
In reply to: [Plugin: Relevanssi] Limit search to certain pages / subpages ?Ok, I’ve got a fix for you. Check out this file. To use it, you need
Msaari, thanks a lot for your help. I’ll try that soon and will reply to tell you if it worked!
Forum: Fixing WordPress
In reply to: Prblems in advanced loop customizingYes, as I remember, trying now again to use query_posts(“cat=-19”); just before my loop – I’ve got on the 1st and 2nd pages the same posts, and also the class for the main posts being displayed on the 2nd page, which is not whatt I want…
Forum: Fixing WordPress
In reply to: Prblems in advanced loop customizingWhen I built this loop first, couple of months ago (then I didn’t need to exclude categories) I tried to use query_posts(), but then I’ve had problems with the main loop not showing well the last item in the main css class and the others in the other css class.
Since this loop creates the last item posted with count = 0 and show the special class only in the front_page().
When then tried to use the query_posts() I had to use offset=n and then I had problems with the pagination..
So I’m not sure that going back to query_posts() will be a good idea for me in this case.
Isn’t it?
Maybe there is another idea?Thanks