Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • I see the lack of support for a subscription service we are paying for and not getting the support.

    I am having the same issue on one of two websites I am subscribed to APO with dashboard notice as follows:

    Note: This optimization is only available for websites using WordPress. We did not detect WordPress running for airportspickup.com

    Using latest plugin version (3.8.7) and both site are hosted on same VPS server. Therefore, it is not a server issue. I’ve also deactivated all plugins and still not able to activate the service.

    I can confirm same issue where uploaded review images (imported reviews function on Alidropship Woo) are not being displayed on Astra Theme.

    Tested it with Twenty Twenty and same results.
    Whenever the plugin is deactivated, the images are displayed once again.
    Upon inspecting on console, I am not able to find “div.cr-ajax-reviews-cus-images-div”

    https://igadgedx.com/product/seamless-women-yoga-outfit-set-fitness-gym-sports-active-wear/#reviews

    Same problem here, but I don’t have either AsyncJS or AO.
    I do have LiteSpeed cache plugin installed with LazyLoad section turned off.
    getting the following console error:
    https:airportspickup.com

    “(index):2728 Uncaught ReferenceError: lazySizes is not defined
    at (index):2728”

    and here is the line 2728
    <script id=’smush-lazy-load-js-after’>
    lazySizes.cfg.nativeLoading={setLoadingAttribute:false,disableListeners:{scroll:true}};lazySizes.init();
    </script>

    I had the same issue and noticed that whenever entering Cloudflare API key, upon saving, the key characters were chunked.
    This made me realize that the UI was actually replacing the API key with browser saved Cloudflare login password.

    To make it work and accept the API key, I opened a new incognito window and then the API key wasn’t replaced by my saved password.

    Help this work with your error code 6003

    @whydik
    Google Translation from Russian into English:

    Good day, I downloaded the plugin through the WP site with automatic installation, but the message is displayed: Your WooCommerce installation is incomplete. If you’ve downloaded WooCommerce from GitHub, please follow this guide to set up your development environment.

    What to do ? I am studying, I want to understand this situation and get lessons, thanks for the help!

    This is one of Elementor’s headaches. Try to reset Elementor Styling this way: Elementor >>Tools >>Regenerate Files >>SAVE.
    Then clear/flush your cache and try again using incognito window.

    bandit1730

    (@bandit1730)

    Rodman38.

    Page seems responsive and that leads me to believe you’ve found a responsive setting fix. However, you can further improve visuals by modifying the following CSS property (as per Element inspect):

    @media (max-width: 767px)
    post-240.css?ver=1511021567:1
    .elementor-240 .elementor-element.elementor-element-yj8dq0l > .elementor-container {
    min-height: 133px;
    }

    you need to change the following: “min-height: 133px;” to “min-height: 250px;” (This is because your background image is not showing as it should in devices meeting the “@media width” property criteria.

    bandit1730

    (@bandit1730)

    Same issue here. The only way to show animations and my Slider Revolution (single slide) is by refreshing the page. Thanks for the suggestion, but as you said… updates are supposed to fix bugs and make work-flow better. Also wishing for an Elementor fix so we could edit top sections without all the hassle.

    Thread Starter bandit1730

    (@bandit1730)

    Hello again.

    Problem solved.
    added the following code to plugin css (tablepress-responsive-tables/tablepress-responsive.min.css)> @media (max-width: 767px):
    **************************************************
    .dataTables_wrapper .tablepress-responsive-phone .column-2 {
    background-color: #e0e0e0 !important;
    color: #333333 !important;
    padding: 8px !important;
    text-align: left !important;
    }
    .dataTables_wrapper .tablepress-responsive-phone .row-1 th {
    text-align: left !important;
    }
    .dataTables_wrapper .tablepress-responsive-phone .column-3, .dataTables_wrapper .tablepress-responsive-phone .column-4, .dataTables_wrapper .tablepress-responsive-phone .column-5, .dataTables_wrapper.tablepress-responsive-phone .column-6, .dataTables_wrapper .tablepress-responsive-phone .column-7, .dataTables_wrapper .tablepress-responsive-phone .column-8 {
    text-align: center !important;
    padding: 8px !important;
    width: auto !important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    }
    .dataTables_wrapper .tablepress-responsive-phone thead th, .dataTables_wrapper .tablepress-responsive-phone tbody td {
    height: 25px !important;
    }

    Thank you very much.

    Thread Starter bandit1730

    (@bandit1730)

    Awesome… This fixes the the and resolves the thread.
    I will start a responsive table thread and see if I can get it going (I am thinking using just the “phone” since I have to change the layout. I hope there is a way to use a different table or use CSS get the desired output).

    Thanks for your prompt replies.

    Note: I am making a donation (Last time I checked, your Amazon wish list link is broken)

    Joseph

    There is a “Table manipulation” section right below table content with merge options. Also, there is the following help file within options:
    *****************************************************************************
    Table cells can span across more than one column or row.
    Combining consecutive cells within the same row is called “colspanning”. Combining consecutive cells within the same column is called “rowspanning”.
    To combine adjacent cells in a row, add the keyword #colspan# to the cell to the right of the one with the content for the combined cell by using the corresponding button. To combine adjacent cells in a column, add the keyword #rowspan# to the cell below the one with the content for the combined cell by using the corresponding button.
    Repeat this to add the keyword to all cells that shall be connected.

    Note: Be aware that the functions of the DataTables JavaScript library will not work on tables which have combined cells.
    *************************************************************************

    Thread Starter bandit1730

    (@bandit1730)

    hi!!

    Sorry Tobias, but it didn’t work (it only works if “shown”. See bottom of table)
    https://123corporatetransportation.com/destinations/ny-car-service-to-jfk-lga-ewr-swf-airport-pickup-suv-van-bus-limo/
    ******************************************************************************
    public static function init() {
    add_filter( ‘tablepress_shortcode_table_default_shortcode_atts’, array( __CLASS__, ‘shortcode_attributes’ ) );
    add_filter( ‘tablepress_table_evaluate_data’, array( __CLASS__, ‘process_parameters’ ), 10, 3 );
    }
    *****************************************************************************

    Thread Starter bandit1730

    (@bandit1730)

    hello again.

    Yes, I did that (add/hide column) by adding a new column (when you add a column, if defaults to the last position). After your last reply, I tried to drag the column to the 1st position and I could not, therefore I deleted it and “inserted” a column in the 1st position and added the “header” text to desired rows.
    Well…. I have bad and good news. The bad news is that if I hide the column, it doesn’t work. The good news is that if the column is shown, it works as intended (so, I am back to square one).

    Could you add a function or develop a plugin to “select a row” and assign a class/id or change it from <td> to <th> even if it means losing the sorting feature?? It could be premium feature that I would be willing to contribute with a donation to get it going.

    Thread Starter bandit1730

    (@bandit1730)

    Hello again.

    Done this:
    ********************************************************

    • installed premium plugin
    • modified short code
    • added CSS

    [table id=nys row_highlight=”header” /]

    .tablepress-id-nys .row-highlight-header td {
    background-color: #333 !important;
    }
    *******************************************************

    and cannot get it to work.
    https://123corporatetransportation.com/destinations/ny-car-service-to-jfk-lga-ewr-swf-airport-pickup-suv-van-bus-limo/

Viewing 14 replies - 1 through 14 (of 14 total)