NetMonkey
Forum Replies Created
-
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] How To increase the Title length below thumbnailRizwanMughal,
You are very welcome sir. Glad I could help you!
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] How To increase the Title length below thumbnailChange both to 40, upload edited file and test.
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] How To increase the Title length below thumbnailRizwanMughal,
The function limitTitle starts on line 107 in the file. On lines 111 and 113 there are entries that have 30 in them. Look there and change the first one then test. Change the second one also if needed.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Trying to change register form textThanks Chad, that was easy. Finding out that the <p> tags were just an example was most helpful.
I just gave my text a div ID and then used display: none on the page I didn’t want it. Bang, done! This one is solved.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Trying to change register form textI used the wpmem_register_form_before to insert my line of text and it worked well. Then I noticed when logged into the user’s profile page, the text also appears there.
How do I remove it? I only want it on the registration form. Instead of using <p> tags, could I assign it a class or ID to remove it with css?
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Trying to change register form textGreat Chad, thanks! But, as I said in my post, I’d also like to add a small line of text under the register heading.
Can you point me me in the right direction to do that also? Or, could I insert the same code below a second time and style it with css?
Forum: Plugins
In reply to: [Smart Slider 3] Slider will not slide horizontallyI figured out the autoplay settings. You can close this post.
Thanks for your reply. The only difference in the css you gave me and what I’ve changed it to before you posted your css is one line. Yours reads:
margin-top: 155px !important;and mine reads:
margin-top: 110px !important;If I use your css, it just creates a 45px white space below my header container before the slider starts, which just moves the slider further down the page.
This css you gave me is not the solution. Moving the slider further down the page does not fix the problems I’m seeing on smartphones and tablets.
Go to http://www.responsinator.com/ and type in my test website — test.netmonkeys.net to see a simulated view of the slider on different devices in portrait and landscape modes.
It does NOT display correctly on ANY mobile device. What is the answer?
What else can you suggest I do to correct things?
It’s not my theme. I’ve tried it with the WordPress 2016 theme and one other responsive theme in the WordPress repository and I get the same results.
You have a very good slider, but I need a little help. It’s only displaying correctly on the desktop and PC and Mac notebooks. iPads and iPhone and Android smartphone displays are not displaying correctly.
Please help me troubleshoot this, because I would very much like to use your slider. I hope to hear from you soon. Thanks.
This has no effect on mobile display:
@media screen and (max-width: 760px){ .avartanslider-slider { position: absolute; margin-top: 0px; padding: 0px; width: 100%; height: 100%; } }Any suggestions?
It’s possible. Can you suggest some css code for mobile that may fix it?
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] Videos not supported in mobileMasiClip,
I ran into the same problem. To solve it, I downloaded the Puffin mobile browser. It’s available for both IOS and Android.
Check it out — https://www.puffinbrowser.com/index.php
Forum: Plugins
In reply to: [WORDPRESS VIDEO GALLERY] h.264 mp4 video not displaying on smartphoneI figured it out! The answer? Use the right Android browser — Puffin!
Forum: Themes and Templates
In reply to: [evolve] Sticky header stuck left after 3.4.3 updateI’m using a child theme. I have the style.css file in my child theme folder. So when I go to appearance > editor, I can see my style.css file. Scroll down until you see the line that has:
body #header.sticky-header { left: 0px; }and “delete” the (left 0px) line and save the file and all should be okay.
Forum: Themes and Templates
In reply to: [evolve] Sticky header stuck left after 3.4.3 updateAre you saying that your sticky header is also stuck left?