lpaseen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma] login page messed up after 5.34 updateFinally bit the bullet and upgraded everything but still no luck getting the login page to work. Did some debugging and managed to create some new css code so now it does at least work but I have now clue if it’s correct way to fix the problem.
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 { float: left; width: 48%; max-width: 100%; } .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { float: right; width: 48%; max-width: 100%; }Forum: Themes and Templates
In reply to: [Enigma] login page messed up after 5.34 updateFinally managed to find time to get back to this.
No, I haven’t touched any HTML or php code anywhere.I now first upgraded everything except enigma theme to latest available, all looked ok. Then I upgraded enigma theme to 5.36 and https://qa.meinenigma.com/my-account/ got messed up.
/ps
Forum: Themes and Templates
In reply to: [Enigma] login page messed up after 5.34 updateDoing the testing in a “New Private Window” to have a clean env plus tested on a different account, same problem.
Tested with and without the css.Forum: Themes and Templates
In reply to: [Enigma] login page messed up after 5.34 updateSorry, upgraded to 5.35 but still no luck. Did also upgrade wordpress to 5.3 but the login page is still broken.
Forum: Themes and Templates
In reply to: [Enigma] login page messed up after 5.34 updateSorry but that doesn’t seem to help or I put the css code in the wrong place.
I put it under Apperance -> Customize -> Theme Options -> Theme General Options -> Custom CSS.
Forum: Themes and Templates
In reply to: [Enigma] woocommerce product info lostemail and screen dumps sent
Forum: Themes and Templates
In reply to: [Enigma] woocommerce product info lostThis morning I did some more digging and found the exact line, the one that pulls in bootstrap.css
$ diff -u functions.php{-BAK,} --- functions.php-BAK 2018-08-08 03:19:30.907267551 -0400 +++ functions.php 2018-08-08 03:20:43.569985545 -0400 @@ -499,7 +499,7 @@ function enigma_custom_admin_notice() { wp_register_style( 'custom_admin_css', get_template_directory_uri() . '/core/admin/admin-rating.css'); wp_enqueue_style( 'custom_admin_css' ); - wp_enqueue_style('custom-bootstrap', get_template_directory_uri() .'/core/admin/bootstrap/css/bootstrap.css'); + //wp_enqueue_style('custom-bootstrap', get_template_directory_uri() .'/core/admin/bootstrap/css/bootstrap.css'); wp_enqueue_script('custom-bootstrap-js',get_template_directory_uri() .'/core/admin/bootstrap/js/bootstrap.js'); wp_enqueue_style('font-awesome', get_template_directory_uri() . '/css/font-awesome-4.7.0/css/font-awesome.css'); $wl_th_info = wp_get_theme(); @@ -635,4 +635,4 @@ } add_action( 'wp_enqueue_scripts', 'snow_script' ); }Forum: Themes and Templates
In reply to: [Enigma] woocommerce product info lostDid some more compare and testing and found that if I replace wp-content/themes/enigma/functions.php with the 4.1.9 version then I get product info on 4.5 also (but I guess something else breaks then)
Forum: Themes and Templates
In reply to: [Enigma] woocommerce product info lostSorry, still nothing
Tried it in QA where I have 4.5 but removing the esc_html() part made no difference.Forum: Themes and Templates
In reply to: [Enigma] woocommerce product info lostsite url is https://meinenigma.com/ but right now it’s running 4.1.9 since that’s the last version I know works.
This is only under woocommerce admin side when I want to enter product info (stock level, shipping…), not on the normal site.I changed to a different theme, then product info shows up. I deleted enigma 4.5 and installed+activated 4.1.9 from zip file, then product info shows up. Tried 4.2/4.3/4.4 & 4.5 and product info was lost in all cases.
Forum: Themes and Templates
In reply to: [Enigma] Social Icons Not ShowingAfter asking google and trying some things I found one fix that at least shows something else than squares. In header.php and footer.php I changed
class="fa fa-facebook"
to
class="fab fa-facebook"
and same for all the other icons.Forum: Themes and Templates
In reply to: [Enigma] Social Icons Not ShowingJust want to state “metoo”, got any fix ?
My site is https://meinenigma.com/ and it seems like after the update to 4.9.6 the social icons are just squares. My lab site is still at 4.9.5 and there they are still working.
Did test changing team to twenty fifteen and there I see the icons so it’s something in the enigma team code.Forum: Themes and Templates
In reply to: [Enigma] Get rid of snow on Enigma ThemeLuckily I upgraded in test env first and once I did see the snow and this thread I decided to not upgrade prod
I’m starting to think I need to look for some other template
– first the annoying “please rate me” that never goes away and keeps coming back after every upgrade. I don’t mind the rate me splash but do the way many other plugin does it – with options like “yes I will”,”maybe later after I used it more than 2 seconds”,”no – just go away”.
– then this snow that can’t be disabledForum: Themes and Templates
In reply to: [Enigma] Static home pageAnd what do I do if I don’t want a static front page? I found no way to have just the slider going, my workaround is to create a dummy page and make that the static front page.
Forum: Themes and Templates
In reply to: [Enigma] Static home pageI think I have a similar problem. When I set a static page it is highlighted in the top menu but the three slider pictures is all that shows plus that the static page is practically speaking inaccessible since when I click on it I just get the slider view.
for OP: If I unselect frontpage (Theme options-> Theme general options->Show front page) I can get a static page, the slider is gone.
For me I don’t actually want a static page at all and the only way I found to make that happen is to create a dummy page that’s not on the menu and make that the static front page since I can’t say no to static page and whatever I set becomes the sliding frontpage.