2022 comments found.
Do the preview images for galleries have to be a certain size? On my galleries page all the preview images have white borders on one side. Screenshot is here: https://www.dropbox.com/s/x021ymdgrmtd23k/Screenshot%202017-07-31%2017.17.32.png?dl=0
Hi,
go to Settings / Media and set your Medium size to 400×400. Then use plugin like this to regenerate your image sizes.
Lubos
Thanks.
Hi, i’m interested in using the theme for a simple community site. I wanted to ask if it would be compatible with LTR languages? I’m thinking of setting something up in English as well as another LTR language. Thank you!
Hi,
sure of course, it works with both LTR and RTL.
Lubos
Hi there, I have had this problem previously with an RSS box, but now I want to make sure I am using the correct CSS to make this change so they work on all my pages.
I have two text boxes in VC, at the top of this page – http://www.scphousingauthority.com/contact/ and this page – http://www.scphousingauthority.com/plansanddocuments/
that do not show up with white backgrounds like all the other boxes built the same way do. How can I fix?
Thanks, Renee
Hi,
try to use Content Box element instead of Text block element.
The thing is that the box works only for custom VC elements. You can try this CSS to make it work for text block as well (which is not a custom element but the default VC one), but I can’t guarantee it won’t mess something up:
.wpb_text_column > .wpb_wrapper { padding: 24px 30px 1px 30px; margin-bottom: 24px; background-color: #FFF; box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05); }
Lubos
OK. I changed my text box at the top of this page (which was showing up correctly with a white background previously) to a content box. It now has a light gray border set in from the edge of the box on the right and bottom sides. See this page – http://www.scphousingauthority.com/board/
On this page – http://www.scphousingauthority.com/contact/ – at the top, I have a Feature Box (the one with the bullhorn icon). I think this is a custom VC element. I have the same element on the front page, and it shows up with the white background. However, on this page it shows up with no background.
It looks lile you’ve added a background color to VC row and inserted a Content Box inside that row. You need to remove the row styling.
Ad second page: you need to edit the page, scroll down to Page Settinbs / Content and enable separate boxes option. Then remove styling from the Contact Info row, because otherwise you will see the same issue as in the page above.
OK, I think I figured out why I was trying to do a workaround with this. I made all the suggested changes. If you look at the pages again, you’ll see that some of the boxes don’t stretch all the way across the page. (On the Board Members page, the top box doesn’t stretch; on the Contact page, the Contact Information and Contact Form boxes don’t line up on the left side. Is there a setting I can change to make these line up?
Try to remove and insert those rows again. But honestly, it seems like you are trying to overstretch the possibilities of the theme, the customization has its limits unfortunately. When you are trying to go bit further away from what can be seen in the demo you should consider hiring a coder who can help with some small code changes here and there.
Thanks for your help, but I’m actually trying to make this look exactly like the demo as far as how boxes are lining up. I’m not trying to overstretch the possibilities of the theme at all.
Just for reference, on the Board Members page, if I insert a Content box without first laying down a row in VC, it fixes the issue with the box not stretching across the page.
Great!
Hi, I have a question: I created an embedded form on MailChimp and formatted the link per the instructions in the documentation. However, when I try to subscribe, the arrow icon you click just spins indefinitely. Can you offer any guidance?
Hi,
please share your URL where I can see it.
Lubos
i am facing a lot of problems with this theme on Internet explorer is this theme compatible with IE
Hi,
it is compatible with IE9+
Lubos
i installed Polylang plugin i am trying to configure the URL modifications so that the page will be redirected to arabic version page not found error is occuring please i need your help with that which settings i need to choose for url settings to fit this template ?
Hi,
you need to contact me via an account with which you have purchased the theme to get support. However, question you are asking have nothing to do with the theme itself so I wouldn’t be able to help you anyway.
Lubos
test
?
Hi, created a child theme and working on css which works great. but now my client ask me to do something which I have some difficulty . this is the site ; http://paroisse-rosenmeer.fr/ how you can see the header menu is floating left over the logo … well they asked me to put the header menu under the logo .is there any way I can do this thank a lot for your answer
Hi,
unfortunately that’s not possible without some rather heavy code modification and you will have to hire a developer for that as customization is not part of the support.
Lubos
Please tell me how to add Upcoming events, just like the theme
Hi,
please check out the documentation on how to add events. If you are referring to a specific section of a page like widget or element, please be more descriptive.
Lubos
I just installed the theme update, but my copy of Visual Composer still won’t update. Should I be doing something different?
Hi,
try to deactivate and remove your current version of VC, then you will be prompted to install it again which should install latest version bundled with the theme. If you won’t see the prompt, then just install it manually. You will find the .zip in the full package in Plugins folder.
Lubos
Thanks.
Hi, thanks again for such a great theme. Is there a way to make the image portraits in the team member boxes linkable to the full-size image, in Lightbox or something?
Hi,
that’s unfortunately not possible without some advanced code customization.
Lubos
Gotcha. Thanks! One more question for you… in the menu, is it possible to have just a subject heading without it being a link? For example, if I want to have a “Governance” menu entry that has sub-topics, but I don’t want Governance to actually be a link…? Does that make sense?
I know what you mean, but that’s not possible. WP does not support non-link items in menus, however, you can simply use ”#” sign instead of an URL.
Ok, thanks again for such quick replies. I have ONE more question for you, and I promise I’ll leave you alone. Ha. What’s the best way to embed an image with parallax on a page with this theme?
I guess you will have to use some 3rd party plugin for that, but I can’t recommend anything specific.
How do I update my theme after the new version? Do I delete all and install again?
What code and where can I add it to show “post updated on” under the blog post dates.
Example:
Yours: July 11, 2017 in Category 0 comments
What I Looking For: July 11, 2017 in Category 0 comments Updated on: July 15, 2017 at 7:00 AM
Thank you
Hi,
you will need to modify article.php file. Here is the function for modified date. But you will have to hire a freelancer for something like that (if you are not PHP developer yourself). Customization is not part of the support.
Lubos
Hey guys,
first of all thank you for your awesome theme. Works super easy for my purpose!
Heres my issue. My page is for german users only, so everything is written down in german.
But there are still some english buttons (like “older posts”, etc), that cant be changed easily. I already read your thread about the plugin for translation, but i dont want my users to first choose their language, i just want everything in german – automatically.
Maybe i got it wrong, but can you please explain me how i can translate those few english things into german, so everything is in german when someone goes onto my page? If possible without paying for a extra plugin.
Hope you understand my problem. If not, please tell me!
So far, greetings from bavaria, Konrad
Hi,
you probably meant WPML plugin which is not free but that is needed only if you want to run your site in multiple languages at the same time which is not your case. You can use free plugin like Loco Translate or do it via Poedit software which is also free. Remember that you have to translate both theme and LSVR Toolkit plugin.
Lubos
when a user writes to the mayor where does that mail go. How can I go about it?
Hi,
you need to configure your contact form under Contact in admin. Please check out the documentation for Contact Form 7 plugin which handles this functionality.
Lubos
thanks. it worked.
How do I enable registration for users and email verification. thanks
You will need a 3rd party plugin for that.
How can I embed an iFrame video within a post?
That doesn’t seem to be helpful in my case.
Below is the video embed link I have—how would you embed this in a post?
<iframe scrolling=”no” frameborder=”0” allowfullscreen webkitallowfullscreen mozallowfullscreen src=”http://w3.cdn.anvato.net/player/prod/v3/anvload.html?key=eyJtIjoiY2JzIiwidiI6IjMzNTc2MDgiLCJhbnZhY2siOiJhbnZhdG9fY2JzbG9jYWxfYXBwX3dlYl9wcm9kXzU0N2YzZTQ5MjQxZWYwZTVkMzBjNzliMmVmYmNhNWQ5MmM2OThmNjciLCJwbHVnaW5zIjp7ImNvbXNjb3JlIjp7ImNsaWVudElkIjoiMzAwMDAyMyIsImMzIjoic2FjcmFtZW50by5jYnNsb2NhbC5jb20ifSwiZGZwIjp7ImNsaWVudFNpZGUiOnsiYWRUYWdVcmwiOiJodHRwOi8vcHViYWRzLmcuZG91YmxlY2xpY2submV0L2dhbXBhZC9hZHM%2Fc3o9MngyJml1PS80MTI4L0NCUy5TQUMmY2l1X3N6cyZpbXBsPXMmZ2RmcF9yZXE9MSZlbnY9dnAmb3V0cHV0PXhtbF92YXN0MiZ1bnZpZXdlZF9wb3NpdGlvbl9zdGFydD0xJnVybD1bcmVmZXJyZXJfdXJsXSZkZXNjcmlwdGlvbl91cmw9W2Rlc2NyaXB0aW9uX3VybF0mY29ycmVsYXRvcj1bdGltZXN0YW1wXSIsImtleVZhbHVlcyI6eyJjYXRlZ29yaWVzIjoiW1tDQVRFR09SSUVTXV0iLCJwcm9ncmFtIjoiW1tQUk9HUkFNX05BTUVdXSIsInNpdGVTZWN0aW9uIjoiZmVhdHVyZWQifSwic3RhcnRUaW1lb3V0Ijo1MDAwfX0sInJlYWxUaW1lQW5hbHl0aWNzIjp0cnVlLCJoZWFydGJlYXRCZXRhIjp7ImFjY291bnQiOiJjYnNsb2NhbC1nbG9iYWwtdW5pZmllZCIsInB1Ymxpc2hlcklkIjoiY2JzbG9jYWwiLCJqb2JJZCI6InNjX3ZhIiwibWFya2V0aW5nQ2xvdWRJZCI6IjgyM0JBMDMzNTU2NzQ5N0Y3RjAwMDEwMUBBZG9iZU9yZyIsInRyYWNraW5nU2VydmVyIjoiY2JzZGlnaXRhbG1lZGlhLmhiLm9tdHJkYy5uZXQiLCJjdXN0b21UcmFja2luZ1NlcnZlciI6ImNic2RpZ2l0YWxtZWRpYS5kMS5zYy5vbXRyZGMubmV0IiwiY2hhcHRlclRyYWNraW5nIjpmYWxzZSwidmVyc2lvbiI6IjEuNSIsInBhcmVudFBhZ2VVUkwiOiJodHRwOi8vc2FjcmFtZW50by5jYnNsb2NhbC5jb20vMjAxNi8wMi8wOC93YXRlci1kaXN0cmljdC1hY2N1c2VzLWNhbGlmb3JuaWEtYm9hcmQtb2Ytb3ZlcnN0ZXBwaW5nLWJvdW5kcy1pbi1kcm91Z2h0LWludmVzdGlnYXRpb24vIiwicGFyZW50VGl0bGUiOiJXYXRlciBEaXN0cmljdCBBY2N1c2VzIENhbGlmb3JuaWEgQm9hcmQgT2YgT3ZlcnN0ZXBwaW5nIEJvdW5kcyBJbiBEcm91Z2h0IEludmVzdGlnYXRpb24gwqsgQ0JTIFNhY3JhbWVudG8iLCJwSW5zdGFuY2UiOiJwMCIsInByb2ZpbGUiOiJjYnNsb2NhbCJ9fSwiaHRtbDUiOnRydWV9” width =”640” height=”360”></iframe>
Try to switch editor to HTML (Text) mode and paste it there.
Tried that, but it doesn’t seem to work. Shoot.
Try to replace those quotes with regular ones. Manually retype them. It worked for me when I did it for “src” attribute and placed the code into some static HTML.
Sorry to be a bother, but that didn’t work either. I also tried pasting that code with re-typed quotes into a blank page in the Text editor and it didn’t work. :\
The question is, does it work when you switch to a default theme like Twenty Seventeen for example? Because if no, then it is not the theme issue and I can’t do anything about it unfortunately. Check out some 3rd party plugins which can help you with that.
I seen on my site and your demo that when I post a blog post the post does not go under the ‘news’.
Breadcrumbs: Home > News > Report from Friendly Soccer Match between TownPress and PressTown
URL: http://preview.themeforest.net/item/townpress-municipality-wordpress-theme/full_screen_preview/11490395The page ‘News’ is not included in the URL.
Am I missing something or how can i fix this.
Hi,
sorry, but I am not sure I understand. You mean that the URL is missing something like ”/news/” part? If so, then that is completely normal, WordPress posts do work like that and it has nothing to do with the theme.
Lubos
Hello, sorry me again! Plugins installed, server upgraded, but now I can’t see Page Settings at all. I’ve read the notes that it should be under the “main content editor” but I’m unable to see it. Any suggestions?
Hi,
when editing a page, click on Screen Options in upper right corner and see if Page Settings are checked (or if they are there at all). If that won’t help, then please send me your admin credentials via PM and I will take a look at it.
Lubos
We recently updated our theme to the newest version, and the styling for the site is now incorrect.
Before updating, we did export the theme options and re-imported it, however the styling is still off.
Areas of the header no longer have the needed white background, and the footer is missing it’s overlay as well.
celebration.fl.us is the site. I can provide a login via email if needed.
Hi,
I don’t see any styling issues in neither header or footer. Try to hard refresh your site using CTRL + R.
Lubos
Is there any method to do a bulk document import. I have years of documents I need to add to the site (previously links to the documents have been hadn’t coded into pages…)
Hi,
unfortunately, there is not such feature.
Lubos