A2E
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Footer Copyright & HTMLThanks! That worked great
Forum: Themes and Templates
In reply to: [Hueman] Search button overlap on mobile RTLThanks!
Solved.Forum: Themes and Templates
In reply to: [Hueman] Search button overlap on mobile RTLHi –
I’ve enabled the topbar on the site now, so you can see at http://www.hamalrad.com how the search button overlaps with the menu at the top right corner
(note that I made a mistake in the original message: the problem is in the desktop view, not the mobile)Same issue on google support forum
(no solution yet)Nope.
I’ve already moved suggestions to “corrections”. They appear in “corrections”, but still don’t show up on the site.
I must say again that I don’t think this is a problem with the plugin: I think I’m missing something else. Even if I disable your plugin and translate the site directly from translate.google.com I get the same problem. Seems to be a Google issue.+1 to that… 🙂
Forum: Themes and Templates
In reply to: [Catch Everest] Search box in Catch EverestThat hides it, but also hides search-widgets.
I want to hide the search form up top, but still show a search widgetstill not fixed…
Forum: Plugins
In reply to: [WP Mobile Detector] [Plugin: WP Mobile Detector] Encoding errorNo, the numbers are ok – its the hebrew characters that are all wrong.
Here, for example, is a screenshot from the same site using a different theme. This is how the letters are supposed to be:
http://i43.tinypic.com/20kdcnm.png
Seems like some sort of font problem, don’t you think?Forum: Plugins
In reply to: [Wiki] [Plugin: Wiki lite] WordPress wiki pluginHi –
I’ve started using the plugin on my site and am so far liking it very much! I’ve tried many many other solutions before, and this one looks like it will finally do what I want.
Anyway – my site’s main page is the blog, and I need a way to link to the Wiki on my menu-bar. But I’m not sure if there is a way to do this? I mean, I can link to a specific wiki page, but what about linking to a landing page or table of contents?
As a temporary work around I’ve made a introduction wiki (http://www.hamalrad.com/wiki/home) and all other wikis will be sub-wikis of this page, but that’s a sort of round-about solution.
ThanksThank you
Temporary workaround –
add this code to theme’s functions.php:
add_filter( ‘print_admin_styles’,’smix_force_rtl’ );
function smix_force_rtl(){
global $wp_styles;
$wp_styles->text_direction=’rtl’;
return true;
}Thanks to מתי1000
Forum: Plugins
In reply to: [BuddyMobile] [Plugin: BuddyPress Mobile] Doesn't really work with RTLSeveral problems:
1. The main page is showing blank, instead of showing my blog posts. In fact, there’s no intuitive way for users to even see my blog posts!
2. The main content area is taking up only about a 1/4 of the screen width. The rest is just a large gray area
3. The two menus on the top bar are both in the top-right corner, instead of one being on the left and one on the right
4. I’ve selected the Black version in the Admin panel, but it still shows default coloring.I’m sure these are all css issues, but I’d appreciate any pointers you can give me!
Thanks
Thanks! That got me in the right direction to solve the problems I was having with the jooc theme!, exept I found it was line 55 of glideshow.php in my case, not 209.
Thanks again!