Sany
Forum Replies Created
-
Thanks for your advice. I created a page template with a custom theme widget for this (
register_sidebar($args)
). Now everything looks like it should. Fortunately there are one some pages that are affected.Thank you very much and have a nice day
saNNNyForum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] Custom Font not working for headlinesForum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] Error 500You can download older versions here: https://de.www.ads-software.com/plugins/dk-pdf/advanced/
Forum: Plugins
In reply to: [Simple Lightbox] Slow fadingGreat, I set
var spd="fast"
in client.js tovar spd="normal"
.Thank you.
Forum: Plugins
In reply to: [Collapse-O-Matic] Styling last childOk thank you.
Forum: Plugins
In reply to: [Collapse-O-Matic] Styling last childHello @twinpictures,
thanks for your fast answer.
I dont want to add a trigclass manually to a specific expand.
Your idea to change the structure is what I need.What I actually want is to have a group of some expands (with a border) which stick together without any margin-bottom. But after the “group” there should be a margin-bottom before a new paragraph or something like that appears. So I need a wrapper around them.
Now I have:
<div class="collapseomatic-wrapper"> [expand title="one fish"]...[/expand] [expand title="two fish"]...[/expand] [expand title="blue fish"]...[/expand] [expand title="red fish"]...[/expand] </div>
With the wrapper I can style the margins in my stylesheet:
.collapseomatic:not(.colomat-close) { border: 1px solid rgba(0,0,0,.125); margin-bottom: 10px; } .collapseomatic-wrapper .collapseomatic:not(.colomat-close) { margin-bottom: 0px; } .collapseomatic-wrapper { margin-bottom: 10px; }
So all looks fine ??
Just one last question: Can I add this div wrapper in the expand shortcode or do I need to add it in the html editor with a div tag?
Best regards
saNNNy- This reply was modified 6 years, 10 months ago by Sany.
Forum: Plugins
In reply to: [Media from FTP] Is it possible to exclude folders?Awesome, thank you!
Forum: Themes and Templates
In reply to: [Hestia] Change navbar collapse breakpointIt’s a great pity.
My site is not in internet at the moment, so I can’t post the link but thanks.Forum: Themes and Templates
In reply to: [Hestia] Dropdown menu positionThis works:
.navbar-right .dropdown-menu { left:0; right:auto; } .navbar-right .dropdown-menu ul { left: 100%; }
Forum: Themes and Templates
In reply to: [Hestia] Change color of search input in topbarHello,
I couldn’t share the link because my blog is only local at the moment.
ButI think I’ve found the right style now. If I want the input color in the search field to be red I need to change the following style:
.hestia-top-bar .widget .label-floating input[type="search"] { -webkit-text-fill-color: red !important; }
The problem is that there already is an !important so it doesn’t override.
I searched for this style in theme files, it is set in hestia > inc > features > feature-header-settings.php infunction hestia_get_top_bar_style()
.$hestia_top_bar_text_color = get_theme_mod( 'hestia_top_bar_text_color', '#ffffff' ); if ( ! empty( $hestia_top_bar_background ) ) { $custom_css .= '.hestia-top-bar, .hestia-top-bar .widget .label-floating input[type=search], .hestia-top-bar .widget.widget_search form.form-group:before, .hestia-top-bar .widget.widget_product_search form.form-group:before, .hestia-top-bar .widget.widget_shopping_cart:before { color: ' . $hestia_top_bar_text_color . ' } .hestia-top-bar .widget .label-floating input[type=search]{ -webkit-text-fill-color:' . $hestia_top_bar_text_color . ' !important }'; }
Is there an opportunity to override it? Why there is already an !important?
Forum: Plugins
In reply to: [Enable Media Replace] Original Image deletedYes I mean the original full-size image which I upload to mediathek.
But I noticed it has nothing to do with your plugin, its another problem.
Thanks for your fast answer.Forum: Themes and Templates
In reply to: [Hestia] Change color of search input in topbarThanks but this doesn’t work. It only changes the “input” color of the search widget in the sidebar but not of the search widget inside the header topbar.
- This reply was modified 7 years, 1 month ago by Sany.
Forum: Themes and Templates
In reply to: [Hestia] Dropdown menu positionHello,
I have the same issue.
The CSS code is working but if I have 3 or more menu layers the third layer is at the same position and therefore it hides the second layer instead of opening right to it.
Any ideas? Thanks.Forum: Plugins
In reply to: [Easy WP LaTeX] PHP 7.1.7 Errors – Depracted ConstructorsMore PHP errors (PHP 7.1.12):
[04-Jan-2018 08:26:21 UTC] PHP Warning: Illegal string offset ‘tag_math’ in ..\wp-content\plugins\easy-wp-latex-lite\EzOptions.php on line 211
[04-Jan-2018 08:26:21 UTC] PHP Recoverable fatal error: Object of class EzBaseOption could not be converted to string in ..\wp-content\plugins\easy-wp-latex-lite\EzOptions.php on line 211I can’t change the settings anymore – the settings page is empty! Can you please fix this?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Index unindexed posts buttonGreat, thank you. It just didn’t work at my first try.