NetMonkey
Forum Replies Created
-
Forum: Plugins
In reply to: [AdRotate Banner Manager] Critical vulnerability found by WordfenceI received the same message. What’s being done about this dev team? The dev team needs to give us an update on this soon! Our websites are at risk and we need to know if we should delete this software to maintain security on our websites!
Forum: Plugins
In reply to: [Gallery by FooGallery] css for thumbnail border colorThank you, but I figured it out. Hopefully this helps for anyone else. The CSS code I used was:
.foogallery.fg-border-thin .fg-item-inner {
border-width: 2px !important;
border-color: #F7268E !important;
}Forum: Plugins
In reply to: [Gallery by FooGallery] css for thumbnail border colorElvis,
I’d rather not reveal the page in this forum, because I don’t want to offend anyone, because it’s one of my adult websites. Can you please post some CSS code and if necessary I’ll tweak it some.
I just need to know the CSS identifier for the thumbnail I believe.
Forum: Fixing WordPress
In reply to: Strange WordPress behaviorThat’s the weirdest thing… Earlier when I posted, it was all jacked up. But now, everything seems fine. I suppose this one can be closed.
Click the link and look at the url line on the website with the caution icon – website SSL problem
- This reply was modified 5 years, 9 months ago by NetMonkey.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Form disappeared, only shortcode displaysThat fixed it when I used the Easy Forms widget. Thanks! You can close this one.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Form disappeared, only shortcode displaysHi @yikesitskevin,
Thanks for a quick reply. I just checked and the plugin is active. What else should I check?
Barry
Forum: Themes and Templates
In reply to: [evolve] WooCommerce cart.php templateCharles,
Read my post from three months ago where I solved this.
Thanks for your time. I’m marking this one as resolved. For me, the answer was another plugin.
Support,
Thanks for your reply, but I’m not using that type code for the popup. This is my code:
[sg_popup id="1" event="click"]<span style="color: #0070c7;">Click to show popup</span>[/sg_popup]You can see it here > http://hidupgrades.com
Forum: Themes and Templates
In reply to: [evolve] Footer not showing on homepageI figured it out! Some code in the recent theme update reset some options in the theme’s options.
Go to – Appearance, Theme options, then styling, header & footer section, scroll down to footer styling. Look for the text and uncheck the box that says – Footer Reveal Effect, then save.
That worked for me, I hope it helps someone else.
Forum: Themes and Templates
In reply to: [evolve] Footer not showing on homepageI’m having the same problem that the footer doesn’t display now. A few days ago, (before) the theme software update, “everything worked fine”.
What has happened with the theme update that has caused this? Before the update, all was okay. Now, after the update, I have this problem.
Please help.
Forum: Themes and Templates
In reply to: [evolve] Woocommerce problems with EvolveAll right savanipriyank… Didn’t want to help me huh? (I) fixed the problem you couldn’t/wouldn’t help me with.
For anyone else experiencing the problem of a missing — Proceed to Checkout button on their cart page in Woocommerce when using the Evolve theme, this is what fixed my problem. This php code should go into your cart.php file in your child theme:
<div class="update action-group"> <input type="submit" class="button" name="update_cart" value="<?php _e( 'Update Cart', '__x__' ); ?>" /> <input type="submit" class="checkout-button button alt wc-forward" name="proceed" value="<?php _e( 'Proceed to Checkout', '__x__' ); ?>" /> <?php do_action( 'woocommerce_cart_actions' ); ?> </div>Then you need to style it with css. Choose your own colors:
.wc-proceed-to-checkout a { background-color: #257DCC; padding: 10px 20px; font-family: 'Roboto Condensed',sans-serif; font-size: 16px; color: #fff; box-shadow: 0 5px 0 #000; border-radius: 5px; font-weight: 700; border: 0; } .wc-proceed-to-checkout a:hover { color: #fff; text-decoration: none; }Fixed savanipriyank! No thanks to you…
- This reply was modified 8 years, 1 month ago by NetMonkey.
Forum: Themes and Templates
In reply to: [evolve] Woocommerce problems with EvolveI CAN’T BELIEVE THAT’S YOUR ANSWER! It’s called “troubleshooting”! When something doesn’t work with code incompatibilities, you try different solutions until the problem is fixed.
You don’t tell people using your theme that you can’t help them! Are you saying your theme works correctly with Woocommerce? Because it’s not working in my install with your theme. But it does work with the twentyseventeen theme.
What does that tell you? The problem is with YOUR THEME! It was doing this BEFORE I attempted anything to change any code!
I was a network systems admin for 9 years. I would have NEVER told one of my customers that I couldn’t help them.
Are you going to help me troubleshoot this problem? Or do I have to figure it out myself, then post back to this support forum how I fixed it, and show how I’m a better troubleshooter than you are?
Someone from wordpress.org needs to get involved here please… I detest people that won’t do their jobs correctly, especially when others rely on them to!
Bestwebsoft,
Thank you for the css code. Fixed!