juggledad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress not working over wifi1) wifi will make no difference – wordpress doesn’t know or care about it
2) if the site works fine with one of the twenty-xxx themes (over wifi) then it is not a wordpress issue
3) since you are using a themeforest premimum theme and the error is in thier code, you need to contact them for support since we don’t have access to the themeForum: Reviews
In reply to: [Atahualpa] Upgrade debacle: 3.7.12 > 3.7.24There was an issue where a couple items – if un set, wouldn’t export. I could try walking you thru editing the export file or if you go to the dedicated theme forum – http://forum.bytesforall.com – and open a thread and attach your export, I can fix it for you.
Forum: Fixing WordPress
In reply to: Site title and tagline doesn't show correctlyGreat, make sure to contact the plugin author and mark this resolved.
Forum: Fixing WordPress
In reply to: Error building the category permalinksDid you try adding in the category widget toa sidebar and testing that?
the /a is not the problem, it is the missing word ‘category’ – although I just tested using http://www.mediatrends.es/category/informatica/ but it gets rewritten to http://www.mediatrends.es/informatica/ which points at your htaccess file.
you need to go back to basics.
1) disable ALL plugins
2) change the permalinks to the default
3) do the links work? if the answer is yes continue4) change the pemalinks to /%post_id%/%postname%/
5) do the links work? if the answer is yes continue6) change the pemalinks to /a/%post_id%/%postname%/
7) do the links work? if the answer is yes continue8) activate all the plugins
9) do the links work?
— if the answer is no, the cause is a plugin.Forum: Fixing WordPress
In reply to: Error building the category permalinksSo this is in the MENU that the problem occurs. How is the menu created? Is it an automatic menu generated by the theme or is it a custom menu?
If it is made by the theme then is is going to be a theme issue.
Test this out by adding the category widget to the site and see if that works.
Forum: Fixing WordPress
In reply to: Error building the category permalinksWhat happens if you disable the yoast seo plugin?
Forum: Fixing WordPress
In reply to: Error building the category permalinksCan you provide the url that exibits the issue so I can see it?
Forum: Fixing WordPress
In reply to: Error building the category permalinksWhy the router is not able to manage the /a/ literal?
Router?? A router is a piece of hardware and has nothing to do with this.
Where are the bad links? can you provide a url that exibits the issue?
Forum: Fixing WordPress
In reply to: Problem with Home pageYou are using a premimum theme and should ask the author about this. We have no access to the theme so we don’t know what it does.
Forum: Fixing WordPress
In reply to: Error building the category permalinksThe ‘a’ shows up because it is literally part of the permalink
the word ‘category’ shows up because that is what is used inplace of the %post_id%
if you go to an archive page, you will see ‘date’ in the %post_id% positionForum: Fixing WordPress
In reply to: Error while Updating theme or plugin after updating to Version 4.4Check your file permissions for the wp-content/plugins folder and the themes folder. see https://codex.wordpress.org/Changing_File_Permissions
Forum: Fixing WordPress
In reply to: Ghost Comments?What happensif you disable all the plugins? What is the coulnt then?
If it is 0 then add the plugins a couple at a time till you find the culprit
Forum: Fixing WordPress
In reply to: Error building the category permalinksanything you put in your permalink other than the %…% strings will show up as part of the url. That is why the /a/ shows up.
Now the reason you are having a problen is that you are using a dash instead of an underscore – you have %post-id% when it should be %post_id%
BUT why are you even using post ID?
Forum: Fixing WordPress
In reply to: can't join to category pageGreat! Don’t forget to mark this as resolved.
Forum: Fixing WordPress
In reply to: Home Page It's Gone After Update to WP 4.4Well, since you are using a premimum theme, I would suggest contacting the theme author for support. Ask if they tested with 4.4