JProductions
Forum Replies Created
-
Forum: Plugins
In reply to: Mobile Theme initiation.Anyone have any suggestions?
Forum: Fixing WordPress
In reply to: how to edit a widgetyes. I just realized it was from a plugin. I just disabled it and manually added the code to sidebar.php
Thanks though!!
Forum: Fixing WordPress
In reply to: featured image in the excerptyep that worked awesome thanks!
Forum: Fixing WordPress
In reply to: make the home page different from the wallvery nice thanks you.
Forum: Themes and Templates
In reply to: How to get rid of the sidebarHere is the url to the site where I want the sidebars to be displayed.
http://motodude.comHere is the url to page where I do not want the sidebars to be displayed.
http://motodude.com/blast-from-the-past/Forum: Fixing WordPress
In reply to: How to create secondary menuesmi. you are the guru.period.
Forum: Fixing WordPress
In reply to: How to create secondary menuI figured out how to make a secondary menu using the functions.php file. But how would I tell wordpress to put an id element on the last menu item so I can NOT show a border on the last button? I would want it to do this to both menus, the primary and the secondary.
Ex: http://rbrmx.com/rbr/index1.php (nav bar in the header and footer)
If I can view examples I can normally figure this out, but I have yet to find an example.
Forum: Fixing WordPress
In reply to: How to create secondary menuIts the twenty ten theme, I just copied it to a new folder and renamed it to a custom name. I dont know if thats the same as making a child theme, but thats what I did.
Forum: Fixing WordPress
In reply to: Created a sub-domain, now site downok its a computer problem. The site works on my phone. My store still doesn’t work though.
Forum: Fixing WordPress
In reply to: Created a sub-domain, now site downCould there be any possible idea. My hosting support is trying to help me but also getting no where.
I cannot log in, it tells me to create an account, but I do have several accounts created according to the MySQL data. Also my home page is the only thing that works.
Thanks.
Forum: Fixing WordPress
In reply to: Created a sub-domain, now site downdamn, well, my site is actually pretty much dialed in. My store was giving me issues so the support there told me to create a sub domain and that should fix the problem.
Will I have to reconfigure all my plugins if I reinstall? I know I will have to worry about styling thats all a custom theme, but I would prefer to no have to reconfigure all my plugins again. Especially the store.
Is there a way to avoid this?
Forum: Fixing WordPress
In reply to: Created a sub-domain, now site downThis problem might be a little worse than I anticipated.
I tried to edit the database. option-name=’siteurl’ is correct. Sites home page is still the only thing that will load.
I still cannot log into WP, it gives me the option to create a user. But I already have users created. So I checked the config file again to make sure the information is correct.I tried to edit the wp-login.php page with
//FIXME: do comment/remove these hack lines. (once the database is updated) update_option('siteurl', 'http://your.domain.name/the/path' ); update_option('home', 'http://your.domain.name/the/path' );and that didnt work. I still get the create member page.
Does anyone have any other suggestion on what I could do to fix this problem?
Thanks.
Forum: Fixing WordPress
In reply to: Home Page listing optionah, yes. It does have single.php
But it calls on the loop using:
<?php get_template_part('loop', 'single'); ?>Would it be easy to just create a new file called loopSingle and change it to:
<?php get_template_part('loopSingle', 'single'); ?>Would that work?
Forum: Fixing WordPress
In reply to: Home Page listing optionBut, if I remove
<?php the_content();?>and replace it with<?php the_excerpt();?>, when I click on the post will it load the<?php the_content();?>on a separate page?Forum: Fixing WordPress
In reply to: issues uploading images using pluginsdoes anyone have a similar problem?