supergplus
Forum Replies Created
-
Thank you for responding quickly. I posted the solution in my response—required adding a filter to functions.php. I’d love to know how to fix it on the server side but for now this fix will work.
I searched some more and found this thread that solved my issue:
https://wordpress.org/support/topic/subscribing-appears-to-have-recently-broken/
Specifically this:
This is likely due to poorly configure PHP on the server but can be fixed as follows:
In your themes functions.php file please add the following line:
add_filter( ‘s2_validate_email_with_dns’, ‘__return_false’ );
If it helps, unsubscribing, instead of deleting, gives this error:
Warning: Use of undefined constant IDNA_NONTRANSITIONAL_TO_ASCII – assumed ‘IDNA_NONTRANSITIONAL_TO_ASCII’ (this will throw an Error in a future version of PHP) in /var/www/html/wp-content/plugins/subscribe2/classes/class-s2-core.php on line 1037
Warning: Use of undefined constant INTL_IDNA_VARIANT_UTS46 – assumed ‘INTL_IDNA_VARIANT_UTS46’ (this will throw an Error in a future version of PHP) in /var/www/html/wp-content/plugins/subscribe2/classes/class-s2-core.php on line 1037
Warning: idn_to_ascii() expects parameter 2 to be integer, string given in /var/www/html/wp-content/plugins/subscribe2/classes/class-s2-core.php on line 1037
Warning: checkdnsrr(): Host cannot be empty in /var/www/html/wp-content/plugins/subscribe2/classes/class-s2-core.php on line 1041
Some emails were not processed, the following were invalid email addresses:
xxx@xxx.comI changed the email address at the end to protect privacy, but it is listed correctly there and is a valid address from what I can see.
Thanks for getting back to me so quickly. This fixed the issue for me.
I forgot to write back that it totally worked, our time zone was incorrect.
Forum: Plugins
In reply to: [List Petfinder Pets] I need Petfinder and WordPress helpHi, I think the problem is that plugins can’t be installed with a free wordpress.com blog. You need to be using the self hosted version available at wordpress.org, combined with a hosting service.
Forum: Themes and Templates
In reply to: [Quark] Best way to create blank columns?Great, thanks for this. I started going down this road and it’s great to hear that it is how you are accomplishing it too. Really appreciate it.
Forum: Themes and Templates
In reply to: [Quark] Best way to create blank columns?Thanks for getting back to me so quickly. You brought up my issue–if there’s no content in the container, it will collapse since it is floated left. In your example of html, is there a good way to do something like this:
<div class="templatecontainer"> <div class="site-content row"> <div class="col grid_2_of_12">No content but column does not collapse</div> <div class="col grid_3_of_12">Content displays normally</div> <div class="col grid_2_of_12">No content but column does not collapse</div> <div class="col grid_3_of_12">Content displays normally</div> <div class="col grid_2_of_12">No content but column does not collapse</div> </div> </div>In bootstrap I think they refer to it as “offsetting”: http://getbootstrap.com/2.3.2/scaffolding.html
Forum: Plugins
In reply to: [Columns] wpautop messing with output?Thanks for the new version! I just upgraded and the issue doesn’t appear resolved for me. I’m getting a lot of extra break tags where there shouldn’t be.
I reverted back to the modified columns.php file that typhon posted and the issue became resolved.
Let me know what I can do help test.
Forum: Plugins
In reply to: [Columns] wpautop messing with output?Hi, I’m running into similar issues. I will look into integrating typhon’s solution, but wanted to voice a +1 to see this resolved in the plugin itself.
Forum: Fixing WordPress
In reply to: comments not availableNo problem. Yeah, going to the author is probably a good way to go. I can probably help too, but I would need to charge you to really troubleshoot your theme. If you’re interested, feel free to email me at mike <at> mikebroganconsulting.com
You can also try adding a commenting plugin like Disqus, it’s a pretty nice commenting replacement for WP. Not sure if it would work with your theme in its current state, though.
Forum: Fixing WordPress
In reply to: comments not availableI would guess it has something to do with the theme. Can you try, as a troubleshooting step, to switch your theme to 2010 and see if comments show up? If so, then it’s definitely your theme that has an issue.
Forum: Themes and Templates
In reply to: Editing FooterIn your themes style.css file, try removing line 135 where you have position:absolute and margin-left:42px. That’s causing the images to stack on top of themselves.
If you want the three images to be on the bottom left, try this style instead:
position:relative;
right:42px;You also need to fix the path to your facebook icon. It’s pointing to /images/facebook.png but it should be pointing to /daily/wp-content/themes/monotone/images/facebook.png.
Good luck!
Forum: Themes and Templates
In reply to: Editing FooterOr can you give us a link?
Forum: Themes and Templates
In reply to: template which can read on any deviceThere are some nice plugins that will enable a “normal” view for desktops, and a mobile interface for phones/tablets. Check out