eugenem
Forum Replies Created
-
Forum: Plugins
In reply to: [Ally - Web Accessibility & Usability] how to make 2-language toolbar?I use WPML for languages
Seem to have the same issue. Page is saved (e.g. I see changes at the front), but at admin there are no changes at all.
Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] Menu is emptyI’ve tried different menus, and nothing works. I simply get blank content there…
Tried Left menu – same.
Don’t see any specific plugins that would mess with the menu. This is the theme:
http://wpeventbuilder.com/I think you may try to change English translation of this plugin to Hebrew texts. Use Loco Translate or similar plugin…
Forum: Plugins
In reply to: [AccessibleWP - Accessibility Toolbar] Position and size of iconAny news on this?
Forum: Plugins
In reply to: [Firelight Lightbox] broken in 4.5.3Thanks!
Forum: Plugins
In reply to: [Firelight Lightbox] broken in 4.5.3Forum: Plugins
In reply to: [AccessibleWP - Accessibility Toolbar] home skiplinks not activatedthis will fix different homepage skiplinks
Forum: Plugins
In reply to: [AccessibleWP - Accessibility Toolbar] home skiplinks not activatedacp_skiplinks.php:
if( $hp_skiplinks ) { #$menu_name = ( is_home() || is_front_page() ) ? 'skiplinks-home' : 'skiplinks'; $menu_name = $_REQUEST['home'] == '1' ? 'skiplinks-home' : 'skiplinks'; }wp_localize_script( 'skiplinks-js', 'acpsAjax', array( 'ajaxurl' => admin_url( 'admin-ajax.php' ), 'security' => wp_create_nonce( 'acp-sec-skiplinks' ), 'home' => is_home() || is_front_page(), ));skiplinks.js:
jQuery( document ).ready(function($) { var data = { action: 'acp_skiplinks_output', security : acpsAjax.security, home : acpsAjax.home, };R.slides doesn’t jump
Coin slider doesn’t
flex and nivo do jumpsent bug report with link to the fresh site that has the same issue
I’ve just added such div, and it jumps exactly the same. This is how it happens:
http://screencast.com/t/QxYzy1AV9EhI’ve got
<a>, or <div id="news">. There is a link, you can check.And it jumps to the news, and then jumps back to the top…
Check it at narrow screen, otherwise you won’t see the jump…
ok, I’ve reduced it to the following:
– only 2 plugins enabled: NextGEN Gallery and Contact Forms 7
– default 2013 themeWhen I save any contact form, I’m redirected to the home page, and then any attempt to enter admin lead to redirect to the home page. I use private mode of firefox, so if I restart firefox, I can get back to the admin, until I try to save another contact form.
If I disable Gallery, saving contact form works fine.
I’ve got WP 4.3, Gallery 2.1.7
You’re welcome to contact me by mail and I’ll provide admin and ftp access.
[email protected]