NetMonkey
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Shortcode stopped working – Using new onesI’m experiencing the same problem. Hoping for a fix soon. Thanks.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Problem: Register form/LoginRichard,
Your problem is simply that the browser you’ve used to login, sees that you’re already logged in. If you open a new browser window in a different browser — meaning if you’re using FireFox, keep that open, but open a new window in Chrome for instance.
Problem solved!
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Display .video-block .videoHname on mobileI should make this clear. I’m trying to show the artist name/video name in the category view on mobile. When you select a video and it reloads the page, it does show that information, but not in the category view of videos.
I want to display the artist name/video name under each video image thumbnail in the category view on mobile, like on the desktop.
Forum: Plugins
In reply to: [Maintenance] Change maintenance message with cssYes, in the plugin and in another custom css plugin. All other custom css in the site is recognized except the custom css for your plugin.
I can make the changes live using the inspector in developer tools in Firefox and see the changes happen. But when the css is added into the plugins there is no change…
I don’t want to post the website address in this forum because I’ve signed a confidentiality agreement with my client. Can I post it somewhere else?
Forum: Plugins
In reply to: [Maintenance] Change maintenance message with cssI don’t understand why it’s not working for me. I’ve used 5 different browsers, (cleared the cache on all of them) and I still can’t see my css text changes. But the css is in the site.
What could cause this?
Is there something in the admin settings I could change?
Forum: Plugins
In reply to: [Smart Slider 3] No display on smartphonesThanks!
Forum: Themes and Templates
In reply to: [evolve] Footer widgets will not align horizontallyI figured this one out also. For some reason the theme after a recent upgrade, doesn’t like div code anymore using the enhanced text widgets in the footer.
When I took out all of the divs and replaced them with:
<p style="text-align:right;"><p style="text-align:center;">to control the placement of text and images in the footer, now they all align horizontally as they used to.
It would be nice to get a head’s up in the future when theme developers make changes that effect the layout.
Forum: Themes and Templates
In reply to: [evolve] Strange menu code appearingThanks, but there was no code in the menu name. I had to delete each menu item and put all of the main menu links back in as custom links to fix it.
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Suddenly, videos will not playI figured this one out also. It was an Adobe Flash problem! Fixed now.
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] HTML page link code for "Popular Videos"Never mind, I already figured it out myself! I’ll close this one.
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Custom URL problemTry going to your “permalinks” section in the admin panel and don’t change anything, just click save. See what that does.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] WP-Members conflict with Wordfence SecurityI’m using WP-Members and the free version of WordFence without any problems. I use WordFence on all 8 websites I have. And I’m using it on many responsive themes and a premium theme from Themify without problems.
I would look into a possible theme conflict. If you’re not already doing so, you should also be using a child theme.
I figured it out. BY MYSELF…
The css I used is below. If anyone else needs it, here it is. Play with the width px settings and the min and max px settings for your needs:
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px){ div.jcarousel-skin-tango { width: 300px !important; } }