juggledad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Issue making amendments & posting, and changing settingsPlease do not double post, it will not get you an answer any quicker.
see https://wordpress.org/support/topic/issue-making-amendments-posting-and-altering-settings?replies=1
Forum: Fixing WordPress
In reply to: Keep link to hosting provider from showing up on TwentyFifteen themeI’ve seen cases where hosts make changes to wpedpress/themes for their own purposes. So it is worth a try reinstaling a fresh copy from the WP repository.
Just swap to another theme (or install another theme) and swap to it) then delete the twenty-fifteen theme and reinstall it and re activate it and see what happens.
Forum: Fixing WordPress
In reply to: Not sure how to fix thisDo you mean you want to get rid of the word ‘Home’? That is a menu item.
If that is not the issue then you need to be a little clearer because I’m not cleare what your issue is.
Forum: Fixing WordPress
In reply to: how to style wp_list_categorieswhy not use get_the_categories() instead?
Forum: Fixing WordPress
In reply to: Keep link to hosting provider from showing up on TwentyFifteen themeWhere did you get the theme from? Was it provided by your host?
If so, they may have edited the theme code so I would upload a fresh copy of the theme and see if that takes care of it.
Forum: Fixing WordPress
In reply to: Site Always Shows Homepage whichever page I addOnce you get back in, go to dashboard->appearances->menu’s and create a menu and then assign it to menu location 1 and see what it looks like.
Have you tried disabling all your plugins to see if one is causing the issue?
Forum: Fixing WordPress
In reply to: Two wordpress installation and possible plugin-related issues.No I haven’t tried woo commerce in these installs, but it should not be a problem becasue each site will be separate – ie no cross over. The items in the woocommerce for one site will not be in the other site.
Forum: Fixing WordPress
In reply to: menu not workingYou can use a code examiner like the FireBug extension for FireFox, and look at the elements. Then you can add some CSS on teh fly to see what effect it has. Once you have the CSS selector and rule (try ‘z-index’) you can add them to your themes style.css of see if the plugin has some place to add css.
Forum: Fixing WordPress
In reply to: How to prevent a page from showing in the upper menu barGreat don’t forget to mark this resolved
What happens if you set your perms links to the default
Forum: Fixing WordPress
In reply to: Two wordpress installation and possible plugin-related issues.If I was working for a client that wanted three sites with different styling and different content then I would build them three different WordPress sites. Three domain names, three databases and three installed.
At the church I got to we have five different sites: one main site for the church, one for our preschool, one for the music group, one for the tech group and a plays ute to experiment with. Some have different domain names and some are sub domains.
Forum: Fixing WordPress
In reply to: Two wordpress installation and possible plugin-related issues.that thread is six years old! You can try it, but for someone ‘very new to site building in this kind of format and WP in self and I’m not good in php/mysql’ you are taking on an advanced chalange that I wouldn’t do myself. Too much room for problems and messupd.
If you were my client and wanted to pay me to do this, I wouldn’t and I would try to convince you not to do it.
But it is your choice and if you decide to do it good luck and make sure you make good documention of what you do and make very very frequent backups.
Forum: Fixing WordPress
In reply to: Export posts(1) If the changes are all to theme files like style.css, you could use a test site to make the changes and then copy the files over
or
(2) if the theme has all it options stored in the DB and has an export/import option (at least one theme – Atahualpa – has this feature) again do it in a test site and export from teh test site and import into the produciton site.
or
(3) if the site is static – ie no other changes likenew posts – will be made while you are making your changes – use a backup plugin like backup buddy and make a complete cop of the site. Then when the changes are made, copy the site back.Forum: Fixing WordPress
In reply to: menu not workingyou might want to change the z-index of the menu element so it sits on top of the metaslider and is then accessable.