Forum Replies Created
-
AuthorPosts
-
satoriKeymaster
Dear Adrian,
I apologize for a delay in my reply!
Please correct me if I got it wrong – you’re using a third-party plugin to display two instances of the Twitter widget in your sidebar, and once you update the theme’s built-in widget with the file I’ve provided last week, an error message is displayed, yet reverting to the original file removes the message?Sincerely,
Andrew | SatorisatoriKeymasterGreat, glad it works ;)
A.
satoriKeymasterYou’re right, the Debogger is unhappy with the file. Please find the fixed version here and let me know if it is working properly.
Sincerely,
Andrew | SatorisatoriKeymasterHm, I should probably include this option into the Theme Options panel in the next theme version release. Thanks for the hint! :)
A.
satoriKeymasterDear Adrian,
what you’re looking for is line 8 in the “custom-styles.php” file in the theme folder (wp-content/themes/Fuji) ;)
In case you want to change it via the WordPress admin, you can also insert the following line at the end of the “style.css” file (opened by default when you go to “Appearance – Editor”:
.normal, body, input, blockquote { font-size: 14px !important; }Sincerely,
Andrew | SatorisatoriKeymasterDear Adrian and Tristan,
thank you for bringing this up, it seems that Twitter has made changes to its API, rendering the existing widget code useless. I’ve rewritten the widget almost entirely to suit the most recent Twitter API settings, and it is working fine now. I will definitely update my themes as soon as possible, but before that you can download the updated file here. You’ll need to unpack it and upload into Fuji/includes/twitter-widget folder, replacing the original file.
Should you have other questions or problems, do not hesitate to contact me!
Sincerely,
Andrew | SatorisatoriKeymasterOnce more, thanks for bringing that up, Gerard, I’ll pay attention to these issues while upgrading the theme.
Best,
Andrew | SatorisatoriKeymasterHi Gerard,
First of all, thank you for the purchase!
I’ve run Google’s PageSpeed Insights for your website and it gave a 61 score. According to the analysis, the foremost areas of improvement are compressing the social icon images and the javascript code. In case you are experiencing noticeably low site load speed, I can look into it urgently; if the load speed is fine (on my machine it is not slower than other websites), I will include the compressed files into the next theme update. Let me know what you think about it!
Thanks for bringing up this issue, I frankly haven’t focused much on it while developing the theme. Should catch up now though.Sincerely,
Andrew | SatorisatoriKeymasterDear Tom,
The videos are resizing as they should now, the images are not resizing because you haven’t altered the css code according to one of my last messages (see message from the 2nd of October): you’ll need to go to “style.css” and find the line (it is line 29, so the beginning of the file):
.post-wrapper .post-content img { max-width: 656px !important; margin: -16px 0 0 -16px !important; }
and change it to:
.post-wrapper .post-content img { max-width: 656px; margin: -16px 0 0 -16px !important; }Let me know if that solves the image resizing issue.
By the way, if you wish to flush a browser’s cache, here is a quick guide, with screenshots ;)
Sincerely,
Andrew | Satori- This reply was modified 12 years, 1 month ago by satori.
- This reply was modified 9 years, 9 months ago by satori.
satoriKeymasterDear Tom,
I’ve double-checked on my machine – the videos on your website are re-scaling according to screen resolution as they are supposed to, please see this screenshot for an example.
I must admit, however, that the image resizing issue is my fault. I did not include a responsive styling scenario for images inserted into posts or pages “by hand”: when using the built-in native image uploader, WordPress always gives a class to the image, which was the basis for the existing styling. Please download the updated lessframework.css file here and upload into your theme folder via ftp, replacing the existing file. Thank you for reporting this bug, I will also add the fix to the next release of Origami (version 1.1).
Sincerely,
Andrew | Satori -
AuthorPosts