styzer
Forum Replies Created
-
Hi Thank you!
I put all transition settings to 0. There is no blur now, BUT it “blinks” instead of blurring. What else can I do?
EDIT: I finally found the FADE transition. Although it is not “sliding” anymore, and fading into the next slide, it will do.
Many thanks!
Regards,
Andre
- This reply was modified 5 years, 3 months ago by styzer. Reason: correction
I solved the SIZE issue by unchecking Responsive Mode, after setting the slide’s size to it’s default size.
But I’d still like to remove that blur jump on transition.
Thanks!
Forum: Reviews
In reply to: [Neve] Annoying notice with rate requestI think what he means is: when he logs out, and comes back a day or two later, or after clearing the cache, the notice is back again.
Forum: Plugins
In reply to: [CBX Bookmark & Favorite] For visitors to bookmark the site, not posts?Thank you for the quick reply. Good to know. 🙂
Forum: Plugins
In reply to: [Simple Basic Contact Form] Privacy policy : what needs to be stated?Thank you. I would encourage you to do the research in order to properly direct us, since it is now mandatory. 🙂
Great plugin otherwise!
Forum: Plugins
In reply to: [Simple Basic Contact Form] Privacy policy : what needs to be stated?Thanks for your reply. So then why include this option in the form: “I consent to having this website store my submitted information so they can respond to my inquiry. See our privacy policy to learn more how we use data.”
Is this for convenience?
As well, if I use an SEO plugin, then there will be data stored by that plugin I assume.
The more I look into it, the more complicated it gets…
Forum: Plugins
In reply to: [Simple Basic Contact Form] Privacy policy : what needs to be stated?Thank you for your reply. I think it could be a great service to users to clarify what features you included in the plugin concerning retention of information, if any. We are in the post-GDPR era now, so this will always be a current concern. 🙂
Thanks again!
Andre
- This reply was modified 6 years, 4 months ago by styzer.
Forum: Themes and Templates
In reply to: [Ashe] WP-ROYAL.COM not accessibleGood, the site is back up.
I will rephrase: borderline means “could be construed as.” Which comes to mind after spending 2 days trying to decipher otherwise simple CSS mods and feeling like I’m going in circles trying to get a clear answer to: “how do you call the attributes I need to modify, could you point me to the line it is on in tabby.css?”
The readme file clearly states: “… experienced developers should be able to easily customise how the tabs display on their site by replacing the built-in CSS rules with a customised version (see note below for more details of this).”
Keywords: experienced, developers, easily, replacing CSS rules. That’s developer talk. Not always wrong, but mostly vague.
My version: “If you’re familiar working with CSS, you can modify the color values of the tabs. There are a few steps to go through to do this. First, it’s fairly easy to copy/paste the whole tabby.css code into your child theme’s style.css. But then, by trial and error, try to identify which elements need to be modified to control the appearance of the tabs. This could take some time and some playing around, contacting me, it may help, or it may not. The addon will simplify all this for you.”
Unless we know exactly which class or id to target, there is going to be time wasted and frustration, Michael.
I encounter this constantly with developers: they navigate this more easily because they know what names they gave to the classes and ids. We don’t. Using Chrome “inspect” will help to a degree, but ultimately we have to ask you. Why not include those in the readme file? I have already bought one of your addons. I trusted what you said: “…should be able to easily customise …” But easy it wasn’t. Which leads me to conclude that buying the addons is the only alternative. That’s why I called it “borderline.”
Coloring tabs to fit our theme’s color scheme is a very basic need. Selling an addon to do this is also understandable. But even then it’s only a “starting point” as you stated in your readme file. Default values are usually the developer’s selections, and therefore it seems obvious we will look to personalize our tabs.
Because I was finally able to finally clarify the process for myself, and succeeded in modifying the tabs colors, I will change my rating. But there is still an issue there with the information you share or not with us, users. I hope you will take that into consideration for your next update.
As for your comment calling my comments a “lack of respect, free plugins,” that is a very general statement that suggests you don’t fully understand your audience. It’s an easy trap to fall into: “the developer victimized by the ignorant user.” But it’s wrong.
The world of plugins is very uncertain, support is not always consistent through the support forums, plugins stop being developed, developers may rightly feel people’s frustration, when the plugin is presented as an “easy” solution. Then reality sets in for the user. I don’t know how to resolve the communication problem, except by continuing to communicate and explain what it is I need to understand.
Understand that when we are working on a project for someone, with the clock running, and a deadline, we don’t have a ton of time or energy going back and forth with questions, and if we see that the obvious outcome / solution is to buy an addon to save time and avoid frustration, most will choose that option.
Not all developers reply in a timely manner, in this regard, you are an exception. Check other plugin forums, you will see some have their last answered questions dating 2 years back or more.
Between the “promises” made in the presentation of a plugin, and the actual results, it can vary wildly. So don’t mistake justifiable frustration with “lack of respect for plugin authors providing free software and free support.” I did purchase an addon for another set of features I was looking for, which was the main reason to select your plugin.
From a user standpoint, it does however feel like a funnel. After spending/investing hours of work and really trying to make it work. Respect is important both ways, always. That’s why I try so hard to give as much information as possible, and try a million things before bothering a developer. His/her reply is important to me.
Your plugin is good enough to have a free AND a premium paid version. I’d consider that if I were you. I could possible have opted to go for the Premium version.
I hope this helps,
Regards,
Andre
Hi Michael, thank you.
The only problems with my solution is:
– I edited the tabby.css file
– I used the !important declaration to force it to workA most helpful reply would have been:
“Andre, you’re almost there.
1- Now take all the custom code you put in the tabby.css file and copy/paste it in your child theme style.css, and get rid of all the !important declarations you have added. You won’t need those.2- Then, it’s very important that you next restore the tabby.css file to its original state (before you modified it) and upload that to your server to replace the one you modified.
3- Then, when this is done, insert the provided code into the functions.php file and upload that to your child theme folder. It will instruct tabby to pull the styling from your child theme instead of from tabby.css. And in case of future updates, you won’t lose all your styling for tabby.
This is how you should have done it in the first place. You need to modify only 2 files: your child theme stylesheet, and the functions.php file.”
So here is now the code in my child-theme stylesheet:
/* START TABBY TABS CUSTOM STYLING */ .responsive-tabs .responsive-tabs__list__item { background: #0065ac; color: #ffffff; border: 1px solid transparent; border-bottom: none; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; font-size: 18px; line-height: 19px; text-transform: inherit; margin: 1px 1px 0 0; padding: 10px 12px 10px; white-space: nowrap; float: left; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* NEW HOVER COLOR FOR ALL TABS */ .responsive-tabs .responsive-tabs__list__item:hover { background: #ffffff; color: #000000; border-top: 1px solid #0065ac; border-left: 1px solid #0065ac; border-right: 1px solid #0065ac; border-bottom: 0px; } /* NEW COLOR FOR ACTIVE TAB ONLY (using same concept as HOVER) */ .responsive-tabs .responsive-tabs__list__item--active { background: #ffffff; border-top: 1px solid #cccccc; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom: 0px; color: #000000; padding-bottom: 11px; margin-top: 0; position: relative; top: 1px; } /* NEW COLORS FOR HOVER FOR ACTIVE TAB */ .responsive-tabs .responsive-tabs__list__item--active:hover { background: #ffffff; color: #000000; } /***** END OF TABBY TABS CUSTOM STYLES *****/As you can see, Michael, I know my way a bit around CSS, but the missing piece was the above. For some reason, I could not see this due to the way the documentation is written at the moment, and/or the way I understood it. (May I suggest a slight rewrite of the readme file?).
I sensed your plugin could serve my client’s need, but evidently there was a failure in communication. It’s normal to have an expectation of clarity when it comes to these things. I hope this conversation will help others.
Regards,
Andre
I finally found a way to have a different “active” tab color. Which I will share with others here, because it has been a costly lesson and I’m sure others have hit a similar snag.
In my example, there is no need to modify the functions.php file. Only tabby.css. So maybe this could help many of the users.
/* NEW COLOR BLUE FOR ALL TABS */ .responsive-tabs .responsive-tabs__list__item { background: #0065ac !important; color: #ffffff !important; border: 1px solid transparent; border-bottom: none; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; font-size: 18px; line-height: 19px; text-transform: inherit; margin: 1px 1px 0 0; padding: 10px 12px 10px; white-space: nowrap; float: left; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* NEW COLOR FOR ALL TABS - HOVER*/ .responsive-tabs .responsive-tabs__list__item:hover { background: #000000 !important; color: #ffffff !important; } /* NEW COLORS FOR ACTIVE TAB ONLY */ .responsive-tabs .responsive-tabs__list__item--active { background: #ffffff !important; border-top: 1px solid #cccccc; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom: 0px; color: #000000 !important; padding-bottom: 11px; margin-top: 0; position: relative; top: 1px; } /* NEW COLORS FOR HOVER FOR ACTIVE TAB */ .responsive-tabs .responsive-tabs__list__item--active:hover { background: #000000 !important; color: #ffffff !important; }Modify the colors to fit your needs.
Hope this helps!
Andre
If I understand, from what you are saying AND the documentation (which I read 3 times),
1- modify the functions.php file with a code to short-circuit using the (tabby.css) file.
2- modify CSS values on tabby.css and it should work.
Do you see why it’s a hard logic to follow? You short-circuit the use of a css file, BUT you still use that CSS file for styling the tabs. I shouldn’t need to disable a file I’m gonna be using, I should just need to modify the values. I really don’t understand the logic you use for this.
1- I inserted the code in the functions.php file.
2- I modified the values in tabby.css with my own.
3- I uploaded both files to their respective folders.The result is that the list structure is now gone, the tabs are stacked vertically, they are not tabs anymore. Yet, I am using the full tabby.css file with modified value.
The tabs are blue like I achieved before, but the ACTIVE tab isn’t showing the color I assigned to it either. And there is no “tabs” to speak of visually. If I didn’t know better, I’d say that the functions.php hack basically turned the tabs into an “accordion-style” tabs.
Unless you gave me the wrong or incomplete code, I have done everything by the book. I trusted you to understand that the steps you outline are not working for me. Telling me the class of the active tab is not helpful, as I already pointed out to you. There are a few tags using this code, with :focus, :hover, etc.
I’d hate to think that you do this purposefully to force another purchase. Great plugins just work. What you are doing is blurring the lines: because YES, what you have done is creating a PRO (paid) version without calling it that. Clever, though. But a HUGE let down.
At least tell me the FULL code I need to modify, which line is it on?
– I need to change the overall colors for all tabs
– I need for them to have a :hover value
– I need to have the active tab a different colorThat is simple and shouldn’t take multiple exchanges back and forth over 48 hours.
Please?
BTW, I did edit the functions.php file, adding :
//* For Tabby Tabs, prevent the built-in styles from loading remove_action('wp_print_styles', 'cc_tabby_css', 30);But it messed up the tabs. All I need is to make the ACTIVE tab a different color than the rest. I’m finding my way for the rest, by trial and error and a lot of it. 😉
Thanks!
- This reply was modified 6 years, 9 months ago by styzer.
The solution was to add !important to the CSS elements.
.responsive-tabs .responsive-tabs__list__item--active { background: #ffffff !important; color: #000000 !important; } .responsive-tabs .responsive-tabs__list__item { background: #0065ac !important; color: #ffffff !important; } .responsive-tabs .responsive-tabs__list__item:hover { background: #000000 !important; color: #ffffff !important; }EXCEPT, for the “active” tab, as it doesn’t change color. How would I target the ACTIVE tab to cause it to remain white with black fonts?
Thanks!
Thank you! Thanks, the Tabby Link to Tab looks like what I need (is it a one time fee, or is it recurrent yearly?).
I’m using Genesis, with a child theme, so all the custom CSS I put in the theme’s Customize section.
As for styling the individual tabs, I only need to differentiate between the tabs based of their “active” or inactive status.
– the “active” tab would always be white
– the non-active tabs would always be blue
– hovering on either one would show black.But for some reason it’s not working. What would be the proper terminology to affect these elements?
.responsive-tabs__list__item .responsive-tabs__list__item--active { background: #ffffff; } .responsive-tabs .responsive-tabs__list__item { background: #0065ac; } .responsive-tabs .responsive-tabs__list__item--active:hover { background: #000000; }So I guess I’m not using the right terminology for the targets?