hellheim
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Twenty Sixteen theme Header@chopsaw – resizing = the image dimensions change.
probably you did something else if the image was the same size.
try going into photoshop and scale it down proportionally.
hope it helps
Forum: Fixing WordPress
In reply to: Theme won’t display Facebook Page PluginHi there.
I have visited your website and it seems that facebook plugin is working fine. Could you check again and mark topic as resolved?
Thanks
Forum: Fixing WordPress
In reply to: Problem with Products on Left MarginCould you provide a url to your website?
Forum: Fixing WordPress
In reply to: WordPress Twenty Sixteen theme HeaderHi there,
You could edit the image before uploading it as header image. Try Adobe Photoshop or Gimp.
Hope it helps.- This reply was modified 8 years, 9 months ago by hellheim.
Forum: Fixing WordPress
In reply to: Website down and can’t loginThere are more than 1 default clauses . Better wait for the theme developer to correct the issue.
To check manual go here: http://php.net/manual/ro/control-structures.switch.php and check for changelog:Multiple default cases will raise a E_COMPILE_ERROR error.Forum: Fixing WordPress
In reply to: Woocommerce front page lost proper layoutTry to disable plugins one by one and check if the issue still persists. Could be a plugin conflict.
Forum: Fixing WordPress
In reply to: HOME PAGE is not displaying any contentHi, could you provide your website url? Thanks
Forum: Fixing WordPress
In reply to: Warning : Missing argument 1 for WP_Widget::__construct(), called inPlease take a look at this: https://codex.wordpress.org/Widgets_API#Example
I’m assuming that the widget api used is outdated.- This reply was modified 8 years, 9 months ago by hellheim.
Try the following for password reset:
Visit your database via phpmyadmin ->
search for (prefix)_users table ->
find your username and click Edit ->
now check user_pass value and delete it ->
input your new password and select MD5 under function column ->
hit Go to save changes ->
try to loginhope this helps.
Forum: Plugins
In reply to: [WooCommerce] Unable to save prices on variationsi have solved my problem using
max_input_vars = 7000. adding this line to php.ini then uploading it to server root.Forum: Plugins
In reply to: [WooCommerce] Unable to save prices on variationssame issue over here. tried all things from above. nothing worked. when i try to enter and save a price for a specific variation, doesn’t work, the change is not saved. could a plugin author make some light in here and share the solution? thank you
Forum: Plugins
In reply to: [RP News Ticker] [Plugin: RP News Ticker] brokenthanks. sorted out.