2015 comments found.
Hello , I would like to translate townpress -child . I created the folder / languages ??/ in the theme folder and in functions.php I added this:
function my_child_theme_setup() { load_child_theme_textdomain( ‘townpress-child’, get_stylesheet_directory() . ’/languages’ ); } add_action( ‘after_setup_theme’, ‘my_child_theme_setup’ );
But it does not work.
How I can fix it?
Hi,
the domain name should be “lsvrtheme” not “townpress-child”.
Lubos
It works !!! Thank you very much for the quick response
Great. Don’t forget to rate 5* please (under Downloads). Thanks!
Real simple. How to I turn off the commenting on posts. I have disabled it through the “Discussion” menu, but it still shows up on posts. Thanks.
Hi,
it works fine for me, make sure to check out both Settings / Discussion and Discussion settings of separate posts (click on Screen Options in upper top right).
Lubos
Hello,
I am facing this problem. Whenever I install theme, I got this message after I click activate:
http://www.dodaj.rs/f/3z/wV/2WbK56pX/problem2.pngKind regards
Hi,
1.) make sure that you have installed and activated all required plugins, especially Redux Framework
2.) make sure that your server is running at least PHP 5.4 and you are using latest version of WordPress
If nothing helps, let me know and I will try to take a deeper look when I get back from vacation.
Lubos
I have the same problem as Rleigh — I’ve created a menu for the front page directory, specified it in the Directory block, but it does not appear; just shows “No Menu Selected”. The Main menu will appear correctly. The Directory menu will not. Please advise.
Hello,
please open the wp-content/plugins/lsvr-toolkit-townpress/shortcodes/directory.php and search for this code (around line 110):
if ( $menu > 0 ) {
and change it to this:
if ( $menu > -1 ) {
I will release an update as soon as possible.
Lubos
How i can change TOWN NOTICES, UPCOMING EVENTS etc from english to another language?
Local Time 8:58 Today 31 July 2015 40°C 2m/s
this 2 stay in english, the next info is in Romanian, i need to have this 2 in romanian also, and it’s show me a infernal temperature
fixed the temparature, please help me with the Local Time 8:58 Today 31 July 2015 40°C 2m/s
Home / Phone Numbers – how i can change Home, to have another word?
Hi,
ad translations: you can translate all strings via PO/MO files. However, some of the strings are part of LSVR Toolkit plugin whis uses a separate PO/MO file. Default PO/MO files can be found in languages folder in the theme/plugin root folder.
ad local time: make sure you have set up your time zone under Settings / General.
Lubos
it is in English – Local Time – i need to be in Romanian, i have set up ok in Settings/General
If you mean name of the month, than make sure your server is running at least PHP 5.4. This whole date string is generated via PHP / WordPress, so there is not much I can do (make sure that you are using latest version of the theme as well). Unfortunately, I won’t be able to take a deeper look sooner than on Sunday, because I am on vacation.
i have the latest version of php and theme, the local time+Today is in english the others, like tommorow are in Romanian
Can you please share your URL?
“Local Time” and “Today” strings are inside LSVR Toolkit plugin. They can be translated via PO/MO files. But I’ve just realised that there is an issue with today date, I will submit an update with the fix today.
gret, i will wait… it is on test server so it’s no hurry
Is it possible to have a side menu and a top menu but have them be different menus? I can probably edit the code to have them be different but I’m worried about responsive not showing both since if I have both side and top enabled, it only shows one menu in responsive.
Hi,
you are right, if you want to have two different menus, you will have to change the code a little bit, but displaying both of them in mobile view will require some tinkering with CSS. So it’s definitely possible, but you will either have to be a coder or you will have to hire one.
Lubos
Does this theme support full screen background video?
Hi,
sorry but no.
Lubos
Hi there, Could you help me to translation ? I don’t know why the theme is getting on date the year of 1970
http://tecoara.com.br/ And the months are “hybrid” (the currency is in English and the others are in portuguese). Do you know why and how can I fix it? (specially the dates)
Hi,
this is a weird bug. I have no idea what can cause this. Make sure that your server is running at least PHP 5.3 (contact your hosting provider if you are not sure).
Lubos
This may be a simple thing to do but how do I remove the publish date from the notices….It just looks confusing because you think that is the date of the event instead of the published date
Hi,
you can use this Custom CSS:
.notice-date,
.notice-footer { display: none; }
BTW, Notices was not meant to be used for events, that’s what Events post type is for.
Lubos
Hi bro, I want you to date on the news section. the only news section. Can we?
Hi,
sorry but I do not understand what do you mean.
Lubos
Hi, I want to see date time only in news section,not everywhere. Do you understand me?
Try this custom CSS:
.article-single-page .article-date { display: none; }
The featured gallery name is not visible on mobile devices. Can i activate it somehow?
Hi,
you can’t, but it is a good suggestion. I will fix it in the next update.
Lubos
Thank you
Hi author.
this theme is super great !
it is possible for top menu ? looking forward to purchase it soon,,
Hi,
yes, top menu is supported as well. It can be switched in Theme Options.
Lubos
it is available in the demo for me to see it ?
Unfortunately not. I plan to update the demo with new features probably next months. But here is the screenshot.
good to see that. can i change the alignment of the menu to be at the right or middle ? thank you.
That will require some Custom CSS, maybe even change in the code. You will probably have to hire a freelancer for such customization.
Still have my proble. No VC.
Thanks to delete this comment.
I’ve replied to your email. VC works fine, you just need to activate it with the button.
Clear. Thanks for quick answer.
I don’t have right sidebar on front page. On settings Reading is front page -latest posts.When I change the theme it is ok. how can I fix this http://www.okucani.hr/1/
Hi,
using this theme with front page set to Latest post is not properly optimized, I will fix it in the next update, which should be available this week.
Until then, I advise you to create a regular page and use Articles element to display your latest posts on home page.
Lubos
Ok please fix it..Management of the page is done in a way that latest post should be on the front page…and 10 latest news will be on the page. Thank you for building this beautiful theme I like it a lot. There is so many options and this is exactly what I need for this project
double post sorry
It is already done in the latest update (1.1.0), please download it from Downloads and update.
1.) After update, create a regular page. It will be used as base page for your default post list. You can manage its sidebars under content editor in Page Settings
2.) Navigate to Theme Options / Regular Posts and set this newly created page as Base Page.
Cool it is working.One more question: How can I remove the “Blog” word which I see on top of the browser tab
Sorry, I forgot about that string. I will fix it in the next update, meanwhile, you can fix it like this:
1.) Open functions.php in root of Townpress theme folder
2.) Go to line 653, it looks like this:
$blog_page_id = get_option( 'page_for_posts' );
Overwrite all code from line 653 to line 659 ( line 659 contains just “}” symbol ) with the following code:
if ( get_option( 'page_for_posts' ) ) {
$title = get_the_title( get_option( 'page_for_posts' ) ) . ' | ';
}
elseif ( lsvr_get_field( 'articles_base_page' ) ) {
$title = get_the_title( lsvr_get_field( 'articles_base_page' ) ) . ' | ';
}
else {
$title = __( 'Blog', 'lsvrtheme' ) . ' | ';
}
Or the easier approach, go to line 658 (in original code, without changes above) and just change “Blog” to whatever you want.
helo again.. at first set uo map coordinates everything was ok, but now the same gps coordinates shows me place 30km from my place. when I change on any other coordinates nothing moves…just like it stuck? Do know maybe the solution?
Hi,
try to define just Address fields and leave lang/long blank. Unfortunately, I am on vacation, so I want be able to take a deeper look sooner than in about a week.
Lubos
Hi,
try to define just Address fields and leave lang/long blank. Unfortunately, I am on vacation, so I want be able to take a deeper look sooner than in about a week.
Lubos
It works
I am trying to set up my own Directory section on my home page. I have two menus created, one for my Main Nav and one I intend to use for the Directory. When I set the Menu to the latter in Directory Settings, I cannot get it to display. The widget just says “No menu assigned.” If I set the directory to the same menu that Main Nav uses, it displays as expected. I’ve tried disabling plugins, reverting to the parent theme, altering the menu in different ways, and still no change. Any idea what might be wrong?
Hi,
the menu which should be used as Directory should be set directly in Directory element in Visual Composer (when you editing a page). There is tutorial on that in documentation.
Lubos
I have followed those directions carefully. Perhaps you can take a look?
Sure, send me your wp-admin credentials via PM please.
Visual Composer Bug : As I active the thème I can’t edit pages with VC. As I use another theme, I can… Strange… So my problem is nopw that I can’t access to hme pages and adjust information. Do I miss something to activate ?
Hi,
activating all plugins which comes with the theme should be enough (Redux Framework, LSVR Toolkit, Contact Form 7 and Visual Composer).
Feel free to send me your wp-admin credentials via PM, I can take a look at it.
Lubos
is it there a way to put the logo in the center rather than to the left?
Hi,
sure, use this Custom CSS:
@media ( min-width: 992px ) {
.header-branding { padding-top: 100px; text-align: center; }
}
Lubos
Hello,
I have another problem with Articles component of Visual Composer. When selecting a post category to show posts from, I can only choose parent categories. I need Article components to show posts from child categories. Is there a way to fix this?
Thanks
Hi,
yes, there is a fix for that. Open wp-content/plugins/lsvr-toolkit-townpress/vc-elements/articles.php files. Go to line 5 and change this:
$categories_tax = get_categories( 'hide_empty=1&hierarchical=1&parent=0' );
to this:
$categories_tax = get_categories( 'hide_empty=1' );
I will include this fix in 1.1.0 update (1.0.9 was already submitted and is currently being reviewed).
Lubos
Hi, thank you very much, it’s working 
Hi LSVR Themes
I recently purchased your TownPress theme and like it alot!
However I can’t seem to get the statistics page to show the full numbers on counters.
EX. I input “675.34” into the counter / visual composer and it only shows “675” on the actual page.
Site: laketraviswaterlevel.com
I need the counter to show the full number because it is dealing with lake levels and needs to be exact.
Can you please provide me with information on how to fix this or where the code might live in the theme so I can try and fix myself.
Thank You! Nick Black nicholas.jd.black@gmail.comP.S. If you can respond to my personal email address above that would be best.
Hi Nick,
I’ve already responded to your email.
If anyone else is reading this and having this issue, the fix will be included in the upcoming update (1.0.9).
Lubos
hello, we have a problem with our gallery pages. We create a gallery page but whenever we try to preview it, we got a 404 page not found error. What can we do about it?
Hi,
try to resave your permalink settings under Settings / Permalinks
Lubos
Well that worked, thanks 