mattormatt
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma] Footer Widget Text ContrastThat worked, text is now white. Thank you Weblizar for the support.
Forum: Themes and Templates
In reply to: [Enigma] Footer Widget Text ContrastWhere do I find the custom CSS editor box to enter that code? There’s no box for entering anything under Customizing > Additional CSS.
Forum: Themes and Templates
In reply to: [Enigma] Rate the themeThanks Weblizer. That appears to have resolved the issue for the never ending prompt to rate the theme. Worth noting that for wp-content/themes/enigma/core/admin/admin-rating.css file that there were only 23 lines in that file and I pasted the snippet above at line 24.
Forum: Themes and Templates
In reply to: [Enigma] Rate the themeDon’t remove the code from line 496
if (get_template_directory() == get_stylesheet_directory()) {That just breaks things. This will work by deleting the code from lines 497 to 512. Of course this would be better if we could just dismiss this once and be done with it as was promised a couple of updates ago.
Forum: Themes and Templates
In reply to: [Enigma] Fixed Second Phone NumberOf course it’s possible, you’re just choosing not to implement it. That’s fine if such a feature doens’t fit development roadmap for the theme, it’s yours to build and support as you see fit. Regardless, I believe such an addition would improve the theme for website owners who would like to publish more than one phone number in the header.
Thank you.
Forum: Themes and Templates
In reply to: [Enigma] Rate the themeSee this earlier thread. This resolved the issue for me, although it needs be done repeatedly through updates to the Enigma there.
Forum: Themes and Templates
In reply to: [Enigma] Google+ Social Option TypoThanks! Again, great theme and appreciate the ongoing support.
Forum: Themes and Templates
In reply to: [Enigma] Persistent “Rate the theme” BannerThanks. Oddly enough I’ve adjusted to seeing the banner now and have learned to ignore it. Regardless I appreciate the follow through.
Forum: Themes and Templates
In reply to: [Enigma] Persistent “Rate the theme” BannerBanner came back with update to Enigma theme version 3.6, made the same modification to functions.php to resolve. Please find a way to allow users to dismiss this banner only one time with each update or remove the banner altogether. Thank you.
Forum: Themes and Templates
In reply to: [Enigma] Persistent “Rate the theme” BannerThank you. I removed that block of code (line 492 on) from functions.php and that got rid of the “Rate the theme” banner.