2017 comments found.
Hi, nice theme! Is it possible to show more then 1 full post on the home page and not only the titles from older posts? best regards
Hi,
make sure you are using the latest version of the theme (1.3.9) and you will have that option in Articles element (Highlight first x posts).
Lubos
Hi. I bought you theme, translated to Macedonia and now I want to change this part of the widget (as shown in the picture in the link), LOCAL TIME and TODAY on Macedonian. Where can I find that and change it (translate it). Thank you.
https://www.dropbox.com/s/zhswwo6r89lvto6/widget.png?dl=0Hi,
some strings are part of LSVR Toolkit plugin.
Lubos
Found it. Thanks
hello 
One question:in dasce.org I try to install the Theme with bbPress, but under “Theme Options / Forums (bbPress)”, I can not find any option “Enable Header Login” to enable. I just see there this: http://prntscr.com/c524cv – where cann I activate “Enable Header Login”?
Also I can not find the “Login Page option” to choose there my “Login / Register” (= “aufschalten / neu registrieren”). Can you helf please?
Regards, thanks a lot, y.s., Carl Narloch
Hi,
check out Theme Options / Header Settings.
Lubos
sorry want to know how I can make the images on the right or left to rotate bar. I see only a static image as advertising and want to rotate about 3 images. Please help me
Hi, Thanks for the answer! I want to send you a file with a few questions. + There is private data to my website. It will be convenient if you provide the address to which you can send the file. Write in the comments, I think technical questions inappropriate.
Good afternoon. Why do not you answer the questions? I need to write in support of the themeforest? I bought your template and I have questions about some of the settings. To which some mail send me questions?
Hi,
where exactly you’ve posted your questions, because I don’t see any question from you. Feel free to post your questions here.
Lubos
hey, i can translate the widget titles, but how can i translate with wpml the phone numbers for examples? or i can translate the documents widget but can’t translate the button “See All Documents” how to do it
i found the way thanks
Hello,
I have bought your TownPress theme and I would like to ask you, how is possible to show online street view. At this time, You can see it here (in iframe): http://www.stity.cz/index.php?a=cat.3 The page with online video i here: http://www.stity.cz/wpimages/other/kamera_stity2.html So, I append this code to the Theme options (I tested both JS Code/Any Custom Code fields):<script language=”javascript” type=”text/javascript”> function naplnKameraStity() { var hlavicky=document.getElementsByTagName(“head”);
var sImg="";
if(document.all)
{
sImg = "";
document.getElementById("mistoKameraStity").innerHTML = sImg;
setInterval("location.reload(true);", 15000);
}
else
{
sImg = "";
document.getElementById("mistoKameraStity").innerHTML = sImg;
}
}
</script>
Other code is on desired page in raw javascript code:
<script language=”javascript” type=”text/javascript”> naplnKameraStity(); </script>But the online view is not shown on the page. Could be problem with local instalation WP? I am going to move instalation to the devel server…
Thank you very much, Jiri
Dobry den,
poslite mi prosim URL vasej stranky kde tento kod pouzivate.
Inak toto je verejne forum, nezverejnujte tu svoj purchase code, to ci ste moj zakaznik vidim pri vasom mene.
Lubos
Hello, in the widget gallery, when you click on a page see all gallery s opens a window with :
Forbidden
You do not -have permission to access this document0 .
my website: http://08310-machault.fr/site/
Hi,
this some kind of server issue. Try to resave your Permalink under Settings / permalink. If it won’t help contact your hosting provider.
Lubos
hello , I have found the problem . I’d create by filezela , a directory named gallery, in the root of my site. I have it clear and flawless running out . thank you for your theme .
Great!
Hi Lubos, Thanks foe every thing. Can I constrain the header to 1200px on a bigger screen. I have set it at 400px down but would prefer it to be maybe 1200 to say 1400px wide. I might like to do the same to the footer – Thanks your support is excellent
Hi,
sorry but I don’t really understand your question. Please be more descriptive.
Lubos
Hi Lubos I wanted the Header to be the same width as the content on a 27” monitor rather than filling the screen. I have done it with CSS, but would like to also do the footer. www.touradelaide.com
#footer { max-width: 1340px; margin: auto; }
Hi Lubos, can you give me a tip. I understand your theme takes design from fixed pages that you style and then the theme will make a new page based on that fixed page style.EG Events,notices, etc. I am stumped because that BD plugin makes a page with the LH sidebar only (Yes I understand it is not your theme but could you so kindly tell me what page style template you think it is using as if I set up the post page with 2 sidebars L and R i still get only the LH Sidebar in a BD place page.. BTW there is a bug in the VC extension Ultimate Addons for Visual Composer where the Google map will not always show up if you use the DB search function- Just giving you a heads up if you have clients with the Google map issue. Cheers Maxwell
Hi,
the thing with sidebars is bit more complicated. If the plugins uses a generated page (not a page created under Pages), then forcing it to show certain sidebar is not possible without some coding. Basically you will have to edit lsvr_get_current_page_id function in includes/lsvr-functions.php file to mimic functionality of other post types. But if you are not a WP developer this info is not really helpful for you. So I say contact the author of that plugin if there is a way to use a standard page for showing the content, otherwise you will have to hire a freelancer to do some custom coding.
Lubos
Hi Lubos Again, can you give me the CSS to move the mobile menu up a bit, at the moment at www.touradelaide.com it goes too far down the screen when uoi open it up. It could be I have caused this myself as I have pused the main menu down to show more of the header image. Cheers Maxwell
Hi,
you did caused it yourself by your custom CSS. Use this instead of what you have:
@media ( min-width: 992px ) {
.m-has-standard-menu.m-has-header-tools .header-menu { margin-top: 345px; }
}
Lubos
@media ( min-width: 992px ) { .m-has-standard-menu .m-has-header-tools .header-menu { margin-top: 250px; } Is working but I am getting a red cross something about an indent. I had to open a space up between the classes, it was a bit grumpy
This is working @media (min-width: 992px) { .m-has-standard-menu .m-has-header-tools .header-menu {margin-top: 250px;} }
Sorry to bother you again Lubos . Is it possible to have the menu at one height for the small screens and at a separate height for screens bigger than say 900px. I moved the Core content down as the menu is great on a phone but the contents cover up the header image on my 27” monitor. cheers and thanks
Well, you already made some many CSS customizations that I honestly don’t know what exactly to change. It’s a mess. I can give you media queries but you will have to come with the needed CSS yourself:
@media ( max-width: 899px ) {
CSS HERE
}
@media ( min-width: 900px ) {
CSS HERE
}
I’ve installed the theme (parent and child) but keep getting the following message when trying to install the required plugins: “Download failed. Not Found”. Help please!
Hi,
try to activate just the parent theme and then try to install required plugins.
Alternatively, you can install all plugins manually. You will find installable .zip files in Plugins folder in full package. Just navigate to Plugins / Add New / Upload Plugin and install them one by one.
If nothing helps, send me a message via PM please.
Lubos
Thanks a bunch – it worked installing them from the zip files!
I have a problem to create archive custom post type page. I have create a new custom post type “les_commissions” I create an archive-les_commissions.php copy of archive-lsvrevent.php (i didn’t find an archive-generic template… It works but i have a problem with the title in the breadcrumb, it display the title of the first article and not the title of the custom post type.
I try to apply a filter to force the title like this :
add_filter( 'the_title', 'force_title');
function force_title ($title) {
if ( !in_the_loop() && !is_active_widget() ) {
$title = "Les Commissions";
}
return $title;
}
It works but it change also my event title on the sidebar :’(
=> http://new.villedefloing.com/les_commissions/
Have you an issue ? Thanks a lot and sorry for my english
Hi,
sorry but this is a heavy customization of a theme which is not covered by support. I can give you only a small hiny that breadcrumbs functionality can be found in components/breadcrumbs.php.
Lubos
heavy customization ? add new custom post type ? ! Are you serious ? I will check in breadcrumbs …
Sorry if it sounded too harsh, but what I meant was that customizations are not covered with support in general. It doesn’t really matter how “heavy” the customization is.
As I’ve said, you will have to edit the breadrumbs.php file. Take a look at part or the code dealing with Events, Documents and other CPTs. The most easier solution will be to re-use the Notices CPT code starting at line 90. There are two elseif statements, one for archive, one for single page. Just copy and paste them at the end of whole IF tree with proper syntax and replace “lsvrnotice” with name of your own CPT. Then you will have to change lsvr_get_current_page_id function to a string with the screen name of your CPT.
ok i understand
Thanks for this tips !
Great Theme. I am very happy thus far. I am having a few problems, though.
1. Google Maps was working with all my plugins. But it has stopped working in the plugins the last 3 days. The plugins are sabai directory and EventOn Calendar. When I switch to another theme the plugins work. So I know it is within the theme. Do you have a suggestion on what could be happening with google maps and 3rd party plugins with the theme? And what I could do to correct this issue?
2. Is there a way to enable a Read More button in the blog post? Using the excerpt it is a bit confusing to users and many do not know to click on the title or the picture to go to the full article. Any simple way to add a read more button or text at the bottom of excerpt?
Thanks
Hi,
1.) you need to set the Google API key under Theme Options / Header Settings / Google Maps API Key field. All plugins or themes will be requiring you to do this sooner or later as Google will be shutting down all google map scripts without API key. Make sure you are using the latest theme version (1.3.9) to see this field in Theme Options.
2.) There is a “read more” button in WP visual editor which should do just that. More about it here.
Lubos
hello,i have a problem if you can be of help. there was an issue with my mojo marketplace coming soon page which kept displaying even after dactivating the plugin, my hosting company solved the issue but not after they asked me to try a different theme and also try deactivating all plugins, i did and after 2 hours it works now, unfortunately after switching to my townpress theme and activating all plugins, the website structure now seem to have changed, no more default right sidebar etc, please i need your advice
Hi,
can you share your URL please?
Lubos
okay.. . ashaiman360.com
You have a coming soon page set up. I need to see the issue you are describing to help.
But anyway, if you don’t see the right sidebar, have you tried to set it up as per documentation?
OKay i have deactivated the coming soon plugin now , please ceck it out
Ok I see. But if you want to use right sidebar, you need to set it up. Please read the documentation.
sure i would, i think i have found the solution, all my sidebar widgets are now at my inactive sidebars, so i just need to re-arrange them and they would work, thanks always for your swift response much appreciated
hello, Ithink i have a little issue with my website, 1. when users want to log in, its the wordpress log in interface that shows up, which does not make the site log in attempt that nice. 2. once they log in, the toolbar appears at the top with acess to my dashboard with some selected menu items like ,JETPACK, VISUAL COMPOSER ETC pls advice, Best regards
1.) That’s how the standard WP login works. You will have to use a 3rd party plugin to change that.
2.) Again, this has nothing to do with the theme itself. Toolbar can be disabled in user settings in admin.
okay with regards 2. i have discovered the option to disable it, i guess i have to be doing that for every subcriber then, thats hectic but thanks for your help
I understand but unfortunately there is nothing I can do with it. This is not a theme related functionality. Maybe there is a 3rd party plugin which can disable it by default.
okay thanks very much, best regards
I can’t make my map button to work. it just closes my header and doesnt open the map and when i try to put the API key, the whole site goes blank. My site isn’t on-line yet. What could i do? URGENT
Hi,
I can’t really help you without seeing it live. You can use Console feature of Chrome object inspector to see if there are any errors.
Lubos
The console says there is a map even if there isn’t
It sound like you are confusing Console with DOM Inspector. Console will just output an error if there is any. Again, I can’t help you without seeing it live.
Hi Lubos, I’m wondering if you can assist? I have some events that are occuring in the future that I’ve scheduled but it won’t move from scheduled to publish. It has worked fine in the past, but now it just keeps those events as a “Scheduled” status and won’t give me the option to “Publish.” Any ideas of why this is acting up?
Hi,
not sure I understand. You set publish date to future? Because there is a difference between Event date (set in event Settings in bottom part of event edit page) na publish date (set in right sidebar of the screen).
Lubos
Ah yes, a big hand to the forehead moment! Thanks for your continued support.
J
Can the gradient be removed from the homepage? I like this theme and its very distracting and kills the photo a bit? I want to buy this but not liking the gradient and read the comment which is making me think not to buy it.
Hi,
gradient can be removed, but it won’t make the background image resize to full width (it will be cut approximately where the gradient ends). But having an image set to full screen is matter of simple Custom CSS I can provide (but slideshow functionality won’t work that way, only a static image).
“read the comment which is making me think not to buy it” – what comment are you talking about?
Lubos
Hi Lubos, would you be kind enough to send me the css to close up the padding in the side bars a little, particularly the top and bottom between the widgets. Thanks again regards Maxwell
Hi,
you said paddings, but it sounds more like you need to reduce margins (“between the widgets”). Try this:
.sidebar .widget { margin-bottom: 10px; }
But if you actually need the paddings, try this:
.sidebar .widget-inner { padding: 10px 15px 10px 15px; }
Lubos
Thank you Lubos, you’re tops, it works a treat
Q. What file is storing the CSS I am using in the CSS tab in your theme and should I move it to the CSS file in the Child them or leave it inside the Dashboard where it is easier to workr with? Thanks again site is looking great Cheers Maxwell
You mean where the Theme Options / Custom CSS is stored? It’s in your database it’s not a file. You can insert your CSS code into style.css in child theme instead. But it’s up to you what you prefer. If you have more than just few lines, I would go style.css way.