mark l chaves
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: cURL error 28: Operation timed out after 10000 millisecondsHey @franchiseurpbm,
I see “cURL error 28” a lot when
1) There’s a firewall on the webserver blocking 2-way communication to a host your site needs to talk with.
2) The webserver has an outdated cURL program.
Just to echo @a2hostingrj, that means your hosting provider needs to fix those.
For anyone else that runs into this, if you search the .org forums using “cURL error 28”, you should see a lot of threads as recent as 2-3 days. And, if you Google “cURL error 28”, you’ll see a few tutorials on how to fix the problem (almost always a hosting issue). You can share those with your hosting provider if they don’t know what a “cURL error 28” is.
You might need to shop around for another hosting provider if they’re still not helping you. There are plenty to choose from π
Good luck!
Hey @gcweb,
Just a thought.
In combination with cookies as @belimperial mentioned, you can write custom code to:
1) Start “the clock” on the second popup when the first popup closes.
2) Start “the clock” on the third popup when the second popup closes.
Here’s a jQuery example for the first/second popup sequence.
$('#pum-123') // First popup .on('pumAfterClose', function () { setTimeout(function () { PUM.open(456); // Second popup }, 30000); // 30 Seconds });This will only work if:
1) The first popup closes (to start the chain of events).
2) The visitor stays on the page long enough to see the other 2.
Hey @floatingline,
I just visited your site. It looks like everything is working for me. I see the START 14-DAY TRIAL popup (8233) only on blog posts.
I don’t see that popup (after clearing cookies) on the following:
– Category archive pages
– Tag archive pages
– Search results pageDid you figure it out or did we miss something else you’re asking about?
Cheers!
Hey @dburwebby,
The problem Iβm running into now is getting to display the post count for that specific category.
Have a look at wp_list_categories().
Here’s an example from one of my custom archive pages.
<h2>Archives by Category</h2> <ul class="category-list"><?php wp_list_categories( array( 'use_desc_for_title' => true, 'title_li' => '', 'show_count' => true ) ); ?></ul>Result https://jmp.sh/3Bs7sRC
I hope that helps π
Cheers!
Forum: Fixing WordPress
In reply to: problem connecting to the Admin interfaceHi @plejars,
Can you SFTP or use cPanel to get to your webserver files?
If so, look if you have something called iThemes Security Pro in your /wp-content/plugins directory. I see that plugin loading on your wp-connect page. That doesn’t look like a standard WordPress login page.
Try renaming that iThemes Security Pro‘s folder to temporarily disable it. Hopefully, you’ll get the default wp-login.php to come back after that.
If that doesn’t work, you might need to rename your whole plugins folder to disable all of your plugins and try again.
Good luck!
- This reply was modified 4 years, 4 months ago by mark l chaves. Reason: Clarification
Forum: Plugins
In reply to: [User Menus - Nav Menu Visibility] Show to: nooneHey @forcesail,
Thanks so much for your suggestion! We’ll definitely keep that in mind.
You can pretty much do the same thing by allowing only administrators to see the menu item you want to hide. We think that’s a better way to go.
As a last resort, you can:
1) Select Logged In Users
2) Click Choose which roles won’t see this link
3) Check every role in the list
It’s not as efficient, but that makes sure no one can see that menu item, even administrators.
We hope that helps.
Let us know if you need anything else.
Have a great day π
Hey @robertmendes,
I visited your site. Thanks for the link.
When I click on a blog post preview in the first column it opens a popup.
I’m assuming that you don’t want that popup to display when people click on a blog post preview. Instead, you probably want the blog post to come up.
Is that right?
If so, I can think of 2 things that you can check:
1) When you edit your main blog index page, can you make sure you didn’t assign your popup to that first grid column?
If you’re using the Block Editor, you can select that grid or column block and look on the right to see if there’s a popup assigned. You can also check if there’s a Popup Maker CSS class trigger under the Advanced setting for that block too.
Here’s what the Popup Controls look like for a Gutenberg block https://share.wppopupmaker.com/rRuNDn0d
Here’s where you’d see the CSS class in Gutenberg https://docs.wppopupmaker.com/article/545-a-beginners-guide-to-popup-triggers#gutenberg
2) The other way this can happen is if you added an extra CSS selector in a Click Open trigger for your popup.
To check, edit your popup and go to the Popup Settings > Triggers tab. You can get a better picture of what that looks like here https://docs.wppopupmaker.com/article/545-a-beginners-guide-to-popup-triggers#extra-css-selectors
Feel free to follow up with us via our contact form.
https://wppopupmaker.com/support/
That way you can email us some screen captures and we can get your details using a more private channel if needed.
Please let us know.
Cheers!
Hey @demirss,
Thanks for posting.
From the looks of your website and your question, you might be trying to restrict access to Elementor templates not WordPress page templates.
We think you should:
1) Create a valid custom WordPress page template.
2) Next, assign that custom page template to the pages you want to restrict.
3) Lastly, create a restriction using Is A Pages: With Template.
For example, this restriction will protect all pages that use the My Custom Template WordPress page template.
https://share.wppopupmaker.com/Qwu4X7e1
Learn more about page templates https://developer.wordpress.org/themes/template-files-section/page-template-files/
Right now, your Is A Selected Template restriction will only protect actual Elementor templates. That restriction won’t protect any pages that have an Elementor template.
You can see the difference here.
https://share.wppopupmaker.com/NQuxBZbd
In that screen capture, I only have 3 Elementor templates. Where in the first screen capture, I have Elementor, Default, Theme, and custom page templates.
We hope we understood your question.
If not or you still need help, please reach out to us via our contact form.
https://code-atlantic.com/contact-us/
That way we can get your details and have a closer look.
Cheers!
- This reply was modified 4 years, 4 months ago by mark l chaves. Reason: Clarification
Hi @joholtom,
We’re going to mark this thread as resolved since we haven’t heard back from you.
Please feel free to start a new thread or submit a help request π
Have a great day!
Hey @schmidt25,
Thanks for your concern and the heads-up! Much appreciated π
Hi @sreetejadusi,
Since your using a click trigger for your ads popup and the popup is actually a part of the browser window with full nav (i.e., it’s not a separate window), you might be fine.
Publishers are not permitted to place Google ads in any window that is not initiated by an intentional user interaction (e.g., click). Additionally, Google ads may not be placed in any web browser window that lacks navigational controls, including back and forward browse buttons, and an editable URL field.
You definitely need to bounce this off the AdSense community to confirm you comply and to avoid any account suspensions.
Also, please review the rest of the AdSense guidelines that @schmidt25 linked to above to make sure you’re legit π
After you confirm you comply with AdSense terms and you still need help, please reach out to us via our contact form.
https://wppopupmaker.com/support/
That way we can get your details and take a closer look for you.
Cheers!
P.S. Closing this thread for now.
Hi @sreetejadusi,
How are you putting your AdSense HTML ad units into your popup? Can you make sure you’re using the ad unit code, not the AdSense tracking code? They’re not the same.
Also, you might want to test your ad units on a normal post or page first. That’ll make sure you don’t have any issues with the ad units code.
Once you see your ads show up where you placed your ad units, copy and paste an ad unit into a popup. Then, retest.
It should work. But, please remember that Google Ads pushes ads to your website. So, putting ads in a popup (pull) might not always work because of timing or availability.
Let us know how that goes π
Hello @joholtom,
βThanks for reaching out. We’re sorry you’re seeing that URL and redirect issue.
Unfortunately, we can’t reproduce either issue. Here’s a video of our test using a custom message with a URL in it.
https://share.wppopupmaker.com/Z4u1nk4w
A couple of questions:
1) How are you adding your link to your custom message?
2) Have you ruled out a plugin or theme conflict?
It’d be great if you post screen captures of your Content Control restriction settings and custom message HTML.
If you’d rather open a support ticket, please reach out to us via our contact form.
https://code-atlantic.com/contact-us/
That way we can get your details using a more private channel.
Cheers!
Hey @szberko,
Excellent! Thanks for letting us know.
Have a great day π
Hey @szberko,
Sorry to hear that the issue came back.
That means that either:
1) If you used the CSS fix, it got wiped out for some reason. Maybe when you upgraded WordPress, upgraded or changed your theme, restored from a backup, or updated your plugins.
2) This is a new issue or something different causing the same issue like a plugin or theme conflict.
Can you please reach out to us with a link to your page with the popup via our contact form?
https://wppopupmaker.com/support/
That way we can get your details using a more private channel.
Cheers!
Hey @andersonkoh,
That’s a great question.
Content Control restricts content based on built-in or custom WordPress user roles.
That means, Content Control doesn’t sound like it meets your needs.
If you decide to restrict based on roles instead of specific user accounts, please let us know.
Cheers!