janjan32
Forum Replies Created
-
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Adding a Custom Text Field to Donation FormIs there a way to do this with hooks? I really need to make edits to the form fields.
Forum: Plugins
In reply to: [Displet Pop] Pop Up Showing Multiple TimesThe popup always shows for me, I am trying to modify the code, but i’m not really a programmer….
Forum: Plugins
In reply to: [Displet Pop] The popup shows on every pageview and ignore cookiesI’m having the same problem.I know when I first tested this, it worked, I’m wondering if it’s the new version of WP? I’ve tried in all browsers… I even set cookies to never delete.
I also do not have it set to test.Hi There,
I’m using the short code on a page [google-calendar-events]
but I don’t see any where to put the number of events in the settings.
How would I add the number for over 300 events? My next and previous months do not show.thanks,
https://ayso86.org/calendar/Forum: Fixing WordPress
In reply to: Need to Display archive list from one categoryHi Arrakis83,
Thanks for your reply, but I’m a little lost. How would the code look?Forum: Fixing WordPress
In reply to: Need to Display archive list from one categoryHi Arrakis83,
Thanks for your reply, but I’m a little lost. How would the code look?Forum: Fixing WordPress
In reply to: External Link not working?Ok, I know how to create image links, but for some reason this one isn’t working.
I have hard coded, as well as tried to use the tool part to link this image, but it will not go.
<a href="https://www.volunteerspot.com/login/entry/534787180014"><img src="https://www.thurstonpta.org/wp-content/uploads/2013/01/volunteer-spot-logo.jpg" alt="volunteer spot logo" height="40" width="250" /></a>
This is the page the link is on, too.
Is there something in the new WP restricting external links?Forum: Plugins
In reply to: [Respond.js] [Plugin: Respond.js] IE 7 menu support for Twenty Twelve ThemeIt was working then stopped… does it not work with network sites?
Forum: Fixing WordPress
In reply to: How do I best exclude a category from home pagefor the record I added
<?php query_posts('cat=4');?>
above the loop and below it and it still didn’t work… I’ve done this before, just can’t seem to get it to work with this template.Thanks for any help…
Forum: Fixing WordPress
In reply to: How do I best exclude a category from home pageI need to display different categories on different pages.
My code looks like this:<!-- show just the one category id 4--> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div <?php post_class('clearfix excerpts') ?> id="post-<?php the_ID(); ?>"> <h3><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3> <?php the_post_thumbnail( 'image-220', array('class'=> 'rounded-corners')); ?> <?php the_excerpt(); ?> </div> <!--end of post class-->
and I only want to display cat 4. Any ideas where I would add code to make this work? Thanks for any advise.
Forum: Networking WordPress
In reply to: Issues with subdomains with mapping domainsOMG! Just shoot me! I thought I parked the site yesterday after unparking, reparking…guess what?
It was unassigned…Now everything works.
Thanks for your patience.
Forum: Networking WordPress
In reply to: Issues with subdomains with mapping domainsI’m not really sure what you mean? I have the multisite set up as sub folders, not sub domains, but I need to get the domain mapping working.
so my purchased parked URLs will not look like subfolders, but like their own sites.
I did a quick screencast to show you what I’m trying to do. Maybe this will help?
https://www.youtube.com/watch?v=jFLgxXK8zRoThanks again for helping me out!
Forum: Networking WordPress
In reply to: Issues with subdomains with mapping domainsHi again,
I’m closer! I was reading<a href="https://www.ads-software.com/support/topic/multisite-subdirectory-domain-mapping-with-bluehost?replies=14">this post</a>
and got a bit further.I was able to map a few sites before turning on the domain plugin.
<a href="https://businessmakeovertoday.com/bluetest/">This is one of them.</a>
Then I mapped a parked URL (https://www.premierlivingbenefits.com/) to a child site I created. The word press site is not showing but the bluehost, there is no web page.
I was trying to follow this
<a href="https://wp.tutsplus.com/tutorials/wordpress-multisite-beyond-basics-essentials-and-domain-mapping/">tut.</a>
Can you tell what I messed up? Thanks!Forum: Networking WordPress
In reply to: Issues with subdomains with mapping domainsHi Ipstenu!
Love your Elephant comment. Okay, so I first when under WordPress MU Domain Mapping and de-selected all the choices, removed the ip and tested my site.
https://talkltc.businessmakeovertoday.com/I get dns_unsesolved_hostname.
I then tried to deactivate the domain plugin… same thing.So I went back to the tut and read thru it again…
One step that I missed, was creating the sub-domains in my c-panel.
I’ve done that and now I see the bluehost page, but not the wordpress hello world.I deleted the sites from my admin and re-added them. from Sites/Add New.
And same thing…Any ideas?
Forum: Networking WordPress
In reply to: Issues with subdomains with mapping domainsGood to know about the themes. The existing themes in the admin site are not showing up in my subs. I don’t think I tested them? when I went to the site I got a wordpress setup page. Is that what you mean?
I Deleted the domain under settings/ domains and if you go to one of my URLs (talkltc.com) you’ll see the wordpress set up (if you are logged in.I’m sure I’m missing something, but I”m not sure what.