maijs
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: AsideShop] Date not showing on aside postJawker,
Thanks for your question! You need to use
%post_date_regular%tag to have post date attached to every aside post.%post_date%tag will display the date only once for those posts posted on one day.Hope it helps!
Forum: Plugins
In reply to: [Plugin: AsideShop] Background colorotronix,
In order to do that you need some knowledge with CSS. Some tips:
1. Assign a CSS class to your template tags like this:
<p class="myclass">...</p>and define
myclassin your CSS file.2. Assign a background color with inline CSS like this:
<p style="background-color: #F0F0F0;">...</p>where #F0F0F0 is hexadecimal value of the color of your choice.
Cheers
Forum: Plugins
In reply to: [Plugin: AsideShop] Latest aside post show up twicesupergab,
It’s just too weird that I can’t reproduce this kind of behaviour people describe here. In order to reproduce the results you get, I have to make a setup that is on par with your setup which is: same Apache, PHP version, same WordPress version, same plugins you and preferably same theme.
Having been playing with AsideShop for a while now, it seem strange that some of you have it all fine, some all bad.
Forum: Plugins
In reply to: [Plugin: AsideShop] Asideshop break my template in search results pagesurtin,
Sorry, single post page cannot be parsed.. yet. There was a discussion with danapalooza on Request for ideas page and I mentioned that for your asides you usually put comment count at the end. And that count is something you don’t want to see in a single post page therefore there have to be two templates – one for listings, another one for single post page.
That’s something I don’t have time for at this very moment. Will try to do that in future.
Thanks for your feedback. (Donations are appreciated, hihi.)
Forum: Plugins
In reply to: [Plugin: AsideShop] Asideshop break my template in search results pagesurtin,
I would appreciate if you were more.. specific. 😉 Which pages exactly you’d like to be exluded from parsing? By “archive” you mean single post page, something else? In WordPress understanding of the word “archive” is quite broad.
Forum: Plugins
In reply to: [Plugin: AsideShop] Asideshop break my template in search results pagesurtin,
What exactly is that you want to achieve?
Cheers
Forum: Plugins
In reply to: [Plugin: AsideShop] Asideshop break my template in search results pageGiofilo,
Version 1.0.7 solves your problem as you can disable aside template parsing on search view pages.
Cheers
Forum: Fixing WordPress
In reply to: Date Not Displayed on All AsideShop Postadanapalooza,
Just released 1.0.7 which has new tag – %post_date_regular% using which you can have post date displayed on every aside post not just the lastest one.
Cheers.
Forum: Fixing WordPress
In reply to: [Plugin: AsideShop] Entire aside shows up in Recent Posts widgetansel, sportech,
It may happen if you are using whether plugins or themes which use The Loop (function that loops through the posts and outputs them) in another place rathen than the content part of the page.
To figure out the issue, try to enable the default WordPress theme and play with sidebar widget, see what appears then.
Forum: Plugins
In reply to: [Plugin: AsideShop] Asideshop and the page title in the static blog pagedeuts,
AsideShop only handles output from The Loop, that is, only the part which loops through the posts. Therefore wp_title() should not be affected in any way.
If All in One SEO uses something from The Loop, then problems may arise. Can’t tell you precisely.
Forum: Plugins
In reply to: [Plugin: AsideShop] Asideshop break my template in search results pageGiofilo,
I will look into this.
Thanks for you feedback!
Forum: Plugins
In reply to: [Plugin: AsideShop] Asideshop break my template in search results pageGiofilo,
Looking at your site I suspect you have a plugin or theme that is using The Loop to add CSS classes which correspond to the categoties post is put in, like
<div id="post-675" class="hentry p3 post publish author-giofilo category-phanomenologie category-er-meglio tag-italia" ...You see, AsideShop is like a big hack, which intercepts posts and alters them according to the AsideShop templates and them flushes all the collected posts into the main theme. If any plugin tries to do something similar with The Loop then things may break. It’s pretty hard to pinpoint plugins which may cause it since sometimes results differ in different environments.
Forum: Plugins
In reply to: [Plugin: AsideShop] Request for ideaspaburmester,
It seems Sideblog plugin is what you are looking for. I have no plans to make it as a widget, sorry.
Forum: Requests and Feedback
In reply to: AsideShop posts under Regular posts?surtin,
I’m not sure this kind of functionality is common requirement therefore my guess is that it won’t be included in AsideShop in the near future. Though things may change.. Depends on many things.
Forum: Fixing WordPress
In reply to: Date Not Displayed on All AsideShop Postadanapalooza,
Will look into this issue. Thanks!