Make a Fullwidth slider Fullscreen (height)
(function($) {
$(window).on('load resize', function() {
$('.rc-fullscreen-slider').each(function() {
et_fullscreen_slider($(this));
});
});
function et_fullscreen_slider(et_slider) {
// Remove height adjustment logic as height is set in Divi
var $admin_bar = $('#wpadminbar'),
$main_header = $('#main-header'),
$top_header = $('#top-header'),
$top_banner = $('#top-banner-bookmark');
// If you need any logic specific to other elements, you can keep it.
// This example just ensures no height is being set for the slider.
}
})(jQuery);
-->
Make layouts parts sticky
function getTopSpacing(){
if(jQuery(window).width() <= 980){
return 0;
}else{
return 80;
}
}
jQuery(document).ready(function(){
var bottomSpacing = 500;
var topSpacing = 150;
jQuery("#horizontal-sticker-desktop").sticky({
'topSpacing': 80,
'bottomSpacing': bottomSpacing,
'zIndex': 1});
jQuery("#horizontal-sticker-mobile").sticky({
'topSpacing': 0,
'bottomSpacing': bottomSpacing,
'zIndex': 20});
jQuery("#vertical-column-sticker").sticky({
'topSpacing': topSpacing,
'bottomSpacing': bottomSpacing,
'zIndex': 1});
//##--> Make another rule to create another sticker
//jQuery("#sticker2").sticky({topSpacing:150});
});
-->
Tab selected by URL fragment (the tab DIVI element must have an HTML ID)
(function($){
$(window).load(function(){
var et_hash = window.location.hash;
if(window.location.hash) {
et_hash = et_hash.replace('%7C', '|'); // Some browser does not reencode hash
var hashElements = et_hash.split('|');
var element = $( hashElements[0] + ' .et_pb_tab_' + hashElements[1] );
if(element.length){
element.click();
if(hashElements[0].indexOf('scr') !== -1) {
$(document).ready(function(){
$('html, body').animate({
'scrollTop': parseInt(element.offset().top)
}, 300);
});
}
}
}
});
})(jQuery)
-->
Berlin, March 12th 2025. Reviewer Credits, the Berlin-based network for peer reviewers and publishing integrity hub, is pleased to announce a new partnership with Kriyadocs, integrating the Reviewer Credits recognition capabilities into the Kriyadocs Unified...
Berlin January 29 2025. Reviewer Credits, the Berlin-based network for peer reviewers and publishing integrity hub, is pleased to announce a new partnership with HighWire Press, integrating HighWire’s new DigiCorePro submission system into its existing suite of...
Berlin January 13 2025. Reviewer Credits, the Berlin-based network for peer reviewers and publishing integrity hub, is pleased to announce a new partnership with Global Campus, the platform providing AI-powered solutions to universities, funders, and publishers to...
Berlin January 8th 2024. Reviewer Credits, the Berlin-based network for peer reviewers and publishing integrity hub, is pleased to announce a new partnership with the Asian Council of Science Editors (ACSE). Reviewer Credits has joined ACSE as a Corporate Member, and...
Reviewer Credits Supports A New Community-sourced Initiative DISCOVERING-AND-CURATING-OPEN-PEER-REVIEW-RESOURCES-Press-Release-14-Feb-1 Click here for the recording of Storytelling for Science, Access2Perspectives, and Reviewer Credits. Click here for the...
A STEP-BY-STEP GUIDE FOR EVALUATING A PAPER Reviewer Credits proudly presents an essential resource for the scholarly community: Our latest e-book entitled “Mastering Journal Peer Review: An Easy-to-Follow Guide for Effective Manuscript Evaluation.” This...