Discussion on TownPress - Municipality & Town Government WordPress Theme

Discussion on TownPress - Municipality & Town Government WordPress Theme

Cart 3,378 sales
Well Documented

LSVRthemes supports this item

Supported

This author's response time can be up to 2 business days.

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.png

Kind 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?

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 :o 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,,

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,

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.com

P.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 :)

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey