Viewing 30 results - 31 through 60 (of 107 total)
  • Author
    Search Results
  • #788592

    This just popped up when i looked at the Details of the Table Rate plugin:

    Notice: Undefined property: stdClass::$slug in /home/connector/domains/connectorworldtrade.com/public_html/wp-admin/includes/class-wp-plugin-install-list-table.php on line 52

    #712448

    In reply to: URGENT SITE DOWN

    Nikko,

    That resolved one issue which I am grateful for your time however when i go to a domain forward such as http://www.AustinViewing.com I now receive the following error:

    Warning: Cannot modify header information – headers already sent by (output started at /home/adcondos/public_html/wp-admin/includes/class-wp-list-table.php:1) in /home/adcondos/public_html/wp-includes/pluggable.php on line 1174

    #712407

    In reply to: URGENT SITE DOWN

    I also know when i try to do any page updates i receive the following error:

    Warning: Cannot modify header information – headers already sent by (output started at /home/adcondos/public_html/wp-admin/includes/class-wp-list-table.php:1) in /home/adcondos/public_html/wp-includes/pluggable.php on line 1174

    #712373

    In reply to: URGENT SITE DOWN

    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/adcondos/public_html/wp-admin/includes/class-wp-list-table.php:1) in /home/adcondos/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    Warning: Cannot modify header information – headers already sent by (output started at /home/adcondos/public_html/wp-admin/includes/class-wp-list-table.php:1) in /home/adcondos/public_html/wp-includes/pluggable.php on line 1174

    #711484

    In reply to: URGENT SITE DOWN

    Also getting the following errors

    Warning: session_start(): Cannot send session cookie – headers already sent by (output started at /home/adcondos/public_html/wp-admin/includes/class-wp-list-table.php:1) in /home/adcondos/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/adcondos/public_html/wp-admin/includes/class-wp-list-table.php:1) in /home/adcondos/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    #711482

    Topic: URGENT SITE DOWN

    in forum Enfold
    tdproperty
    Participant

    I was having cache errors and added the following code:

    add_theme_support('avia_no_session_support');

    This code removed the cache errors now i have the following error when trying to access wp-admin

    Warning: Cannot modify header information – headers already sent by (output started at /home/adcondos/public_html/wp-admin/includes/class-wp-list-table.php:1) in /home/adcondos/public_html/wp-includes/pluggable.php on line 1174

    I recently tried to update the enfold theme twice and it failed twice however just noticed this error this am which wasnt their last night any help would be greatly appreciated?

    #670689
    jells2
    Participant

    Hi I’m having this error

    Warning: Invalid argument supplied for foreach() in /home/equineta/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table.php on line 343

    #662611

    Topic: PHP Versioning Issue?

    in forum Enfold
    goosedigital1
    Participant

    Hi team,

    Our development site was done in PHP 5.6, but upon launching http://www.comdagives.com, we were only told that the launch environment is in 5.4 after discovering that the wp-admin editors do not function. The front end is mainly fine. Here’s the error we’re getting when we try to edit a page (live site only):

    Fatal error: require(): Cannot redeclare class wp_comments_list_table in /websites/www.comdagives.com/html/wp-admin/includes/list-table.php on line 44

    Google maps also doesn’t work, and we cannot update the theme. The theme update is likely a read/write issue with our security, though.

    Google: This page was unable to display a Google Maps element. Please contact the site administrator. If you are the administrator of this site, please check the JavaScript console or check the following page for troubleshooting: http://g.co/mapsJSApiErrors

    Theme: An error occurred while updating Enfold: Could not create directory.

    #623283

    i have the latest wp file in that folder but the backend is not available.
    class-wp-list-table.php

    Warning: require_once(/homepages/7/d79787301/htdocs/reloaded/wp-admin/includes/class-wp-list-table.php): failed to open stream: Permission denied in /homepages/7/d79787301/htdocs/reloaded/wp-admin/includes/admin.php on line 63

    Fatal error: require_once(): Failed opening required ‘/homepages/7/d79787301/htdocs/reloaded/wp-admin/includes/class-wp-list-table.php’ (include_path=’.:/usr/lib/php7.0′) in /homepages/7/d79787301/htdocs/reloaded/wp-admin/includes/admin.php on line 63

    #610566

    In reply to: Button issue

    Hey!

    What are the modifications in the table.php file? Rename the shortcodes folder instead.

    Regards,
    Ismael

    #609971

    In reply to: Button issue

    Hi!

    I’m not sure what’s going on there but try to remove the shortcodes/table.php file then test the builder again.

    Best regards,
    Ismael

    Hi,

    Open /enfold/config-templatebuilder/avia-shortcodes/table.php and look for this line:

    $responsive_style .= ".avia-table-".self::$table_count." td:nth-of-type(".($counter + 1)."):before { content: '".$row['content'][$counter]['content']."'; } ";
    

    Replace it by this:

    $responsive_style .= ".avia-table-".self::$table_count." td:nth-of-type(".($counter + 1)."):before { content: '".html_entity_decode($row['content'][$counter]['content'])."'; } ";
    

    Regards,
    Josue

    #577743

    Andy,

    We have done some tests. We’ve created a fresh WP installation (4.4.2) and installed Enfold (3.4.7). Added a new page and placed the button. When editing the button we expect the button popup, but the table popup appears.

    My developer has discovered a weird tabel shortcode config in the templatebuilder section (/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table.php#25). Is contains: $this->config['shortcode_nested'] = array('av_row', 'av_cell','av_button');
    When we remove 'av_button' from the array the above mentioned problem seems to be solved. Is there a reason to include av_button in that array?

    #550409

    Hi,

    Open table.php and look for line:

    $responsive_style .= ".avia-table-".self::$table_count." td:nth-of-type(".($counter + $responsive_style_nth_modifier)."):before { content: '".$row['content'][$counter]['content']."'; } ";
    

    Replace it by this:

    $responsive_style .= ".avia-table-".self::$table_count." td:nth-of-type(".($counter + $responsive_style_nth_modifier)."):before { content: '".strip_tags($row['content'][$counter]['content'])."'; } ";
    

    Regards,
    Josue

    #542234

    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

    #537914

    Hey!

    Could be, i’ll report the issue to Kriesi. Although you don’t have to worry about it as it the mod is in your child theme, the modification goes as follows (361-366 in table.php):

    							$input = $row['content'][$counter]['content'];
    							$psuedo_content = preg_replace_callback("/(&#[0-9]+;)/", function($m) { return mb_convert_encoding($m[1], "UTF-8", "HTML-ENTITIES"); }, $input);
    
    							$responsive_style .= ".avia-table-".self::$table_count." td:nth-of-type(".($counter + 1)."):before { content: '".str_replace("<BR>", " ",$psuedo_content)."'; } ";
    							$counter ++;
    

    So the idea is to process the content before inserting it to make sure these entitiy characters are converted.

    Regards,
    Josue

    #537250

    Hi!

    Check it now, i’ve used a modified version of table.php in your child theme (/shortcodes/).

    Regards,
    Josue

    #524168

    Hey!

    Are you sure this didn’t work? i just made a quick test with the shortcode you gave us and indeed the hyphens were messed up at first, then i applied that mod to the table.php file and it did got fixed.

    Regards,
    Josue

    #521272

    Ok let’s try something, open /enfold/config-templatebuilder/avia-shortcodes/table.php and look for this line:

    $responsive_style .= ".avia-table-".self::$table_count." td:nth-of-type(".($counter + 1)."):before { content: '".$row['content'][$counter]['content']."'; } ";
    

    Replace it by this:

    $responsive_style .= ".avia-table-".self::$table_count." td:nth-of-type(".($counter + 1)."):before { content: '".html_entity_decode($row['content'][$counter]['content'])."'; } ";
    

    Regards,
    Josue

    #512076

    Hi Andy,

    ok, is it enough just to copy the edited function from table.php to the functions.php (of the child theme) to ensure the updated function will be used even after an update of the theme? Or is anything else needed?

    Best regards
    Jan

    #510116

    Hey!

    unfortunately it won’t be possible to use table.php as child theme and you would need to write a php function inside your functions.php.

    Regards,
    Andy

    #509740

    Hi Elliott,

    ok, this worked, but I think this behavior should be optimized. If you have a table with headlines in the first column + headlines in the first row it makes no sense getting data from the first cel of the first row. In any case this should be suppressed.

    Question: Is there a way to add the file of /enfold/config-templatebuilder/avia-shortcodes/table.php to the child theme as well? I tried to build the structure of folders in the child theme folder but the file is not being used. I would like to keep the change of the edited function in table.php when the theme is updated without making any changes again.

    Thanks for your help!
    Jan

    #506167

    In reply to: Broken tables

    Also, oddly enough, when I preview these pages from the edit page the table shows up correctly but the following error is at the top of the screen:
    Warning: Invalid argument supplied for foreach() in /home/linnaero/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table.php on line 339

    #481138

    Thank You Yegit for reply.
    I have uploaded the theme via ftp, but once again the same login problem. I was using enfold 3.2 without any issue except error log like:

    [30-Jul-2015 02:14:37 UTC] PHP Warning: Illegal string offset ‘row_style’ in /home/edudosec/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table.php on line 290
    [30-Jul-2015 02:14:37 UTC] PHP Warning: Illegal string offset ‘row_style’ in /home/edudosec/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table.php on line 284
    [30-Jul-2015 02:14:37 UTC] PHP Warning: Illegal string offset ‘col_style’ in /home/edudosec/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table.php on line 241.

    Regards
    BijendraMohan

    #480524
    BijendraMohan
    Participant

    Hey,
    1. Our site “www.edudsoe.com” is facing login problem wtih update of theme enfold 3.2.3. We have restore the theme with previous version and it has no any such issue.
    2. Our error_log file gives too many erroes like this:
    [30-Jul-2015 02:14:37 UTC] PHP Warning: Illegal string offset ‘row_style’ in /home/edudosec/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table.php on line 290
    [30-Jul-2015 02:14:37 UTC] PHP Warning: Illegal string offset ‘row_style’ in /home/edudosec/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table.php on line 284
    [30-Jul-2015 02:14:37 UTC] PHP Warning: Illegal string offset ‘col_style’ in /home/edudosec/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table.php on line 241.
    These errors have been started since 31 Jan 2015.

    #439841

    Hi!

    A temporary workaround would be to disable the markup on table elements, you can do that by editing /enfold/config-templatebuilder/avia-shortcodes/table.php and replacing the iterations of:

    $markup = avia_markup_helper(array('context' => 'table','echo'=>false, 'custom_markup'=>$meta['custom_markup']));
    

    By:

    $markup = "";
    

    Regards,
    Josue

    #429760

    Hi df50!

    Open up /enfold/config-templatebuilder/avia-shortcodes/table.php and change line 102 from this.

    "std" 	=> "pricing",
    

    To this.

    "std" 	=> "tabular",
    

    Best regards,
    Elliott

    #424577

    Hey Ismael,

    Thank you very much for the temporary fix idea! I didn’t think of that one.

    Re your “updateproof” note: Yes, I did indeed realize it could be a potential cause of problems. Which is why I manually update the child theme’s table.php file after each Enfold update and then remove the +1 again. Which, in itself, makes updating Enfold a bit of a hassle. And, for now, the temp buttons fix requires a manual update of buttons.php as well :)

    To answer your question: I have indeed tried to make the tables scrollable. But since some of my tables are quite large, this makes them very wide, requiring lots of vertical scrolling… which I think isn’t very mobile user-friendly and doesn’t look that good. Which is why I prefer the tables to be responsive :)

    Hopefully Kriesi manages to work something out, which fixes the issues caused by the +1 in tables.php. As I’m sure that the +1 is there for a reason, so removing it doesn’t seem like the best fix.

    Maybe this user’s fix is the correct fix (add an extra +1 instead of removing it): https://kriesi.at/support/topic/bug-table-headers-applied-incorrectly-on-media-query/#post-401260 This user’s fix seems to make sense, as each of the 2 $counter var mentions will now be increased with 1. Perhaps this fix is the key to fixing the responive table issue :)

    Thanks again,

    Ralph

    PS: How can I post those nice code blocks as seen in this post: https://kriesi.at/support/topic/viewing-tables-on-mobile-devices-confusing-order-of-items-displayed/#post-417766

    #423945

    Hi Ismael,

    Thanks for your reply!

    How can I include those nice code blocks in a post?

    Anyway. it’s only a tiny modification to fix the following issue: https://kriesi.at/support/topic/bug-table-headers-applied-incorrectly-on-media-query/#post-423170 It would be great if this issue could be fixed in Enfold’s core code :)

    Here’s the requested Pastebin (I only removed the +1 found at line 349): http://pastebin.com/cZdc3Yy2

    Please Note: The original / unmodified table.php file causes the same Advanced Layout Builder issue, when the file is loaded via the child theme. Suggesting it’s not caused by the table.php file. The latest Enfold version seems to have issues with loading shortcodes via the child theme, as it used to work just fine with previous versions.

    Since I experience this issue on all of my Enfold sites, I believe you should be able to replicate the issue as follows:

    1. Activate the Enfold child theme;
    2. Use this function in your child theme;
    3. Place the original / unmodified table.php in the child theme’s shortcode folder;
    4. Edit a page via the Advanced Layout Builder;
    5. Open the config settings of a button element, within the page content;
    6. Instead of the button config, the table config will pop up.

    Hope this helps.

    Best,

    Ralph

    #423892

    Hi!

    What are the modifications made in the table.php file? Please post the code on pastebin.com.

    Cheers!
    Ismael

Viewing 30 results - 31 through 60 (of 107 total)