CyberLoft
Forum Replies Created
-
Forum: Plugins
In reply to: [Sharexy - Powerful Social Sharing Buttons] Please add shares statisticsDoes the plugin author ever drop by anymore?
Forum: Plugins
In reply to: [WP-TopBar] Modify transition style to fade instead of drop-up/downBob:
Yeah, I noticed that about the code I posted being that while using the open/close button.
Apparently also, according to my research, the .fadeIn and .fadeOut commands will also cause the site to “shift up/down” as that command completely removes/add the div each time it is processed.
It was suggested I use the .animate feature to add/remove opacity. I don’t know much about jQuery, so any help is appreciated. I am developing a replacement site, so it’s currently behind the “under construction” page, but can make available if needed.
Anyway, I appreciate the prompt response, a thing “of old” with plugin authors of of late.
If you care to leave this thread open for about a week, I will try various things and report here for other who may want the same desired result.
Thanks again.
Forum: Plugins
In reply to: [WP-TopBar] Modify transition style to fade instead of drop-up/downYes Bob, I noticed my error in the code I posted soon after my posting. It also appears that the .fadeIn and .fadeOut jQuery commands have issues of their own in that each “fade” results in the removal of the div completely and will still result in a “shifting” of the site. I need more of a fade TO, not in/out.
It also was suggested on the jQuery site that I use the .animate command. I will try and figure this out. If you have any ideas, I would gladly give you access to the site and the pages I am using your plugin (site currently locked while in development) take any jQuery help I can get.
Thank you Bob, I only wish other plugin authors would give as much attention to their work as you have. Thank you so much.
If you care to leave this thread open a few days, I will try various things and report here on the results for the benefit of other users.
Forum: Plugins
In reply to: [WP-TopBar] Modify transition style to fade instead of drop-up/downThank you Bob:
However, that does not solve the problem because under your suggestion above, the top of my site gets covered by the topbar. Here is what I am hoping can be done.
All I want to do is change the method of transition between the different topbars. Currently it uses a slide down/slide up transition style. I would like to have it use a fade-in/fade-out style instead.
Is there no way to have the topbar:
1. Fixed at the top of the page;
2. Not cover content; and
3. Fade-In/Fade-Out instead of slide-down/slide-up.looking at the wp-topbar.php file, I found the following:
function wptbbar_show".$wptbTopBarNumber."() { if(wptbshow_open_button".$wptbTopBarNumber.") { jQuery('.wptbbar-stub".$wptbTopBarNumber."').slideUp('fast', function() {"; $html_out .= " jQuery('.wptbbar".$wptbTopBarNumber."').slideDown(".$wptbOptions['slide_time'];
If I change the .slideUp and .slideDown to .fadeIn and .fadeOut will that provide me with the preferred end result?
Forum: Plugins
In reply to: [Comprehensive Google Map Plugin] WP 3.9I too am having the same problem with this plugin. I resorted to the “Google Maps Ready” plugin for now, but hope to find a cure for the grey screen I get with Comprehensive. I’ve looked into jQuery Migrate and other “fixes” listed in this support section but with no luck.