944 comments found.
how can I bulk import listings? Do you have a smooth way to do this? I’ve looked up the database but it’s way to difficult :/
Hi,
I am sorry but there is no such functionality built-in. Try to search for some 3rd party plugin which can bulk import custom post type posts.
Lubos
hello Support. i am unable to make the theme appear like the demo that inspired me to buy it. How do i make the directories appear like in the demo? The school and libraries section is not available to be edited.
Hi,
have you followed the documentation? The quickest way to get the demo look is to import the demo content. Feel free to share our URL so I can take a look.
Lubos
Latest update has broken the footer. First column no longer displays wider?
Hi,
make sure it is enabled it under Appearance / Customize / Footer. Try to check the option off and on if needed.
Lubos
yes I tried that, cleared caches etc but still not working.
I am looking into it and there appears to be a bug indeed. I will address it in the next update. Meanwhile please use this CSS:
@media ( min-width: 992px ) {
.footer-widgets__column:first-child { width: 50%; }
}
thanks, that fixes it!
Hello, I bought this theme and I have difficulty translating entire theme in French (example : search results, metadata of articles, ...). How to do this in the easiest way ? Thanks for your help.
Hi, Nice theme. I have a couple of questions please:
1. How easy to add additional custom post types? (i know how to add CPT’s from the backend, but I mean the CPT template in the front end)
2. Can I add filters to the people CPT? (Management, Directors …etc. similar to the Directory CPT)
3. Can I disable the maps entirely from the theme?
Hi,
1.) you can put your templates into your child theme, this has nothing to do with the theme itself, that’s core WP functionality.
2.) there already are some filters present, if you want to add some custom ones, then just copy the appropriate template to your child theme and you can do anything you want with it there.
3.) yes, you can disable maps, they are actually disabled by default
Lubos
Hi, I did page update and have problems with bakery builer.when I put on a page pressville posts and I preview changes there is one part of the code seen on a page (vc_row ). How od I fix this?
Hi,
make sure to update the WPBakery plugin.
Please note that your support is expired, please renew it (under your ThemeForest account / Downloads) if you need further assistance. Thank you.
Lubos
I just recently upgraded my theme and I’ve noticed there are no longer any arrows on my sliders. I don’t know how to get them back. The appropriate box is checked and it was working fine before the upgrade. Please help. Thank you.
Hi,
please share your URL where I can see it.
Lubos
BTW, make sure you’ve udpated all the LSVR plugins as well (you should see a notification in the admin).
Thank you for the quick response. That was the issue. I didn’t see there were updates for the plugins. Once I updated them the problem was corrected and the arrows are back. Another question for you though. Does your theme run on a staging site?
Of course, no theme have an ability to tell if it is a staging or a live site:)
Dear Support,
if I set the max logo width of the header logo using the customizer, the max-width style is added to the element .header-titlebar__logo, which is the parent container of the logo.
On our website, this has only a little to no effect at all. If we alter the code in inc\actions.php to apply to the element to .header-titlebar__logo-image instead of .header-titlebar__logo, it’s working as expected at first glance.
Can you tell us if this behaviour is on purpose or if this is a bug?
Thank you in advance!
Hi,
this is intended and you are probably the first customer who reports that it doesn’t work for him. Feel free to share your URL and I will take a look at it (please change the code to the original one).
However, you can copypaste the whole code block from actions.php (lines 146 to 156) to your child theme’s functions.php, change the CSS selector and you are good to go if that somehow works better for you.
Lubos
I’ve a purchase code, where am i supposed to access (url) to open a support ticket? Thanks.
Hi,
just ask your support questions right here.
Lubos
OK, so I’d like to display home events (Pressville events module) with text behind the photo, like events page. Do i need to change it by css or there’s some configuration option to display like this?
Hope you understand… our test site is under password so i can’t show you instead of has private comments somewhere …
And attached files are not allowed in this wall?
Thanks.
I have some new question
. This time about events main page. I’d like to hide past events, is it possible? Now i’m showing all events in /events url and past events on /events/?period=past&order=desc but i don’t want past events appears on /events page. Thanks!
So you mean text under the photo, not behind the photo. Unfortunately, such layout can’t be used on frontpage (I mean you can use a bunch of LSVR Featured Event widgets, but that’s obviously not the same, since it will lack the dynamic aspect of the list). You will have to hire a freelancer who will be able to customize the Pressville Events element to something similar. You can hire someone at studio.envato.com.
ok, Thanks!
thanks for your great theme, Is there anyway to show news items like event, I mean every three news in one row 3 columns in one row
Hi,
I am sorry but that will have to hire a freelancer for such customizaton.
Lubos
and how can I translate am and pm in events? I am using wpml, I have translated them in lsvr_events but not effected
You can set your time format under Settings / General.
I can’t find a string to translate am to ق.ط pm to ب.ظ please instruct me better
This is part of the core WordPress strings, it has nothing to do with the theme. Make sure you are using the localised version of the WordPress installation.
I want to disable start date and end date in event, I have found this code from your theme // Start Date ‘lsvr_news_start_date_utc’ => array( ‘type’ => ‘datetime’, ‘title’ => esc_html__( ‘Start Date’, ‘lsvr-news’ ), ‘description’ => esc_html__( ‘Starting date and time of the news.’, ‘lsvr-news’ ), ‘priority’ => 20, ), how can I disable it, I will be happy if you instruct me
// End date
'lsvr_news_end_date_utc' => array(
'type' => 'datetime',
'title' => esc_html__( 'End Date', 'lsvr-news' ),
'description' => esc_html__( 'Ending date and time of the news.', 'lsvr-news' ),
'priority' => 30,
),
because I don’t want the event to be deleted from site, I make the end date 2040 but new events that I post, the go at the end
I am sorry but it doesn’t work like that. Events have to have start date, they won’t work without it.
It seems that you are trying to use the evens functionality in a completely different way they were supposed to be used. You may be better off to just use some 3rd party plugin instead which will offer the desired functionality. Or hire a developer who will be able to customize the built-in events.
hire developer is good, but other plugins not work as much great as this plugin, I have bought too many plugins in codecanyon, but this is great
is there any way to change sorting of events, it show older’s events first
Then I am sorry, you will have to find a way around it. The even which doesn’t end is a nonsense, at least in a context of my events plugin. That’s not really an event anymore. Try to make it recurring on every day or something. Or again, hire a developer who will custom code it to your requirements. Just make sure to do any code customization via a child theme.
Hi Lubos, how do I change the breakpoint on the Secondary header? It wraps to two lines on the iPad rather than showing the burger menu. Thanks!
Hi,
I am sorry but that’s not that easy. Header will turn automatically into the mobile menu under certain resolution (991px). Making this breakpoint sooner would require a LOT of advanced customization because apart of CSS, there is also a lot of JavaScript functionality bounded to this. And that’s not that easy to change. So my advise would be to simply cut the number of items in your secondary menu if you want a headache-free solution. The other solution would be to hire someone who can change that breakpoint in code, but it will have to be someone really, really good who will be able to do it using the child theme.
Lubos
My company acquired this theme for us to use and while working on it I’ve noticed the menu gets all weird on the 991px breakpoint. It works fine at 990px and 992px. It’s not a big deal, but if anyone ever uses that size for their browser they’ll get a disfunctional menu. Thanks for your time!
Hi,
I’ve just tested it and do not see any issue on this breakpoint. Please check it on the demo site on your end.
Lubos
Hello! Before reporting I was sure to test the demo page so I didn’t have anything in my installation messing things up. I was using Chrome for the testing, but went further and also tried the latest versions of Edge and Firefox and had the same result, only worked as expected in Internet Explorer. You need to resize your browser window to exact 991 pixels wide or just use the inspector. I could send you a screenshot or video, but I’m not sure I can post links here. Thanks again.
I’ve tested it on Firefox, Chrome and Safari and don’t see the issue. Will check it out later on Windows.
You’re right, just tested on Safari and Chrome for macOS and it runs fine, so it’s a problem exclusive to browsers on Windows (except IE).
Good old Windows. I will take a look at it but I can’t promise anything. It is extremely unlikely someone will stumble upon the site using exactly this resolution anyway.
Another thing I notice is on low resolution monitors when the “Events section” arrows are too close to the limits of the screen (for the lack of spare space on the sides) and you click them, they move 2 pixels to the right creating a horizontal scroll. I’ve been able to reproduce this on Chrome, IE, Edge, Firefox for Windows and Chrome for macOS, Safari seems to be the only one to dodge this bug. For the time being I’ll just solve this by changing that behavior to a color change. I’m sorry if I’m flooding you with reports, I just wanna see you improve this theme to the best possible.
If you can tell me the exact resolution I can take a look.
Talking about specific monitor resolutions (and not random sizes like the 991px breakpoint mentioned before), the only one I’ve managed to reproduce is 1280×720 (although only the width is important here). It’s only the fifith most used desktop resolution, but it’s still relevant as it represents 5% of all users.
Right, I see it now, will include the fix in the next update. Thanks for feedback!
No problem at all. I’m the one to thank you for your patience.
Hi, I’ve just tested it on Firefox and Chrome in Windows and haven’t noticed any issues on 991px with the header menu whatsoever. I did fixed the horizontal scrollbar issue though and will release the update shortly.
I’ve just tested again on two different Windows machines and both had the behavior, one of them running on bootcamp on a MacBook Pro. But as you said probably no one will ever have that exactly browser size. I`m gathering some other stuff to report to you, so far all related to WCAG. As soon as I finish testing everything I’ll let you know. Thanks for everything!
Just make sure to do all the test on the demo site. Unless you can contact me via an account with which you’ve purchased the theme, I won’t be able to help you with any issues which occurs only on your own installation.
Hi agian, I want to translate (menu) name for mobile version of site how can I find it? I will be glad if you tell me
Hi,
if you are using WPML then please check their documentation on how to translate menu items https://wpml.org/documentation/getting-started-guide/translating-menus/
Lubos
no. I mean menu name in mobile I have translated menu with WPML I mean the menu name in mobile version
You can find this string in standard theme translation files. Here is the documentation on how to translate theme files via POedit http://docs.lsvr.sk/pressville.wp/#translation, but if you are using WPML, then check out their documentation how to do that.
Hi Lubos
Just wondering is the theme WCAG 2.1 AA compliant or are there any plans to make it so ?
Cheers, Steve
Hi,
theme was developed with the accessibility in mind and was thoroughly tested with the screen reader. However, when it comes to serious accessibility audits, this has to be done on the actual site. Theme is only part of the whole picture. In case you will decide to audit your site and will come across any issues in the theme itself, just let me know and I will try to fix them ASAP.
Lubos
Hi Lubos, just to make sure that it was not any content on my sites that were causing any issues, I ran two Accessibility Checkers (Siteimprove and Wave) on the Pressville live preview. This came back with a number of errors and warnings which mean that the site will fail WCAG 2.1 AA (which my sites have to legally comply with). It would appear that the main issues seem to be Form elements are not grouped (check boxes are not grouped and named – there is no fieldset with a descriptive legend), buttons are effectively empty (without a description they do not allow navigation, a few colour issues and the colour contrast is too low for some text.
Regards, Steve
I’ve just tested the demo front page using Waves and I go 5 non-contrast errors. 4 were related to blank URLs for social links, so really a non-issue on a real site where there won’t be blank social links (unless you willingly put them). Fifth was some issue in the secondary header menu which I will investigate in the upcoming days.
As for the contrast issues, most of them are related to the default blue link, which you can easily change under Appearance / Customize / Colors and then test it on your site. I will experiment with it myself, however don’t forget that you can also create your own custom color scheme.
Alerts should be ignored, those are either false positive or just non-issues.
However, even if I will fix what’s realistically possible, if you want to be safe, you should audit your site. You can make a site which will pass all the automated tests and still be inaccessible.
I will be doing some more tests in the upcoming days, there will be a new update next week.
Many thanks Lubos.
I’ve delved into it a bit further and I found the same as you. The secondary menu appears to be related to list elements that are not contained in a ul or ol tag and ARIA children role is not present.
It also spotted that the pressvile-post-grid left and right buttons don’t contain focusable elements.
Similarly another element that showed up on my site was the pressvile-sitemap menu down arrows don’t have focusable text.
I solved a lot of the other ‘issues’ by entering test into the menu description boxes.
Many thanks for your help. Steve
Thanks, I will be taking a look at all of this.
Many thanks Lubos, great work
The latest update fixed nearly all the issues (the colour contrast ones are down to me to fix so not a problem).
The only one that is still there is the “ARIA hidden element must not contain focusable elements” which is in the lsvr-pressville-post-grid__list-button—prev and—next
The suggested fix is the “focusable content should be disabled or be removed from the DOM” – if that is of any help (although I would have thought a next and previous button does need to be focusable).
Do you have a suggestion as to how I can sort this or does it need doing in the theme ?
Cheers Steve
I do not see this issue in Waves tool, also it is IMHO a nonsense. Of course it has to be focusable and at the same time I do not want it to be presented for screen reader user so that’s why I put aria hidden attribute.
Please keep in mind that any errors from automatic tools have to be taken with a huge grain of salt. You can easily create site which will pass all the automatic testings and still will be very inaccessible. If you want to be sure your site is 100% accessible, hire a company to do an audit. Automatic online tools should be used only for reference.
Thanks for your reply Lubos, I switched away from Wave as it threw up too many false positives, I am using Axe tools from Deque which is much more robust.
I agree with your comments, and for now I will add an exception in the Accessibility Statement which highlights this element. The site has to be WCAG 2.1 AA compliant by 23rd September to meet the new legislation here otherwise I wouldn’t bother (some of the requirements are definitely overkill).
Many thanks.
Well, the fact that different tools throw different errors kinda underlines what I’ve said that you should take them with a grain of salt.
Hello, i am unable to find the demo data for pressville. The auto import settings is incomplete and without the pictures The manual import data is not included.
Hi,
both “one click” import and manual imports are available, please read the documentation thoroughly http://docs.lsvr.sk/pressville.wp/#demo-import
However, demo images are not included for copyright reasons, it is mentioned in the item description.
Lubos
Dear support,
This theme is very well documented and works like a charm. It is easy to work with and set up very logical.
I’m trying to make my website multilingual by using the Polylang plug-in. Every thing works great except for one thing. The search button redirections only work for the main language. Different language get an added ’/en/’ for example. Do you have a work around so that the search button works in every language?
Sincerely,
Richard
Hi,
first make sure you are using the latest version of the theme (2.3.1), then in your admin go to Languages / Settings / URL Modifications settings and enable “The front page url contains the language code instead of the page name or page id” (last option on the right) and save your changes.
Lubos
Thank you very much. This worked perfectly!
Hi There I have set up an event that occurs on Wed and Friday every week. Starting on August 26th (a Wednesday). The first occurrence is on the 26th, which is correct, but then another occurrence appears on the 27th (a Thursday, not meant to be there) and the expected Friday occurrence. Subsequent weeks (even though I have ticked Wed and Friday and that’s what it says on the page) the event reoccurs on Thursdays and Saturdays. https://pbpa.theblackpearlbeach.com/events/pilates/ Thanks Rebecca
Hi,
please share a screenshot of the events settings for this event post.
BTW, your URL is password protected, but admin screenshot would be more useful anyway.
Lubos
Hi Lubos, maybe I’m missing something but I can’t work out how to add a screenshot to these comments… Thanks
You can either share it on something like https://postimages.org and share the URL here, or just send me a PM, I will reply to your email and we can continue there.
Dobrý den,
dle dohody z mailu posílám další dotaz tudy. Týká se dokumentů ke stažení, které mají dva pohlady. Zobrazení file / post. File je příjemně přehledný, ale v detailu dokumentu(ů) nezobrazí vložené texty.
To je záměr, nebo nějaká chyba? Díky, JP (QCM)
Dobry den,
nerozumiem co myslite pod “v detailu dokumentu(ů) nezobrazí vložené texty”. Poslite pripadne screenshoty.
Lubos
I want the news page to display like the one in the demo when you click “News”. I’ve tried all the different ways to display posts and can’t get it to look that way. I can’t get any sidebar to display on that page either.
Also, when I click a post, the featured image doesn’t display on the page.
http://69.5.2.112Thanks for the help!
Hi,
please check options under Appearance / Customize / Standard Posts. You can assign a sidebar for your post archive and enable featured image for your post detail pages there.
Lubos
In events it not showing date check https://zeytoon.ws/bmn
Hi,
that is a homepage not events page. Are you talking about some specific section of homepage? Please be more descriptive.
Lubos
in event it doesn’t show any date
It doesn’t show any dates on post detail either so try to resave your event post settings for each event or check out your child theme for any code customiation which could interfere with this. You are the only customer reporting this issue so it must be something wrong on your end.
I have disabled all my plugins, and I have removed my custom css but not solved
Try to deactivate then reactivate LSVR Events plugin (via admin) and then go to Tools / Regen. Events and hit the button.
please just tell me string of logo I want to translate it with wpml I asked them, but they said that ask your theme developers to tell you string of logo
Try searching for “custom_logo”.
in parent it couldn’t find anything, should I search in child theme too?
You should search it in the WPML String Translator. Please read the WPML documentation on how to translate theme mod fields.
I have read, but not solved, you may know how to do that if no np
Again, you can translate it via WPML String Translation. I am sorry but theme support doesn’t cover help with 3rd party plugins.
ok thanks
I have found custom_logo string but it 3337 
I have no idea what “3337” means.