2017 comments found.
Hi, me again. It seems that the “mobile site” is screwed up and does not appear correctly on my iphone 6 but the “full site” does. Where do I disable the mobile site display so that ppl see the site in full automatically?
Hi,
“mobile site” can’t be disabled but it definitely should look ok on iPhone or any other modern device. I am checking your site on iPad and it looks ok. Try to refresh the brower.
Lubos
Also, please check out the demo site on your device. If you are experiencing that issue with it as well.
is there any how i can attach some screenshots? the demo site looks good on my phone. unfortunately, my site looks nothing like the desktop version. at the bottom i have a link that says “view full site” and then if i click that, it loads the site correctly. How do I disable the “mobile site” im sure there is a js or a php with js page where you have something like “if mobile ” display “this” . im just not willing now to waste tons of hours hunting that script down. now, on a galaxy/android phone it loads the full site but the slider is very slow and screwy – might be in the settings. the mobile site link at the bottom loads the same page so that works. any idea what is going on?
Also. Is the accordion not supposed to work on the mobile view?
I’ve just checked your site again and your slide bg images are insanely big – 4000×3000px is an overkill. This may affect the site’s performance significantly.
Again, does the the demo site work on your mobile devices as expected? Because if yes, then the issues lies in your customization (those large images for example).
Everything is supposed to work on mobile, accordion included. If it doesn’t work for you, please share a direct URL where I can see it.
“at the bottom i have a link that says “view full site””: that’s added via Jetpack plugin, theme has nothing to do with that link
How do I disable the “mobile site”: this is definitely not a trivial task and more importantly, you won’t be able to update the theme in the future after such drastic change.
Yeah, me again. The “SLIDER” feature looks all scrambled up (one pic under another) in MOBILE view. My site is http://www.writorama.com/oldbridge
Since I could not hide the directory in mobile view (would be really nice if you would allow people to manage what displays and what not in mobile view) I decided to add a slider instead. But it looks horrific. How do I fix this? I am getting more and more disappointed with the lack of forethought in this template.
Hi,
slider looks ok when I am looking at it. When you resize you browser window, does it look as expected?
“the lack of forethought in this template” – with all due respect, it is not really possible to include ALL the functionality anyone can thing of. You have to be little bit more realistic with your expectations. If you need some additional functionality you can always hire a freelacner to code it for you.
Lubos
if you give me an email address i can send you the screenshots of how it displays on my phone. the slider rotates the slides but is very choppy and the touch functionality is not there yet. i dont mean to criticize i know what it is involved when you are making a wordpress theme and all the functionality, but i just wanted my site to look like the demo – at least – and one functionality would be to allow users to hide certain shortcodes like the directory on mobile view. just saying. i am the freelancer
so I will eventually debug and troubleshoot myself, i was just trying to find if there was a quicker easier way to do so by asking for your help since you know the ins and outs of this template. but thanks for your prompt reply 
You can send me PM via profile contact form, I will reply via email and you can reply back with attachments.
I need to remove the “directory” from the mobile view. How can I do that? Thanks!
Hi,
sorry, that’s not possible without some additional coding, you will have to hire a freelancer for that.
Lubos
I took a better look at it, and this Custom CSS should be enough. First, add a custom class to your Directory element (or any other element you want to hide). For example “hidden-mobile”. Then add this to Custom CSS:
@media ( max-width: 767px ) {
.hidden-mobile { display: none; }
}
thanks i think that would do it ! 
Love the template but in mobile view all the graphics (bg slider) icons, disappear. How can I fix that? Thanks license e6ceed07-d525-4b2d-92a6-57195abd41ec Siona
Hi,
not really sure what you mean. Site is responsive so it is supposed to look different on mobile.
Lubos
Hi, is it possible to delete the home hyperlink on the logo?Thanks in advance
Hi,
not without editing the code. It can be found in header.php on line 68 to 70. Just remove the A tag.
Lubos
Hi, If I do it then I cannot insert any logo; I just need to insert a simple logo without the hyperlink to home.Is it possible add a function in header.php? Thanks in advance
Then you are doing it wrong. You need to remove just the A tag, not whole line. If you are not familiar with HTML, please hire a freelacner.
Hi, it was my fault! I have basic skills with HTML but I don’t work always with the code, also this is no my first language. Anyway I appreciate your support! Thanks
Hi. I have a presale question. On this screenshot: http://demos.volovar.net/townpress.wp/files/admin-event.jpg i see that only one date is possible for an event…is it possible to add 2 dates? a range from date – to date thanks
Hi,
unfortunately, date range is not supported, only a single date.
Lubos
Dobrý den Luboši,
z?ejm? mám problém s elementem Local Weather ve Vaší šablon? TownPress (která je jinak p?esn? to, co pot?ebuji). A? d?lám co d?lám, ukazuje po?ád stále stejnou teplotu (nep?esnou) a stejný ?as (bez ohledu na místo).
Zkoušel jsem zm?nit místo, Lat/Lon údaje, zm?nit API klí?e, samoz?ejm? frekvenci mám nastavenou na 0. Po?ád ukazuje nesmyslných 34 stup?? a místní ?as, i když tam zadám t?eba Timbuktu. Volím místa, která server Openweathermap.org zná a ukazuje správné hodnoty, widget nicmén? trvá na svém (p?estože z?ejm? n?co na?ítá).
Poradíte prosím ? D?kuji
Dobry den,
posite mi prosim URL kde to mozem vidiet (a nastavte ten interval na 0 nech si to skusim aj ja refreshnut).
Lubos
Dobrý den,
staging URL je http://hostin.lescisin.eu, nastavena hodnota refresh je 0 a hodnota locale je “Hostín, Czech Republic”, lat = 14.61, lon = 50.31.
Díky za zprávu.
Adam
Ono ked je nastavena Lat a Lon tak adresa je ignorovana, skratka bud jedno alebo druhe. Vase Lat Long nue su dosatocne presne, dava to udaje z “Ar Raydah”. Skuste toto 14.5885, 50.3388. Ale istejsie je dat LEN adresu – Bysice, CZ
ok, opravil jsem a funguje to. zajimave je, ze ty hodnoty byly prevzate prave ze serveru openweathermap…
at se dari !
Thanks in advance for your help. I would like to make the black page title box more transparent. Would that be custom code or is there a place to do that. Thank you.
Hi,
use this Custom CSS:
#page-header { background-color: rgba( 0, 0, 0, 0.5 ); }
#page-header:after { border-color: rgba( 0, 0, 0, 0.5 ); }
Just change the value of “0.5” on both lines to fit your needs. 0 = 100% opacity, 0.5 = 50% opacity, 1 = 0% opacity and so on.
Lubos
Thanks so much for your quick reply Lubos, your help has been much appreciated. When I add this code into the custom code section nothing seems to happen. Am I missing something? http://test.shullsburgwisconsin.org/
I would also love to have the “Upcoming Meetings” widget sidebar link to it’s own page with just the events that are labeled meetings as a category. And the same with the “Events” widget, but just the events labeled events as a category. Any way to do this?
1.) Are you sure you have added it into Custom CSS field under Theme Options? It doesn’t seems like it.
2.) You are using outdated version of the theme, this issue was fixed only recently. Please update the theme.
1) Yes, went to Customize then CSS/JS and pasted this into the box: .header-image { height: 800px; } .header-image:after { height: 100px; }
page-header { background-color: rgba( 0, 0, 0, 0.5); }
page-header:after { border-color: rgba( 0, 0, 0, 0.5); }
2) Just updated to the new version, and it still doesn’t seem to be working. 
I meant to say I pasted this into the box:
.header-image { height: 1000px; } .header-image:after { height: 100px; }
page-header { background-color: rgba( 0, 0, 0, 0.5); }
page-header:after { border-color: rgba( 0, 0, 0, 0.5); }
The top to adjust the header spacing and the bottom to adjust the transparency of the page title bar. Thanks in advance. 
1.) Sorry but I don’t understand. It is not the CSS I’ve gave you. Anyway, please share a screenshot of admin area where you are pasting the code.
2.) Have you updated LSVR Toolkit plugin as well (you should see the prompt after updating the theme)
1) I’m entering custom code into this area: https://www.dropbox.com/s/xrk8piirh9xm4rz/CustomCodeSection.jpg?dl=0
2) Yes, LSVR Toolkit plugin has been updated.
Ok, just figured it out. I was entering custom code into the Appearance>Customize>Custom CSS/JS when I should have been going to Theme Options>Custom CSS/JSS. Thanks for your patience.
1.) Appearance / Customize is not fully supported, rather do everything via Theme Options instead
2.) It seems your Events widget issue was resolved as well
How to translate “There are no events at this time.” ? Thx.
Hi,
please translate both theme and LSVR Toolkit plugin via .po .mo files or some 3rd party plugin like Loco Translate
Lubos
Thank you for TownPress it’s a great theme. I was wondering though is there a way I can change the background and link colors for the sub menu items on the sidebar menu?
I would like for the colors to be the same as my Accent color with the green background and white text.
Thanks so much
Hi,
use this Custom CSS, just change colors to your needs:
.side-menu nav ul > li > ul { background-color: #0000FF; } /* submenu background color */
.side-menu nav ul > li > ul a { color: #00FF00; } /* submenu link color */
.side-menu nav ul > li > ul > li { border-color: rgba( 255, 255, 255, 0.05 ); } /* menu item border color */
Lubos
Thank you this worked great!!!
Hi great theme! I would like to have the same slider as the alternative home but when I set the slider on the page it appears always with the border. I tried to set it using design option on the row but it’s still there. Could you help me with that?
Hi,
please share your URL where I can see your slider.
Lubos
The most of pages have their own slider; this is one : https://www.melendugnotoyou.it/cosa-vedere/siti-archeologici/
You’ve added the slide image in a wrong way. You have to define it as slide’s Featured Image. Do not insert it into slide’s content.
ah ok thanks a lot! I got it!
Hello I have purchased the townPress Theme it is great. Now I trying to achieve a visual result but I can’t figure it out.
you can visite the preview : http://37.187.120.180/happycity/
This is what I would like to achieve :
In the center posts : “Centre d’intérêt” a would like to have an image just underneath the <Centre d’intérêt> text.
Basically just like it is done on the townPress Preview.
Just underneath : TownPress News and before the Report from Friendly Soccer Match between TownPress and PressTown
there is a footballer picture.
Could you guide me on this one ? Regards.
Hi,
on the demo site, the image is put under “Actualité à Cauvicourt” (in your case). “Centre d’intérêt” is a different element, you can’t put image there without some additional coding and you will have to hire a freelancer for that.
Lubos
Hello,
I have a question about the TownPress template,
I would like know if we can reduce the gradient of the wallpaper, to have a more visible wallpaper.
Best regards, Jeff
Hi,
not sure in what way you want to reduce it, but you can try this Custom CSS to change its opacity:
.header-image:after { opacity: 0.5; }
Lubos
Heyo, great theme. Couldn’t be happier with it. I’m working away on customizing it and I would like to modify that townpress logo. Is there a vector version available anywhere?
Lemme know and A+
Hi and thanks!
The logo used on demo site was created by combining about four different assets. It was created only for demo purposes and since it’s using licensed assets, I can’t redistribute the original source file. But the source file is all bitmaps so it wouldn’t be of much help anyway.
Lubos
Where can I manage “Search results” page? Br, Spela
Hi,
you can change its text under Theme Options / Misc.
If you need more than that, you will have to hire a freelancer as this is not a regular page.
Lubos
Hi Lubos. How can I translate months in Events plugin? Now they are displayed in English, but I want them in Slovene… Thank’s in advance. Spela
Hi,
1.) make sure you set your Site Language to Slovenian under Settings / General
2.) you will have to use Slovenian translation of WordPress
If you fulfill both points, Event months should be translated automatically
Lubos
Hi, My Visual Composer plugin seems to have stopped working. It appears as an option on the side bar but does not allow me to use it. When I go into the settings, it is asking for a license key. Can you tell me where I might find that?
Thanks.
I should add, that when I try to update the plugin, I get the following error message:
An error occurred while updating WPBakery Visual Composer: To receive automatic updates license activation is required. Please visit Settings to activate your Visual Composer.
How do I get the license key?
Thanks.
Hi,
please follow these steps:
1.) update the theme to its latest version
2.) deactivate and remove your current version of Visual Composer
3.) follow the prompt message about installing VC again – latest version bundled with the theme will be installed
Lubos
When we purchased TownPress and it came with WPBakery Visual Composer. What do we have to do to update the WPBakery Visual Composer plugin?
Hi,
1.) update the theme to its latest version
2.) deactivate and remove your current version of Visual Composer
3.) follow the prompt message about installing VC again – latest version bundled with the theme will be installed
Lubos
Worked perfectly, thanks Lubos!!!
Hi guys! Very nice Theme but I have a problem with the “events”.. because dosent work if I setting up “Permalinks”.
Can you help us to fix it?
Hi,
sorry, but I don’t really understand your question. Please be more descriptive and share your URL.
Lubos
Hello! My employer bought TownPress for a government website we are working on and I’m really liking it. Everything is super easy in this theme. Thank you for this. I do have one question, however. Our client would like the social media icons moved from the footer to somewhere higher on the page—perhaps in the top header where the search box is. Is there an easy way to move this element? If so, the client would love it and so would I. Thanks in advance!
Hi,
there is no easy way to do this as that will require some custom coding and you will have to hire a freelancer for that.
Please use an account with which the theme was purchased for anyfuture support questions. Thanks.
Lubos