ErnestClose
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Show a page without titleNo problem, the code is still in English ?? Very nice layout and site even if I can’t read it. Which titles do you want to remove?
Forum: Fixing WordPress
In reply to: Show a page without titleYes you can specify the page(s) or post within the css. If you give me the link to the site and tell me which pages I can give you the code.
Forum: Fixing WordPress
In reply to: how to add background color and images to a widgetHi ozm8ey, nice site! I love gaming sites. You can do it with some css in a custom css plugin or child theme. That way you will keep your changes even after the theme is updated. For which widget do you want these changes?
Forum: Fixing WordPress
In reply to: Show a page without titleHi Net_Rider, you can with a bit of css. Do you have a link to your site?
Forum: Themes and Templates
In reply to: [Arcade Basic] Remove Round-Corner BoxHi nadillua, look for border-radius on the buttons in your css. Turning the radius off or making it smaller might work for you. Also apply your changes to a custom css plugin or child theme, that way you will not lose your changes should the theme update.
Let me know if this works for you.
Kind Regards
Ernest Close
Forum: Themes and Templates
In reply to: [Ryu] the distance between the posts RyuHi keenonu, If you look at the css for .hentry you will notice lots of padding at the top and bottom of each article. You can fix it by adding this to your custom css:
.hentry { padding: 30px 0 5px; }
This will reduce the space on each article for the front page and the post pages.
Let me know if this works for you.Regards
Ernest Close
Forum: Themes and Templates
In reply to: text will not appear under grid imagesIf I understand correctly then you could do this:
To display title on home page in grid do:.page .entry-title { display: block; } .featured-content a { color: #000; }
To not display title, only for post page, do this:
.single-post .entry-title { display: none; }
The first class before the .entry-title is set on the body tag. So .page will work for the home page and .single-post will work for the post pages.
Hope this helps. Let me know if this works for you.
Regards
Ernest CLose
Always a pleasure, and from what I’ve seem of the site it looks awesome. Please post the link when you’re done so I may see the hole site.
Still lined up perfectly on my end.
I just did the zoom thing on IE. Only on 90% zoom does it have a 1px misalignment, on all other zoom levels they line up. Is your laptop browser on 100% when it does not line up?
Have you tried another browser on the laptop, or disabling all the browser extensions? Maybe you have a browser extension causing this?
I tried zooming in and out now, but still it lines up. That is the strangest behavior.
Oh No! Ok, at least you now know that the child theme did not cause the responsive issues and can now use the child theme instead. Just remember to deactivate the css plugin again. As for the responsive issues I’m afraid you’ll have to contact the theme author then.
Hi Todd, I see what you mean and in the screenshots it looks like the same browser as well. I have no Idea why it would behave that way. Like I said I tried on all my browsers and at different window sizes and could not reproduce. Sorry.
Thanks for the heads-up Jan.