Pluh
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Icons from Font Awesome dissapearedIcons are now updated to Font Awesome 5, and they have a different syntax. So if you’ve added an icon anywhere manually, you’ll have to update the code
From:
<i class="fa fa-accessible-icon"></i>
<i class="fab fa-accessible-icon"></i>
for brands
and
from fa to faS for other icons- This reply was modified 8 years, 4 months ago by Pluh.
Forum: Themes and Templates
In reply to: [Customizr] Post navigation for paginated postsThe numbered pagination works fine. I’m talking about the “Post navigation” option that’s added from the theme settings:
https://screenshots.firefox.com/UO1JC4CbMXnqZNBQ/demo.presscustomizr.comAnd of course the link rel=”prev” and link rel=”next” tags that are missing.
I used the ‘options’ cache group and seems to be working fine now. I guess the plugins and all those “options” fit into that group
Based on this
https://wordpress.org/support/topic/theme-options-wont-save-2/
I can probably solve this issue.
What’s ThirstyAffiliate’s cache group?Like I mentioned above, I already tried regenerating the permalinks.
Anyway, the problem is with my Redis cache. I disabled it and the settings work fine.
I did try deactivating and reactivating the plugin, but the issue still persists.
I also did change the slug in the settings (Link Appearance) tab, but after hitting “save changes” it goes back to /recommends/
Tried saving the permalinks, tried clearing cache etc.
I think it may be an issue with the new version of the plugin.
I’m using Nginx if that makes any difference.
I did “fix” the issue by adding a custom “go” prefix, but I’m open to suggestions if you have a better way of actually fixing this
Worth noting: I can change to whatever other prefix and it works fine, but when changing it to /go/ (the one I was always using) – it doesn’t work.
- This reply was modified 8 years, 7 months ago by Pluh.
Forum: Reviews
In reply to: [Tyche] Support is awfulThese are just 2 examples of support requests I created and still haven’t been resolved.
https://colorlib.com/wp/forums/topic/front-page-recent-blog-posts-widget/
https://colorlib.com/wp/forums/topic/how-to-create-child-theme/If you really want to help, I can post dozens other examples of unsolved issues/bugs.
Came here looking for a bulk edit/add option. If it’s too complex, maybe a “global” option would be easier? Adding tabs to ALL products at once?
Forum: Themes and Templates
In reply to: [Customizr] Splitting post into multiple pagesJust updated the native post navigation from Customizr (turned it off then back on) and it works.
Forum: Themes and Templates
In reply to: [Customizr] How to remove Credits row from footerThis seems to work:
add_filter('tc_colophon_display', 'nothanksto_customizr_support'); function nothanksto_customizr_support(){ return ' '; }Forum: Themes and Templates
In reply to: [Customizr] How to remove Credits row from footerAlso, this
add_filter('tc_credits_display', 'remove_tc_credits'); function remove_tc_credits(){ return '<div class="span4 credits"></div>' }Just removes the text from the footer credits. I want the whole row (tag) removed, so there’s no white space.
Forum: Themes and Templates
In reply to: [Customizr] How to remove Credits row from footerI already did that, but I’d like to completely remove the colophone tag. Completely remove the credits.
Forum: Themes and Templates
In reply to: [Customizr] Custom images/links on front page for featured pagesMore specific info:
I’m pasting this into my child theme functions.php
fp_random_images('placeholder', 'nature' , false );And I just get a blank page after that. Cannot access my website afterwards.
Forum: Themes and Templates
In reply to: [Customizr] Custom images/links on front page for featured pagesNothing?
Forum: Themes and Templates
In reply to: [Customizr] Custom images/links on front page for featured pagesIt seems like the page isn’t accessible anymore. It redirects me to another page.
Here’s a cached version:
http://webcache.googleusercontent.com/search?q=cache:fAeePSuVl0UJ:presscustomizr.com/snippet/apply-custom-or-random-images-to-the-featured-pages/+&cd=1&hl=en&ct=clnk&client=firefox-bI tried that and it just gave me an empty website. Can you help me with specific instructions on how to change the 3 featured pages with custom images and custom link?