bogh
Forum Replies Created
-
Forum: Reviews
In reply to: [IDB Support Tickets] Paradoxical Customer ServiceI have the same problems with the file uploads, they are simply not working. I have sent them an email, but silence for me too.
Forum: Themes and Templates
In reply to: BBPress slugsI am sorry for this post, actually is_bbpress() is really working :))
Forum: Themes and Templates
In reply to: Allow Shortcodes EverywhereI have read that article a while ago, but I don’t think I can find my answer in there. And I think you are trying to point me to:
add_filter('widget_text', 'do_shortcode');Basically something like this is what I need, but not for the text widget, because they are allowed there already. Mostly I need to allow the shortcodes in that textarea.
Or maybe something like that should do it:
echo do_shortcode(__(stripslashes(thematic_footertext($thm_footertext)), 'thematic'));
*Note: that is used to allow shortcodes just in the footer’s text, so it allows me to add shortcodes trogh the options panel’s textarea that belongs to that footer area.Forum: Themes and Templates
In reply to: Allow Shortcodes EverywhereThanks for your reply.
Actually everyone pointed me on that direction, but I don’t really know how to use it, so I was looking for a more specific answer.I need mostly to make them be supported in the textareas from an options panel that I am using in my theme.
Forum: Themes and Templates
In reply to: Premium Theme – MagazineSee this link: http://www.studiopress.com/themes/magazine
I think this is the theme you were looking for.Forum: Themes and Templates
In reply to: Help! Can't Upload ThemeHave you tried to unzip that archive?, I think that is a premium theme, and the installable theme is inside.
Forum: Themes and Templates
In reply to: Widgetized Area above Inactive Widgets AreaThanks again for your reply.
I said that I think I have seen something like that on a theme, so I am not really sure. If I would’ve remembered what was that theme I would’ve known what to do with it.Thanks.
Forum: Themes and Templates
In reply to: Widgetized Area above Inactive Widgets AreaThank for your reply Jonathan,
I was askeing about that because I think I have seen it on some other themes.
Now I am working on a new theme, and I was looking to have a widgetized area, just for home page, so it would be separeted by the other ones, to be easier for my members to use it, but I think I will just add it above the other areas, thanks anyway.
But if you think that I can do this trough the theme please let me know.Have a good day, or night 🙂
Forum: Themes and Templates
In reply to: [Oxygen] Oxygen Theme Slider not showingHi,
Try to have a look at their website, I see that they have some tutorials section. http://alienwp.com/themes/oxygen/ or http://devpress.com/themes/oxygen/
In the theme’s folder you have a folder called “docs”, inside you will find a “readme” file, in that look for TEMPLATE FILES, there is your explanation on how to add the slider.