bikebogota
Forum Replies Created
-
Forum: Plugins
In reply to: [PopupAlly] Plugin doesn't popup at allMi installation does not work neither.
I saw the popup one time, after that, no matter what I modify, I cannot see again the popup.
My site: https://acolombiantraveler.com/
Forum: Themes and Templates
In reply to: [Theme: Virtue] Adding Breadcrumbs to Shop (with WooCommerce)Hello, to add breadcrums with the NAVXT plugin, follow the instrucions in the “install” tab in “view details” options in the plugin (Dashboard->plugins->Navxt).
It says there that You should find the header.php file in virtue theme (Dashboard->Appereance->Editor) and add this just before the </header> line.
<div class="breadcrumbs"> <?php if(function_exists('bcn_display')) { bcn_display(); }?> </div>
To enable Breadcrums in Virtue Premium theme, just enable all ON in the Breadcrumbs theme options.
Forum: Plugins
In reply to: [Codestyling Localization] localisation plugin doesnt workHi, I had the same problem but I fixed it. I use a child theme too.
1. Make sure you changed your language in WordPress settings.
2. Make sure the language you are editing in Codestyle Localization is the same you chosed for wordpress (example: Espanish for colombia is diferent to spanish)
3. In my case, only clicking “generate mo-file” worked.
4. Make sure there is no conflict file between the po files in /www/neobici/wordpress/wp-content/languages/plugins (WP reads this folder)
and
/www/neobici/wordpress/wp-content/plugins/woocommerce/i18n/languages ( The edited words are saved here, WP also reads this folder as second option)Any help regarding this issue?
Forum: Plugins
In reply to: [Google Maps Ready!] How to use the lightbox in images in markets?Thanks. I finally used a plugin called “Lightbox Plus Colorbox” and after playing a little it works fine. (just adding cboxElement in the link CSS Class field).
Forum: Plugins
In reply to: [Progress Bar] How to display both progress (%) and text insideok, I tried it and it is good, thanks for the help,
Forum: Plugins
In reply to: [Google Maps Ready!] How to use the lightbox in images in markets?Hi.
Im sorry, I dont know how to re-init lightbox. But if it is so complicated, then please suggest a way to pop-up the thumbnails I have in the markers. Currently they open in horrible a _self target way.
Forum: Plugins
In reply to: [Facebook Comments] I am getting Javascript errors like "invalid app id"Update: I solved the problem by replacing the xml2jason file in Easy2map plugin, now it works fine and I decided to buy the pro version.
Forum: Plugins
In reply to: [Easy2Map Photos] the map only shows gray, maybe javascripts errorsThis is an update. I solved the problem.
Easy2map plugin uses a 2008 version jquery.xml2json.js file, I downloaded and replaced that file with a 2013 version as explained in this thread:
https://www.ads-software.com/support/topic/map-fails-to-load-in-front-end?replies=3#post-6284776
After that my maps are working fine.
so I think the Plugin should review or update that file.
Forum: Plugins
In reply to: [Easy2Map] Map fails to load in front endHi! Thanks a lot for the solution! I had the same problem, the map didnt show.
In my case my theme didnt have this file, I searched it and didnt find it.So I replaced the Easy2map plugin file (wp-content/plugins/easy2map-photos/scripts/jquery.xml2json.js, it was a 2008 version) with the one from your link (a 2013 version).
After that my Easy2map map works!
Forum: Plugins
In reply to: [Facebook Comments] I am getting Javascript errors like "invalid app id"Thanks Alex, and thanks for the plugin,
but since the error says “app ID”, and I just created my app following your plugin instructions, I believe is related to your plugin,
I found that your instructions say “Ensure you enter acolombiantraveler.com in both “App Domains” and as the “Website with Facebook Login” URL” But I cant find anywhere that “Website with Facebook Login” (maybe FB settings changed).
anyway, I cant solve this errors and they make other plugins not load. Can you point any solution I can follow?
@hildergarn, what sharing plugin did uou finally use for your pictures? I can see it is not Mashshare, right?
Forum: Themes and Templates
In reply to: [Virtue] Add Social Icons in Virtue ThemeIm sorry, I meant float:right aligns the icons, leaving the text in the up-left. I want to align the text to the left-center.
Forum: Themes and Templates
In reply to: [Virtue] Add Social Icons in Virtue ThemeHello Hannah. To align right the social icons’ text I ran:
.topbar-widget .virtue_social_widget {
float:right;
}The text in the topbar is centered, however is vertically aligned up. I cant find how to vertical center it, could you tell me why?
[my site is https://www.acolombiantraveler.com]Thanks,
Forum: Plugins
In reply to: [WooCommerce] WooCommerce 2.2.2 Multisite, incorrect translation noticeHi.. it is not working for me in WooCommerce 2.2.8..
I have 3 sites in the same server.
I want to translate to Spanish. So I have searched a lot and:
– I put define (‘WPLANG’, ‘es_CO’); in wp-config.php
– I have put the es_CO.zip file and also the decompressed files in: [My site1]/wp-content/languages/pluginsStill, in system status->tools I do not see any ” Force Translation” or “Translation available…”
Please point to a good guide to follow, or tell me what to do because it has been so dificult to find info about changing the language!