wrathyimp
Forum Replies Created
-
Forum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] Add New not workingMy server have “PHP Version 5.4.24”
Forum: Plugins
In reply to: [Classic Editor] Text Tab Not WorkingSame problem here. How to trace the errors, that might be conflicting with other plugins or something else?
- This reply was modified 6 years, 2 months ago by wrathyimp.
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] How to make tabs full widthThanks, But how can I disable hover effect from the active tab (current tab).
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] How to make tabs full widthHow to upload the complete page html file?
The below is the custome css configured:<!-- Shortcodes Ultimate custom CSS - start --> <style type="text/css"> /*Full-width*/ @media screen and (min-width: 768px) { .su-tabs-nav { display: flex; } .su-tabs-nav span { flex-basis: 100%; text-align: center; font-size: 16px; padding: 16px; } .su-tabs-nav span:last-child { margin-right: 0; } } /*Tab, inactive state */ .su-tabs > .su-tabs-nav > span:not(.su-tabs-current) { /* Background color */ background-color: #34619f; /* Text color */ color: #fff; /* Text size */ font-size: 16px; /*Text Vertical Center*/ display: inline-block; align-items: center; }/*Tab, on mouse over*/ .su-tabs > .su-tabs-nav > span:hover { /* Background color */ background-color: #1a4887; /* Text color */ color: #fee100; font-size: 16px; /*Text Vertical Center*/ display: inline-block; align-items: center; /*Padding*/ padding: 16px; } </style> <!-- Shortcodes Ultimate custom CSS - end -->
I cannot get the Current tab to have the text color #fee100, and remove the hove effect. As its hovering on all the tabe (active + inactive).
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] How to make tabs full widthCurrently its local on my PC, I can share the screen capture of it, along with the custom css code.
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] How to make tabs full widthThanks for the update on full width.
I am using the same order as listed in the article:
Tab, any state
Tab, inactive state
Tab, on mouse over
Tab, active state
Tab, active state, on mouse overSo Shall I move the “Tab, any state” at the bottom or rearrange the order that fits the need?
Tab, active state
Tab, active state, on mouse over
Tab, on mouse over
Tab, inactive state
Tab, any stateThanks
multiple albums to be selected. How can I select multiple albums?
- This reply was modified 6 years, 4 months ago by wrathyimp.
Forum: Plugins
In reply to: [Advanced post slider] Page SliderI need to have a custom links for the next/previous per slides. Is it possible?
Forum: Plugins
In reply to: [Contact Form 7 Style] Change font color of one label on the formCan I use the multi-line option and add html tags to the text, as example below:
[textarea your-message]
default value for a textarea
<font color=”red”>can be multi-line</font>
like this
[/textarea]- This reply was modified 7 years, 1 month ago by wrathyimp.
Forum: Plugins
In reply to: [Contact Form 7 Style] Change font color of one label on the formI too have similar requirements to change the Color of the placeholder text for on word or chararcter, in the Contact-Form7, How can I achieve it?
Text I need is “Type your message here *”
[textarea your-message 40×10 “Type your message here *”]
And the last asterisk to be in red color.- This reply was modified 7 years, 1 month ago by wrathyimp.
Forum: Plugins
In reply to: [Contact Form 7] I need to add a colored * to the textareaBut it does not mention different style within textarea?
Forum: Plugins
In reply to: [Contact Form 7] I need to add a colored * to the textareaI have tried this:
[textarea your-message]
Type your message here<font color=”#ff7676″>*</font>
[/textarea]but its not working.
Forum: Plugins
In reply to: [Portfolio - WordPress Portfolio Plugin] Post Title are too much spacesWhere to add this code? under the theme style or within the shortcode
Forum: Plugins
In reply to: [Portfolio - WordPress Portfolio Plugin] Arrange by custom category IDAlso How to remove the fb, twitter buttons from down of posts