vanBersie
Forum Replies Created
-
Forum: Plugins
In reply to: [MP3-jPlayer] How to use mp3 jplayer from template?Thanks for reply. I don’t need it for that project anymore but I’ll remember that for the future! Thx!
Forum: Plugins
In reply to: [Polylang] wp nav menu items in wrong order – how to fix?Already fixed. I figured out that my theme had this line of code:
register_nav_menus( array( 'primary' => __( 'Primary Navigation', 'theme_name' ), ) );
So I just had to change the theme_location option to:
'theme_location' => 'primary'
and now it works! Sorry!Forum: Plugins
In reply to: [WooCommerce] My account not showing up on translated pageI made some progress: I had to choose another page template. Now the avatar is showing but the my account navigation is still missing…
Thx for your answer! Actually I just added a hidden lightbox div which fades in when clicking a link to the anchor in the menu (feature of the flatsome woocommerce theme). Depending on the chosen language the user subscribes to the correct list. This is the code:
[lightbox id="newsletter-signup-link" width="600px" padding="20px"] [ux_banner bg="https://imageurl" height="400px" link="" animation="fadeInLeft" text_align="left" text_pos="left top" text_color="dark" text_width="40%"] <h3>Signup for Newsletter</h3> ____ <span class="nl-en">[sp-signup listids='2180']</span> <span class="nl-de">[sp-signup listids='2194'] </span> [/ux_banner] [/lightbox]
CSS:
.nl-en:lang(de) { display: none; } .nl-de:lang(en) { display: none; }
Unfortunately that won’t work. I already posted my problem here: https://www.ads-software.com/support/topic/how-to-translate-custom-product-tags?replies=2#post-5613935 and also here: https://www.ads-software.com/support/topic/great-and-easy-to-use-plugin-4?replies=5#post-5625527
this is one answer I got:
The names and titles of custom tabs are data that you enter, it is not part of the program code, similarly to a simple post title and content. So it is cannot be localized using po-files.
Forum: Plugins
In reply to: [Polylang] Flags are hidden when using categories in menuProblem solved!
I totally forgot how I embedded the flags – I used this line:
<ul id="flags_list"><?php pll_the_languages(array('show_flags'=>1,'show_names'=>0));?></ul>
and put it in the page.php file of my theme but forgot to put it in the archive.php file as well. Now it makes sense ??Hi Alberto,
thanks for offering your help. I figured out that the tabs of the theme have a translation but I also use the “WooCommerce Custom Product Tabs Lite” plugin and I couldn’t figure out how and where to translate the tabs added through the plugin…
Forum: Reviews
In reply to: [Woocommerce Custom Tabs] Great and easy to use pluginOh damn! I was in the wrong browser tab and reviewed this plugin instead of this plugin: https://www.ads-software.com/support/view/plugin-reviews/woocommerce-html5-video
I’m not able to edit my post. Sorry!
For this plugin I still have two problems which I also will write into the support section:
1. I’m using the mp3 jplayer plugin and when using the shortcode for a playlist within the custom tab the player doesn’t load at all. But when using in description tab + the custom tab it works. Why is that? Is it something with the script order or the folder path?2. How could I make the Custom Tab Multilingual? Where to add the __() function and the po-files in the script to make it multilingual?
Forum: Plugins
In reply to: [MP3-jPlayer] mp3-jplayer does not like special characters in url?Same problem here! Could you solve it meanwhile?
Alright I figured it out – the problem was that php-curl wasnt installed on server ??
no errors in my nginx error log, at least nothing wordpress specific, just a few pictures wasnt loaded but that cant be the reason… ??
I figured out, that this plugin shreds the dashboard anyways. I wanted to figure out what’s wrong and installed the plugin error log monitor. But it was not shown in the dashboard. I deactivated google analytics dashboard for wp and suddenly the error log monitor worked. So what could be the reason for that?
Well i fixed it. I just added:
<?php add_modal_login_button( $login_text = 'logged in', $logout_text = 'Logout', $logout_url = '', $show_admin = true ); ?> after:
if ( ! is_user_logged_in() ) {
Works fine with the wp modal login plugin
Yeah! Thx! With 2 player templates it works perfectly!
Same problem here. How to remove my like button from the contact page?