ludwigt
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Logo and Internet Explorer 9I attempted the actions you suggested but to no avail.
Again, the logo HAS a greater height than what is pre-defined in Customizr but I would have thought such a problem was visible in other browsers as well.The problem may be present in other Internet Explorer versions, I have only tested 11 and 9 so far.
Forum: Themes and Templates
In reply to: [Customizr] Launch social icon links in same windowOui, it works!
Gracias! ??
/Ludwig T
Forum: Plugins
In reply to: [Connections Business Directory] No results on category pages after update@ shazahm1
The names of my categories were quite long and contained a slash to separate the name that was given in two languages.
I suspected the length or the slash could have been affected by the anti-XSS security update so I just decided to go with IDs. The categories are not going to be changed anyway, so.Forum: Plugins
In reply to: [Connections Business Directory] No results on category pages after updateI got this problem and fixed it by using category id instead of name.
Example:
category_name=’Foo Bar’
was replaced by
category=’1′
You can find the ID for each category on the Connections Categories page, in the right-most column called Info.
Forum: Plugins
In reply to: [List category posts] The 'class' identifier in LCPHi again
Yes that would make sense.
Perhaps this ought to be mentioned on the Other Notes page, or someplace else?I think the LCP templates are very simple and straight-forward and anyone should be able to work with them, if only they have a wee bit of programming knowledge.
Thanks again for your responses, I hope this thread might help others who encounter the same quirk.
kind regards
/Ludwig TrForum: Plugins
In reply to: [List category posts] The 'class' identifier in LCPAdditional information:
I am using a child theme and copied the default template here:
child-theme/list-category-posts/default.phpThe default.php says it is version 0.9 but I noticed some changes in order of the $lcp_display_output string assignment.
So I updated the default.php with this changed code and it didn’t seem to change anything.
I also noted that the date is not wrapped by SPAN elements as it should be when you define date_class.thumbnail_class is the only identifier that works for me.
To solve the problem I created separate templates for the different catlists and called for them in the shortcodes.
Forum: Plugins
In reply to: [List category posts] The 'class' identifier in LCPHello picandocodigo
Thank you for your reply.
The plug-in version I am using is 0.37.
I did exactly what you did, using id instead of name and removed all identifiers save for class.
Also attempted to use other categories but the result is still the same.Curious, the behaviour functions fine for the rest of the class-identifiers though.
If there is a plug-in collision going on I would expect the other CSS class identifiers to be affected too.Forum: Plugins
In reply to: [Connections Business Directory] cMap separator ( | ) hard to be rid offHello shazahm
Great news!
Thank you for taking my feedback seriously and answering.kind regards
Ludwig TAnd I respond myself since I finally solved the annoying problem.
Absurdly simple, like most little annoying problems – you simply keep looking in the wrong places!
The solution is to apply the following piece of CSS code:
.navbar .nav li { white-space: nowrap; }
I sincerely hope this information helps others who might have encountered the same quirk as I did.
//Ludwig T.
Forum: Themes and Templates
In reply to: [Customizr] How do you set up custom sidebars for specific pagesYou can try the WooSidebars plugin and see if it works better.
Hello tothbalint
Thanks for your reply.
I am unable to provide that or else I would have done it straight away. I am working in a sandboxed environment with no way in for outer parties.kind regards
Ludwig T.Forum: Themes and Templates
In reply to: [Customizr] Flawed left sidebar placement on small media screensThank you yet again, nikeo!
I have a menu widget in the left sidebar and wanted it to stick at top for mobile devices instead of at the bottom.Anyway, I changed the second instance of “insertBefore(e)” to “insertAfter(e)” and that did the trick.
Personally I am no fan of compressed JS code but sometimes you have to persevere and just do it.It would be nice to be able to define this if you want the left sidebar to have priority over the main-wrapper.
Many thanks yet again!
Kind regards
/LudwigForum: Plugins
In reply to: [Custom Menu Wizard Widget] Current root item's siblings always displayed?Hello wizzud
Thank you very much, this resolved my problem that I spent so much time trying to figure out!
I take my hat off for you!
//Ludwig
Forum: Themes and Templates
In reply to: [Customizr] change social icons styling and sizeI’d advise you to have a look at the snippets here.
Forum: Themes and Templates
In reply to: [Customizr] Cross browserOlder IE versions don’t have proper CSS3 implementation and your site utilizes CSS3 features such as border-radius and transition.
From what I gathered Customizr does have some inbuilt support/tweaks for older IE versions but they don’t appear to cover everything.
One suggestion would be to look into WP plug-ins that support the IE solution PIE. I lack experience of that, though