Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #112917
    Marius
    Participant

    Hi there, I am using Parallax Frame Pro for a bilingual Site hosted on my test Server >> test.rhythmschool.de
    For the multisite I chose the WPGlobus Plugin, which works very well except regarding the Sliders.
    For the featured Slider I can not choose different Images for each language. If I load up for example the russian image the german one shows up in the content. As well with the Featured Content and Portfolio Sliders the content shows up like this:
    {:de}Maxim Britanow{:}{:ru}Максим Британов{:}
    {:de}Rechtsanwalt, Partner{:}{:ru}адвокат, партнер{:}

    What can I do to solve this problems? Thanx for your reply and best regards

    Marius

    #112950
    Mahesh
    Keymaster

    @mariustodor: Well we haven’t tried the above plugin with our theme. To some extent as you’ve mentioned, it does works well. Parallax Frame Pro is fully compatible with WPML and Qtranslate-X. Please use these instead.

    Regards,
    Mahesh

    #112959
    Marius
    Participant

    Hi Mahesh,
    and thanx a lot for your reply. As I didn´t know which Topic is right for this problem, sorry for the double post…
    Qtranslate-X is not tested with the current WP 4.7.3 version, that´s why I did not choose it. As there are only few pages and only 2 languages to be implemented, do you think the small WPML”economic” solution for multilingual WordPress blogs would do it´s job?

    Thank you and best regards

    Marius

    #112960
    Marius
    Participant

    Hi Mahesh, an other issue of mine with Parallax Pro is that the mouse over color of the navigation “dots”(Buttons below) and of the navigation arrows within the Featured Slider can´t be changed within the Customizer. As well the Button colors within the Hero Content and Text in Portfolio… >> test.rhythmschool.de
    Can you help me on this? Thank you & best regards Marius

    #112971
    Mahesh
    Keymaster

    @mariustodor: I guess it will, let me know if I could be of any help on that.
    And for the other one, the navigation buttons on the featured slider, well there is no option in the customizer to change that but you can add Custom CSS. What do you actually want to do or change? Let me know and I’ll provide you the required CSS.

    Regards,
    Mahesh

    #112979
    Marius
    Participant

    Thanks a lot Mahesh,

    for your fast reply.
    I would like to change the following:
    1. The Hover/mouse over color of the navigation “dots”(Buttons below)
    2. The navigation arrows within the Featured Slider
    3. As well the Button colors HIER MEHR ERFAHREN >> within the Hero Content
    4. Mouse over Text in Portfolio…
    5. Pulldown Mainmenu mouse over color >>

    All to be changed from default I guess #ff6666 to orange #cc6600
    >> test.rhythmschool.de

    I hope my description is comprehensible enough. ;o)

    Thank you for your help and best regards

    Marius

    #113035
    Mahesh
    Keymaster

    @mariustodor: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    1. The Hover/mouse over color of the navigation “dots”(Buttons below)

    #feature-slider .cycle-pager span:hover, #feature-slider .cycle-pager span:focus, #feature-slider .cycle-pager span.cycle-pager-active {
    	color: #ff00ff;
    }

    2. The navigation arrows within the Featured Slider

    #feature-slider .cycle-prev:hover, #feature-slider .cycle-prev:focus, #feature-slider .cycle-next:hover, #feature-slider .cycle-next:focus {
    	background-color: 00ff00;
    }

    3. As well the Button colors HIER MEHR ERFAHREN >> within the Hero Content

    #promotion-message .right a, #hero-section .readmore a {
        background-color: #00ff00;
    }

    4. Mouse over Text in Portfolio…

    #portfolio .hentry .entry-title a:hover, #portfolio .hentry .entry-title a:focus, #portfolio .hentry .entry-meta a:hover, #portfolio .hentry .entry-meta a:focus {
    	color: #00ff00;
    }

    5. Pulldown Mainmenu mouse over color >>

    .nav-primary .menu li a:hover, .nav-primary .menu li a:focus, .nav-primary .menu li:hover > a, .nav-primary .menu li:focus > a, .nav-primary .menu .current-menu-item > a, .nav-primary .menu .current-menu-ancestor > a, .nav-primary .menu .current_page_item > a, .nav-primary .menu .current_page_ancestor > a {
        color: #00ff00;
    }

    Note: Please use the desired color.

    Regards,
    Mahesh

    #113045
    Marius
    Participant

    Thanks a lot Mahesh, it works! ;o) have a nice day! Marius

    #113056
    Mahesh
    Keymaster

    @mariustodor: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    #113379
    Marius
    Participant

    Thanks a lot Mahesh for your previous help on thr Parallax Frame Pro Theme,

    the main things did work out but there still are 2 issuues that do function work on both of my test setups by adding the sent CSS:
    1. Pulldown Mainmenu mouse over color >> default #ff6666 on dark grey background
    http://testosiris.rhythmschool.de/ (watch menue <KLIPSCH or JAMO>)
    and
    http://test.rhythmschool.de/ (watch menue <ÜBER UNS>)
    2. Mouse over Color button “Header Highlight Content” default #ff6666

    Thank you for your help and best regards

    Marius

    #113558
    Mahesh
    Keymaster

    @mariustodor: Add the following CSS:

    .nav-primary .menu .sub-menu li a:hover, .nav-primary .menu .sub-menu li a:focus, .nav-primary .menu .children li a:hover, .nav-primary .menu .children li a:focus {
        color: #fff;
        background-color: #996633;
    }

    Regards,
    Mahesh

    #113570
    Marius
    Participant

    Thank you Mahesh, I really appreciate your prompt and effective support! It works again… Have a nice day and success with Catch Themes! regards Marius

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Parallax Frame Pro WPML Ready for multi-language’ is closed to new replies.