lleo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spun] Remove date and author post in MobileHi again,
I just started to look where there was a .post-date and found this one.
.post-date, .cat-links, .tags-links { display: block; max-width: 90%; }
Just switched the display to none and voilá.
Worked on the mobile.
Hope it helps,Forum: Themes and Templates
In reply to: [Spun] Remove date and author post in MobileHello,
I have also tried adding this:
@media screen and ( max-width: 800px ) { .entry-date { display: none; }
Any help will be very much appreciated! Thanks again!
Forum: Themes and Templates
In reply to: [Spun] Post titles DuplicatedBetter solution:
.blog .hentry span.hometitle { position: absolute; top: 73px; width: 100%; text-align: center; } .blog .hentry { position: relative; }
Forum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] Date formatHello,
It’s been a long time since it was posted but it can still be helpful to others.
I’m new around here, and I’m not sure if Visualizer can switch
But I thought in a way around this: I would open your spreadsheet in excel and let it do all the conversion work for you. And then just copy the format that we know visualizer will accept.Here’s how to do it in excel:
https://www.extendoffice.com/documents/excel/585-excel-change-american-date-format.htmlAll the Best
Forum: Themes and Templates
In reply to: [Spun] Post titles DuplicatedHello,
I’ve managed to fix my problem by adjusting the line-height in style.css
By adjusting this parameter it was possible to hide the duplicated text as @andrew suggested.
I’m sure that are better solutions but it worked for me..blog .hentry span.hometitle { line-height: 20.5;
Forum: Themes and Templates
In reply to: [Spun] Post titles DuplicatedHello Andrew! It looks like a good solution for what I need!
I’m new at everything (php, css,and this firebug), that’s my first webpage.The closest thing I did to fix it was altering the no-thumbail display from ‘block’ to ‘none’ in the css.style:
.hentry.no-thumbnail .thumbnail-title { display: block; text-shadow: none;
But what I want is to hide what is being written in php, and I’m lost in that matter..But if you give me some directions I think I can do it!!
CheersForum: Themes and Templates
In reply to: [Spun] Post titles DuplicatedHi Andrew,
This is what happens when I remove the span:
The title posts of all the other posts with images also disappear. =(
I wish there was a way to remove the title only from the ones that doesn’t have any images..Any help will be very much appreciated.
Thanks
Forum: Themes and Templates
In reply to: [Spun] Post titles DuplicatedHello Andrew, thanks for the reply.
Here it is my site: https://snag.gy/OKp83.jpg
I hope you can notice that the first post is being replied as there’s no Featured image in the circle, and the others are okay.
Many thanks
Forum: Themes and Templates
In reply to: [Spun] Grayscale/Colors on FirefoxAndrew, I have just one last question:
My title posts are duplicated when there’s no Featured Images on the post.
I followed everything from this thread as you suggested, but with no success.
I hope you can help me, I will create another thread so others in the same situation can see.
THANKS THANKS THANKS! BEST SUPPORT TEAM I HAVE EVER SEEN.
Forum: Themes and Templates
In reply to: [Spun] Grayscale/Colors on FirefoxIT IS WORKING!!
Many thanks!!
I have tested both solutions and they all work!
The first one from our friend @techievous, makes the default effect of the theme: circles stay black and white and they display colors when hovered.The second one from @andrew works beautifully and it makes the opposite: Circles display colors and change to b&w when hovered!
Thanks you all!
Forum: Themes and Templates
In reply to: [Spun] Grayscale/Colors on FirefoxForum: Themes and Templates
In reply to: [Spun] Grayscale/Colors on FirefoxI did it already!
Didn’t work =/
Forum: Themes and Templates
In reply to: [Spun] Grayscale/Colors on FirefoxMy website, (also the spun demo). When I open them in Firefox the pictures in the circle stay always black and white even when I hover on them.
I thought it was something about the theme itself and the compatibility with firefox, but I found other websites (the ones I linked above) that they work just fine in FF. I’m just wondering if they found a solution that I can use..
Yes, I’m using a child theme. Many thanks.Forum: Themes and Templates
In reply to: [Spun] Grayscale/Colors on FirefoxHello Andrew,
Thanks for replying!
I do not have it up yet. I’m self hosting! =(