Forum Replies Created
-
AuthorPosts
-
Hi Rikard,
found a suggestion in this forum how to create and activate a Google API key. Is working now for me.
Regards,
GeorgSame to me after upgrading.
Works perfect – Thx.
Inspected the page given in my last post. The reason is:
<div class='avia-data-table-wrap avia_responsive_table'> <table class='avia-table avia-data-table avia-table-1 avia-builder-el-5 el_after_av_textblock avia-builder-el-last ' itemscope="itemscope" itemtype="https://schema.org/Table"> <tbody><tr class=''> <th class='avia-desc-col'>Material</th> <td class=''>4D Pearl Sheen Bronze</td></tr><tr class=''> <th class='avia-desc-col'>Chloriert</th><td class=''>Nein</td></tr> <tr class=''> <th class='avia-desc-col'>Besondere Merkmale</th> <td class=''>asymmetischer Schnitt, zweilagiger Kragenaufschlag, diagonaler Reißverschluss, drei Taschen, textiles Innenfutter</td> </tr> </tbody> </table> </div> <style type='text/css'> .avia-table-1 td:nth-of-type(1):before { content: 'Material'; } </style>
within the table. It’s rendered in mobile version only. As the caption is placed inside the <th> section this might be superflous. I tried commenting out the line in table.php (361):
$responsive_style .= ".avia-table-".self::$table_count." td:nth-of-type(".($counter + $responsive_style_nth_modifier)."):before { content: '".$row['content'][$counter]['content']."'; } ";
which seems to be responsible for the responsiveness of the table. This removes the superflous headings, but the heading of the first row as well.
Regards,
Georg- This reply was modified 8 years, 12 months ago by GeorgLudwig.
Hi Basilis,
I updated the theme to 3.4.3 on my development site with NO positive effect. Please don’t excpect the production site to have this version – it’s still 3.4.1 there. I’m having the same effect on another site which is currently mirrored on my development site. I give You the link within the private section.
Regards,
GeorgOctober 14, 2015 at 9:40 am in reply to: Problem with related_posts in secondary language with WPML #518545Hi Ismael,
I tried with the account data given in https://kriesi.at/support/topic/problem-with-related_posts-in-secondary-language-with-wpml/#post-516237 – works fine. I copied them once again to this entry.Regards,
GeorgOctober 10, 2015 at 6:26 pm in reply to: Problem with related_posts in secondary language with WPML #516855Hey Ismael,
1) Not sure, where You looked into – I added a debug in related-post printing out the tag-ids. it’s Array ( [0] => 159 [1] => 82 )
2) Selecting the wp_terms gives:
82 Customization customization-tag 0 14
159 Product product 0 0
3) There is a page customization, but the slug is different (customization, customization-tag)
4) There is no page “product”
5) The query limits by post_type so there should occur no problem neither
6) In German there are related pages an no problem occurs
7) On page http://www.georg-ludwig.com/common/sohle-und-plateau-aus-naturkork You see the posts tagged with ‘product’ – as 159 is the first item in the array
8) I change the array in related-posts.php to $tag_ids= array(82,159); and all posts tagged with ‘customization’ are shownAs I stated in the opening – something is limiting the results to the term_id given in on the first array-position. I may open a second thread at WPML if You thing this problem isn’t related to enfold. I have the WP_Query-Plugin in this installation, so You may print out the queries an check whether the query create is the problem (pre-processing) or the post-processing.
Cheers,
GeorgOctober 9, 2015 at 9:03 am in reply to: Problem with related_posts in secondary language with WPML #516237Hi Ismael,
sorry for the confusion. The example used in my last comment was taken from then development site (link in the private section as well as the admin access).Of course the tags are translated correctly – otherwise my indroducing example by modifying the tag__in-arry in related-posts.php would’nt have give results.
Georg
October 8, 2015 at 2:35 pm in reply to: Problem with related_posts in secondary language with WPML #515815Hi Andy,
It does NOT work – it only switches the problem. When active the related posts of tag1 are shown, when not the posts of tag2. But NOT as in german all related posts of tag1 AND tag2. It’s not the problem of the ATTO-plugin!
As I told You in the beginning – it depends of the order in the tag__in-array. Only the very first term_id inside is taken into the query!
Regards,
GeorgOctober 8, 2015 at 12:40 pm in reply to: Problem with related_posts in secondary language with WPML #515726Hi Andy,
I tried by deactivating the plugins. The only effect is when activating/deactivating the Advanced Taxonomy Terms Order which leads to related posts of either the first or the second tag, but not both. This was what I expected – the ATTO simply reorders the taxonomy. The problem is still, that only the first term_id in the array is resprected. You can monitor this with the link given before. German shows 6 related posts while english does only 5. The missing one is tagged with “factory”. When I deactivate the plugin only one related post is listed – which is the missing one from the previous example.You’re right – this was indeed missing. Now it works like a charm. Thx, Elliott!
Problem solved by deactivaing, deleting and updating all of the WPML plugins. Although they have not been shown outdated I was running 3.1.9 before instead of 3.2.7…
Regards,
GeorgHi Elliott,
tried this, but no effect. WP generates a new htaccess with the correct content, but still no access to the .com site. I’m going to contact WPML support.
Georg
Hi Basilis,
what do You mean? If I disable the plugins the .com works the same as the .de – which is obvious as there is no instance left to differentiate between the domain address used as both domains point to the same site. The only instance which differentiates between the domain used is WPML.Regards,
GeorgDear Andy,
as I said – with the updated enfold You CANNOT enter via the .com site. This is only possible when downgrading again. BTW: the site is the same – WPML is configured with domains.
Georg
Hi Andy,
this is one of the “funny” results of the enfold-upgrade. You have to enter via the .de-administration., Link is in the private section.Sorry – I’m limiting access to wp-login.php in htaccess due to hacker attacks. I’ve commented out this line. Should work now.
Hey Ismael,
I did…….funny thing it’s gone. So once again:
- This reply was modified 9 years, 2 months ago by GeorgLudwig.
Nothing new? Permalinks didn’t do the trick.
Do You need access to the installation ?
Moved the installation to a test system. Please check there. Adresses in the private content.
Hi Ismael,
brought the site to 3.3.2 and flushed the permalinks. No effect. See on the .com site.
Hi Andy,
of course I switched back as this site is in production. For the primary language (de) You may not see any problem – with the secondary (com) You simply see nothing. As stated in the opening no error is loggend and the html is completely empty.
I reproduced it with a second site with the same result.
Regards,
Georg- This reply was modified 9 years, 2 months ago by GeorgLudwig.
Development Site is http://www.georg-ludwig.de/aktuelles. I’ve tried the code-generator for the new plugin on facebook. Interesting to see, that it doesn’t accept data-height as well (see production site: http://www.stiletto-mode.de/aktuelles.
Maybe a Facebook-Problem ?
Having the same issue.It now displays the pages title as well as one row of followers. I can change the height to whatever I wand – the Display remains totally the same.
Hi Ismael,
as it was working before it should be an wonder, but I’ve checked and saved again – I have
* Portfolio Items – translate
* Use different slugs
* German: produkt-details
* English: design-detailsSo this should not be the problem.
Regards,
GeorgHaving the same issue – obviously after updating either WPML or Enfold.
I have a translation for the URL-slug of the portfolio-items. “design-details” for the english original in the permalinks section for the portfolio items base, and “produkt-details” as the german translation. In german site language the portfolio is built with the english permalink which leads to a 404, because the item ist reachable only with the german permalink.
Can You please investigate
Georg
March 24, 2015 at 12:38 pm in reply to: Additional in Hotspot text when using Image with Hotspot #417031This reply has been marked as private.March 24, 2015 at 11:55 am in reply to: Additional in Hotspot text when using Image with Hotspot #417008This reply has been marked as private. -
AuthorPosts