evildoer
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Minamaze] How to move Navigation below Slider?Hi…
I’m also trying to move my nav menu below slider.
I added your code to my child theme style.css and it did not change anything:
home div#slider { position: relative; top: -70px; margin-bottom: -40px; } .home #header { padding: 0; position: relative; top: 349px; z-index: 999999; }
What am I doing wrong?
Thanks for your help.
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] PayPal Cart Checkout Quantity Keeps ChangingForum: Plugins
In reply to: [WordPress Simple Shopping Cart] PayPal Cart Checkout Quantity Keeps ChangingSo….
Checked cart again first thing this morning. Not working properly on multiple computers / browsers.
Contacted hosting company. Had support person try cart. All is working fine. All is working fine for me now too.
Long story short, explained session issue and tech person updated .htaccess file by adding this:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Adding plugins one by one with fingers crossed. So far so good. So many hours lost.
Perhaps some of this info could be added to home page of this plugin so other peeps don’t lose their shirts on it BEFORE / during setup.
Thanks for your time.
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] PayPal Cart Checkout Quantity Keeps ChangingHi…
In tips and tricks – are you referring to the config.php file for the site ?
If so, what do I have to change in order to fix the sessions problems ?
Thanks.
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] PayPal Cart Checkout Quantity Keeps ChangingBut mra13….
I did change the php session setting per forum suggestions.
Still no workie.
Has to be something simple that is being overlooked.
We shall see what host provider has to say I guess.
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] PayPal Cart Checkout Quantity Keeps ChangingThat’s a bummer mbrsolution….
I was considering investing in the pro version but this plugin has become a huge, expensive headache.
It’s a shame I have to seek help from my server host after all the time I’ve spent troubleshooting.
And why did the cart work so well for so long ?
Very discouraging.
Time to look for another plugin I guess.
Thanks for your time.
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] PayPal Cart Checkout Quantity Keeps ChangingHi….
How does one “Check if your server’s PHP config is set to allow sessions” ?
I don’t see a php.config file.
Thanks.
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] PayPal Cart Checkout Quantity Keeps ChangingHello mbrsolution and mra13, et al….
After further research regarding php session issues, I added the following code to my php.ini file:
session.save_path = /tmp
My quantity problem still remains.
For what it’s worth, the only other line of code in my php.ini file is:
disable_functions = "show_source, system, shell_exec
I hope you can help me soon.
Thanks again in advance.
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] PayPal Cart Checkout Quantity Keeps ChangingHi…
The problem seems worse this morning.
Decided to activate a maintenance page – redirecting to backup site.
Holler if you need me to deactivate.
Thanks again for your help.
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] PayPal Cart Checkout Quantity Keeps ChangingMeant to type “Random TEXT” in item 4.
IP addresses….items…email addresses, etc
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] PayPal Cart Checkout Quantity Keeps ChangingIs it safe to paste the log file here ?
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] PayPal Cart Checkout Quantity Keeps ChangingHi…
Yes I have debug mode enabled. Lots of random test. “SUCCESS” word used repeatedly. I will paste in new text box.
I had a w3 cache disabled weeks ago. Only plugins left are WP SEO, Google Maps, Photo Gallery, basic Fonts and Facebook Likebox.
Disabled / enabled Sucuri Security. No change.
All installed b4 PayPal Cart and no troubles.
Forum: Themes and Templates
In reply to: [Minamaze] Minamaze Missing Alt TagsI take that back.
It does mess up site navigation via the links that are related to the 3 images.
So, I reinstalled the old php file.
Forum: Themes and Templates
In reply to: [Minamaze] Minamaze Missing Alt TagsIn case some one gets a chance to take another look, I left the code I added to the php file intact.
It doesn’t seem to affect viewing the images on the site home page.
Just the error codes on with Bing.
Forum: Themes and Templates
In reply to: [Minamaze] Minamaze Missing Alt TagsOkay….
I added the code with the alt attributes.
When I run thru Bing seo analyzer I now get an error:
Parse error: syntax error, unexpected T_ECHO in /home/clickduj/public_html/wp-content/themes/minamaze/admin/main/options/02.homepage.php on line 133
I’m also missing <h1> tags in head section that I don’t how to access.
What say ye Huzaifah ?
Thanks for your time.