This topic has 2 replies, 2 voices, and was last updated 10 years, 6 months ago ago by Eva Kemp
Site: http://www.diamotto.com
Everything is working fine except the logo on mobile devices. Works on pads, but on phones the logo gets cropped at the top. How can I fix this?
I also had a problem yesterday when I upgraded to WP 3.0. I fixed it by changing a line in shortcodes.php like this:
On in /wp-includes/shortcodes.php on line 193
Change:
if ( false === strpos( $content, ‘[‘ ) ) {
To:
if ( false === strpos( (string) $content, ‘[‘ ) ) {
Will this fix it permanently or can error occur from this change? I saw you recommending upgrading the theme. How do I do this? Do I have to buy the theme again?
Hello,
As I see mobile version is disabled in your settings. You can turn it on in Theme Options > Responsive > Enable Responsive Design > On.
Here you can find the information how to get a new theme for upgrade:
http://www.ait-themes.com/doc/how-can-i-downloadupdate-my-theme/
Also please read our documentation about update: https://www.8theme.com/demo/docs/legenda/index.html#!/upgrade > Upgrade.
Regards,
Eva Kemp.
The issue related to '‘Logo cropped on mobile device’' has been successfully resolved, and the topic is now closed for further responses