juggledad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can I add two URLS to my WordPress installationYou could do it if you install multisite. You need to do some google searches (wordpress multisite) and do some self educating. To try to explain it in laymans terms would take too long when there is already an abundance on information on the web
Forum: Fixing WordPress
In reply to: menu not workingYou have something that is on top of the menu preventing access to the menu elements.
Disabling all your plugins and see if the menu works, then activate them in till you find the culprit
Forum: Fixing WordPress
In reply to: Delete HOME on Figero Themehave you tried making a custome menu?
Forum: Fixing WordPress
In reply to: How to prevent a page from showing in the upper menu barWith the Travelify theme, If you create a wordpress menu but don’t select a menu location, it will show all of your pages.
Go to dashboard->appearances->menus and select your menu and set a menu location for it.
Ahhh that is a wordpress site. I see a category that gets the error, so how many posts do you have with that category?
the link you provided is not a wordpress site.
Forum: Fixing WordPress
In reply to: Two wordpress installation and possible plugin-related issues.Multisite will give you two separate sites in the same database – there will be two wp-posts tables and two wp-user tables so if a post is added to one site, it will not be seen in the other site unless you add it there also.
While you can possible have two instances of wordpress using the same database can be disaster. And if you have two sites poit at one set of WP tables in the database, then any change you make in one site will appear in the other site so they will be styled exactly the same.
Forum: Fixing WordPress
In reply to: Option to download an .exe file and execute it automaticaly?My point is that if you encourage them to download and run an exe from your site, you are training them that it is ok to download and run .exe from the web.
Now I know that is not your intension BUT older people doen’t always understang that this could be a big risk. I would find a way to clearly document – step by step – how to get iand install it from the TeamViewer site. You might have to have a printout and/or a video and probably extra patience for them.
My two cents.
Forum: Fixing WordPress
In reply to: How to prevent a page from showing in the upper menu barWhat item in the menu are you trying to remove?
You say
Example: For this page, I have a parent page selected in the “Page Attributes” section on the Edit Page.
but you don’t mention a page.
can you explain – step by step – what you do in the customizer to try to remove the page from the menu.
Forum: Fixing WordPress
In reply to: How to prevent a page from showing in the upper menu barwithout knowing what theme and knowing the url, I can only give you some thoughts. do you have a caching plugin active? if so changes may not show right away.
are you sure you saved the menu after you made the change (I made this mistake several times)Forum: Fixing WordPress
In reply to: Export postsIf you are just changing themes, there is no need to export your posts – just change the theme. The posts will still be there.
Forum: Fixing WordPress
In reply to: Two wordpress installation and possible plugin-related issues.if you do two installs – SITE-A and SITE-B, then each site will be separate. Each will have it’s own database. Anything you add to SITE-A (post, page, plugin) will only be in SITE-A.
You can not have two wordpress installs using the same domain name. However, depending on your host, you could have subdoamins so you could have
yourdomain.com
sitea.yourdomain.com
siteb.yourdomain.comForum: Fixing WordPress
In reply to: Option to download an .exe file and execute it automaticaly?No offence, but encouraging anyone – especially older people – to download an unknown .exe and run it is a very bad idea.
why aren’t you directing them to the teamveiwer site to down load the file?
That does not seem to be a wordpress site.
Forum: Fixing WordPress
In reply to: WP Query Help – Posts Per PageI make sure to check it a few times and see if you are getting a random post and not just the same one over and over.