Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)
  • Thread Starter ethink1

    (@ethink1)

    It would be great if you implemented that new option, it would be very useful since if I add a video with text, the button is on top and it doesn’t look good. Hope it soon! Thanks.

    Icono de Validado por la comunidad
    Thread Starter ethink1

    (@ethink1)

    I upload another CSV, with all tha dates, some of them changes and anothers are the same. Please, help!

    Thread Starter ethink1

    (@ethink1)

    Thank you, another question. I would like to display button (read more button) above navigation buttons. Can you suggest me a css code to do that? Thank you.

    Thread Starter ethink1

    (@ethink1)

    Sorry, but It doesn’t work for me… zeros dissapear! I don’t know where is the error… I reload page. Any idea to solve it? Thank you.

    Thread Starter ethink1

    (@ethink1)

    I tried using text form but it also erases the zeros… ??

    Thread Starter ethink1

    (@ethink1)

    Hello and thank you for your response.

    On debugging log nothing appears, the problem is in the path… i don’t understand what should be the location of the uploaded files… (now I have this: wp-content/uploads/participants-database/) but this is the current error:

    “The configured uploads directory “W:\web\2 WordPress\aselar.wp/wp-content/uploads/participants-database/” for Participants Database is not writable. This means that plugins file uploads will fail, check the Participants Database “File Upload Location” setting for the correct path.”

    I can add participants manually one by one but when I upload csv, aparently works fine but new participants added not appear…. SOS…

    This is message when I upload csv:
    “File upload completed: 2 lines received.
    The data is importing in the background, refresh the page to get the current status of the import.”

    Please… help! ??

    Thread Starter ethink1

    (@ethink1)

    Now It’s working! Thank you so much!

    Thread Starter ethink1

    (@ethink1)

    The same error message appears ??

    Thread Starter ethink1

    (@ethink1)

    Thank you Lidia, I don’t know how to activate it on plugins.php, please, can you say me some instructions?

    Thank you.

    Thread Starter ethink1

    (@ethink1)

    Many thanks!! It’s perfect.

    Thread Starter ethink1

    (@ethink1)

    Thank you!

    Thread Starter ethink1

    (@ethink1)

    Ok, thank you!

    Thread Starter ethink1

    (@ethink1)

    Thank you Joel, I will try to solve it with them. My support theme is timed out but I hope they can help me anyway.
    Thanks!

    Thread Starter ethink1

    (@ethink1)

    Hello Shane,
    Thanks for your response.
    When I activated a default theme, it works well.
    But when I returned to my chosen theme, the error continue.
    So… what can I do?
    Thank you very much!

    Thread Starter ethink1

    (@ethink1)

    Sorry, it was solved! Thank you for your answer.

    I have another question, depends on I select the position of the wishlist button in a single product, it has different appearance. I would like to display the button after “add to cart” button but it inherits the same style of “add to cart” button!!! By contrast, when I place the button after the summary it has its own style css.

    We found in a style_dynamic.php that add_to_cart_button and yith-wcwl-add-to-wishlist have the same css. Check it out below:

    <?php
    $woo_products_single_add_to_cart_style = array();
    $woo_products_single_add_to_cart_hover_style = array();

    if(isset($qode_options[‘woo_products_single_add_to_cart_font_family’]) && $qode_options[‘woo_products_single_add_to_cart_font_family’] !== ‘-1’) {
    $woo_products_single_add_to_cart_style[] = ‘font-family: ‘.str_replace(‘+’, ‘ ‘, $qode_options[‘woo_products_single_add_to_cart_font_family’]).’, sans-serif’;
    }

    if(isset($qode_options[‘woo_products_single_add_to_cart_font_size’]) && $qode_options[‘woo_products_single_add_to_cart_font_size’] !== ”) {
    $woo_products_single_add_to_cart_style[] = ‘font-size: ‘.$qode_options[‘woo_products_single_add_to_cart_font_size’].’px’;
    }

    if(isset($qode_options[‘woo_products_single_add_to_cart_line_height’]) && $qode_options[‘woo_products_single_add_to_cart_line_height’] !== ”) {
    $woo_products_single_add_to_cart_style[] = ‘line-height: ‘.$qode_options[‘woo_products_single_add_to_cart_line_height’].’px’;
    $woo_products_single_add_to_cart_style[] = ‘height: ‘.$qode_options[‘woo_products_single_add_to_cart_line_height’].’px’;
    }

    if(isset($qode_options[‘woo_products_single_add_to_cart_letter_spacing’]) && $qode_options[‘woo_products_single_add_to_cart_letter_spacing’] !== ”) {
    $woo_products_single_add_to_cart_style[] = ‘letter-spacing: ‘.$qode_options[‘woo_products_single_add_to_cart_letter_spacing’].’px’;
    }

    if(isset($qode_options[‘woo_products_single_add_to_cart_font_weight’]) && $qode_options[‘woo_products_single_add_to_cart_font_weight’] !== ”) {
    $woo_products_single_add_to_cart_style[] = ‘font-weight: ‘.$qode_options[‘woo_products_single_add_to_cart_font_weight’];
    }

    if(isset($qode_options[‘woo_products_single_add_to_cart_font_style’]) && $qode_options[‘woo_products_single_add_to_cart_font_style’] !== ”) {
    $woo_products_single_add_to_cart_style[] = ‘font-style: ‘.$qode_options[‘woo_products_single_add_to_cart_font_style’];
    }

    if(isset($qode_options[‘woo_products_single_add_to_cart_text_transform’]) && $qode_options[‘woo_products_single_add_to_cart_text_transform’] !== ”) {
    $woo_products_single_add_to_cart_style[] = ‘text-transform: ‘.$qode_options[‘woo_products_single_add_to_cart_text_transform’];
    }

    if(isset($qode_options[‘woo_products_single_add_to_cart_color’]) && !empty($qode_options[‘woo_products_single_add_to_cart_color’])) {
    $woo_products_single_add_to_cart_style[] = ‘color: ‘.$qode_options[‘woo_products_single_add_to_cart_color’];
    }

    if(isset($qode_options[‘woo_products_single_add_to_cart_background_color’]) && !empty($qode_options[‘woo_products_single_add_to_cart_background_color’])) {
    $woo_products_single_add_to_cart_style[] = ‘background-color: ‘.$qode_options[‘woo_products_single_add_to_cart_background_color’];
    }

    if(isset($qode_options[‘woo_products_single_add_to_cart_border_width’]) && $qode_options[‘woo_products_single_add_to_cart_border_width’] !== ”) {
    $woo_products_single_add_to_cart_style[] = ‘border-width: ‘.$qode_options[‘woo_products_single_add_to_cart_border_width’].’px’;
    }

    if(isset($qode_options[‘woo_products_single_add_to_cart_border_color’]) && !empty($qode_options[‘woo_products_single_add_to_cart_border_color’])) {
    $woo_products_single_add_to_cart_style[] = ‘border-color: ‘.$qode_options[‘woo_products_single_add_to_cart_border_color’];
    }

    if(isset($qode_options[‘woo_products_single_add_to_cart_border_radius’]) && $qode_options[‘woo_products_single_add_to_cart_border_radius’] !== ”) {
    $woo_products_single_add_to_cart_style[] = ‘border-radius: ‘.$qode_options[‘woo_products_single_add_to_cart_border_radius’].’px’;
    }

    if(is_array($woo_products_single_add_to_cart_style) && count($woo_products_single_add_to_cart_style)) { ?>
    .woocommerce.single-product button.single_add_to_cart_button,
    .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
    .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
    .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a{
    <?php echo implode(‘;’, $woo_products_single_add_to_cart_style); ?>
    }

    .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
    .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
    .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after{
    <?php
    if(isset($qode_options[‘woo_products_single_add_to_cart_line_height’]) && $qode_options[‘woo_products_single_add_to_cart_line_height’] !== ”) {
    echo ‘line-height:’.($qode_options[‘woo_products_single_add_to_cart_line_height’]-3).’px’;
    }
    ?>
    }
    <?php }

    if(isset($qode_options[‘woo_products_single_add_to_cart_hover_color’]) && !empty($qode_options[‘woo_products_single_add_to_cart_hover_color’])) {
    $woo_products_single_add_to_cart_hover_style[] = ‘color: ‘.$qode_options[‘woo_products_single_add_to_cart_hover_color’];
    }

    if(isset($qode_options[‘woo_products_single_add_to_cart_background_hover_color’]) && !empty($qode_options[‘woo_products_single_add_to_cart_background_hover_color’])) {
    $woo_products_single_add_to_cart_hover_style[] = ‘background-color: ‘.$qode_options[‘woo_products_single_add_to_cart_background_hover_color’];
    }

    if(isset($qode_options[‘woo_products_single_add_to_cart_border_hover_color’]) && !empty($qode_options[‘woo_products_single_add_to_cart_border_hover_color’])) {
    $woo_products_single_add_to_cart_hover_style[] = ‘border-color: ‘.$qode_options[‘woo_products_single_add_to_cart_border_hover_color’];
    }

    if(is_array($woo_products_single_add_to_cart_hover_style) && count($woo_products_single_add_to_cart_hover_style)) { ?>
    .woocommerce.single-product button.single_add_to_cart_button:hover,
    .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
    .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
    .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover{
    <?php echo implode(‘;’, $woo_products_single_add_to_cart_hover_style); ?>
    }
    <?php } ?>

    Any idea to get “wishlist” button without that styles? How could I disable that styles for “wishlist” button?
    Thank you so much!

Viewing 15 replies - 1 through 15 (of 24 total)