[email protected]
Forum Replies Created
-
Forum: Plugins
In reply to: [Import and export users and customers] Does not send email to user (again)Im really stuck on getting the mail to send.
It will send using the Send Test button, but when I try with importing a user it doesn’t work ??
I have all plugins disabled but this plugin.
Please help ??
Forum: Plugins
In reply to: [Responsive Google Map] Location not generatingahhhhhh I figured out the problem ??
I had another method of showing a Google map in the footer…so my question has changed, how can I show multiple maps on a page or have two different shortcodes?
Thanks in advance for your time!
Forum: Themes and Templates
In reply to: Creating a post type listI realize I need to explain some more actually…
I dont want what is currently showing to be linkable, I only need to the links of the posts within the taxonomy types if that makes sense.
I’m trying to replicate this https://gocreditmatters.com/2012CMsite/CM_creditlibrary.php
Forum: Plugins
In reply to: [Admin Menu Editor] Adding a link to current logged in Authors PageThis is why I love WordPress and the community that supports it!
Don’t you worry I have a Pro Version love it to bits!!
Implemented your solution in under 2mins!
Thanks a million.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Last Modified 6hrs offThanks! Worked like a charm!
Chirs, I really need your help! ?? Ive been pulling my hair out all evening ?? its 2am and still no solution
I’ve NO idea how to implement the code you provided.
I use the following code to check if theres a thumbnail called four-image, if there is, it shows the thumbnail…
<?php if (class_exists('MultiPostThumbnails') && MultiPostThumbnails::has_post_thumbnail('post', 'four-image')) { ?> <a href="#?color=Orange" onclick="switchImg('#')"><?php MultiPostThumbnails::the_post_thumbnail('post', 'four-image', NULL, 'four-image-thumnail'); ?></a> <?php } ?>
But I also need to be able to call the url of the thumb and insert that into the (‘#’). The reason for this is so when the user clicks the link it changes the main image on my page. https://www.wrapsodyscarves.com.php5-18.websitetestlink.com/pashmina/fuax-fur-stole/
Please help
Forum: Themes and Templates
In reply to: How to list posts on a page to include image etc<?php query_posts( array( 'post_type' => array('post', 'WHATEVER') ) ); ?> <?php while (have_posts()) : the_post(); ?> <?php endwhile; ?>
I found the solution, not sure how I would explain it ?? but man I’ve spent about 6 hours trying to figure this out, this is not explained very well anywhere that I could see, and seems to be a VERY VERY common problem people have.
The above query pulled all the posts from a post type called WHATEVER and listed them on a “Page”.
Forum: Fixing WordPress
In reply to: Hide image and link if custom filed is emptySorry about the bump ??
But ESMI…you’ve help me before and you’ve help again!!
WORKS PERFECT!!
Forum: Plugins
In reply to: Cant remove <p> tagHey esmi,
I have disabled the html editor. This is some quirky thing with wordpress hence doing all the above. But none of the plugins that prevent wordpress from inserting the p tag seem to stop it, it seems to be putting it around the the_content() so I’ve tried to use the get_the_content but then nothing is returned probably because of using the “Inline Posts” plugin.
Forum: Plugins
In reply to: Cant remove <p> tagLast sentence should read that this is actually the only one I’ve created since upgrading, and its not doing it on past posts….
Forum: Fixing WordPress
In reply to: Custom Edit Profile PageAlso, Does anyone know how to get the textarea-rich to work with jimzqui code? the text box appears but not the textarea-rich features…
Forum: Fixing WordPress
In reply to: Custom Edit Profile PageIm having the same problem…I’ve got everything to work but the “User Photo” wont upload. It will from within the wordpress admin panel but not not form the code kindly shared by jimzqui
Forum: Plugins
In reply to: Displaying Posts Using a Custom Select QueryAnybody?
Please help ??
jbbrwcky…
I can’t believe I was so dense… It was a classic case of over complicating it, and staring at it for to long (as I think most of the issues on these forums are…)
You pointed me in the right direction SO THANKS VERY MUCH!!
Solution for anyone else…
I already had a unique body tag for each category so all i need to do was in the style sheet do the following
#football li.current-cat { background: #000000 url(images/highlight.gif); color: #FFFFFF; }