jadi100
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Possible to change TOS-Link?Thank you for the quick reply! I overlooked the shortcodes. Very flexible plugin.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] unwanted double field in registration formThank you for the quick reply! It works. Indeed, I use the WordPress-registration form. I will check out how to use the WP-Members form too.
Forum: Themes and Templates
In reply to: [Baskerville] Older-post-button on startpage?Hi,
thanks for your answer to this obvious dummy-question. I found it (-:Hi sharmadpk03,
many thanks, it works! Very useful plugin. 5 stars.
regardsForum: Plugins
In reply to: [Custom Login Page Customizer] Different form heights for register and login?Hi,
i found a solution. Place the following code into the extra-css-field of the plugin (not of the theme customizer!) and adjust the px-size accordingly:#login form#loginform {
height:50px !important;
}Many thanks Ian! Icons work fine again.
I’ve no idea how to change the font-color.Hi,
thanks for the info, in particular where to find the lokal icons.
I added an own marker (with m1 to m5 as icons) by adding some code to ‘core.php’ and ‘settings-marker-clusterer.php’ (I not good in php, but it’s a simple copy-and-paste thing). It works, but that’s of course not the best solution. Indeed, it appears to be a google-problem.Forum: Themes and Templates
In reply to: [MesoColumn] Responsive layout of archive-pagesHi again,
my page will go online, when everythng works. But I found a solution, simpler than I thought – just custom css:@media only screen and (min-width:200px) and (max-width:1118px)
{
#custom #post-entry div.post-thumb {width: 100%; margin-bottom:10px;}
#custom #post-entry article .post-right {margin: 0 0 ;float:none;width:auto;}
}The version I finally used has a few more arguments, but just to show the principle. Works fine for me.
Forum: Themes and Templates
In reply to: [MesoColumn] Font Awesome Unicodes not workingWow! That’s it. I’m impressed. Its not even a theme-issue. Sometimes Wordress makes things unnecessarily difficult with this invisible satinizing. The not shown backslash was the crucial hint, I suppose (?)
However, many thanks.
Have a nice day!Forum: Themes and Templates
In reply to: [MesoColumn] Font Awesome Unicodes not workingHi Richie,
no the code doesn’t work either. I forgot to mention, that the backslash \ before the number does not appear (in both code-versions). Just the f1b2 is shown in the frontend before the string. Perhaps this gives a hint.
… difficult …Forum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] Trouble with DK PDF since theme updateHi again,
that’s it. Everything seems to work now. Great support!!! Will review.
BIG thanks!
Forum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] Trouble with DK PDF since theme updateHi dinamiko,
yes, that’s the theme I meant.
I cannot give you a URL. Its the WP-Dashboard that’s not working correctly anymore. The page itself is ok (not online yet).
I deactivated all plugins execpt DK PDF. The problem persists.
With another theme (here “twenty fiveteen”) – no problem.
Back to MesoColumn. Problem again there.Please test the following in your installation:
Pages > Create Page > In the upper right corner is a field for choosing color saying “Choose Page color” and “Add page color for custom menue”. In my installation the text is there, but no input field to actually choose the color. Also all drop-downs on the right side do not react on a klick. Only when I deactivate DK PDF the color input field appears and the drop-downs work. Same with creating a post > category (there the color choice is in the lower left corner – title “color” is there but no input field).
These are only two examples of the weird behaviour.
????
cheers.Hi again,
it is however custom css! You are right, Bojan. I found a solution:#custom #top-navigation .sf-menu ul { width:13em !important; }
It has something to do with the superfish-plugin in jquery.
I don’t understand it, but that’s ok for know. Step by step.
Regards.Hi,
its inline-css, so it as a higher priority than external or internal “within head”-css. I am not an expert, but it might be difficult to simply overwrite it by some custom-css.
But perhaps I don’t understand the mechanism yet.
My site it not online so far. I’ll launch it, when everything works.Thanks anyway!
Forum: Themes and Templates
In reply to: [MesoColumn] CSS styling for custom links on page?Finally a (the?) solution:
Custom-CSS:
#post-entry article.post-single .post-content a.tex1 {text-decoration: none !important;}and then the pseudoclasses as above. “tex1” is my own class.