Forum Replies Created
-
AuthorPosts
-
satori
KeymasterDear Angela,
I’ve double-checked, the code does work – the key is to change the “40” to the size you need, as I mentioned above ;) i.e. if you need the titles to be smaller, you can substitute it for 30 or even 20, and if you need larger titles, put 50 or 60 instead.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Kjael,
I have two “candidates” for this problem, and since I cannot seem to replicate the bug myself, I will need to ask to to try them: first, instead of BOTH instances of this CSS you’ve added to the “custom-styles.php” file:
#logo img { max-width: 250px; }
try adding this:
#logo img { width: 250px; height: 116px; }
And refresh the website in your mobile browser. If this does not work, please try removing line 25 from the theme’s main “functions.php” file (while keeping the previous change); the line you need to remove should say the following:
wp_enqueue_script('retina');
Please let me know if any of the above helps resolve the issue!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Christoph,
first of all, thank you for the purchase!
Could you please provide the URL of the website in question, as well as a detailed description as to which fonts and buttons have been affected? I’ll be glad to provide a fix.
Sincerely,
Andrii / Satori Studiosatori
KeymasterDear Luigi,
the website URL you’ve provided (as well as http://www.creati-vita.net/) redirects to a Facebook page; could you please remove the redirect so that I could look at the website? Thanks!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Angela,
first of all, thank you for the purchase!
If you have in mind the section headings on the one-page layout, please use this CSS:
.page-title h2 a { font-size: 40px !important; }
replacing “40” width any size you need.
In case you’d like to change some other instance of titles, please let me know!Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Credo,
the “widgetized frontpage template” option, as noted in its description, enables to set up a front page with widget areas above and below the main content, just like in the theme demo (the upper widget area is not occupied in this case). When this option is enabled, the two widget areas that contain the widgets are “Front Page Above Content” and “Front Page Below Content” (located in the “Appearance -> Widgets” admin section). In case you simply need a front page with a sidebar, I would recommend turning off the “widgetized frontpage template” option, setting a page as the static front in the “Settings -> Reading” admin section, and giving that page the “Right-sidebar” template layout in the page editor mode. In this case the widget area you need is the “Sidebar”.
Please let me know if the above information has been helpful in this instance or if you need further guidance!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Kjael,
could you please tell me if the Kanso demo behaves the same as you’ve described on you mobile device, and also which browser you are using (and which smartphone model you have, just in case) – I’d need that data for further testing. Thanks!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Kjael,
the website looks like this on my Android device: screenshot. Could you please clarify where the problem is or send a screenshot from your smartphone, indicating also the browser you are using. Thanks!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Kjael,
I’ve looked at the code, and the reason the button disappears is because it has been inserted as a menu item, and has a “#nav-primary” element id. I wouldn’t recommend this since that id is usually reserved for the primary menu in WordPress, and duplicate element ids on the same page are not a good idea either. Could you please tell me how you inserted the button, was it a third-party plugin? Have you tried inserting the button via the theme’s shortcodes?
Sincerely,
Andrii / Satori Studiosatori
KeymasterAlright, Let me know if you need any help ;)
Best,
Andrii / Satori Studio -
AuthorPosts