WP Responsive Menu - Version 3.1.7.4

Version Description

Download this release

Release Info

Developer Magnigenie
Plugin Icon 128x128 WP Responsive Menu
Version 3.1.7.4
Comparing to
See all releases

Code changes from version 3.1.7.3 to 3.1.7.4

inc/assets/js/wprmenu-options.js CHANGED
@@ -330,7 +330,7 @@ jQuery( document ).ready( function($) {
330
 
331
  if ( menutype == 'custom' ) {
332
 
333
- $( '#section-bar_logo, #section-logo_link, #section-bar_title, #section-bar_logo_pos' ).css( 'display', 'none' );
334
 
335
  }
336
 
330
 
331
  if ( menutype == 'custom' ) {
332
 
333
+ $( '#section-bar_logo, #section-logo_link, #section-bar_title, #section-bar_logo_pos, #section-logo_width, #section-logo_height' ).css( 'display', 'none' );
334
 
335
  }
336
 
inc/wprmenu-loader.php CHANGED
@@ -19,7 +19,7 @@ final class WPR_Menu_Loader {
19
  *
20
  * @var string
21
  */
22
- public $version = '3.1.7.3';
23
 
24
 
25
  /**
19
  *
20
  * @var string
21
  */
22
+ public $version = '3.1.7.4';
23
 
24
 
25
  /**
inc/wprmenu-options.php CHANGED
@@ -193,6 +193,21 @@ function wpr_optionsframework_options() {
193
  'options' => array( 'left' => 'Left','center' => 'Center' ),
194
  'type' => 'radio' );
195
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
196
  $options[] = array('name' => __( 'Logo link / Title link', 'wprmenu' ),
197
  'desc' => __( 'Enter custom link you would like to open when clicking on the logo or title. If no link has been entered your site link would be use by default', 'wprmenu' ),
198
  'id' => 'logo_link',
193
  'options' => array( 'left' => 'Left','center' => 'Center' ),
194
  'type' => 'radio' );
195
 
196
+ $options[] = array( 'name' => __( 'Menu Logo width Size', 'wprmenu' ),
197
+ 'desc' => __( 'Enter menu logo width in px.', 'wprmenu' ),
198
+ 'id' => 'logo_width',
199
+ 'std' => '30',
200
+ 'class' => 'pro-feature',
201
+ 'suffix' => 'px',
202
+ 'type' => 'text' );
203
+ $options[] = array( 'name' => __( 'Menu Logo height Size', 'wprmenu' ),
204
+ 'desc' => __( 'Enter menu logo height in px.', 'wprmenu' ),
205
+ 'id' => 'logo_height',
206
+ 'std' => '30',
207
+ 'class' => 'pro-feature',
208
+ 'suffix' => 'px',
209
+ 'type' => 'text' );
210
+
211
  $options[] = array('name' => __( 'Logo link / Title link', 'wprmenu' ),
212
  'desc' => __( 'Enter custom link you would like to open when clicking on the logo or title. If no link has been entered your site link would be use by default', 'wprmenu' ),
213
  'id' => 'logo_link',
languages/wprmenu.pot CHANGED
@@ -2,8 +2,8 @@
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: WP Responsive Menu\n"
5
- "POT-Creation-Date: 2022-11-12 12:20+0530\n"
6
- "PO-Revision-Date: 2022-11-12 12:20+0530\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -411,612 +411,628 @@ msgid "Position of logo on menu bar"
411
  msgstr ""
412
 
413
  #: inc/wprmenu-options.php:196
414
- msgid "Logo link / Title link"
415
  msgstr ""
416
 
417
  #: inc/wprmenu-options.php:197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
418
  msgid ""
419
  "Enter custom link you would like to open when clicking on the logo or title. "
420
  "If no link has been entered your site link would be use by default"
421
  msgstr ""
422
 
423
- #: inc/wprmenu-options.php:202
424
  msgid "Swipe"
425
  msgstr ""
426
 
427
- #: inc/wprmenu-options.php:203
428
  msgid ""
429
  "Enables swipe gesture to open/close menus, Only applicable for left/right "
430
  "menu."
431
  msgstr ""
432
 
433
- #: inc/wprmenu-options.php:208
434
  msgid "Zoom On Mobile Devices"
435
  msgstr ""
436
 
437
- #: inc/wprmenu-options.php:209
438
  msgid "Enable/Disable zoom on mobile devices"
439
  msgstr ""
440
 
441
- #: inc/wprmenu-options.php:214
442
  msgid "Open Submenu On Parent Click"
443
  msgstr ""
444
 
445
- #: inc/wprmenu-options.php:215
446
  msgid ""
447
  "Enable this option if you would like to open submenu when clicking on the "
448
  "parent menu."
449
  msgstr ""
450
 
451
- #: inc/wprmenu-options.php:223
452
  msgid "WooCommerce integration"
453
  msgstr ""
454
 
455
- #: inc/wprmenu-options.php:224
456
  msgid "This option integrates WooCommerce option"
457
  msgstr ""
458
 
459
- #: inc/wprmenu-options.php:230
460
  msgid "Search Woocommerce products"
461
  msgstr ""
462
 
463
- #: inc/wprmenu-options.php:231
464
  msgid "This will only search products from your woocommerce store"
465
  msgstr ""
466
 
467
- #: inc/wprmenu-options.php:239
468
  msgid "Hide Menu On Pages"
469
  msgstr ""
470
 
471
- #: inc/wprmenu-options.php:242
472
  msgid "Select the pages where you want to hide the responsive menu"
473
  msgstr ""
474
 
475
- #: inc/wprmenu-options.php:246
476
  msgid "Create External File For CSS"
477
  msgstr ""
478
 
479
- #: inc/wprmenu-options.php:247
480
  msgid "This will create an external css file for the responsive menu"
481
  msgstr ""
482
 
483
- #: inc/wprmenu-options.php:253
484
  msgid "Minify External CSS"
485
  msgstr ""
486
 
487
- #: inc/wprmenu-options.php:254
488
  msgid "This will minify external responsive menu css file"
489
  msgstr ""
490
 
491
- #: inc/wprmenu-options.php:260
492
  msgid "Custom CSS"
493
  msgstr ""
494
 
495
- #: inc/wprmenu-options.php:261
496
  msgid "Put your custom css here"
497
  msgstr ""
498
 
499
- #: inc/wprmenu-options.php:265
500
  msgid "Content Before Menu Element"
501
  msgstr ""
502
 
503
- #: inc/wprmenu-options.php:266
504
  msgid "Set custom content before menu elements."
505
  msgstr ""
506
 
507
- #: inc/wprmenu-options.php:271
508
  msgid "Content After Menu Element"
509
  msgstr ""
510
 
511
- #: inc/wprmenu-options.php:272
512
  msgid "Set custom content after menu elements."
513
  msgstr ""
514
 
515
- #: inc/wprmenu-options.php:278
516
  msgid "Appearance"
517
  msgstr ""
518
 
519
- #: inc/wprmenu-options.php:279
520
  msgid "Customize Looks"
521
  msgstr ""
522
 
523
- #: inc/wprmenu-options.php:282
524
  msgid "Header Menu Height"
525
  msgstr ""
526
 
527
- #: inc/wprmenu-options.php:284
528
  msgid "This will be the height for the menu bar"
529
  msgstr ""
530
 
531
- #: inc/wprmenu-options.php:289
532
  msgid "Menu Style"
533
  msgstr ""
534
 
535
- #: inc/wprmenu-options.php:290
536
  msgid ""
537
  "Menu style with bar will show menu with bar and Icon style will show only "
538
  "menu icon"
539
  msgstr ""
540
 
541
- #: inc/wprmenu-options.php:296
542
  msgid "Menu Icon Position From Top"
543
  msgstr ""
544
 
545
- #: inc/wprmenu-options.php:297
546
  msgid "Enter the menu icon position from top in px( Eg. 10px )."
547
  msgstr ""
548
 
549
- #: inc/wprmenu-options.php:303
550
  msgid "Menu Icon Direction"
551
  msgstr ""
552
 
553
- #: inc/wprmenu-options.php:310
554
  msgid "Menu Icon Horizontal Distance"
555
  msgstr ""
556
 
557
- #: inc/wprmenu-options.php:311
558
  msgid ""
559
  "Enter the menu icon distance from left/right based on direction chosen in "
560
  "px(Eg. 10px)."
561
  msgstr ""
562
 
563
- #: inc/wprmenu-options.php:318
564
  msgid "Menu Icon Background Color"
565
  msgstr ""
566
 
567
- #: inc/wprmenu-options.php:319
568
  msgid "Select custom menu icon background color."
569
  msgstr ""
570
 
571
- #: inc/wprmenu-options.php:324
572
  msgid "Menu Icon Animation"
573
  msgstr ""
574
 
575
- #: inc/wprmenu-options.php:325
576
  msgid "Select the animation for menu icon"
577
  msgstr ""
578
 
579
- #: inc/wprmenu-options.php:332
580
  msgid "Menu Slide Style"
581
  msgstr ""
582
 
583
- #: inc/wprmenu-options.php:339
584
  msgid "Menu Open Direction"
585
  msgstr ""
586
 
587
- #: inc/wprmenu-options.php:340
588
  msgid "Select the direction from where menu will open."
589
  msgstr ""
590
 
591
- #: inc/wprmenu-options.php:347
592
  msgid "Display Menu From Width"
593
  msgstr ""
594
 
595
- #: inc/wprmenu-options.php:348
596
  msgid ""
597
  "Enter the width (Eg. 768) below which the responsive menu will be visible on "
598
  "screen. Enter 6000 if you want to display menu on desktop/laptops."
599
  msgstr ""
600
 
601
- #: inc/wprmenu-options.php:355
602
  msgid "Menu Container Width(%)"
603
  msgstr ""
604
 
605
- #: inc/wprmenu-options.php:361
606
  msgid "Menu Container Max Width"
607
  msgstr ""
608
 
609
- #: inc/wprmenu-options.php:362
610
  msgid "Enter menu container max width(px)."
611
  msgstr ""
612
 
613
- #: inc/wprmenu-options.php:369
614
  msgid "Menu Title Font Size"
615
  msgstr ""
616
 
617
- #: inc/wprmenu-options.php:376
618
  msgid "Menu Title Font Weight"
619
  msgstr ""
620
 
621
- #: inc/wprmenu-options.php:382
622
  msgid "Menu Item Font Size"
623
  msgstr ""
624
 
625
- #: inc/wprmenu-options.php:383
626
  msgid "Enter the font size for main menu items."
627
  msgstr ""
628
 
629
- #: inc/wprmenu-options.php:389
630
  msgid "Menu Item Font Weight"
631
  msgstr ""
632
 
633
- #: inc/wprmenu-options.php:390
634
  msgid "Enter the font weight for main menu elements"
635
  msgstr ""
636
 
637
- #: inc/wprmenu-options.php:396
638
  msgid "Menu Item Text Style"
639
  msgstr ""
640
 
641
- #: inc/wprmenu-options.php:402
642
  msgid "Submenu Alignment"
643
  msgstr ""
644
 
645
- #: inc/wprmenu-options.php:403
646
  msgid "Select the text alignment of submenu items."
647
  msgstr ""
648
 
649
- #: inc/wprmenu-options.php:410
650
  msgid "Submenu Font Size"
651
  msgstr ""
652
 
653
- #: inc/wprmenu-options.php:411
654
  msgid "Enter the font size for submenu items."
655
  msgstr ""
656
 
657
- #: inc/wprmenu-options.php:417
658
  msgid "Submenu Font Weight"
659
  msgstr ""
660
 
661
- #: inc/wprmenu-options.php:418
662
  msgid "Enter the font weight for sub menu elements"
663
  msgstr ""
664
 
665
- #: inc/wprmenu-options.php:424
666
  msgid "Submenu Text Style"
667
  msgstr ""
668
 
669
- #: inc/wprmenu-options.php:431
670
  msgid "Cart Quantity Text Size"
671
  msgstr ""
672
 
673
- #: inc/wprmenu-options.php:437
674
  msgid "Borders For Menu Items"
675
  msgstr ""
676
 
677
- #: inc/wprmenu-options.php:438
678
  msgid "Enable to show border for main menu items"
679
  msgstr ""
680
 
681
- #: inc/wprmenu-options.php:443
682
  msgid "Menu border top opacity"
683
  msgstr ""
684
 
685
- #: inc/wprmenu-options.php:448
686
  msgid "Menu border bottom opacity"
687
  msgstr ""
688
 
689
- #: inc/wprmenu-options.php:453
690
  msgid "Menu container background image"
691
  msgstr ""
692
 
693
- #: inc/wprmenu-options.php:458
694
  msgid "Menu container background size"
695
  msgstr ""
696
 
697
- #: inc/wprmenu-options.php:464
698
  msgid "Menu container background repeat"
699
  msgstr ""
700
 
701
- #: inc/wprmenu-options.php:470
702
  msgid "Menu Bar Background image"
703
  msgstr ""
704
 
705
- #: inc/wprmenu-options.php:475
706
  msgid "Menu Bar Background Size"
707
  msgstr ""
708
 
709
- #: inc/wprmenu-options.php:481
710
  msgid "Menu Bar Background Repeat"
711
  msgstr ""
712
 
713
- #: inc/wprmenu-options.php:487
714
  msgid "Enable Menu Background Overlay"
715
  msgstr ""
716
 
717
- #: inc/wprmenu-options.php:488
718
  msgid "Turn on if you want to enable Menu Background Overlay."
719
  msgstr ""
720
 
721
- #: inc/wprmenu-options.php:493
722
  msgid "Menu Background Overlay Opacity"
723
  msgstr ""
724
 
725
- #: inc/wprmenu-options.php:494
726
  msgid "Set menu background overlay opacity."
727
  msgstr ""
728
 
729
- #: inc/wprmenu-options.php:499
730
  msgid "Hide Menu Bar On Scroll"
731
  msgstr ""
732
 
733
- #: inc/wprmenu-options.php:500
734
  msgid "Turn on if you want to hide menu bar on scroll."
735
  msgstr ""
736
 
737
- #: inc/wprmenu-options.php:506
738
  msgid "Menu elements position"
739
  msgstr ""
740
 
741
- #: inc/wprmenu-options.php:507
742
  msgid "Drag and drop to reorder the menu elements."
743
  msgstr ""
744
 
745
- #: inc/wprmenu-options.php:511
746
  msgid "Widget Menu"
747
  msgstr ""
748
 
749
- #: inc/wprmenu-options.php:512
750
  msgid "Custom Widget Menu"
751
  msgstr ""
752
 
753
- #: inc/wprmenu-options.php:515
754
  msgid "Widget Menu Icon"
755
  msgstr ""
756
 
757
- #: inc/wprmenu-options.php:518
758
  msgid "Set widget menu icon"
759
  msgstr ""
760
 
761
- #: inc/wprmenu-options.php:522
762
  msgid "Widget Menu Close Icon"
763
  msgstr ""
764
 
765
- #: inc/wprmenu-options.php:525
766
  msgid "Set widget menu close icon"
767
  msgstr ""
768
 
769
- #: inc/wprmenu-options.php:529
770
  msgid "Wiget Menu Icon Size"
771
  msgstr ""
772
 
773
- #: inc/wprmenu-options.php:530
774
  msgid "Set widget menu font size"
775
  msgstr ""
776
 
777
- #: inc/wprmenu-options.php:532
778
  msgid "Set widget menu icon size"
779
  msgstr ""
780
 
781
- #: inc/wprmenu-options.php:537
782
  msgid "Wiget Menu Top Position"
783
  msgstr ""
784
 
785
- #: inc/wprmenu-options.php:538
786
  msgid "Set widget menu position from top"
787
  msgstr ""
788
 
789
- #: inc/wprmenu-options.php:544
790
  msgid "Widget Menu Icon Color"
791
  msgstr ""
792
 
793
- #: inc/wprmenu-options.php:548
794
  msgid "Set widget menu icon color"
795
  msgstr ""
796
 
797
- #: inc/wprmenu-options.php:551
798
  msgid "Widget Menu Close Icon Color"
799
  msgstr ""
800
 
801
- #: inc/wprmenu-options.php:552 inc/wprmenu-options.php:575
802
  msgid "Select the direction from where widget menu will open."
803
  msgstr ""
804
 
805
- #: inc/wprmenu-options.php:556
806
  msgid "Set widget menu close icon color"
807
  msgstr ""
808
 
809
- #: inc/wprmenu-options.php:559
810
  msgid "Widget Menu Elements Background Color"
811
  msgstr ""
812
 
813
- #: inc/wprmenu-options.php:562
814
  msgid "Set widget menu elements background color"
815
  msgstr ""
816
 
817
- #: inc/wprmenu-options.php:566
818
  msgid "Widget Menu Elements Color"
819
  msgstr ""
820
 
821
- #: inc/wprmenu-options.php:568
822
  msgid "Set widget menu elements font color"
823
  msgstr ""
824
 
825
- #: inc/wprmenu-options.php:573
826
  msgid "Widget Menu Open Direction"
827
  msgstr ""
828
 
829
- #: inc/wprmenu-options.php:581
830
  msgid "Color"
831
  msgstr ""
832
 
833
- #: inc/wprmenu-options.php:582
834
  msgid "Color Settings"
835
  msgstr ""
836
 
837
- #: inc/wprmenu-options.php:585
838
  msgid "Menu Bar Background"
839
  msgstr ""
840
 
841
- #: inc/wprmenu-options.php:590
842
  msgid "Menu Bar Text Color"
843
  msgstr ""
844
 
845
- #: inc/wprmenu-options.php:595
846
  msgid "Menu Container background"
847
  msgstr ""
848
 
849
- #: inc/wprmenu-options.php:600
850
  msgid "Menu Item Text"
851
  msgstr ""
852
 
853
- #: inc/wprmenu-options.php:605
854
  msgid "Menu Item Text Hover"
855
  msgstr ""
856
 
857
- #: inc/wprmenu-options.php:610
858
  msgid "Menu Item Hover Background"
859
  msgstr ""
860
 
861
- #: inc/wprmenu-options.php:615
862
  msgid "Active Menu Item"
863
  msgstr ""
864
 
865
- #: inc/wprmenu-options.php:620
866
  msgid "Active Menu Item Background"
867
  msgstr ""
868
 
869
- #: inc/wprmenu-options.php:625
870
  msgid "Menu Icon Color"
871
  msgstr ""
872
 
873
- #: inc/wprmenu-options.php:630
874
  msgid "Menu Icon Hover/Focus"
875
  msgstr ""
876
 
877
- #: inc/wprmenu-options.php:635
878
  msgid "Menu Border Top"
879
  msgstr ""
880
 
881
- #: inc/wprmenu-options.php:640
882
  msgid "Menu Border Bottom"
883
  msgstr ""
884
 
885
- #: inc/wprmenu-options.php:645
886
  msgid "Social Icon"
887
  msgstr ""
888
 
889
- #: inc/wprmenu-options.php:651
890
  msgid "Social Icon Hover"
891
  msgstr ""
892
 
893
- #: inc/wprmenu-options.php:657
894
  msgid "Search icon"
895
  msgstr ""
896
 
897
- #: inc/wprmenu-options.php:663
898
  msgid "Search Icon Hover"
899
  msgstr ""
900
 
901
- #: inc/wprmenu-options.php:672
902
  msgid "Cart Icon"
903
  msgstr ""
904
 
905
- #: inc/wprmenu-options.php:678
906
  msgid "Cart Icon Hover"
907
  msgstr ""
908
 
909
- #: inc/wprmenu-options.php:684
910
  msgid "Cart Quantity Text"
911
  msgstr ""
912
 
913
- #: inc/wprmenu-options.php:690
914
  msgid "Cart Quantity Background"
915
  msgstr ""
916
 
917
- #: inc/wprmenu-options.php:696
918
  msgid "Menu Background Overlay Color"
919
  msgstr ""
920
 
921
- #: inc/wprmenu-options.php:703
922
  msgid "Fonts"
923
  msgstr ""
924
 
925
- #: inc/wprmenu-options.php:704
926
  msgid "Setup Fonts"
927
  msgstr ""
928
 
929
- #: inc/wprmenu-options.php:708
930
  msgid "Google Font Type"
931
  msgstr ""
932
 
933
- #: inc/wprmenu-options.php:709
934
  msgid "Select Font Type"
935
  msgstr ""
936
 
937
- #: inc/wprmenu-options.php:716
938
  msgid "Font Family"
939
  msgstr ""
940
 
941
- #: inc/wprmenu-options.php:723
942
  msgid "Web Font Family"
943
  msgstr ""
944
 
945
- #: inc/wprmenu-options.php:731
946
  msgid "Icons"
947
  msgstr ""
948
 
949
- #: inc/wprmenu-options.php:732
950
  msgid "Icons Settings"
951
  msgstr ""
952
 
953
- #: inc/wprmenu-options.php:735
954
  msgid "Menu Icon Type"
955
  msgstr ""
956
 
957
- #: inc/wprmenu-options.php:742
958
  msgid "Menu Icon Font Size"
959
  msgstr ""
960
 
961
- #: inc/wprmenu-options.php:749
962
  msgid "Menu Top Position"
963
  msgstr ""
964
 
965
- #: inc/wprmenu-options.php:750
966
  msgid "Menu icon position from top"
967
  msgstr ""
968
 
969
- #: inc/wprmenu-options.php:756
970
  msgid "Menu Icon"
971
  msgstr ""
972
 
973
- #: inc/wprmenu-options.php:762
974
  msgid "Menu Active Icon"
975
  msgstr ""
976
 
977
- #: inc/wprmenu-options.php:768
978
  msgid "Submenu Open Icon"
979
  msgstr ""
980
 
981
- #: inc/wprmenu-options.php:769
982
  msgid ""
983
  "This icon will appear for the menu items having submenu. Which will be used "
984
  "to expand the submenu."
985
  msgstr ""
986
 
987
- #: inc/wprmenu-options.php:775
988
  msgid "Submenu Close Icon"
989
  msgstr ""
990
 
991
- #: inc/wprmenu-options.php:776
992
  msgid "This icon will appear for closing an expanded submenu."
993
  msgstr ""
994
 
995
- #: inc/wprmenu-options.php:782
996
  msgid "Search Icon"
997
  msgstr ""
998
 
999
- #: inc/wprmenu-options.php:791
1000
  msgid "Cart icon"
1001
  msgstr ""
1002
 
1003
- #: inc/wprmenu-options.php:792
1004
  msgid "Select Cart icon"
1005
  msgstr ""
1006
 
1007
- #: inc/wprmenu-options.php:800
1008
  msgid "Social"
1009
  msgstr ""
1010
 
1011
- #: inc/wprmenu-options.php:801
1012
  msgid "Social Features"
1013
  msgstr ""
1014
 
1015
- #: inc/wprmenu-options.php:804
1016
  msgid "Social Icon Font Size"
1017
  msgstr ""
1018
 
1019
- #: inc/wprmenu-options.php:810
1020
  msgid "Add Your Social Links"
1021
  msgstr ""
1022
 
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: WP Responsive Menu\n"
5
+ "POT-Creation-Date: 2022-11-14 19:13+0530\n"
6
+ "PO-Revision-Date: 2022-11-14 19:13+0530\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
411
  msgstr ""
412
 
413
  #: inc/wprmenu-options.php:196
414
+ msgid "Menu Logo width Size"
415
  msgstr ""
416
 
417
  #: inc/wprmenu-options.php:197
418
+ msgid "Enter menu logo width in px."
419
+ msgstr ""
420
+
421
+ #: inc/wprmenu-options.php:203
422
+ msgid "Menu Logo height Size"
423
+ msgstr ""
424
+
425
+ #: inc/wprmenu-options.php:204
426
+ msgid "Enter menu logo height in px."
427
+ msgstr ""
428
+
429
+ #: inc/wprmenu-options.php:211
430
+ msgid "Logo link / Title link"
431
+ msgstr ""
432
+
433
+ #: inc/wprmenu-options.php:212
434
  msgid ""
435
  "Enter custom link you would like to open when clicking on the logo or title. "
436
  "If no link has been entered your site link would be use by default"
437
  msgstr ""
438
 
439
+ #: inc/wprmenu-options.php:217
440
  msgid "Swipe"
441
  msgstr ""
442
 
443
+ #: inc/wprmenu-options.php:218
444
  msgid ""
445
  "Enables swipe gesture to open/close menus, Only applicable for left/right "
446
  "menu."
447
  msgstr ""
448
 
449
+ #: inc/wprmenu-options.php:223
450
  msgid "Zoom On Mobile Devices"
451
  msgstr ""
452
 
453
+ #: inc/wprmenu-options.php:224
454
  msgid "Enable/Disable zoom on mobile devices"
455
  msgstr ""
456
 
457
+ #: inc/wprmenu-options.php:229
458
  msgid "Open Submenu On Parent Click"
459
  msgstr ""
460
 
461
+ #: inc/wprmenu-options.php:230
462
  msgid ""
463
  "Enable this option if you would like to open submenu when clicking on the "
464
  "parent menu."
465
  msgstr ""
466
 
467
+ #: inc/wprmenu-options.php:238
468
  msgid "WooCommerce integration"
469
  msgstr ""
470
 
471
+ #: inc/wprmenu-options.php:239
472
  msgid "This option integrates WooCommerce option"
473
  msgstr ""
474
 
475
+ #: inc/wprmenu-options.php:245
476
  msgid "Search Woocommerce products"
477
  msgstr ""
478
 
479
+ #: inc/wprmenu-options.php:246
480
  msgid "This will only search products from your woocommerce store"
481
  msgstr ""
482
 
483
+ #: inc/wprmenu-options.php:254
484
  msgid "Hide Menu On Pages"
485
  msgstr ""
486
 
487
+ #: inc/wprmenu-options.php:257
488
  msgid "Select the pages where you want to hide the responsive menu"
489
  msgstr ""
490
 
491
+ #: inc/wprmenu-options.php:261
492
  msgid "Create External File For CSS"
493
  msgstr ""
494
 
495
+ #: inc/wprmenu-options.php:262
496
  msgid "This will create an external css file for the responsive menu"
497
  msgstr ""
498
 
499
+ #: inc/wprmenu-options.php:268
500
  msgid "Minify External CSS"
501
  msgstr ""
502
 
503
+ #: inc/wprmenu-options.php:269
504
  msgid "This will minify external responsive menu css file"
505
  msgstr ""
506
 
507
+ #: inc/wprmenu-options.php:275
508
  msgid "Custom CSS"
509
  msgstr ""
510
 
511
+ #: inc/wprmenu-options.php:276
512
  msgid "Put your custom css here"
513
  msgstr ""
514
 
515
+ #: inc/wprmenu-options.php:280
516
  msgid "Content Before Menu Element"
517
  msgstr ""
518
 
519
+ #: inc/wprmenu-options.php:281
520
  msgid "Set custom content before menu elements."
521
  msgstr ""
522
 
523
+ #: inc/wprmenu-options.php:286
524
  msgid "Content After Menu Element"
525
  msgstr ""
526
 
527
+ #: inc/wprmenu-options.php:287
528
  msgid "Set custom content after menu elements."
529
  msgstr ""
530
 
531
+ #: inc/wprmenu-options.php:293
532
  msgid "Appearance"
533
  msgstr ""
534
 
535
+ #: inc/wprmenu-options.php:294
536
  msgid "Customize Looks"
537
  msgstr ""
538
 
539
+ #: inc/wprmenu-options.php:297
540
  msgid "Header Menu Height"
541
  msgstr ""
542
 
543
+ #: inc/wprmenu-options.php:299
544
  msgid "This will be the height for the menu bar"
545
  msgstr ""
546
 
547
+ #: inc/wprmenu-options.php:304
548
  msgid "Menu Style"
549
  msgstr ""
550
 
551
+ #: inc/wprmenu-options.php:305
552
  msgid ""
553
  "Menu style with bar will show menu with bar and Icon style will show only "
554
  "menu icon"
555
  msgstr ""
556
 
557
+ #: inc/wprmenu-options.php:311
558
  msgid "Menu Icon Position From Top"
559
  msgstr ""
560
 
561
+ #: inc/wprmenu-options.php:312
562
  msgid "Enter the menu icon position from top in px( Eg. 10px )."
563
  msgstr ""
564
 
565
+ #: inc/wprmenu-options.php:318
566
  msgid "Menu Icon Direction"
567
  msgstr ""
568
 
569
+ #: inc/wprmenu-options.php:325
570
  msgid "Menu Icon Horizontal Distance"
571
  msgstr ""
572
 
573
+ #: inc/wprmenu-options.php:326
574
  msgid ""
575
  "Enter the menu icon distance from left/right based on direction chosen in "
576
  "px(Eg. 10px)."
577
  msgstr ""
578
 
579
+ #: inc/wprmenu-options.php:333
580
  msgid "Menu Icon Background Color"
581
  msgstr ""
582
 
583
+ #: inc/wprmenu-options.php:334
584
  msgid "Select custom menu icon background color."
585
  msgstr ""
586
 
587
+ #: inc/wprmenu-options.php:339
588
  msgid "Menu Icon Animation"
589
  msgstr ""
590
 
591
+ #: inc/wprmenu-options.php:340
592
  msgid "Select the animation for menu icon"
593
  msgstr ""
594
 
595
+ #: inc/wprmenu-options.php:347
596
  msgid "Menu Slide Style"
597
  msgstr ""
598
 
599
+ #: inc/wprmenu-options.php:354
600
  msgid "Menu Open Direction"
601
  msgstr ""
602
 
603
+ #: inc/wprmenu-options.php:355
604
  msgid "Select the direction from where menu will open."
605
  msgstr ""
606
 
607
+ #: inc/wprmenu-options.php:362
608
  msgid "Display Menu From Width"
609
  msgstr ""
610
 
611
+ #: inc/wprmenu-options.php:363
612
  msgid ""
613
  "Enter the width (Eg. 768) below which the responsive menu will be visible on "
614
  "screen. Enter 6000 if you want to display menu on desktop/laptops."
615
  msgstr ""
616
 
617
+ #: inc/wprmenu-options.php:370
618
  msgid "Menu Container Width(%)"
619
  msgstr ""
620
 
621
+ #: inc/wprmenu-options.php:376
622
  msgid "Menu Container Max Width"
623
  msgstr ""
624
 
625
+ #: inc/wprmenu-options.php:377
626
  msgid "Enter menu container max width(px)."
627
  msgstr ""
628
 
629
+ #: inc/wprmenu-options.php:384
630
  msgid "Menu Title Font Size"
631
  msgstr ""
632
 
633
+ #: inc/wprmenu-options.php:391
634
  msgid "Menu Title Font Weight"
635
  msgstr ""
636
 
637
+ #: inc/wprmenu-options.php:397
638
  msgid "Menu Item Font Size"
639
  msgstr ""
640
 
641
+ #: inc/wprmenu-options.php:398
642
  msgid "Enter the font size for main menu items."
643
  msgstr ""
644
 
645
+ #: inc/wprmenu-options.php:404
646
  msgid "Menu Item Font Weight"
647
  msgstr ""
648
 
649
+ #: inc/wprmenu-options.php:405
650
  msgid "Enter the font weight for main menu elements"
651
  msgstr ""
652
 
653
+ #: inc/wprmenu-options.php:411
654
  msgid "Menu Item Text Style"
655
  msgstr ""
656
 
657
+ #: inc/wprmenu-options.php:417
658
  msgid "Submenu Alignment"
659
  msgstr ""
660
 
661
+ #: inc/wprmenu-options.php:418
662
  msgid "Select the text alignment of submenu items."
663
  msgstr ""
664
 
665
+ #: inc/wprmenu-options.php:425
666
  msgid "Submenu Font Size"
667
  msgstr ""
668
 
669
+ #: inc/wprmenu-options.php:426
670
  msgid "Enter the font size for submenu items."
671
  msgstr ""
672
 
673
+ #: inc/wprmenu-options.php:432
674
  msgid "Submenu Font Weight"
675
  msgstr ""
676
 
677
+ #: inc/wprmenu-options.php:433
678
  msgid "Enter the font weight for sub menu elements"
679
  msgstr ""
680
 
681
+ #: inc/wprmenu-options.php:439
682
  msgid "Submenu Text Style"
683
  msgstr ""
684
 
685
+ #: inc/wprmenu-options.php:446
686
  msgid "Cart Quantity Text Size"
687
  msgstr ""
688
 
689
+ #: inc/wprmenu-options.php:452
690
  msgid "Borders For Menu Items"
691
  msgstr ""
692
 
693
+ #: inc/wprmenu-options.php:453
694
  msgid "Enable to show border for main menu items"
695
  msgstr ""
696
 
697
+ #: inc/wprmenu-options.php:458
698
  msgid "Menu border top opacity"
699
  msgstr ""
700
 
701
+ #: inc/wprmenu-options.php:463
702
  msgid "Menu border bottom opacity"
703
  msgstr ""
704
 
705
+ #: inc/wprmenu-options.php:468
706
  msgid "Menu container background image"
707
  msgstr ""
708
 
709
+ #: inc/wprmenu-options.php:473
710
  msgid "Menu container background size"
711
  msgstr ""
712
 
713
+ #: inc/wprmenu-options.php:479
714
  msgid "Menu container background repeat"
715
  msgstr ""
716
 
717
+ #: inc/wprmenu-options.php:485
718
  msgid "Menu Bar Background image"
719
  msgstr ""
720
 
721
+ #: inc/wprmenu-options.php:490
722
  msgid "Menu Bar Background Size"
723
  msgstr ""
724
 
725
+ #: inc/wprmenu-options.php:496
726
  msgid "Menu Bar Background Repeat"
727
  msgstr ""
728
 
729
+ #: inc/wprmenu-options.php:502
730
  msgid "Enable Menu Background Overlay"
731
  msgstr ""
732
 
733
+ #: inc/wprmenu-options.php:503
734
  msgid "Turn on if you want to enable Menu Background Overlay."
735
  msgstr ""
736
 
737
+ #: inc/wprmenu-options.php:508
738
  msgid "Menu Background Overlay Opacity"
739
  msgstr ""
740
 
741
+ #: inc/wprmenu-options.php:509
742
  msgid "Set menu background overlay opacity."
743
  msgstr ""
744
 
745
+ #: inc/wprmenu-options.php:514
746
  msgid "Hide Menu Bar On Scroll"
747
  msgstr ""
748
 
749
+ #: inc/wprmenu-options.php:515
750
  msgid "Turn on if you want to hide menu bar on scroll."
751
  msgstr ""
752
 
753
+ #: inc/wprmenu-options.php:521
754
  msgid "Menu elements position"
755
  msgstr ""
756
 
757
+ #: inc/wprmenu-options.php:522
758
  msgid "Drag and drop to reorder the menu elements."
759
  msgstr ""
760
 
761
+ #: inc/wprmenu-options.php:526
762
  msgid "Widget Menu"
763
  msgstr ""
764
 
765
+ #: inc/wprmenu-options.php:527
766
  msgid "Custom Widget Menu"
767
  msgstr ""
768
 
769
+ #: inc/wprmenu-options.php:530
770
  msgid "Widget Menu Icon"
771
  msgstr ""
772
 
773
+ #: inc/wprmenu-options.php:533
774
  msgid "Set widget menu icon"
775
  msgstr ""
776
 
777
+ #: inc/wprmenu-options.php:537
778
  msgid "Widget Menu Close Icon"
779
  msgstr ""
780
 
781
+ #: inc/wprmenu-options.php:540
782
  msgid "Set widget menu close icon"
783
  msgstr ""
784
 
785
+ #: inc/wprmenu-options.php:544
786
  msgid "Wiget Menu Icon Size"
787
  msgstr ""
788
 
789
+ #: inc/wprmenu-options.php:545
790
  msgid "Set widget menu font size"
791
  msgstr ""
792
 
793
+ #: inc/wprmenu-options.php:547
794
  msgid "Set widget menu icon size"
795
  msgstr ""
796
 
797
+ #: inc/wprmenu-options.php:552
798
  msgid "Wiget Menu Top Position"
799
  msgstr ""
800
 
801
+ #: inc/wprmenu-options.php:553
802
  msgid "Set widget menu position from top"
803
  msgstr ""
804
 
805
+ #: inc/wprmenu-options.php:559
806
  msgid "Widget Menu Icon Color"
807
  msgstr ""
808
 
809
+ #: inc/wprmenu-options.php:563
810
  msgid "Set widget menu icon color"
811
  msgstr ""
812
 
813
+ #: inc/wprmenu-options.php:566
814
  msgid "Widget Menu Close Icon Color"
815
  msgstr ""
816
 
817
+ #: inc/wprmenu-options.php:567 inc/wprmenu-options.php:590
818
  msgid "Select the direction from where widget menu will open."
819
  msgstr ""
820
 
821
+ #: inc/wprmenu-options.php:571
822
  msgid "Set widget menu close icon color"
823
  msgstr ""
824
 
825
+ #: inc/wprmenu-options.php:574
826
  msgid "Widget Menu Elements Background Color"
827
  msgstr ""
828
 
829
+ #: inc/wprmenu-options.php:577
830
  msgid "Set widget menu elements background color"
831
  msgstr ""
832
 
833
+ #: inc/wprmenu-options.php:581
834
  msgid "Widget Menu Elements Color"
835
  msgstr ""
836
 
837
+ #: inc/wprmenu-options.php:583
838
  msgid "Set widget menu elements font color"
839
  msgstr ""
840
 
841
+ #: inc/wprmenu-options.php:588
842
  msgid "Widget Menu Open Direction"
843
  msgstr ""
844
 
845
+ #: inc/wprmenu-options.php:596
846
  msgid "Color"
847
  msgstr ""
848
 
849
+ #: inc/wprmenu-options.php:597
850
  msgid "Color Settings"
851
  msgstr ""
852
 
853
+ #: inc/wprmenu-options.php:600
854
  msgid "Menu Bar Background"
855
  msgstr ""
856
 
857
+ #: inc/wprmenu-options.php:605
858
  msgid "Menu Bar Text Color"
859
  msgstr ""
860
 
861
+ #: inc/wprmenu-options.php:610
862
  msgid "Menu Container background"
863
  msgstr ""
864
 
865
+ #: inc/wprmenu-options.php:615
866
  msgid "Menu Item Text"
867
  msgstr ""
868
 
869
+ #: inc/wprmenu-options.php:620
870
  msgid "Menu Item Text Hover"
871
  msgstr ""
872
 
873
+ #: inc/wprmenu-options.php:625
874
  msgid "Menu Item Hover Background"
875
  msgstr ""
876
 
877
+ #: inc/wprmenu-options.php:630
878
  msgid "Active Menu Item"
879
  msgstr ""
880
 
881
+ #: inc/wprmenu-options.php:635
882
  msgid "Active Menu Item Background"
883
  msgstr ""
884
 
885
+ #: inc/wprmenu-options.php:640
886
  msgid "Menu Icon Color"
887
  msgstr ""
888
 
889
+ #: inc/wprmenu-options.php:645
890
  msgid "Menu Icon Hover/Focus"
891
  msgstr ""
892
 
893
+ #: inc/wprmenu-options.php:650
894
  msgid "Menu Border Top"
895
  msgstr ""
896
 
897
+ #: inc/wprmenu-options.php:655
898
  msgid "Menu Border Bottom"
899
  msgstr ""
900
 
901
+ #: inc/wprmenu-options.php:660
902
  msgid "Social Icon"
903
  msgstr ""
904
 
905
+ #: inc/wprmenu-options.php:666
906
  msgid "Social Icon Hover"
907
  msgstr ""
908
 
909
+ #: inc/wprmenu-options.php:672
910
  msgid "Search icon"
911
  msgstr ""
912
 
913
+ #: inc/wprmenu-options.php:678
914
  msgid "Search Icon Hover"
915
  msgstr ""
916
 
917
+ #: inc/wprmenu-options.php:687
918
  msgid "Cart Icon"
919
  msgstr ""
920
 
921
+ #: inc/wprmenu-options.php:693
922
  msgid "Cart Icon Hover"
923
  msgstr ""
924
 
925
+ #: inc/wprmenu-options.php:699
926
  msgid "Cart Quantity Text"
927
  msgstr ""
928
 
929
+ #: inc/wprmenu-options.php:705
930
  msgid "Cart Quantity Background"
931
  msgstr ""
932
 
933
+ #: inc/wprmenu-options.php:711
934
  msgid "Menu Background Overlay Color"
935
  msgstr ""
936
 
937
+ #: inc/wprmenu-options.php:718
938
  msgid "Fonts"
939
  msgstr ""
940
 
941
+ #: inc/wprmenu-options.php:719
942
  msgid "Setup Fonts"
943
  msgstr ""
944
 
945
+ #: inc/wprmenu-options.php:723
946
  msgid "Google Font Type"
947
  msgstr ""
948
 
949
+ #: inc/wprmenu-options.php:724
950
  msgid "Select Font Type"
951
  msgstr ""
952
 
953
+ #: inc/wprmenu-options.php:731
954
  msgid "Font Family"
955
  msgstr ""
956
 
957
+ #: inc/wprmenu-options.php:738
958
  msgid "Web Font Family"
959
  msgstr ""
960
 
961
+ #: inc/wprmenu-options.php:746
962
  msgid "Icons"
963
  msgstr ""
964
 
965
+ #: inc/wprmenu-options.php:747
966
  msgid "Icons Settings"
967
  msgstr ""
968
 
969
+ #: inc/wprmenu-options.php:750
970
  msgid "Menu Icon Type"
971
  msgstr ""
972
 
973
+ #: inc/wprmenu-options.php:757
974
  msgid "Menu Icon Font Size"
975
  msgstr ""
976
 
977
+ #: inc/wprmenu-options.php:764
978
  msgid "Menu Top Position"
979
  msgstr ""
980
 
981
+ #: inc/wprmenu-options.php:765
982
  msgid "Menu icon position from top"
983
  msgstr ""
984
 
985
+ #: inc/wprmenu-options.php:771
986
  msgid "Menu Icon"
987
  msgstr ""
988
 
989
+ #: inc/wprmenu-options.php:777
990
  msgid "Menu Active Icon"
991
  msgstr ""
992
 
993
+ #: inc/wprmenu-options.php:783
994
  msgid "Submenu Open Icon"
995
  msgstr ""
996
 
997
+ #: inc/wprmenu-options.php:784
998
  msgid ""
999
  "This icon will appear for the menu items having submenu. Which will be used "
1000
  "to expand the submenu."
1001
  msgstr ""
1002
 
1003
+ #: inc/wprmenu-options.php:790
1004
  msgid "Submenu Close Icon"
1005
  msgstr ""
1006
 
1007
+ #: inc/wprmenu-options.php:791
1008
  msgid "This icon will appear for closing an expanded submenu."
1009
  msgstr ""
1010
 
1011
+ #: inc/wprmenu-options.php:797
1012
  msgid "Search Icon"
1013
  msgstr ""
1014
 
1015
+ #: inc/wprmenu-options.php:806
1016
  msgid "Cart icon"
1017
  msgstr ""
1018
 
1019
+ #: inc/wprmenu-options.php:807
1020
  msgid "Select Cart icon"
1021
  msgstr ""
1022
 
1023
+ #: inc/wprmenu-options.php:815
1024
  msgid "Social"
1025
  msgstr ""
1026
 
1027
+ #: inc/wprmenu-options.php:816
1028
  msgid "Social Features"
1029
  msgstr ""
1030
 
1031
+ #: inc/wprmenu-options.php:819
1032
  msgid "Social Icon Font Size"
1033
  msgstr ""
1034
 
1035
+ #: inc/wprmenu-options.php:825
1036
  msgid "Add Your Social Links"
1037
  msgstr ""
1038
 
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=pay@magn
5
  Requires at least: 3.0
6
  Requires PHP: 5.4
7
  Tested up to: 6.1
8
- Stable tag: 3.1.7.3
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -87,6 +87,11 @@ If you have any suggestions for a new plugin, feel free to email us at info@mag
87
 
88
  == ChangeLog ==
89
 
 
 
 
 
 
90
  = Version 3.1.7.3 =
91
 
92
  * Fixed select option values save issues
@@ -247,6 +252,6 @@ If you have any suggestions for a new plugin, feel free to email us at info@mag
247
 
248
  == Upgrade Notice ==
249
 
250
- = Version 3.1.7.3 =
251
 
252
  * New update is available.
5
  Requires at least: 3.0
6
  Requires PHP: 5.4
7
  Tested up to: 6.1
8
+ Stable tag: 3.1.7.4
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
87
 
88
  == ChangeLog ==
89
 
90
+ = Version 3.1.7.4 =
91
+
92
+ * Pro-plugin feature options added
93
+ * Code cleanup
94
+
95
  = Version 3.1.7.3 =
96
 
97
  * Fixed select option values save issues
252
 
253
  == Upgrade Notice ==
254
 
255
+ = Version 3.1.7.4 =
256
 
257
  * New update is available.
wp-responsive-menu.php CHANGED
@@ -4,7 +4,7 @@
4
  * Description: WP Responsive Menu is mobile menu plugin that lets you add a highly customizable responsive menu to any WordPress site in no time.
5
  * Plugin URI: http://magnigenie.com/wp-responsive-menu-mobile-menu-plugin-wordpress?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
6
  * Author: MagniGenie
7
- * Version: 3.1.7.3
8
  * Author URI: http://magnigenie.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
9
  * Text Domain: wprmenu
10
  * Domain Path: /languages/
4
  * Description: WP Responsive Menu is mobile menu plugin that lets you add a highly customizable responsive menu to any WordPress site in no time.
5
  * Plugin URI: http://magnigenie.com/wp-responsive-menu-mobile-menu-plugin-wordpress?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
6
  * Author: MagniGenie
7
+ * Version: 3.1.7.4
8
  * Author URI: http://magnigenie.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
9
  * Text Domain: wprmenu
10
  * Domain Path: /languages/