Discussion on TownPress - Municipality & Town Government WordPress Theme

Discussion on TownPress - Municipality & Town Government WordPress Theme

Cart 3,395 sales
Recently Updated
Well Documented

LSVRthemes supports this item

Supported

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

2017 comments found.

hello, good day am almost through with my developments now but my font seem to look too small, i still cant see any change even after i have added 1.2em as the font size in the custome css. please can you help, may be am not doing something right 2. regards the mailchimp subscribe to form, i already have an existing account with mailchimp with another domain name, i have gone through all the tutorials you provided regards creating the sign up forms, but when testing it my existing domain is still used as the salutation, is there a way to have a total seperate sign up forms purposely for my town press without troubles from the old domain. best regards

Hi, so as promised, I looked into this grid issue. The thing is that almost all default VC elements are disabled for this theme, the grid elements included. You can re-enable them by editing wp-content/themes/townpress/includes/visual-composer-settings.php file and just remove lines 34 to 37. But please note that I do not officially support those default elements in my theme, so if you come across any issues with them, I won’t be able to help you with it.

thanks for your time, but where exactly do i find this wp-contents?themes. because i went into the editor under appearance so many words that i cant find the line you talking about. please advice. best regards

It may not be available in WP editor (not all PHP files are). You will have to access it via some FTP software.

Hello, I need to create a new template for pages, I need to indicate where the default template is located. Thank you

You need to make copy of page.php and modify it to your needs code-wise. If you are not a coder you will have to hire one for this job.

LSVR, Your staff does not have the classic structure of Wordpress, ie with template files. So I am compelled to write to you so you can send me an instructive. I am developer Wordpress but in this case it is up to you to help me resolve this issue.

<?php /* Template Name: Page Default */ ?>

Ok, I guess I finally understand. Header is part of header.php file which has to be included in every single template unfortunately. So if you want to create a template without header, you will have to either hide it via CSS or use is_page_template function in header.php to hide the header code if your custom template is currently displayed.

“Your staff does not have the classic structure of Wordpress” – I am really not sure what do you mean by that.

Hello, I need to create a new template for pages, I need to indicate where the default template is located. Thank you

Hi,

you will have to contact me via an account with which you have purchased the theme.

Lubos

How do I exchange ”Welcome to TownPress, the Most Exciting Town of Northeast!” of another text. Tks

Hi,

edit your front page and scroll down to Page Settings.

Lubos

Hi, tell me please how can I create the window (menu) Chose Your Interest from the first page in your theme. Please more details

Hi, I am trying to change the color and opacity of the page-header box, the one that holds the page-title and breadcrumbs. I want to add some custom css, but I’m a bit stuck and can’t figure out where the css code is that I should alter. Thanks

Hi,

you can do it by creating your own color scheme, here is the tutorial on that. But tutorial covers only basics, you will need to do more advanced changes inside this color scheme file. Definitions for this title box start at line 479.

Or you can do it via some Custom CSS, in such case you can apply your CSS to ”#page-header” element.

Lubos

purchase code to verify that you’ve purchased this item. 2ac93149-8e20-44cc-8e28-ad34915f491e – 7 Hello, Where can I see pages IDs to exclude

Hi,

open the page or post in the admin, you will see the ID in the URL, for example

yoursite.com/wp-admin/post.php?post=56&action=edit

ID is 56

Lubos

Hi there,

Having a big problem here. I installed Toolset plugin which is compatible with all themes. I can use it with Townpress theme only when I disable LSVR Toolkit (TownPress) plugin. Is there a way to use this theme without Toolkit plugin? If that is not possible, could you please tell me would it be too complicated to make this Toolkit plugin compatible with Toolset plugin. I contacted Toolset plugin support, they couldn’t help me.

Thank you,

Amela

I see. But since it is a premium plugin, I can’t try it myself.

Try to enable the debug mode on your WP site, then enable both plugins and if there is any error message, please let me know.

Feel free to use a PM for that if you don’t want to share it in this public forum.

It’s not showing any error notice, but still doesn’t work.

Send me a PM with your admin credentials and I can take a look.

Very happy with this theme! Is there a way to use hanging indents in page/post content without changing how other things (widgets, document lists, etc) appear side wide?

Hi,

you can try following Custom CSS:

#page-content p { padding-left: 20px; text-indent: -20px; }

But it may affect some other elements as well (but only in content part of the site), in such case you will have to hire a developer to create a more advanced code for this.

Lubos

Hello, I have bought a townpress theme and I want to activate map, but there is a problem. The map doesn’t show, just the icon, not the coordinates. When I click to map icon, the coordinates don’t appear. I put latitude and longitude at map section on header settings and again the coordinates don’t appear.

What I have to do more? Can you help me please?

Hi,

you will have to contact me via an account with which you have purchased the theme.

Lubos

I own this theme and I am being hacked all the time. Somebody is Adding script into header.php file of theme. What should I do?

Hello. I dont know what, but since some days (weeks ?), the Visual Composer don’t show any item on the edit page, and I cant edit or ad or remove items, only on classic mode. Please let me know what is this problem. Thanks.

Hi,

please update the theme to the latest version (1.3.7), then deactivate and remove Visual Composer. You will be prompted to install it again, which will installs its latest version bundled with the theme.

Lubos

Thank you. All is ok, now

Hi there, somehow comments are not showing on pages. Any clue how to fix? hope to hear from you,

Best

JW

Hi,

make sure you are using latest version of TownPress (1.3.7), then you can enable comments under Settings / Discussion

Lubos

Hello, wonderful theme I has so many great features! I was wondering if there is a setting that I am missing to customize the featured image pages.

When I select a featured image for posts it displays at the top of the entry, but when I specify a featured image for pages the background image changes. I was hoping that it would work similarly to the posts features images – maybe I don’t have a setting correct?

Thanks!

Hi,

featured image works differently for posts and pages, exactly as you are describing. There is not an option to change this behaviour unfortunately.

But you can insert an image directly into page’s content and it should be possible to make it look like post’s featured image (without paddings on sides) with some custom CSS. Feel free to insert the image into one of your pages, share your URL where I can see it and I will take a look at it.

Lubos

Thanks for the reply — at least I know not to fight with it!

This is a sample of a page with an image. http://discoverbezanson.ca/about-bezanson/grants-bursaries/

I prefer how your featured images look for the pages, I am just not sure how to specify the custom CSS like you say. I’m a bit of a newbie.

Well, first you should use a slightly bigger image (at least 700px in width). Then add the following CSS to Custom CSS in Theme Options and it should do the job for all pages (only the very first content image will be affected, there can’t be any content before that image):

.page.type-page .page-content-inner > p:first-child > img { margin: -24px -30px 0 -30px; }

Hello, Very nice template :-) I have a question. Is it possible to have a general logo for the site but as we have several different departement with theire own logos to change it when we are on the page of specific departement. For example I have Logo1 for homePage of the website, than I have Fire department and I would like to see the logo of Fire Departement instead of General logo, than we have another departement Police departement and I would like to see Police logo, etc.. We have 6-8 departement. Thanks for your help. Best regards Fred

Hi,

sorry, but that’s not possible without some additional coding and you will have to hire a developer for that.

Lubos

hello,as usual this is arguably one of the best themes I have come across. Thumbs up. have a few questions though 1. on my home page the featured posts seem to show too much contents as summary, is there a way to make the post summary fewer, 2. secondly, with regards my news (page) or blog post, articles seem to always show in full even though i have opted for it to only show summary in the feed. the entire articles show in full, following each other , that makes the page too long if am deciding to display even just 3 post. can you help so it appears like that of the demo ( thus various article titles with short summary) 3. you also talked about editing the header in other to place adds there, can you show where to find those header codes to be edited. 4. Lastly, when using visual composer to build pages the ACCORDION and TAB features don’t seem to give me any settings to be able to create . all it asks for is “extra class name”,

Hi,

1.) you should define post’s excerpt.

2.) same as 1.)

3.) Not sure what do you mean, but if you want to edit the header, you will have to edit it via code and you will have to hire a freelancer for that

4.) You have to edit tab/accordion item, not the parent container. Those are two separate elements.

Lubos

thanks very much , everything working great now, Kudos

Ahoj Lubos, mam dva problemy, ktore sa snazim uz dlhsie vyriesit, no uz som sa asi zacyklil…

1. Ked si otvorim stranku Uradne oznamy (Notices URL Slug), hlavne menu sa mi zobrazi pekne rozbalene. Ked si vsak kliknem na niektory oznam (notice), hlavne menu sa zobrazi kompletne zbalene. U teba v deme to vsak pekne funguje aj tak, aj tak.

2. Ked si otvorim stranku Uradne oznamy (Notices URL Slug), breadcrumb nezodpoveda strukture hlavneho menu (malo by byt Home / Obec a samosprava / Uradna tabula / Uradne oznamy). Da sa s tym nieco robit?

Dakujem za pomoc.

Miso

Nazdar,

1.) tipujem ze to bude kvoli tomu ze tvoja URL na notices je ”/obec-a-samosprava/oznamy/” nie len ”/oznamy/”, ale nie som si isty

2.) breadcrumbs nema s menu nic spolocne, to sa vyskladava podla uplne inej logiky

Lubos

Ahoj, chví?u to síce trvalo, ale zistil som pôvod problému 1) – v menu som neuvádzal absolútne URL, ale iba relatívne…SOLVED ;)

Inak web uz bezi a je to (skoro) finalny produkt: www.niznaboca.sk

Super, dobra praca!

Hello, i would like to disable the comments on the website, particularly in events section is it possible ? Or if it’s not possible is it possible to disable it by default on an event ?

Thanks a lot

Hi,

you can manage comments under Settings / Discussion or by editing the specific Events (make sure to check “Discussion” under Screen Option in upper right corner when editing an Event).

Lubos

Hi LVSR,

I bought your theme Townpress few months ago. Really great theme, thank you!

But I have an issue with the visual composer… since the last update on June 8th, Virtual Composer doesn’t work. When I want to update it, I can read a message from Visual Composer that said : “To receive automatic updates license activation is required. Please visit Settings to activate your Visual Composer. Got Visual Composer in theme?”

I have already done the last update of Townpress, but when I activate the last version, I have a notification to update the Visual Composer plug in… but same message, it doesn’t work…

What can I do?

Hope you can help me :)

Thx a lot,

Have a nice day,

Philippe

Awesome, it works perfectly. Thx a lot Lubos. One more question: I made various contact forms, but they don’t work, I never received the email, it is because I’m working on a local server? I mean, my website is not online, I’m just building it with MAMP. Philippe

That may be the reason. For any issues with Contact Form 7, check out this article.

Really great. Thanks a lot Lubos!

Hi author..i got this error when update my theme file.

Not Acceptable

An appropriate representation of the requested resource /wp-admin/options-permalink.php could not be found on this server.

Additionally, a 406 Not Acceptable error was encountered while trying to use an ErrorDocument to handle the request.

Hi,

if you want to update the theme, please deactivate and remove your current version first. Than install the latest version.

Lubos

solved ! tq for your support.

cau Lubos, mohol by sa ma prosim nakopnut v preklade tej temy a pluginov? asi pred rokom som skusobnu stranku zvladol ciastocne upravit, ale ked to skusam teraz, tak sa neviem dopracovat k tomu, aby to ten text prelozilo. Postupjem podla tohoto navodu: https://premium.wpmudev.org/blog/how-to-translate-a-wordpress-plugin/ okrem toho, tak ako si pisal, idem to LSVR pluginu, do language a tam nahram preklad do SK suboru, nadefinujem to v wp-config.php, aby to tahalo z sk_SK, napriek tomu sa mi to nedari zmenit. Je tam prosim nieco, kde mozno vacsina ludi robi chybu a ze som sa aj ta tam zasekol? dik za pomoc. Brano

update: podarilo sa mi updatenut v ramci pocasia text “Local Time” na lokalny cas ako i “today” na dnes. Ked tam nadefinujem cokolvek ine, tak mi to neprelozi, napr. Latidute alebo Longitude alebo i nadpis “Town Notices”. Nechapem to, ze nieco ide a nieco nie.

(to ze som aspon nieco dokazal updatenut znamena, ze to asi robim dobre, ale preco mi potom nejde prelozit aj to vsetko ostatne… )

Jazykova verzia sa uz nemeni vo wpconfig.php ale najdes to v admine niekde v Settings. Zajtra sa vraciam z dovolenky tak budem vediet pomoct lepsie. Napis mi cez contact form v mojom profile, daj viac info o tom co ti nejde prelozit a pridaj URL kde si to mozem pozriet a hned jak budem moct ti odpisem.

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