juggledad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Primary domain name change- website a messWhat is the current URL for the site?
did you go into the site and change teh URL’s at settings->general?Forum: Fixing WordPress
In reply to: Menu created is missingI can’t help you with your theme since it is a premium theme.
But what happens if you swap to twenty-sixteen and disable ALL your plugins – can you edit your menu then?
If so, you need to contact your theme author for support. We do not have access to premimum themes.
Forum: Fixing WordPress
In reply to: Primary domain name change- website a messWhy would you expect them to maintain your site? They are providing web hosting, not maintenance. They did what you asked them tio do, they changed the doamin name that pointed to your site. They have no idea why you are doing that or what you are using it for. For all they know, you might have decided to use a sraighe HTML site.
You admit to being a novice, and you chose to make a signifiant change without knowing the consequences. Sorry, but the only one you can blame for any problems is yourself.
Have you make the changes to the wp-config.php file?
the problem is your wordpress site is still using at the old domain name. All the styling and images ets are still available, you just have to tell wordpress to use the new domain name.Forum: Fixing WordPress
In reply to: Primary domain name change- website a messIsn’t this what Host Papa support should be doing for me?
nope, they did the behind the curtian work to change the doamin name. Th eout front work is your responsibility.
Do I get into the word press root folder through host papa?
I would assume so, if they are doing the actual hosting of the site. You probably have cPanel and with in that a File manager – I can’t be sure since I am not one o thier customers.
If you are really a novice and unsure of what you are doing, I suggest you hire someone to help you out. You can hire someone at http://jobs.wordpress.net
Forum: Fixing WordPress
In reply to: Problems with marginswell it looks like you have figured out how to center your text, however, I personally think having paragraphs of center justified text is difficult to read and off putting. However it is your site and that is my opinion.
as for the slider, have you looked thru the theme’s customization options?
Forum: Fixing WordPress
In reply to: htaccess redirect 301 going to wrong locationmake sure to check teh .htaccess files in the parent folders of the WP root folder to see if there are any other redirects that may be causing this.
.htaccess files are a) recursive on subdirectories and b) cumulative in reverse. This can be difficult to understand.
-The .htaccess in the root directory applies to everything on the site, because it applies to the subdirectories.
-An .htaccess in a subdirectory can override stuff that the parent .htaccess has set.
-RewriteRules apply in reverse order. That is, the current directory rewrites apply first, then the parents rewrites, and so on. The [L], as always, stops processing, even of the parent’s rewrites.Forum: Fixing WordPress
In reply to: index.php is self-rewritingIf the index.php in the wp root is truely being rewritten, then I would suspect your site has been hacked.
Down load a copy of a changed index.php then download a new copy of wordpress to your computer and unzip it.
compare the content of the two files. If you see lots of strange code, then you have been hacked and need to start recovering your sites. You should read thru FAQ My site was hacked and start following it’s suggestions. Good Luck!
Forum: Fixing WordPress
In reply to: Unable to get current product/post ID inside functions.phpwhy are you using a global $wp_query?
if it was set somewhere and this code is being called, what was it set to?Try adding a
echo 'wp_query='.var_dump($wp_query).'<br>';
to make sure $wp_query contains something.Forum: Fixing WordPress
In reply to: Problem with a pluginyou can use FTP or File manager to move or delete the plugin folder from the
‘…/wp-contet/plugins’ folder and that will disable the pluginin the future, try a google search like ‘wordpress how to disable a plugin’
Forum: Fixing WordPress
In reply to: Menu created is missinghow about some helpful information like
1) what theme?
2) are you using a menu plugin
3) what happens if you disable ALL plugins (debugging 101)
4) what is the url
5) what are the exact steps you used to create the menu?Forum: Fixing WordPress
In reply to: Primary domain name change- website a messedit your wp-config.php file in the wordpress root flder and add teh following
define(‘WP_HOME’,’http://http://www.jnjcars.co.uk’);
define(‘WP_SITEURL’,’http://http://www.jnjcars.co.uk’);and see if you get in and teh formatting looks correct.
if it does, go to dashboard->settings->general and change the url’s there.
Then remove the two lines from the wp-config.php fileand let this be a lesson
1) alwys backup your ste before you do anything major
2) if you don’t know what you are doing – ask before you do it
3) if you are still unsure…hire some one that knows what they are doing to do it for you.Forum: Fixing WordPress
In reply to: Sruggling with HyperlinksNow that you have provided a link to the site, I see that you are using a custom theme.
We have no access to your custom theme so have no idea what it does. You need to contact the theme creator for help.
Forum: Fixing WordPress
In reply to: how to find specific html code and removeSome times I type too fast – its not ‘eplugin’ its ‘the plugin’
a some point ‘flippiinbook’ must have been installed and google has a reference to it.
If in fact you never used flippiinbook then you need to attack this from the google side. Try looking at https://support.google.com/webmasters/answer/35120?hl=en and see if it helps
(fond with a google search using ‘error in google indexing’Forum: Fixing WordPress
In reply to: Menu text color change with hoverYou are using a premimum theme and should contact the author’s support page for assistance. We don’t have access to the theme.
That said, try playing with the FireBug extension of FireFox so you can change the CSS for an element and see what it does on the fly.
Forum: Fixing WordPress
In reply to: Menu text color change with hoverYou are using a premimum theme and should contact the author’s support page for assistance. We don’t have access to the theme.
That said, try playing with the FireBug extension of FireFox so you can change the CSS for an element and see what it does on the fly.