porga
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Sidebar on Contact pageInteresting, if you make custom contact page with Url “contact” and template default, sidebar does not show untill you select “sidebar” template.
I solved it that way.Forum: Plugins
In reply to: [Weather Underground] LanguageIs there a solution to add a conditional language recognition in case website is multilingual?
For example to use like this (which I tried for multilingual 404 error message, with polylang plugin.):<?php $jez=pll_current_language(); switch ($jez) { case "en": echo "EN 404"; break; case "hr": echo "HR 404"; break; case "de": echo "DE 404"; break; case "it": echo "IT 404"; break; }?>
Just remove echo statement with set of commands for required language. Or maybe eve rewrite code to use nested switch? I will try this tomorrow. Thanks to the author for the solution.
Thanks Robert, I thought about unig Bootstrap tabs here, but shortcodes bundle is very practical to use because you can use it for many small page modifications and enchantments. It would be great if your Maps plugin would work with it 100% too. Any chance that you will deal with this compatibility soon?
Regards,
Forum: Themes and Templates
In reply to: [Virtue] hr.po lang file in child theme does not workAha, I found article about that here as well:
https://codex.www.ads-software.com/Function_Reference/load_child_theme_textdomainI thought that it loads language files like other files automatically, seems not. I will play with that a bit. Thanks.
One more thing, I think I found another issue with Shordcodes ultimate plugin, when using Map shordcode nested in TAB shortcodes ultimate element. Che
https://www.ads-software.com/plugins/shortcodes-ultimate/Check image:
https://i60.tinypic.com/51bx1u.png
Interesting thing is that this appears on Google maps only, Bing maps are working without problem.
And, It is working OK in Opera 12.16, but in recent Chrome, Chromium, Firefox problem is here (I use Linux Mint 17). When you zoom map a little, map shows fully.
I tried positioning JS in header like you suggested, but it does not help.
Not big deal at the moment, I will use Bing maps, but I thought you might want to know about it.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Problems with Page Builder by SiteOrigin pluginThanks for the quick solution.
Thanks for the quick solution. However, I uninstalled Page builder (because i did not expect fix so soon) and proceeded without it.
But it will be helpful in the future, I am sure of it.One other thing I wonder about – is it possible in free plugin to make map with one marker, but to position map in a way that it is shown in the corner of the map (not centred in the middle of the map)?
There are times when you would like to show other thins close to the marker, but you have limited space on page, s solution is to move marker a bit in a side.
Thanks. Is it with quotes or without?
I solved it by setting number of photos per page on 30 in general settings, but it is good to know shortcode for the future.Thanks for this great plugin.
Forum: Themes and Templates
In reply to: [Virtue] Changing a:hover Background ColorThis works perfectly. Thanks. For secondary menu I used:
#nav-second ul.sf-menu a:hover {background: #008AF4; color: #fff;}
Howewer, is there a quick solution to permanently show active link background (current page)?
Thanks,
Yes I am sure, because it works on ordinary page with all other plugins on the site, when I disabled page builder. I opened theme in their support area, linking to this one:
https://www.ads-software.com/support/topic/problems-with-page-builder-by-siteorigin-plugin-2?replies=1Thanks.
Forum: Plugins
In reply to: [Comprehensive Google Map Plugin] How to edit saved map shortcodes?Hello, where is the option to edit saved shortcode?
Thanks
Forum: Plugins
In reply to: [WP Maps - Display Google Maps Perfectly with Ease] Multilingual issues@flipper Code No problem at all. I will use your plugin for one multilingual site, and apply options I suggested when they will be implemented in your plugin.
Do you know when this could happen? Which option do you plan to add?Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Date type change?I just noticed that it uses US format which is bad.
Request for the author:
It would be nice that this plugin uses date format seting form general wordpress settinga located at: wp-admin/options-general.phpFor example, my settings are custom: “d.m.Y”
I think this would be easy to add. Itis better that plugin code editing, because it will be overwritten when new version is installed.
Thank you.
Forum: Themes and Templates
In reply to: [Virtue] Tabs on Android Chrome and Default BrowserTry wit bootstrap tabs (in post):
<ul class="nav nav-pills"> <li class="active"><a data-toggle="tab" href="#sectionA">Section A</a></li> <li><a data-toggle="tab" href="#sectionB">Section B</a></li> <li><a data-toggle="tab" href="#sectionC">Section C</a></li> </ul> <div class="tab-content"> <div id="sectionA" class="tab-pane fade in active"> <p>Section A content…</p> </div> <div id="sectionB" class="tab-pane fade"> <p>Section B content…</p> </div> <div id="sectionC" class="tab-pane fade"> <p>Section C content…</p> </div> </div>
I hope this helps.
Forum: Themes and Templates
In reply to: [Virtue] Polylang custom strings translationThanks. I noticed same thing with Widgets of other kind. I created new Text widget, and one Social network widgets.
Same thing, Only widget name is translatable. There is workaround on this, to create several separate widgets, one per language, and assign them to specific language.I wonder have you talked with people from Polylang about this?
P.S. Is it possible to position other plugin to the same place as your slidet, on your theme? How?