Just want to thank macksix for his solution provided earlier:
“Workaround: In the settings for your Big Grid, enter 0 for the value âOffset postsâ and the warning will go away.”
You’re a lifesaver. Thank you!!
Thanks!
Hi Simion,
Worked like a charm! You’re a lifesaver, thanks as always.
Hi Simion,
Thanks for the help. Unfortunately, it wasn’t any of the plugins and I have limited access to php.ini because I’m on an optimized wordpress plan (regretfully) that doesn’t allow changes to the php.ini or .htaccess.
Instead, I’d like to make another request. Instead of showing the Prev / Next buttons, can I replace it with a simple button that says: View More? and links to the Category page?
Also, is there a way to show the post date below the Post title in the mega menu?
Thanks!
-
This reply was modified 8 years by
wuche.
Perfect. Thanks again for your help!
Thanks, no problem. Appreciate it anyway Bogdan. Have a great day.
http://wuche.gg/dota2/top-tip-how-to-find-your-signature-scent-this-spring-3/
Try that link instead, deleted most of the demo content
Perfect, thanks again!
Hi,
Thanks for the reply. I’ve enabled them for now:
http://wuche.gg/dota2/fragrances/summers-scent-track-best-warm-weather-fragrances-2/
The code you provided unfortunately did not work. Can you take another look when you get a chance please?
Thanks!
Perfect! Thank you so much.
I think that was when I was still tinkering it. I’d still like to adjust the bottom padding after the category title, as it’s disproportionate to the top padding and looks awkward. I’d ideally have the category title padding similar to this website:
https://theringer.com/nba/home
Thanks!
Thanks!
Thanks! You’re awesome.
Everything worked great! Sorry I wasn’t being clear about 2.4: I simply wanted to arrive at that conclusion as a result of the steps prior.
However, I do have one more question: how do I remove the Whatsapp button from the share menu? I tried this code below but it didn’t work for whatever reason:
.td-post-sharing-bottom .td-social-whatsapp {
display: none;
}
Thanks! The social icons removal worked perfectly however the Related Articles font suggestion has an issue.
When I went to change the Font Size under Blocks / Widget Title, it not only did not change the size of the “Related Articles” text, it increased the “# Comments” text in the comments section.
How do I change the font size of only the “Related Articles” text?
Thanks again for your help so far.
Okay nevermind, it started working for some reason after the Advanced CSS randomly disappeared and I reapplied it.
Update: it worked perfectly, except when I tried to add an extra margin rule for mobile devices only.
Under the Advanced CSS tab, I applied the following code to every section exception Mobile:
.td-post-content p{
width: 69%;
margin-left: auto;
margin-right: auto;
}
And then under Mobile I increased width, with the code below:
.td-post-content p{
width: 90%;
margin-left: auto;
margin-right: auto;
}
Yet when I reduce my resolution to mobile, the content still seems to be at 69% instead of the desired 90%. Any ideas on how to get this working?
Perfect! Thanks a bunch.
Thanks!
Update: I’ve checked my website on someone else’s iPhone and all three issues are almost certainly a caching issue.
So let me rephrase my issues đ
1. How do I fully empty the cache on both Android and iPhone for testing? Because I manually empty cache on Safari and Chrome and new updates are still not reflected.
2. Is there a way to force a visitor to see the most recent version of my website?
Thanks!
Update on point 3: I checked on my desktop browser and the new background image for mobile menu/search background seems to be working properly when reducing browser width below 767, but the old image still persists when visiting on my Android smartphone on Google Chrome. Could this be some cache issue I’m overlooking?