W2014
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] rounded corners first left and last right menu (orizontal)ok…you meant to set the menu bar corners + the code you mentioned…ok now i will try it like this…yes it works…thanks a lot…
Forum: Plugins
In reply to: [Max Mega Menu] rounded corners first left and last right menu (orizontal)ok…it seems not to work…i still try to find out…it would be nice to implement this feature in the future releases in the admin area, anyway a dream-addon and a nice job…and an incredible support, thanx, alex
my code is:
<div id="menu1"> <div id="mega-menu-wrap-primary-3" class="mega-menu-wrap"> <input id="mega-menu-toggle-primary-3" class="mega-menu-toggle" type="checkbox"></input> <label for="mega-menu-toggle-primary-3"></label> <ul id="mega-menu-primary-3" class="mega-menu mega-menu-horizontal" data-effect="slide" data-event="hover"> <li id="mega-menu-item-11" class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-…em mega-menu-item-11 mega-align-bottom-left mega-menu-flyout"> <a href="http://www.xxxxxxxxxx.com/web/?page_id=4"></a> </li> <li id="mega-menu-item-12" class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-…ge mega-menu-item-12 mega-align-bottom-left mega-menu-flyout"></li> </ul> </div> </div>Forum: Plugins
In reply to: [Max Mega Menu] rounded corners first left and last right menu (orizontal)ok, i know that, but when you rollover, there is still the “quad corner”, so the option is only for the normal state, not for hover or other states.
Forum: Plugins
In reply to: [Advanced Editor Tools] Editor not showing the color stylehello, although you know that bug, it is still not implemented it in the newest version…so the dropdown still does not show the colours…
it is just a simple setting, adding colour to that setting i mentioned…hallo, i added just
jQuery.noConflict();
to the superfish script…
and it works now…
thanks, probably you can consider it in the development…how you can avoid this conflict with superfish menu.
ok…i sent you a message through the site contact form (->gabriel)
i installed now the t-responsive slider:
in the admin area i have these scripts:
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
<script type='text/javascript' src='http://www.xxxx.com/web/wp-admin/load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils&ver=4.0.1'></script> <script type='text/javascript' src='http://www.xxxx.com/web/wp-content/plugins/wp-responsive-thumbnail-slider/js/jquery.validate.js?ver=4.0.1'></script> <script type='text/javascript' src='http://www.xxxx.com/web/wp-content/plugins/wp-responsive-thumbnail-slider/js/images-responsive-thumbnail-slider-jc.js?ver=4.0.1'></script>in the site i have these scripts:
<script type='text/javascript' src='http://www.xxxx.com/web/wp-includes/js/jquery/jquery.js?ver=1.11.1'></script> <script type='text/javascript' src='http://www.xxxx.com/web/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script> <script type='text/javascript' src='http://www.xxxx.com/web/wp-content/themes/xxxx2014/superfish/superfish.js?ver=4.0.1'></script> <script type='text/javascript' src='http://www.xxxx.com/web/wp-content/plugins/wp-responsive-thumbnail-slider/js/images-responsive-thumbnail-slider-jc.js?ver=4.0.1'></script>hallo, do you have an e-mail, so i can send you a private link?
ok, thank you very much for the quick answer, but how can you explain, that it works in the admin, and not in the site? in the admin area, i can see everything working normally.
Forum: Reviews
In reply to: [WordPress Thumbnail Slider] Did not work at all for methere is at least a bug in it…you have to edit the wordpress-thumbnail-slider.php and search for “hidden” and delete “style=”visibility: hidden”
from <td id=”mainscollertd” style=”visibility: hidden;background:<?php echo $settings[‘scollerBackground’];?>”>
Forum: Plugins
In reply to: [Advanced Editor Tools] Editor not showing the color styleok…i decided to reveal the SOLUTION to the community:
in class-wp-editor.php search for “preview_styles” (line ca. 494) and add “color”, it should look like this (there you can add all styles you want to show up):
// Limit the preview styles in the menu/toolbar 'preview_styles' => 'font-family font-size font-weight font-style text-decoration text-transform color',Forum: Plugins
In reply to: [Advanced Editor Tools] Editor not showing the color styleok, i found it finally out, that is a very tricky bug in the plugin. i could solve that, one of the dummiest bugs i ever saw…because i worked 1 week to find it out, i would charge 100 euro for the bugfix…
Forum: Plugins
In reply to: [Advanced Editor Tools] Editor not showing the color stylethe name is the same, but still the color does not appear, only the size and the font-style. do you have also this issue? i mean, is this a bug?