Forum Replies Created
-
Author
-
PatrickCeltParticipant
I also would like to use slides as a links,
and turn on auto slides rotation.PatrickCeltParticipantThanks! 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
PatrickCeltParticipantHi 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!PatrickCeltParticipantNo – 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 -
AuthorPosts