55 comments found.
“Amazing theme with very customizable design. Well coded and not confusing. Highly recommended. It lets the content speak for itself and thus allows the website to fit the brand very well. Ahmad also provides very good support.”
5 star rating from ghostastic for Design Quality.
Hi, nice theme. Have you integrated the newsletter form with Mailchimp? Or is it quite easy?
Hi,
First of all thanks for showing interest in the Nubia theme and for your feedback, appreciate!
The included newsletter form is the Ghost Subscribers form but Mailchimp is not integrated.
To integrate Mailchimp, please checkout the following guide:
Add a Signup Form to Your Website
Hope that helps, and if you have any questions, please let me know …
Best Regards,
Ahmad
“This theme is awesome. The support is insanely fast. I cannot tell / stress enough how satisfied I’m with this template.”
5 star rating from overeasyplease for Design Quality.
“I used the Nubia Theme from AspireThemes for my blog #ARTYFiCiEL because it seemed clean, clear and functionnal unlike any other theme for Ghost. Design is great, but moreover coding is top, easy to handle, easy to manipulate. And above all the rest, Ahmad is a very talented and very kind person, very concerned about his company’s clients. He also listens to ideas you can bring up, and is available to implement them in his theme if they really help, like the need I had to have the ability to forward a post directly to Linkedin from the blog. You can rely on these guys at AspireThemes, and just focus on you content job, and this is very much appreciated!”
5 star rating from jeffindabox for Design Quality.
“Not only does the theme look and function incredibly well, Ahmad is a customer support rock star. He’s answered all my questions quickly and been very helpful pointing me in the right direction for modifications I wanted to make. Couldn’t be happier with this theme purchase!”
5 star rating from overeasyplease for Customer Support.
“Clean, clean, clean machine! Yes there are themes out there outselling this one (for now) but this theme is super lightweight and has an outstanding clean design that doesn’t get in your way. It let’s the content speak, rather than the theme design. So many other themes tend to put a big stamp on your website. You can make this theme look the way you want it to.”
5 star rating from frasermartin for Design Quality.
Great theme once again by Ahmad. Currently putting together a new site with this theme and really excited about it. Love the design, clean coding and lack of library bloat.
Noticed that the partials/social-icons.hbs is not being included in the footer.hbs template. i.e. the URLs are hard coded in footer.hbs.
Hope that Ahmad will keep the social-icons.hbs inclusion as an option as it is a nice easy way to configure your social media links once, and then display them in other parts of the website, not just the footer, if desired.
Thanks so much Fraser for using Nubia and previously Bold!
Thanks for your feedback and your trust. This is so much appreciated and it’s all my pleasure that you liked the theme!
You are right about the partials/social-icons.hbs partial. This is super and a great notice from you!
Thanks a lot for getting my attention. I’m currently working on it and will release a new update today.
Your suggestions and feedback are gold for me. Let me know if there anything or if you have any questions, more than happy to listen and help!
Thanks,
- Ahmad
Hi Fraser,
The new version (1.0.8) is now released and fixed the social icons partial.
The theme becomes better with your feedback and support. Thanks for giving me the opportunity to grow with you!
- Ahmad
so fast! Thank you
You are most welcome, Fraser!
Hi! I have 1 question: 1) Why search doesn’t work with Russian language? (I had article in Russian. When Im typing anything in search field in Russian language – nothing happened, when I changed keyboard layout to English – everything is working)
Hi,
First of all, thanks so much for choosing Nubia and thanks for helping to bring my work to life, appreciate!
Sorry for any inconveniences regarding the search!
Can you please send me more information if you have a live blog or sharing the post content so I can make more testing. You can send a support message or directly at aspirethemes@gmail.com.
Looking forward hearing from you and let me know if you have any more questions …
Thanks,
Ahmad
Hi,
I released a new version to improve the search in Russian. The new version is now available for download.
Please let me know if you have any questions or suggestions.
Thanks for getting my attention about this important feature and improvement. The Nubia theme is becoming better and better with your feedback and support.
Thanks, Ahmad
Hi Ahmad, another huge huge problem. YouTube embeds, twitter embeds, iframe embeds aren’t working:
And I do get this XSS Protection thing in my console:
Can you try embedding a twitter tweet and tell me if it works? 
Hey Praveen,
I just added a few tweets to the demo including one from your blog URL and is working as expected (demo)
Can you please double check the syntax of the markdown, spaces, ...
Thanks,
Yep, it works in yours. But it also works in my old theme. Not sure why it doesn’t work in the new theme.
Did you check the diff? Did I mess up something? Thanks.
Hi Praveen,
I just replied to your email, please kindly check!
Thanks,
Yeah thanks, we can continue there. 
Thank you 
Sorry that I am flooding your comments section. There’s another one… I have the solution to fix this:
The solution is in the CSS:
:not(pre) > code[class*="language-"] {
display: inline-block;
vertical-align: middle;
}
Not sure if it’s happening in the preview. Coz I didn’t see such a use-case in the demo website. 
The inline code element follows the normal flow of text, so it continues the next line. Yea, I think your suggestion and your preference to do it in one line is another and a great way to go too 
No worries, Praveen, you are most welcome 
Thanks Ahmad!
Did you check the previous comment? Kinda serious… 
Yes, testing and working on it …
Hey Ahmad, found a bug. The drop-cap kinda screws up stuff if there’s any other HTML tag as the first element. In this blog post, I have added a bold first line, which renders something like this:
<p><strong>Can you complete the
And it gets transformed into:
I tried a lot to find the cause – just drilled down to the drop-cap plugin, as I had loads. Can you check this?
Deal: Let’s see who finds the solution first! 
Hey Praveen,
Thanks a lot for reporting this issue, I will dig deeper and fix it ASAP and if you have further information that you want to share, please let me know at aspirethemes@gmail.com
Looks like you are great challenger 
Yes, there are too many now… My blog’s kinda screwed up…
Okay, here are those that look screwed up:
This is another issue, I need to figure out why:
A side effect of this issue, made these look good, but kinda weird:
Well, I am almost giving up on this one, as there are so many edge cases that needs checking:
So sorry for this Praveen!
Can you please email me the blog URL to the support email: aspirethemes@gmail.com and if you have done any custom changes.
Thanks
Hi Ahmad, the blog URL is public – it’s https://blog.praveen.science/ and I’ll send you a git diff of what’s my version versus your 1.0.5 version. 
Just checking, can you please start a blog article with <strong> tag?
Thanks Praveen for sending the URL, love your blog ❤️
From the screenshots above, I think you did some JS changes as the dropcap should target only the first `p` element, but I think all is fine with your blog except the strong tag at first.
Yes, I can see the issue with the strong tag …
Hey Praveen,
Work is in progress and I will release a new update soon once finished, testing, ...
Thanks again for reporting this and for your patience!
Best,
- Ahmad
Found the solution Ahmad:
dropcap_paragraph.charAt(0) !== "<"
That should be the extra condition for the dropcap to not fail, as it checks the HTML and not the text.
The full code is:
if (dropcap_paragraph !== undefined && dropcap_paragraph.charAt(0) != "<") {
Thanks Praveen!
I think this is a good solution too, there is a work in progress and will release a new update soon!
Thanks for your patience!
Thanks. Found one more kinda serious issue. Please check. 
Ok, I will check, thanks you!
Hi Ahmad, In my previous theme, I used prism.js using the files downloaded from the original website. What happens is, by default, it adds the language-xxxx class to the <pre> tag. It’s not happening in the nubia theme. Did you mess up with the original prism.js code? 
Just a quick thing. I made it to work using a hackjob:
$('pre:not([class^="language"])').addClass("language-markup");
Prism.highlightAll();
Not sure if this is recommended, but trying to understand why it doesn’t work for me… 
Hi Praveen,
Sorry for any inconveniences regarding the prism.js!
There are two options and levels of syntax formatting look, one is the default (gray background) which is when you just add the block without the language alias, this is an option of you only need a raw formatting look, and the other level is when you add the language alias and in this level prism.js plays its job highlighting the code with colors, different background, ... inspired by your last question, the two different ways also added in the latest documentation update (Syntax Highlighting).
So in your case, there was no alias defined, so the language-xxxx was not added and will result in the default and the raw formatting.
I think what you need is to run prism.js on all code blocks whether the alias is added or not and I think the JS code that you added will do the trick, great work Praveen!
Hope this helps a bit and if you have any questions, please let me know …
Thanks 
- Ahmad
Ahmad! YOU ARE AWWWWWESOME!!!
I guess you will be adding more and more updates just because of me.
ps: Instead, add me in your team. Will work for free… 
Thanks a lot, Praveen 
I think this is an irresistible offer
You are most welcome with any suggestions any time as the product will do and become better with your feedback and suggestions 
I have a huge number of tags. Is there an option to limit the number of tags to be shown on the sidebar and footer? I can go ahead and edit the code, but I wanted to know if there’s already an option to limit it?
Sidebar:
Footer:
If the above images aren’t displaying, please have a look at the Imgur Album. Thanks in advance. 
Yes, you can use the Ghost `limit` attribute ( docs: https://themes.ghost.org/docs/get#section--limit- )
Yea, all images are displaying 
Ahmad, I am unable to activate prism.js out of the box of Nubia. Or should I use a CDN / Script Tag as in my previous theme?
Hey Praveen,
There is no script to add to support prism.js as all is already integrated and ready to use. You need to only add the language alias for the code block such as `css` or `js`. For example, this is the CSS code found in the demo.
Hope this helps, and if you have any questions, please let me know, I’m more than happy to help!
- Ahmad
Hey Praveen,
I took this great change to add a new section to the online documentation about Syntax Highlighting.
Thanks for inspiring me and getting my attention to improve this!
- Ahmad
Ahmad, you keep proving you are awesomeatic always! 
Thanks a lot, Praveen 
Just a quick thing, isn’t it:
```language-css CSS Content ```
The above format right? Did you check if it worked with just:
```css CSS Content ```
It doesn’t work this way.
No need to add the `language-` prefix, only `css` is required
Awesome, thanks… 
Most welcome, Praveen 
How about wordpress for this design?
Hi,
Thanks again for your interest and for asking about the WordPress version!
I already started and did some progress on the WordPress version, it will take some time to be released in the future but I can’t promise a specific time for the release.
Let me know if you have any questions …
Thanks,
Ahmad
This is a fantastic theme, most of all the support form Ahmad is on-time, clear and concise. Great customer service and support. Keep up the good work. Thanks Ahmad!
Thanks Dinesh for your very kind words, I really really appreciate that and I’m so glad I was able to help — and you know if you have any questions I’m always here!
Thanks for using Nubia and thanks for giving me the opportunity to grow with you!
- Ahmad
Hi. Nice work - Is it supports AMP? - Do you accept custom changes?
Hi,
Thanks for your feedback and for your time checking the Nubia theme, much appreciated!
- The Ghost platform has a built-in support for AMP which you can easily enable. You can read more about it from Ghost AMP docs.
- Custom changes are not included in the theme support scope. I don’t do custom changes or custom services, but if you have any questions, I might help to share the appropriate resources if possible.
Hope this helps, and if you have any questions, please let me know, I’m more than happy to help!
Thanks, Ahmad