2014 comments found.
Hi there,
I want to update the theme but I can’t seem to be able to delete the parent theme. I browsed on appearance > theme but there is no delete option appeared when i click on the theme detail to view it. for other default themes, the delete option is available.
Pls assist
Hi brother, I have the opening date of the event, it can be added to the end date?
burak babir
Hi,
sorry, but end date for events is currently not supported.
Lubos
Great work! A suggestion — I am trying to adapt the Phone Numbers page to my town’s use. The layout is terrific, but I was disappointed to find that I couldn’t hyperlink either the title or the value. I feel that an online directory of only phone numbers isn’t terribly valuable. Could a future update allow for website links in this widget as well?
Hi,
thanks for suggestion! I probably won’t include this feature in the upcoming update (1.0.5), but I noted it and I will try to incorporate it in 1.0.6. So hopefully later next week.
Lubos
a demo account, or a video to see how it will look?
Hi,
not yet, but I want to add some screenshots from administration into description next week. Video is of course a good suggestion.
Right now I am working on a new update which will introduce header menu and after that I want to focus on promotion.
Lubos
Hi,
This is a before purchase question: we are interested in buying your theme, we want to know if the theme comes with a PSD (layered PSD). Can you provide the PSD.
Hi,
unfortunately, there is no PSD for this theme and since all graphics are created via CSS and iconic fonts, PSD is not needed to do any visual changes.
Lubos
thanks for the update 
Thanks for your valuable feedback 
do you provide the psd for the logo?:D
Hi,
logo is created from several assets purchased from GraphicRiver and Creative Market so I am afraid I am not allowed to redistribute it.
Lubos
Hi, great theme, but i have one question if possible. Is it possible to change from left sidebar menu to top menu ? Is that possible and how ?
Thank you, best regards.
Hi,
currently that’s not possible, but as you are not the first buyer who is asking for this feature, I will consider adding it in the future.
Lubos
hello where can I find the complete list of icones like : tp tp-telephone ? Thankyou for your answere.
best regards. Chris
Ok, I found it. thanks
Hy, did you check the compatibility to multisite?
Great theme, great work.
That’d be awesome if we could load a kml file as Google Map in the header!
Is there a way around that you think?
Many thanks!
Hi,
currently it’s not possible, but I have added it to my to do list so let’s see what can I do about it in the future. Thanks for your suggestion!
Lubos
Hi,
After adding BBPress plugin. I tried to create the “lost password” page from the visual composer template.
It says that the page is created but nothing was actually there.
The login/register worked though : http://demos.guru/b2c/connexion-inscription/If you click on the “reset password” link, the link has not been set. (it’s #)
(I’ll give you access to the admin on request)
Hi,
you need to change that # link in login/register page manually to your Lost Password page.
Lubos
Yes it’s what I did.
You create a page with the following shortcode: [bbp-lost-pass]
It was just to let you know that the template was not working ; )
I’ve just tested it and it works fine. Can you please describe in more detail “template was not working”. Did you clicked on it in template in Visual Composer list and nothing happened or something else?
Awesome theme! Looking forward for the projects where I can use your themes! )
Nice to hear! Thanks 
Lubos
Hi,
How do we install the updates for the theme? Do we just replace the files in the changelog via FTP or just reinstall the child theme? If I’m two updates behind do I have to install each of them?
Totally missed that in the documentation. Thanks!
Hi, in Documents file i need date + who uploaded the file and his name … should be in administration ON/OFF … 
Hi,
I will be thinking about displaying of the upload date for a document in the future, but you will definitely have to hire a freelancer for showing user name of the uploader. I do not plan to implement such future.
Lubos
Just like to second that request for top menu bar support. Great theme!
Hi,
as I’ve already replied to your email, I will consider it.
Lubos
hello, thanks for this theme is it possible to make the navigation menu on the left always expanded? currently when we are on a page that has a parent page, the parent section is expanded (all children are shown in the menu), and the children of other parent elements are shown in a submenu when we hover over the parent page. I don’t want this, is it possible to make all parents expanded, the same way the current parent element is expanded?
thank you.
Hi,
that’s not possible without some non trivial CSS. And such CSS will only allow you to have all your parent elements expanded ALL THE TIME (not sure if that’s what you want). Please consider hiring a freelancer from studio.envato.com.
Lubos
hello, I have managed to do it by editing a line in scripts.js … so far so good
Well, that’s cool. You should have told me that you are familiar with JS, I would gave you some hints.
Anyway to make it so users can post events?
Hi,
that’s unfortunately not possible.
Lubos
Hey there,
Great work!
I have added custom CSS in the child theme (which is activated) but it isn’t interpreted..
Is there something I missed?
Thanks!
Hi,
please share your URL, can’t help you without seeing it live.
Lubos
I’am working locally…
I activated the child. Put my CSS in the first section (before the media queries).
But It’s not interpreted (when custom theme CSS in the admin is..)
I understand I am not giving you much clue. If you have an idea, that’s cool, if not it’s OK as well…
Well, you can display your source code (for example in Firefox) and check for this string ”/themes/townpress-child/style.css”. If it is present, then child theme’s .css is loaded. Then you can click it and display the content of this file. If you find your code inside, then you have probably error in your syntax or something like that. If your code is not there, then you have either caching issues or something different is causing this.
Loaded but no, my logo is still too small..
This rule applies : .header-branding.m-large-logo span { max-width: 200px; }
I tried to change the width in the theme option in the admin but that doesn’t change anything neither…
https://www.dropbox.com/s/1nr79jf7s21krqm/Capture%20d%27%C3%A9cran%202015-06-17%2019.57.42.pngWell, hard to say anything without seeing it live. If it’s not working via theme Options, then it’s a bug and I will take a look at it tomorrow. Meanwhile, try to force your CSS like this:
body .header-branding.m-large-logo span { max-width: 311px; }
Or like this:
.header-branding.m-large-logo span { max-width: 311px!important; }
As I said, it worked through the custom css from the admin panel but it’s not really clean.
I will take a look at logo width settings in Theme Options tomorrow. If there is a bug, I will fix it.
So I’ve already did a quick look at this issue and there is a bug indeed. I will try to release a new update with fix tomorrow, but meanwhile, you can fix it yourself. Open functions.php file (in parent theme root) and replace all instances of “header_logo_max_width_medium” (there should be three of them) with “header_logo_max_width_large”.
I knew there was something wrong : )
I’ll check if the problem is only on the logo width (the only css code I put so far) – which I guess.. Or if it goes farther that that – the whole child’s theme CSS..
Please let me know and thanks for the support. I’ll rate you 5 stars ^^
If you make the fix as I’ve described above, you don’t need to change your width via Custom CSS, it will work via changing the appropriate option in Theme Options / Header Setting as it was intended. Your Custom CSS actually worked (I mean, it was there), but it wasn’t enough to override the logo width CSS, which is inserted as an inline CSS (due to dynamic nature of this option) after parent/child theme’s stylesheets.
So again, follow steps in my previous message (or wait for update), set your logo width in Theme Options / Header Settings, remove your CSS for logo width and everything should work.
Your fix worked. Thanks
Too bad we can’t fluidify it : )
Not sure what do you mean by fluidify, but you can disable any width constrains by setting the width option to 0, or you can hack it with this CSS:
.header-branding.m-large-logo span { max-width: 100%!important; }
Hi, presale question: Is there a way to have a business listing on the site?
Hi,
such functionality is not supported from the box. You will have to use a 3rd party plugin for something like that.
Lubos