lixkamto
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
@petersquirrly remove version css/js already fix 404 problem on my dashboard
// remove wp version number from scripts and styles function remove_css_js_version( $src ) { if( strpos( $src, '?ver=' ) ) $src = remove_query_arg( 'ver', $src ); return $src; } add_filter( 'style_loader_src', 'remove_css_js_version', 9999 ); add_filter( 'script_loader_src', 'remove_css_js_version', 9999 );
thanks all.
thank you @sayontan for your time. its works if open on new tab/window browser.
this my testing url
Forum: Plugins
In reply to: [Google Photos Gallery with Shortcodes] Shortcode not workingyes i have problem, for shortcode on single album by id.
worked! thanks @jimtrue
resolve by myself
.rpwe-block li:after { color: red; text-transform: none; text-decoration: none; font-style: normal; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color:rgba(255,255,255,0.5); padding: 0px 0px 0px 0px; vertical-align:middle; font-family: 'fontello'; font-size: 40px; content:'\f16a'; position:absolute; left:50%; /* Tune to center properly: */ margin-top:-140px; margin-left:-16px; border-radius: 30px; line-height: 0.5em; }
Viewing 6 replies - 1 through 6 (of 6 total)