Discussion on Pressville - Municipal & City Government WordPress Theme

Discussion on Pressville - Municipal & City Government WordPress Theme

Cart 1,582 sales
Recently Updated
Well Documented

LSVRthemes supports this item

Supported

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

944 comments found.

Hi, before to buy this theme i’d like to ask about: 1. if it’s possible to have more than one event for day? 2. supose that we can add highlights at home?

Thanks, Mariona

Sorry I misread your message. You can list events on homepage of course. For example, when you take a look at the default homepage at Latest News section – you can use the same element for events (you can of course put it anywhere between header and footer, not just on top of the content). All three demo homepages are just examples. They are not set in stone as you can rearrange, remove or add new sections.

I highly recommend that your client will buy it with his own account, so he will have access to support and updates in the future when you may not work with him anymore.

You can just ask him to send you the purchased code so you can verify the purchase if you will ned my help during your work on the project.

When I updated to 2.2.3 of the theme, the Map at the top of the directory listing disappeared. Is this a feature or did something go wrong with my upgrade?

Hi,

go to Appearance / Customize / Map Settings and set map provider to Google Maps (or a different provider). It was mentioned in the changelog. Please always read it before you update the theme.

Lubos

Thanks, missed that one.

good morning I would like to know how to center the logo on the Pressville wordpress template Thank you

Try this CSS:

.header-titlebar__logo { display: block; margin: auto; }

Perfect Thanks

Is there a way to be able to select the default archive layout rather than the grid layout when I use the Pressville Directory block on a page? I want to include other blocks so I can’t use the /directory URL and customize it.

Well, what I really want is to be able to put a block of text or an image on the archive listing before the grid of posts. Is there an easy way to do this?

Not without come code customization. Basically you have to copy the template-parts/lsvr_listing/archive-layout-default.php or archive layout-grid.php file (depending which layout you are using) to your child theme (preserve the relative path) and put any code which you like to have right before the list on line before line 11. I mean feel free to experiment with the placement, you still have the original file in the parent theme if something goes south.

You just need to figure out the code itself. You can for example use ACF plugin, which allows you to create some blocks of various content in your admin and then put a small code snippet into the template file which will render that content on your frontend. Customization like that is not really covered by theme support, but if you decide to give ACF a try, there are plenty of documentation and extensions for it out there. If you are not developer/coder then this is probably the easiest way to pull this off and will give you a lot of power when customizing any WP theme in the future, not just this one.

Thanks. I’ll check out ACF.

I’m attempting to use the Easy Notification Plug in my site but found that the “wp_body_open” action hook is not in your header.php file. I have added it and it works fine. Do you intend to include in a future release? I’m running WP 5.4 and Pressville 2.2.3

Hi,

sure, I will add it in the next update.

Lubos

Hello, is it possible to insert an video in header background instead of images?

Hi,

I am sorry but that is not possible without some advanced code customization.

Lubos

Well done, it works! Many thanks for your support. Thierry

Hi, thanks a lot for your quick answer. I’ve checked both dates (start and end) as well as the settings but the issue remains. It’s another server than the previous one, I use 1and1 platform. All the best Thierry

Hi,

try to deactivate and remove the LSVR Events plugin (it has to be done via admin, not FTP). Then follow the prompt to install and activate it again. Then try to create a new post event.

Lubos

Hi, I’ve bought another licence of your nice theme for a second website I’m now developping (http://patrimoinemondial.airesprotegees.info), all is ok except the calendar which doesn’t display any event. Even after regenerating events in tools, any upcoming event appears as “ended” (ex. http://patrimoinemondial.airesprotegees.info/events/groupe-patrimoine-mondial/). Could you please help me? Thanks in advance for your support.

Hi,

please double check your start AND end date. Make sure you’ve set your timezone settings under Settings / General correctly. Does this issue occurred also on the previous site where you’ve used the Pressville? Does this new site runs on a different server than the previous one?

I am sorry, but it is getting very late here so I will get back to you tomorrow.

Lubos

I noticed the two column layout falls apart as responsive design from 600-781px width. For example, flipping to horizontal view on some mobile views – first column width stays 33.33% and second column 66.66% with left indent instead of adjusting to width of viewport

What is causing the issue and how can it be fixed?

Send me a PM, I will reply to your email and then you can reply back with the screenshot.

just sent tnx!

Hi I need show with pressville posts shortcode the notices. At moment my page show the standart posts but when I clic in the button show notices Anybody can help me please.

Hi,

I am sorry but I am not sure I understand. Pressville Posts can display only standard posts, it is not possible to use it for displaying Notices. If you want to display notices (for example on your homepage), you can use LSVR Notices Widget block.

Lubos

Is it possible to have the theme get woocommerce support?

Hi,

I do not plan to add any specific WooCommerce features (this is a municipality theme after all and I want to keep it that way), but the plugin itself should work. Please check out this article.

Lubos

Can you add a color background to the part of the widget that shows the news title, button, icon. in that news widget? is that possible?

Change it to this to change the height as well:

.lsvr-pressville-post-grid--posts .lsvr-pressville-post-grid__header { background-color: #FF0000; height: 300px; }

But since that will affect the mobile version as well, I would use this code instead to make it work only on desktops:

@media ( min-width: 1200px ) {
.lsvr-pressville-post-grid--posts .lsvr-pressville-post-grid__header { background-color: #FF0000; height: 300px; }
}

awesome ty, let me see if the client is happy with this. life saver mate!

Hey

Just a feedback you may interested in.

A Stories menu, Like Historial storied happened in the city, or situations happened with people.

Am gonna buy your theme later.

Hi,

I am sorry but I am not sure I understand. Can you be more descriptive please? Thanks.

Lubos

Hey there! I finally bought the Theme Pressville and it look awesome! Could you please tell me how i am able to translate specific areas or elements? For example the Filter in the Events-Area. How can i translate it to german? Thank you very much! Simon

Hi,

please follow this tutorial (you have to translate the theme and all LSVR plugins, some strings may appear in several translation files) http://docs.lsvr.sk/pressville.wp/#translation

Lubos

Hi, I need to install this script <script src=”https://1millionbot.com/displaybot/db.js”></script>, it’s a chatbot, an IA for Coronavirus information, but I don’t see where in the Pressville theme

Hi,

you can try to use this plugin.

Alternatively, copy the footer.php file from the parent theme to your child theme and put that code on line 51.

Lubos

Please note that customization is not included with the theme support. There may be more to it then just pasting this code somewhere. You should either hire a developer for the job, or take a look if there is not a WP plugin version of this script.

BTW the most proper way to do this would be adding the script via PHP, here is the thread with the solution. Just replace the URL from that snippet with your URL (https://1millionbot.com/displaybot/db.js). You should put that code into your functions.php in your child theme.

RTL demo URL please

Hi,

I am sorry but I do not have live demo for the RTL version, but here is the screenshot from my local installation.

Lubos

is there way to hide the start time of an event? i see opt to hide end time but not start. tried .post__info-item-text{display:none;} but that hides the dates as well…

that doesnt change anyth..it still looks the same..ok tnx

Please renew your support and then share your URL where I can see it.

I decided to use a custom design and hide the feature. Noted on renewing support, thanks!

How can I make my post choose if I don’t want to show the featured image. I need the featured image for the grid but not in the header of post

Hi,

you can disable that under Appearance / Customizer / Standard Posts.

Please note that your support has expired, please extend it (under your ThemeForest account / Downloads) if you need additional assistance. Thank you.

Lubos

is there a way to change layout opts for Directory posts? It’s showing content narrow and centered but I don’t see opts as “Page Attribute” seen for Pages to change that to left align..

Please share your URL, but if you set a sidebar for your listing posts under Appearance / Customize / Directory then it should look exactly like the one in the demo.

ah it seems like a glitch in settings. i have to set detail page as right sidebar and then disable for content to left align like demo.

Not sure I understand. Just setting the sidebar should be enough to look like the demo. Unless you are using some sort of custom CSS which interferes with it.

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