cybertex
Forum Replies Created
-
Forum: Plugins
In reply to: [QuizMaster] v0.6.1 ReleasedHello @goldhat,
Yes, you are right the name of the plugin folder ‘fieldmaster-master’ has been renamed ‘fieldmaster’ and the issue has finally been fixed. And no problem at all with the Quizmaster installation. ??
Thank you
Forum: Plugins
In reply to: [QuizMaster] v0.6.1 ReleasedHi,
This really a good idea to continue the previous work of my favorite WP Quiz Pro plugin. And other your extensions are very promising. Especially Quizmaster Audio.
The main problem is that I can not install the plugin because of “QuizMaster requires either FieldMaster (Free Fields Plugin, download latest release at …”
I have installed the FieldMaster and still not able to install the Quizmaster plugin.
Thanks
Forum: Fixing WordPress
In reply to: Cannot log in – Could not open socketHi,
I have exactly the same issue! Maybe is it server related?
Forum: Plugins
In reply to: [Ray Enterprise Translation] Translation Dashboard and only gears visibleThere are issues because no prices and quantities in Woocommece Products after translation.
Forum: Plugins
In reply to: [Ray Enterprise Translation] Translation Dashboard and only gears visibleYes of course, it works: https://1test2.top/en/sklep/guitarist-3d-wall-mural/
Don’t look at sidebar it is only one language.I checked another pages with the Visual Composer yesterday once again and all headings (different objects, plugins) and some buttons remain untranslated.
You can see the page: https://1test2.top/en/test-the-visual-composer-only/
Another Visual Builder(Unyson) completely untranslated and mess on page!
Next step will be Avada theme with build-in Page Builder and other builders but I’am afraid it didn’t work.
It would be great if you could find solutions to fix that because partially translated sites are not what people want to see.
Forum: Plugins
In reply to: [Ray Enterprise Translation] Translation Dashboard and only gears visibleThis is really strange but I installed yesterday another test site and it works fine but with another Lingotek account.
The issue is related to email address and Lingotek account. There are some topics in support. I think they know that issue.
Hello Harish,
Thank you for the quick answer.
I am familiar with the ‘Contact form 7’ but I have the same issues and some strings and labels are untranslated.I will find a right way to solve the issue.
Thank you once again.
The same issue with Contact Form 7 plugin and its submit button caption that remains untranslated.
Edit:
MailChimp for WordPress plugin is also untranslated.Forum: Plugins
In reply to: [Transposh WordPress Translation] Translation not workkingMy way: Create a widget area in your header for some widgets not only Transposh.
Step 1
You have to add in function.php located in theme directory or in child theme create functtions.php:
/* * Register Widget Area. * */ function wpg_widgets_init() { register_sidebar( array( 'name' => 'Header Sidebar', 'id' => 'header_sidebar', 'before_widget' => '<div id="wpg-widget">', 'after_widget' => '</div>', 'before_title' => '<h3 class="rounded">', 'after_title' => '</h3>', ) ); } add_action( 'widgets_init', 'wpg_widgets_init' );
Place the widget area in header
Step 2
Modify header.php in theme directory or better in child theme directory and you have to add one line of code.
Not modified header.php:
... <?php the_core_header_mobile_menu(); ?> <?php the_core_header(); ?> <div id="main" class="site-main">
The piece of code from my header.php
... <?php the_core_header_mobile_menu(); ?> <?php the_core_header(); ?> <?php if ( !function_exists('dynamic_sidebar') || dynamic_sidebar('header_sidebar') ) : endif; ?> <div id="main" class="site-main">
As you see this inserted line:
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('header_sidebar') ) : endif; ?>
it is between the_core_header() and <div id=”main” class=”site-main”>.
Got to Appearance->Widget in WP Admin
Step 3
Find the new created widget area Header Sidebar and place there the Transposh widget inside (choose flags).
That’s it!
Forum: Plugins
In reply to: [Transposh WordPress Translation] Translation not workkingThere are solutions in this topic and google “transposh flags in header”. You have to add and modify some files functions.php and header.php and it depends from the applied theme.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Translation not workkingNext test installation: https://1test4.top/ and works like charm too but installed directly from a downloaded file.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Translation not workkingPlease look at this test site: https://1test2.top/ and some other sites tested last days without major issues. Did you set all settings?
There a lot of small issues but the translation works as far. I have one strange issue with only one woocommerce button that is not translated.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Translation not workkingHow did you install the plugin?
Did you downloaded it from transposh site?
There is the newest version do not install from WordPress repository.Forum: Plugins
In reply to: [Transposh WordPress Translation] Translator Engine Google don't translateHi,
The version on www.ads-software.com is outdated!
Go to the transposh.org site and download the newest version of the plugin Next step: install it and all should be working fine.