Mallow Sour
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Optimizer] Blocks Widget deletes HTML attributesWhat a wonderful attitude.
I just did as you suggested.Thanks again & all the best.
Forum: Themes and Templates
In reply to: [Optimizer] Blocks Widget deletes HTML attributesHi,
that worked perfectly (I only had to remove one of the two leftbraces). Thank you so much. Now my new website is finished.Keep up the great work!
Again, if there is an option to donate some bucks, just let me know how.
Thanks & kind regards!
Forum: Themes and Templates
In reply to: [Optimizer] Blocks Widget deletes HTML attributesOne more thing:
I’ve used this custom CSS you’ve provided:
.frontpage_sidebar .widget_text {width: 33.3%;padding: 5%;box-sizing: border-box; color: #666; text-align: center;}
That looks very nice on the desktop, but its not responsive on mobile screens.
Is it possible that the three (or as implemented on the page: two) text widgets are put underneath each other when viewing with small screens/mobile devices? Does an CSS solution exists to that?
By the way, can I donate for your theme somewhere?
Best,
MForum: Themes and Templates
In reply to: [Optimizer] Widget in footer area: how to change widthI’ve decided to not use the tag cloud to avoid further circumstances.
Thank you so much for your support, anyway!
Forum: Themes and Templates
In reply to: [Optimizer] Widget in footer area: how to change widthHello,
thank you so much.For a second and last time, I need a custom CSS for this website: http://www.mstrautmann.de/ms
Forum: Themes and Templates
In reply to: [Optimizer] Blocks Widget deletes HTML attributesThank you very much. The CSS code snippet works.
However, you’re right. With the Blocks widget it would look nicer, if Twitter could be integrated nicely. But it does not really look good with the AI-twitter-feeds plugin either (as you can see now).
As mentioned before, it would be best, if you could embed the Twitter feed by integrating the code Twitter provides itself: https://publish.twitter.com/#
However, in that case, I can’t control the height of the Twitter feed via HTML (as the attribute data -height=”600px” is deleted when posting
Well anyway, I will find a way somehow.
Thank you so much again!
Forum: Themes and Templates
In reply to: [Optimizer] Blocks Widget deletes HTML attributesHi,
oh, that’s really great.I did as you said. An the website is this: https://mstrautmann.de/ms/
Forum: Themes and Templates
In reply to: [Optimizer] Blocks Widget deletes HTML attributesHi,
again, thank you so much for your very kind and prompt support. This is very much appreciated!For clarification: I don’t want to put more than 4 widgets on the frontpage; just the about widget plus 3 text widgets. So, if that can be easily arranged (e.g. via CSS), please let me know.
Again, thank you so much & kind regards!
Forum: Themes and Templates
In reply to: [Optimizer] Blocks Widget deletes HTML attributes…just to avoid misunderstandings:
I would like to have three text widgets next to each other, underneath the full-width about widget.
Thank you so much for your support.
Forum: Themes and Templates
In reply to: [Optimizer] Blocks Widget deletes HTML attributesThank you for your reply.
In that case, could you please provide me with the CSS workaround that allows me to put three text widgets next to each other in the frontpage widget area?
that’d be great!
Forum: Themes and Templates
In reply to: [Optimizer] Frontpage Widgets: side by side?I now used a CSS workaround:
.twitter-timeline {
height: 700px !important;
}that solved it.
Thank you anyways 🙂
Forum: Themes and Templates
In reply to: [Optimizer] Frontpage Widgets: side by side?ahhh, shit, this part of the code gets deleted:
data-chrome=”noheader nofooter noscrollbar transparent” data-tweet-limit=”4″ data-height=”500″ data-dnt=”true”
..this has also happend in the post above :/
Forum: Themes and Templates
In reply to: [Optimizer] Frontpage Widgets: side by side?Hi,
thank you very much for your kind reply.I wanted to use a twitter feed widget (easy twitter feed wordpress plugin), a text widget, and a last entries widget side by side.
However, I can also use your nice looking “Blocks Widget” to this end. There is only one incompatibility that needs to be fixed. When I try to embbed my twitter feed into one of the blocks…
Tweets by USERNAME <script async src=”//platform.twitter.com/widgets.js” charset=”utf-8″></script>
…then important parts of the codes get lost. Afterwards only the following code remains, but I need to set a maximum height -.-
Tweets by USERNAME <script async src=”//platform.twitter.com/widgets.js” charset=”utf-8″></script>
How can I set the height, i.e. avoid that the code gets deleted?
Best regards!