ildario
Forum Replies Created
-
Yes, i am.
Thx, that is enough to understand the issue.
Forum: Plugins
In reply to: [Contact Form 7] How to debug errorsThank you for the quick reply.
RegardsForum: Plugins
In reply to: [eShop] Use it as a Quote CartHey Esmi, thx for the very quick reply
I’m using this plugin for the first time and must say: I’m impressed!
But in the other hand, i’m bumping this thread because it’s a flaw on the plugin, if i only post with a featured image then it throws a red dot, saying that the post doesn’t have an image.
Thx for the amazing plugin!
Forum: Fixing WordPress
In reply to: Lost password email doesn't have a link to redefineThis problem is resolved here
Forum: Fixing WordPress
In reply to: Password retrieve email with no linkTrue, just for the records, as i said, it’s a one install problem for sure, i had problems with contact form 7 plugin for the same reason (the < > tags weren’t read by email client).
Forum: Fixing WordPress
In reply to: Password retrieve email with no linkStrange uh? Any email client… gmail, hotmail, ymail included. I’m pretty sure it is a site specific problem but, anyway, it made me wonder why the address is between “<” tags.
Forum: Fixing WordPress
In reply to: Password retrieve email with no linkThx so much for your reply. I was about to try all that but first i took a look at the “wp-login.php” file on the root of my site. What i’ve found is that the address is rendered between “<” tags and that’s not being rendered by email clients.
I think this is a serious yet simple issue that should be fixed, changing:
$message .= '<' . network_site_url("wp-login.php?action=rp&key=$key&login=" . rawurlencode($user_login), 'login') . ">\r\n";
for
$message .= '-' . network_site_url("wp-login.php?action=rp&key=$key&login=" . rawurlencode($user_login), 'login') . "-\r\n";
did the trick for me. But thanks again anyway for your reply.
Forum: Fixing WordPress
In reply to: Linking Facebook DirectlyDon’t have to be sorry, i’m quite new to WP too start using it about 4 months ago ??
Log in on your admin panel and visit Appearance -> Themes. On that screen WP will tell you wich theme you are using.
Regards
Forum: Fixing WordPress
In reply to: Linking Facebook DirectlyIt would help a lot if you tell us what theme you’re using.
Forum: Fixing WordPress
In reply to: Sub Menu ProblemYes, but if you’re really that “raw” on doing this i don’t know if it would be the best choice to deal with those files.
Always have one thing in mind: Doesn’t matter what you do, the first thing you do is BACKUP ok? So, if you’re gonna change a file, backup it first (copy it and rename it with another reference name, in this case i would call it header-backup083012.php).
Now, yes, you should go to your local file (the one on your hard drive), change it and then upload it to the server trough your FTP program of choice.
You’ll find the file i’ve point out at the wp-content/themes/YOURTHEME/header.php
Thank you, it worked as expected.
Forum: Fixing WordPress
In reply to: Sub Menu ProblemMaybe it’s related to the “depth” parameter of your menu. Try opening your “header.php” (the one inside your themes/YOURTHEME) folder and find a line of code like this:
<?php wp_nav_menu(array(
Check if there is a parameter on the array declaring the “depth” of the menu, it should be something like this:
<?php wp_nav_menu(array('theme_location' => 'headerNav', 'container' => false, 'depth' => 2, 'fallback_cb' => false, 'menu_class' => 'headerNav')); ?>
Plain text to bold the parameter that matters (the others are only samples):
<?php wp_nav_menu(array(‘theme_location’ => ‘headerNav’, ‘container’ => false, ‘depth’ => 2, ‘fallback_cb’ => false, ‘menu_class’ => ‘headerNav’)); ?>
Even if this works, you’ll probably need to make your menu compatible with dropdowns trough some CSS, but that’s another point. Give it a try…
There’s another approach: You can register a new sidebar for your custom template in order to put the easy newsletter widget only on the specific page. This will allow you to add not only this widget but others on the custom page
Thanks, i’ll have to work with another solution for this specific project but will keep looking forward for this update.
Just for the records, i had to uninstall this plugin on 2 websites i’ve being working because of the ADs, i understand and respect your decision since it’s a low price to pay for such a great functionality, but anyway, both of those clients would be glad to pay a one time fee (I hope you guys are making an evaluation based on how many times you’ve heard this ?? ).