-
Search Results
-
As it was previously reported here: https://kriesi.at/support/topic/tabular-table-column-headings-issue-in-v3-0-1/#post-333094 the code change in v3.0.1 screws up the column headings on the responsive tabular tables.
On the above link it shows that by removing the +1 that for some reason was added on line 294 in (enfold\config-templatebuilder\avia-shortcodes\table.php) on v.3.0.1 fixes the issue. Why was that +1 was added to that code? What’s its purpose? There was never given an answer on the above closed ticket neither was fixed on the new v3.0.2.
Please let us know what’s the need for that +1 that was added to the code after the v.3.0.1 that causes the column headings issue. Also please fix the bug on the next theme update.
Thank you,
GeorgeWhen viewing a table in mobile-view, the headers are inlined by using the css :before trick. However, the offset is wrong, the nth-of-type(n) offset is starting at 0 instead of 1.
The affected code is config-templatebuilder/avia-shortcodes/table.php line 294, and here is a fix:
$responsive_style .= ".avia-table-".self::$table_count." td:nth-of-type(" . ($counter+1) . "):before { content: '".$row['content'][$counter]['content']."'; } ";Original line:
$responsive_style .= ".avia-table-".self::$table_count." td:nth-of-type({$counter}):before { content: '".$row['content'][$counter]['content']."'; } ";Hi,
In a socket I get the following error message:
Warning: Invalid argument supplied for foreach() in /home/(…)/config-templatebuilder/avia-shortcodes/table.php on line 185I did not touch table.php at all. How can I solve that?
Thanks
MTry as I might I cannot seem to do this. I have tried applying various quick CSS changes based on different posts here but nothing seems to alter the font sizes in my tabular data. I have tired to see if there any option to edit table.php directly and struck out there too. Anyone able to help?
Hallo,
bin dabei das aktuelle Enfold-Update zu machen, vorerst auf der lokalen Installation, und habe bemerkt, daß die Tabellen nicht mehr korrekt dargestellt werden. Hier zwei Screenshots:
Vor dem Update:
https://dl.dropboxusercontent.com/u/4900424/Bildschirmfoto%202014-08-06%20um%2015.32.23.png
Nach dem Update:
https://dl.dropboxusercontent.com/u/4900424/Bildschirmfoto%202014-08-06%20um%2015.33.28.png…habe im Forum gelesen, daß nun die Möglichkeit besteht, die Tabellen “scrollbar” zu machen, was ich bzw. mein Kunde nicht möchte –
gibt es eine Möglichkeit, die fehlende 1. Zeile der Tabelle auf mobilen Geräten darzustellen?
Wenn ich mich recht erinnere, hatte ich auch damals, beim Erstellen der Webseite, table.php modifizieren müssen, leider finde ich diese Anleitung nicht mehr :-(liebe Grüsse
SoltnerHi
I used your table builder and I stuck at coloring table background. I couldn’t do this because there was no custom class for the table.Therefore I suggest to modify \config-templatebuilder\avia-shortcodes\table.php file, line 298 to:
$output .= "<{$tag} class='".$cell_attributes['col_style']." column".$counter ++." '";Thanks
I have been experiencing fatal errors and could not use the admin side of WordPress earlier today. I think I have them fixed now, but I’m not sure. I am sending this along to you as I am seeing others like this and hope it may help in troubleshooting it for everyone.
Earlier today:
When logging into Pages, they responded very randomly. For instance, the Home page does not display or sometimes gives a fatal error and the Rates page comes up with only the default editor and otherwise a blank white screen. Oddly, the user side looks and operates fine. Below are some threads I’ve posted on for this problem and some things I’ve done from your advise that, so far, have not worked.I love this theme -it is one of the nicest themes I’ve ever developed with, BUT I need to get it to launch successfully and be stable.
My site is at: http://bit.ly/1ff9EVF
Thanks -Lynn
Link: https://kriesi.at/support/topic/fatal-error-caused-bij-enfold/
January 23, 2014 at 6:17 pm
I am receiving similiar php warnings and my host said to contact the Theme developers. My site is at: http://bit.ly/1ff9EVF
Should I open a new thread or can you help on this one? The error I am receiving is: Fatal error: Cannot use object of type WP_Error as array in /home/sterling/public_html/new-wordpress/wp-content/themes/enfold/framework/php/auto-updates/class-envato-protected-api.php on line 344
I have also been receiving php memory limit errors, but I increased the allotment and that seemed to resolve that.
Thanks -LynnJanuary 23, 2014 at 8:04 pm
For now, I have resolved this by deactivating the Jetpack plugin.
It caused this error when loading, but then loaded the plugin: Fatal error: Out of memory (allocated 67633152) (tried to allocate 122880 bytes) in /home/sterling/public_html/new-wordpress/wp-admin/includes/class-wp-plugin-install-list-table.php on line 269
Then it gave this error when I clicked on Sites Stats (twice): We were unable to get your stats just now. Please reload this page to try again. If this error persists, please contact support. In your report please include the information below.
User Agent: “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.73.11 (KHTML, like Gecko) Version/6.1.1 Safari/537.73.11″ Page URL: “http://sterlingridgeresort.com/new-wordpress/wp-admin/admin.php?page=stats&noheader” API URL: “http://dashboard.wordpress.com/wp-admin/index.php?noheader=true&proxy&page=stats&blog=58935943&charset=UTF-8&color=coffee&j=1:2.7″ http_request_failed: “Couldn’t resolve host ‘dashboard.wordpress.com’”
I disabled Jetpack and some of the errors went away (I thought it was fixed), but when I went into several pages, then I received the random errors described above.Then I did the suggestions at the end for the php.ini file:
link: https://kriesi.at/support/topic/java-script-error/
January 16, 2014 at 9:52 amHey!
This is not an incompatibilty issue but a problem of the envato theme update api. You can try two things:
1) Update the api file to the latest version – the code can be found here: https://github.com/envato/envato-wordpress-toolkit/blob/master/includes/class-envato-api.php – just delete the code in wp-content/themes/enfold/framework/php/auto-updates/class-envato-protected-api.php and insert the updated code. I’m not sure if it will work though (I can’t test it).
2) Deactivate the update api – insert following code into the child or parent theme functions.php file – i.e. insert it at the very bottom of the file
add_theme_support(‘avia_manual_updates_only’);
Cheers! PeterIt still was not fixed.
Then I increased the PHP Configuration to 200M. Still not fixed.
Then I turned off the NextGEN Gallery by Photocrati & NextGEN Gallery Media Library Addon Plugins.
And that! seems to have fixed it.
Cross your fingers -hope this helps you in troubleshooting. It seems like I do not have an immediate problem, but it still doesn’t seem quite ‘right’. When changing text in the avia theme editor, sometimes I am getting the ‘Visual’ display and sometimes I need to go to the “Text” tab to edit the Text Block.I am using Liquid Web as the host.
Hello!
First of all, what a great theme it is. Thanks to the whole team for the effort : )
I’ve encountered some problems using it and here are my solutions:
1) There was a discussion earlier about a table bug which results in wrong order of row labels on mobile devices (https://kriesi.at/support/topic/table-bug-enfold/). As I understand, there is no element zero in CSS, so changing line 282 in \config-templatebuilder\avia-shortcodes\table.php
$responsive_style .= ".avia-table-".self::$table_count." td:nth-of-type({$counter}):before { content: '".$row['content'][$counter]['content']."'; } ";
to$fix = $counter + 1; $responsive_style .= ".avia-table-".self::$table_count." td:nth-of-type({$fix}):before { content: '".$row['content'][$counter]['content']."'; } ";should fix the problem.
2) I was also annoyed by the resulting quality of scaled logo images in Firefox. Adding
.logo img{image-rendering: auto;}
to \css\custom.css should improve it (https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering).Hope it helps someone. Good luck!
Hi,
I would like to change the table.php through enfold-child theme. I copied a section from table.php starting with a class declaration
avia_sc_table extends aviaShortcodeTemplate {to the functions.php in child theme. However, after I’ve done this the site doesn’t load anymore. What might be an issue?Thanks
Hi,
Is it possible to change table.php so you can add colspan and/or rowspan to the shortcode?
I’m not familiar with php and really have no idea how, but i guess it’s not that much work.
Like this:
[av_table purpose='tabular' caption=''] [av_row row_style='avia-heading-row'][av_cell col_style='' colspan='2']Table title[/av_cell][/av_row] [av_row row_style=''][av_cell col_style='']Item 1[/av_cell][av_cell col_style='']Item 2[/av_cell][/av_row] [/av_table]
Thanks for helping me out!
a01
