Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: Testimonial slider does not work in IE #19520

    Are there any updates on this topic, because this issue is still there in version 3.3.0

    in reply to: Trouble with reservations #18612

    Hi,

    as I understand, you will update your shortcode, right? When will it available?

    in reply to: Trouble with reservations #18503

    What about the other points 1 and 2, I mentioned?

    Ye, works now.
    But let me shortly explain to all other users having same trouble, what you changed… In file /themes/aqua/framework/shortcodes/blog_grid/bloggrid.php on line 83 add additional code for the pagination

    Before:

    <?php } ?>
     <div style="clear: both"></div>
     </div>

    With new code:

    <?php } ?>
     <div style="clear: both"></div>
     <nav class="pagination text-center" role="navigation">
    	<?php
    	    $big = 999999999; // need an unlikely integer
                echo paginate_links( array(
    		'base' => str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ),		'format' => '?paged=%#%',
    		'current' => max( 1, get_query_var('paged') ),
    		'total' => $wp_query->max_num_pages,
    		'prev_text' => __( '<i class="fa fa-angle-left"></i>', 'aqua' ),
    		'next_text' => __( '<i class="fa fa-angle-right"></i>', 'aqua' ),
    		) );
    	?>
     </nav>
    	</div>
    in reply to: Trouble with reservations #18476

    Update for language issue – there is a wrong language string for the submit button at
    aqua/framework/shortcodes/booking/booking.php
    Just edit the line 30

    apply_filters( 'rtb_booking_form_submit_label', __( 'Book', 'restaurant-reservations' ) )

    and replace Book with Request Booking and the submit button refers to the correct language string.

    Would be nice, if this will be fixed in the main theme version too.

    in reply to: Improvement for "Title" shortcode #18444

    Yes, it works now as expected. Could you tell me, what files you changed and if this fix will be part of the major theme release? so I can be sure, that the fix is still there, when I update the theme.

    in reply to: Improvement for "Title" shortcode #18441

    Here are the snaps. I usually use several titles on a single page. One for the main title, and various other titles. Here I would like to select the css title class directly in the config section of the “Title” shortcode.

    So, if I add a title I have several options such as font size and color but no option to select the predefined css headline class (h1 to h6).
    https://prnt.sc/l5c1qv

    So, when I save the titles, they all appears as h1 css titles. This is not optimal for SEO, because there should always only one title of type h1
    https://prnt.sc/l5c2pj
    And on the other hand, it would easier to select the predefined head class in the config section of the title shortcode instead of always configure font size, color etc.

    in reply to: Improvement for "Title" shortcode #18440

    I would like to insert a testimonial slider as you can find at demo page “Homepage Update 01”

    First insert a shortcode of type “Testimonial_slider” into the page and configure as you line, but at the template card select “Template 1”.
    https://prnt.sc/l5btcg

    Hit the “Save changes” button on the lower config page. This results in a short code in classic editor like this https://prnt.sc/l5bu1l
    As you can see, the template config item is missing.

    When you preview your page now, no testimonial slider there. https://prnt.sc/l5buq4
    But, when you enter the missing template config tag tpl="tpl1" manually, it works, but only as long, as you change something in the slider configuration with visual composer.

    in reply to: Install Theme and Demo Content #18365

    Don’t care about the second issue! I deactivated incidently the newsletter plugin 🙂

    in reply to: Install Theme and Demo Content #18362

    After crawling trough the demo content, I found two issues.

    1) Missing Ion-Icons – seems there is a problem displaying this icon set.
    https://prnt.sc/l1e3re

    2) On pages were the @Aqua newsletter widget is used (e.g. homepage-2-spa-update), the widget destroys the whole layout of the page. Looks like a bug in the widget. When I remove the widget from the “Footer Newsletter” section, the page looks correct.

    in reply to: Install Theme and Demo Content #18336

    Thanks for this advice. The loopback problem was caused by the folder protection. I set the PHP execution limit higher and imported all the demo content successfully.

    is it now or later safe to deactivate / remove the plugins, I do not need or could this lead to some problems and what does the Unyson plugin really do?

    in reply to: Install Theme and Demo Content #18319
    This reply has been marked as private.
    in reply to: Install Theme and Demo Content #18316
    This reply has been marked as private.
    in reply to: Install Theme and Demo Content #18314
    This reply has been marked as private.
Viewing 14 posts - 1 through 14 (of 14 total)