tazz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot change language with old databaseHi boernei,
I investigated this a bit further on some forums and here’s the thing (as far as I understood it ;):
The translations are not complete and not all the elements are translated for some languages. Some seems to stay in the language the installation was in or in English.The good news is, if you wish to completely translate the missing pieces – you can.
You will need to download the .po file corresponding to the .mo language file you installed. Then you will need to translate additional terms and create a new .mo file.
There is quite a nice quide here: https://codex.ww.wp.xz.cn/Translating_WordPress
And a few explanations and references here: https://codex.ww.wp.xz.cn/Installing_WordPress_in_Your_Language#Additional_CustomizationLet me know if it works.
Keeping fingers crossed!
Taz- This reply was modified 9 years, 8 months ago by tazz.
Forum: Fixing WordPress
In reply to: Cannot change language with old databaseHi boernei,
check out this guide and let me know if this helps:
https://codex.ww.wp.xz.cn/Installing_WordPress_in_Your_LanguageYou can always download the new .mo file for German, upload it to your /wp-content/languages folder, and manually change the wp-config.php with define (‘WPLANG’, ‘de_DE’);
Best of luck
TazForum: Fixing WordPress
In reply to: Links in the footer selectable but no clickableSome of the links point on the home page.
For instance “Find a job you love” leads to the home page, and I suspect you want if to lead to http://pygma.monrespro.com/jobs/
Also, for the social media buttons to “work” or lead to respected social media pages, you need to put links to each of the social media share icons.
You can do all that through your WP Admin panel and Theme Customizer.
Best of luck
TazForum: Fixing WordPress
In reply to: wp social sharingVery gad to hear that.
Best of luck
TazForum: Fixing WordPress
In reply to: wp social sharingHi homerelookingre, let me try to help.
As far as I can see the problem is with the link. The link through social media share buttons is:
http%3A%2F%2Fwww.homerelookingremilia.com%2Fterza-edizione-delladi-ceramics-design-award-cersaie-2016%2FAnd it should be:
http://www.homerelookingremilia.com/terza-edizione-delladi-ceramics-design-award-cersaie-2016/Can you check withinn the plugin how links looks like, and maybe try to copy and paste it again?
Let me know if this helped.
Taz- This reply was modified 9 years, 8 months ago by tazz.
- This reply was modified 9 years, 8 months ago by Jan Dembowski.
Forum: Fixing WordPress
In reply to: Speed on my Site is horribleHI @encelitsep,
also I would like to suggest to turn of plugins one-by-one and test the website speed as it is entirely possible that the delay in site load is caused by one plugin that creates the delay.Let me know if this helped.
Best of luck
TazForum: Fixing WordPress
In reply to: Malware Detected by GoogleHi Velibor,
as far as I can see you are only Blacklisted with Google Safe Browsing, and even them consider your site not to have anymore ‘dangerous’ content on it:
https://www.google.com/transparencyreport/safebrowsing/diagnostic/index.html#url=velnikolic.comHere is a guide explaining in detail what you need to do to remove the Blacklist entry:
https://developers.google.com/webmasters/hacked/docs/request_review?hl=en&rd=1Best of luck
TazForum: Fixing WordPress
In reply to: Admin dashboard loading slowly: resolving timed outHi Benjamin,
may I suggest to try disabling plugins one-by-one until you find the culprit?There been a similar issue with one plugin delaying page load by 30-32 seconds.
Let me know if this helped.
TazForum: Installing WordPress
In reply to: Installation issuesHi LadyKay,
if I understand you correctly you first registered you website with WordPress.com, received your domain http://www.bisnezman.com and you purchased your hosting with HostGator.ww.wp.xz.cn is a bit different from WordPress.com. You can see the difference explained here in a great article: https://codex.ww.wp.xz.cn/WordPress_vs_WordPress.com
Long story shot ww.wp.xz.cn does not provide you with a free domain.
So by installing WordPress from ww.wp.xz.cn you din not receive free .org domain (in this case http://www.biznesman.org).You will have to buy/register that domain before moving your blog to it.
Hope this helps.
Taz- This reply was modified 9 years, 8 months ago by tazz.
Forum: Installing WordPress
In reply to: Fatal Error on installHi annamal,
may I suggest that you clear all the wordpress files from the server as some of them may be corrupted. Then to transfer the entire new unpacked wordpress installation and try again.Also you may try to activate the installation through the browser
– If you installed WordPress in the root directory, by visiting: http://example.com/
– If you installed WordPress in its own subdirectory called blog, for example, you should visit: http://example.com/blog/Just in case, here is a detailed process, step-by-step> https://codex.ww.wp.xz.cn/Installing_WordPress#Famous_5-Minute_Install
Best of luck
TazP.S.
Let me know if this helped.Forum: Fixing WordPress
In reply to: Upgraded WordPress to 4.6 now site is VERY slowLet me add up, that I agree with Steve that the most likely is a problem with your server and first thing to do is to check that with your hosting provider as they can explore the issue more closely.
The site loads up pretty quickly. The problem is 32 sec wait time before site starts to load.
I don’t believe it is a issue with wordpress, but that has to be explored a little closely or “under-the-hood” so to speak.
You can see the break down of the website elements on this link: https://tools.pingdom.com/#!/Yiqq8/http://thestaircasepeople.co.uk/
P.S.
There are numerous free tools for checking the loading of the website. I sent the one above (tools.pingdom.com) because it is free (for now) and it offers understandable insights.Hope this helps a little.
Best of luck.
TazForum: Fixing WordPress
In reply to: How to Make Two Links in One PageHello Alvi!
If I understand you correctly, you want ppl to be redirected from “http://xxx.com/blog” to “http://xxx.com/ourthings”
You need to access your .htaccess file and put a following code into it.
.redirect 301 /blog http://xxx.com/ourthingsThe code “301” is most commonly used on redirected sites and means “moved permanently”. Research other “300” codes to learn about other functions.
If this is a bit too complicated, there is a way to slove this using a plugin without a single ine of code. You can see a guide for this on this web address: http://www.wpbeginner.com/beginners-guide/beginners-guide-to-creating-redirects-in-wordpress/
Hope this helps
TazForum: Fixing WordPress
In reply to: How to fix Render-Blocking Java Script in WordPress?Hi zaidromly,
the fastest and simplest way would be to *remove the plugins* that use javascript or in this case Jquery on the page.It would help if you would put the actual website address so we can take a look at what exact plugins are using on your website.
Or just a link to the Google Developer speed insights results so we can see the actual suggestion?
P.S.
Sometimes it is very hard to defer parsing the JavaScript on the page since it is connected to the key elements for the page to load. But sometimes it is some insignificant element that can be removed from the page.Best of luck and let me know if I can help further
Taz