Scott@adszoom
Forum Replies Created
-
Forum: Themes and Templates
In reply to: in the 2011 theme what file handles the "Nothing found" pageif you have a better search by categories idea or plugin please let me know. Maybe I should put this in the header not the single.php categories.php search.php ecs? this way it may work the same each time?
Forum: Themes and Templates
In reply to: in the 2011 theme what file handles the "Nothing found" pageHi
Yes alchymyth we are i named it above not sure if it will work on the search.php page and the single.php dose not find results and no drop down on the ” nothing found page or the single.php
Forum: Themes and Templates
In reply to: in the 2011 theme what file handles the "Nothing found" pagethe categories drop down dose not work on single .php and the nothing found page as well
Forum: Themes and Templates
In reply to: in the 2011 theme what file handles the "Nothing found" pageya it seams this plug in will not work on single.php
Forum: Themes and Templates
In reply to: in the 2011 theme what file handles the "Nothing found" pageOk cool got it I am using a plug in search by category and its installed with the supporting code on the search.php and now category.php it seems to not find any results then locks up ( drop down will work on some pages ) if you do a search and there is nothing found you will see can you give me pointers on this? https://www.adszoom.com
plugin is search by category https://fire-studios.com/blog/ should the code be in the search.php and the category.php? it seams to handle it different on all pagesForum: Themes and Templates
In reply to: in the 2011 theme what file handles the "Nothing found" pageyes
Forum: Themes and Templates
In reply to: in the 2011 theme what file handles the "Nothing found" pageit dose look right if you search via the search bar and nothing is found but if you click the category link there is an issue.
Forum: Themes and Templates
In reply to: editing content.phpHi
Thanks for the feed back guys… We did solve this bY adjusting the #main div… The content.php in the default 2011 ( parent theme ) was corrupt somehow so we just replaced it with a fresh install and it fixed the issue. You know how this go’s.
Thanks for the feed back. I do have a diff issue thou I’m working threw (4 weeks). I know you three are true pro’s bast on your posts and thought I would throw this out to you. I want a custom post class for my paid members. I did wright this script. The issue is I’m using wish list member and can not figure out the info I need based on the code below,, if you read the comments. With out wish list the custom post class is no sweet but I cant figur out how wish list tags the diff member class inorder to give a value… Do you have any idea how to do this?? We contacted wish list ( no good there ) and Googled until down and cant figure it out…. here is the link to the question I posted here weeks ago with the docs If you have time please help….
https://www.ads-software.com/support/topic/wishlist-member-plugin-member-level-question?replies=2
docs
https://wishlistproducts.com/wp-content/uploads/2011/07/wlmapi2doc.pdfor
https://wishlistproducts.com/api/api2/
// filter the body class add_filter( 'body_class', 'adzoom_wishlist_member_classes' ); // function to add body class based on wishlist member 180 or 365 day function adzoom_wishlist_member_classes ($classes) { // read the wishlist member information somehow $userid = 'how to get userid?'; $key = 'what is the wishlist member key'; $single = true; // probably only want a single piece of information, right? // get the wishlist member level based on the meta key set above $wishlistlevel = get_user_meta( $userid, $key, $single ); // pseudocode to add class based on information stored by wishlist member if ($wishlistlevel == '365') { // add 'year-member' to the $classes array $classes[] = 'year-member'; } else if ($wishlistlevel == '180') { // add 'half-year-member' to the $classes array $classes[] = 'half-year-member'; } // return the $classes array no matter what return $classes; }
but can not find in the table or anywhere how wishlist member tags the diff member class.
as soon as we created the network so we recreated on a new blog fresh install, same issue with the widgets
Yes once disabled then enabled again clear the history , cash ecs. The same issue.
Ok got it now what ?
Yes but tried default 2011 with same issue
Forum: Plugins
In reply to: wishlist member plugin member level questionhere is the doc’s
still can’t get it! lol help someone
https://wishlistproducts.com/wp-content/uploads/2011/07/wlmapi2doc.pdf
Forum: Networking WordPress
In reply to: themes and settings on 250 sub domain blogI added this to my wp-config file
<?php define( 'WP_DEFAULT_THEME', 'Adszoom' );?> above all the includes and such
Cleared the history on the browser then went to the site we want the new theme on. The default sidebar showing ( not one we made ), and no widgets are showing on home page.
Look and thanks by the way!
Here is what im trying to do before we go further,, I posted the question 1 week ago with 0 response .I need the sub domains to have there own posts and own directories. I clearly am testing this before we structure it on the live domain with over 50k posts. The other directory option was not offered because its an established site.
The user experience should go like this.
1 they go to the new homepage with city’s and states.
2 they pick there city or state to search or post ( sub-domains )
3 they then register to post or do a search ( no reg for search ).
only results from that region show up in the search, and there post only go’s to that region.Clearly I could do this via set up sub domains then instal wp on that domain ,then instal theme.
This then presents 1 major issues
Each area / region would have its own log in and would not share the username and password like the network would via wishlist member, or would I have the same issue with the network?This is what Im trying to avoid. I have contacted the plug in wishlist member support and they said its not supported or recommended!! to have a motile site shared system,,, ie they cant figure it out.
So whats the best way to proceed ? If I use real sub domains not wild cards then instal wp on that domain can the network pick it up and share the plugins some how like a template? This would solve all issues..
Please advise and thanks for the help.
Forum: Networking WordPress
In reply to: themes and settings on 250 sub domain blogfor some reason the ” backticks ” will not contain this full code block