Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • in reply to: Kleo Slider size #11167
     PatrickCelt
    Participant

    Ok, thank You

    in reply to: Kleo Slider size #10864
     PatrickCelt
    Participant

    I also would like to use slides as a links,
    and turn on auto slides rotation.

    in reply to: WPML flag switch security issue #9385
     PatrickCelt
    Participant

    Thanks! your solution handles with unauthorized access.

    But there is one more issue:
    when i’m choosing different language than a base one,
    and clicking on members area (without account),
    script (like it should) is taking me on the PMPro – Levels Page.

    But, returns me to the base language Levels Page,
    instead redirecting to a earlier choosen.

    Cheers

    in reply to: WPML flag switch security issue #9286
     PatrickCelt
    Participant

    Hi renegade72, hi Abe.
    I got the same case, after switching WPML to a different language,
    restricted levels became available for all users.
    I will be very grateful for your support.
    Cheers!

    in reply to: Google Fonts add Subset #4267
     PatrickCelt
    Participant

    Works 🙂 thanks a lot guys

    in reply to: Google Fonts add Subset #4078
     PatrickCelt
    Participant

    No – there is still lack of special characters.
    I found framework/options/fields/typography/field_typography.php file.
    There is a short script:


    <script type="text/javascript">
    jQuery(document).ready(function() {
    var googlefontlink = "http://fonts.googleapis.com/css?family=<?php echo $this->value[$heading]['font']; ?>";
    if (jQuery("link[href*='<?php echo $this->value[$heading]['font']; ?>']").length === 0){
    jQuery('link:last').after('<link href="' + googlefontlink + '" rel="stylesheet" type="text/css">');
    }

    which is creating link to fonts.googleapis.com.
    I need to add here ( after + googlefontlink + ) additional parameter: &subset=latin,latin-ext
    I dont know javascripting much so im looking for advice,
    thanks

Viewing 6 posts - 1 through 6 (of 6 total)

Log in with your credentials

Forgot your details?