markjl
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [VT Blogging] Image sizesHi,
Thanks for your response.
I set my featured image to 600 px and regenerated thumbnails.
Should I not see the whole image on the posts page?Forum: Plugins
In reply to: [Polylang] Bilingual static and blog pagesMany thanks. It works once you have a version blog and front page in each language.
P.S. Also, I compared polylang with other solutions and it is (now that this problem is solved in particular) the best solution because you have the flexibility NOT to translate pages too, so you can create 2 sites in one, and pages themselves are not changed or tags added to the pages which keeps them clean. Also it is easy to see which pages are translated or not.
Kind Regards
Forum: Plugins
In reply to: [Polylang] Bilingual static and blog pagesHello
Has anyone been able to setup a ‘blog’ menu item that displays blog posts by language?
Thanks
Forum: Plugins
In reply to: [WooCommerce] Multilanguage productsHello I thought this problem was solved by this post enabling polylang to work (fully) with woocommerce but now products can’t be found
Forum: Plugins
In reply to: [WooCommerce] WooCommerce or Polylang problem?In fact although it works for the shop page – clicking on products – products cannot be found and all the site urls requiring rework of .htaccess.
likewise your page
comes up 404 not found
How to combine both?
Forum: Plugins
In reply to: [WooCommerce] WooCommerce or Polylang problem?I don’t want to show them as two diffrent products
Glad you mention that – I have the same problem – the same item twice (in 2 languages) on the shop page. Can’t move ahead and want to stick to Polylang.
Forum: Plugins
In reply to: [WooCommerce] Change home action ….Hello Terry thanks, yes I could but the woocommerce shop page does not accept all the code on my current page (such as you tube links) it seems
As for graphical_force thanks but what is a breadcrumb?
Forum: Plugins
In reply to: [WooCommerce] WooCommerce or Polylang problem?That is totally good news thank you very much
It means that I dont need any other language plugin and can now get on and translate the shop
Thank you v muchForum: Plugins
In reply to: [WooCommerce] WooCommerce or Polylang problem?Hello has anyone been able to get Woocommerce and polylang to work together? Thanks
Forum: Plugins
In reply to: [Polylang] Change Header based on languageWell thanks that worked great, I now have 2 different headers, one per language. Super!
Forum: Plugins
In reply to: [Polylang] Change Header based on languageO thanks, I hadn’t seen that previous thread.
Is it perhaps better to use another theme?
Thanks
Forum: Fixing WordPress
In reply to: WP site is a comments seiveHello. I’ve had no spam since I made the change. I guess it worked.
I was quite please also to have been able to make another unrelated update to the database which your suggestion made me look for. I was able to replace line feeds with spaces with the following code
update wp_posts set post_content=replace(post_content, “\n”, ” “);
Forum: Fixing WordPress
In reply to: WP site is a comments seiveHi thanks for reminding me. I ran the script ok on the database under MyPHPAdmin
602 lines updated, thanks a lot for the help
I’ll let you know if the spam numbers drop off.
On the other hand this week was a real exception with 40 in one day. Usually I get just 2 or 3Forum: Plugins
In reply to: [CSV Importer] CSV Importer not dealing with french accentsOK, I finally found it thanks to the editor’s FAQ http://wordpress.org/extend/plugins/csv-importer/faq/
I didn’t realise you could save a text file in different ways: goto file > save as UTF-8 format.
Forum: Plugins
In reply to: [CSV Importer] CSV Importer not dealing with french accentsAfter much head scratching, I just copied my data into the sample file and it imported fine. As often is the case, a solution is found without knowing why. What makes the sample file work and a ‘normal’ txt file different?