strang3r
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hr Tag overlapping outside of container and in different locationOh also one more thing is i just noticed that 2 error coming up in all of the pages. So hr is functionally not working and causing a bug when I used it at front page. But if I use a
p.separator
class in css style for creating a line then that works perfectly. But not the hr. Any help?Forum: Fixing WordPress
In reply to: Hr Tag overlapping outside of container and in different locationHere is the image. I marked the error and the one I originally added.
Forum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] Change price!!!its botIque theme
Forum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] Change price!!!This not working….
Forum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] My Currency doesn't show upwhat should you change for replacing comma with decimal?. in botIque theme?. Because if you change it from the plugin it doesnt work.
Forum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] Change price!!!I tried replacing some codes in core file in plugin but that is not even working.
Forum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] Change price!!!Though I am not for your above fix but its dont even work too when I add it in theme function.php
will you please tell me how can I replace decimal with comma? for most arabic country.. its need.
And this comma is not working when I add it from settings. Its still showing decimal.
This is what I am looking for something like…
Decimal separator price: 1,000.00
Comma separator Price: 1,000,00Thanks.
WP Ecommerce V3.8.8
Forum: Networking WordPress
In reply to: Login Redirection Page For All MultisiteThis problem has been fixed. Thanks for all your support Ipstenu!!!
Forum: Networking WordPress
In reply to: Login Redirection Page For All MultisiteDo I put this in or replace it with another rule?
RewriteRule ^login/$ /wp-login.php [L]
Forum: Networking WordPress
In reply to: Login Redirection Page For All MultisiteHello lpstenu,
You are the best!!!Its working but I am having a problem that. sometimes it give me 400 error. In random times. very rarely though… can you tell me how I fix it?.
Forum: Networking WordPress
In reply to: Login Redirection Page For All Multisitewhat would you do if you get 500 internal server error after having this code in .httaccess?.
Because that is what happening.
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] Redirect 301 /login /wp-admin/
Forum: Fixing WordPress
In reply to: Page List Links are not clickable. Help Me!! :(Problem Solved!
Forum: Fixing WordPress
In reply to: Page List Links are not clickable. Help Me!! :(I just noticed that there something blocking the content. Because when I move my mouse courser over the home page image and any where above the text none of them is clickable. So which is also making my Page List also not clickable. But i am still not understand if any code is doing this.. can anyone please guide me?.
Forum: Fixing WordPress
In reply to: Page List Links are not clickable. Help Me!! :(my sidebar.php is modified and added the widget functions custom. So I have no widget listed in widget area in admin panel.
Forum: Themes and Templates
In reply to: can someone please decode me this base64?Yes I tried but seems like nobody is responding.