lownotes
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] pow equation to calc monthly paymentThanks for your help. I think I was a bit off in my formula and also in my instructions. I’m sorry for the confusion.
In the end this is what I ended up with in case anyone else has the same issue.
prec(((fieldname13* (fieldname7/100/12)) / (1 – pow((1 + (fieldname7/100/12)),(-1 *fieldname8* 12)))),2)
where
fieldname13= Loan amt
fieldname7= rate%
fieldname8= term yearsForum: Plugins
In reply to: [WP LIST PAGES BY CUSTOM TAXONOMY] Order by Title not working as expectedHi, thank you again for your support. I’ve sent you a request through your website to continue dialog on this project. Let me know if you don’t see it. Thanks again!
Forum: Plugins
In reply to: [WP LIST PAGES BY CUSTOM TAXONOMY] Order by Title not working as expectedI’ve started category hierarchy and assigned categories to pages and change widget params to match county. Getting the correct/same result and also still have ordering by title issue. I also double checked the slugs on those pages to make sure they matched the titles.
property types
-condos
–condos-city
–condos-county
-single family
–single family-city
–single family-countyForum: Plugins
In reply to: [WP LIST PAGES BY CUSTOM TAXONOMY] Order by Title not working as expectedOnce again, thank you for this stellar support. Let’s start with the obvious. The primary reason I haven’t done anything is inexperience. I’m figuring it out as I go along and not a WP expert.
Your question about the types of pages I’m trying to create is correct and at this point I could easily switch from tags to categories if you recommend that.
To give you an idea of scope I have about 400 total cities, 40 counties and about 40 property type pages (condos, luxury, golf, handicapped…). So the property type pages just contain pages that are found under cities/countys). Not every city or county will have a condo or luxury page though.
On each of these page would be the featured/ featured city/ featured county and then on the sidebar would be list page with text links coming from your plugin. I guess there probably a way to do the left side of the page with your plugin as well.
I’m happy to donate to your plugin for your help.
Oh, one other thing. I noticed there was no option to order by “page order”, that would have been a different ordering I could have considered. Just curious why it is omitted.
Forum: Plugins
In reply to: [WP LIST PAGES BY CUSTOM TAXONOMY] Order by Title not working as expected>>By instance I could easily tell the widget to grab the tags from the current page and use those to filter the widget output.
Ok, I could see this working. Not from the tag of the current page, because it’s not tagged as one of the city or county result pages. But pull the tag from meta value on the page would possibly do it.
Forum: Plugins
In reply to: [WP LIST PAGES BY CUSTOM TAXONOMY] Order by Title not working as expectedList Pages widgets are in the accordian on the right.
Utah by county is where the ordering is strange.Forum: Plugins
In reply to: [WP LIST PAGES BY CUSTOM TAXONOMY] Order by Title not working as expectedWow, thank you for the quick reply.
My site isn’t live yet but I’ve removed the blacklist for you to see.
https://hiddengemsutah.com/lifestyle/condos/I’m building a real estate website with lots of very specific search pages. The primary page structure like below.
city/condos for sale
city/luxury for sale
county/condos for sale
county/luxury for saleWhat I want now are a set of pages that look at that structure form the other direction.
Condos page will show all of the featured and listpages.
[list pages tag=condo-city]
[list pages tag=condo-county]I’m very close to what I’m trying to accomplish.
Forum: Plugins
In reply to: [MultiSite Clone Duplicator] Select site to copy fromI found a way around this by going to the Sites menu, next to each site there is a duplicate link. this worked to start the duplicate process.
Forum: Plugins
In reply to: [MultiSite Clone Duplicator] Select site to copy fromHaving same problem, nothing to duplicate from.
thanks, I found it! Set total number of days to show to 180.
Forum: Themes and Templates
In reply to: [Customizr] Mobile menu icon not showingThanks for your help Rocco!
To start, I’m picking up on a project where the previous developers got their money, bailed and clearly didn’t know what they’re doing on many levels. So I’ve been thrown a basket case to try to help a friend and trying to figure out what they were trying to accomplish has been difficult.
I’ll look at the header and functions files to see what might be wrong.