Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #119238
    Edwin
    Participant

    Hello, I am using Adventurous Pro. Is it possible to put a widget in a single post? I only want it to display in that post and not on every post and page. Thanks – Edwin

    #119242
    tikaram
    Keymaster

    @mmhgloba : Adventurous-pro comes with three optional sidebars.
    1. Optional Sidebar One
    2. Optional Sidebar Two
    3. Optional Sidebar Three

    Go to Appearance => Widget and add a widget in either Optional Sidebar One or Optional Sidebar Two or Optional Sidebar Three.

    Go to Posts and edit the post where you want the Optional sidebar to appear.Scroll down where you can see Select Sidebar. Here, select the sidebar in which you want the widget to appear.
    Hope this works for you. Let me know if you need further assistance.

    Regards,
    Tikaram

    #119417
    Edwin
    Participant

    Thanks. I have a follow up question.

    I have woocommerce installed on my website https://www.buddhastatuesnow.com

    There is a search box in the header menu but if you search for a product such as “green tara” the pictures in search results are displayed with the heads cut off. Is it possible to fix that or change that search box with the product search for woocommerce (see footer) because it does display correctly.

    Thank you.

    #119424
    tikaram
    Keymaster

    @mmhgloba :First disable the default search box : Go to Appearance => Customize => Site Identity . Scroll down and click on Check to Disable Search at Header Right Section .
    Now the default search will disappear.
    To enable search box with the product search for woocommerce : Go to Appearance => Widgets and add woocommerce product search inside Header Top Sidebar and save the widget.
    Let me know if you need further assistance.

    Regards,
    Tikaram

    #119452
    Edwin
    Participant

    This does exactly what I want it to do. The problem is that there are only 3 optional sidebars. I have more products than this and I want to match them with specific posts and use focused marketing.

    Is it possible to create more optional sidebars or is there a workaround?

    Thank you.

    #119530
    tikaram
    Keymaster

    @mmhgloba : Currently, the theme provides only three optional sidebars. If you need more sidebars you will need to get your theme customized. I suggest you to hire a customizer.

    Regards,
    Tikaram

    #120702
    Edwin
    Participant

    Hello, I put the woocommerce search on the header main menu, but it looks really terrible. Mainly this is because of the search button. Is it possible to make the woocommerce search widget look just like the standard search that is in the header right menu now? You can see it here https://www.buddhastatuesnow.com

    As mentioned when people search for something the product results do not display properly. However, everything else displays properly. The product photos display with the head cut off. Can we fix this so everything displays properly> This would be ideal. As an alternative I can just use the woocommerce search widget but please make it look nice like the regular website search display.

    Thank you,
    Edwin

    #120863
    tikaram
    Keymaster

    @mmhgloba : Can you please post the screen shot of the header, when you add woocommerce seach widget in the header.

    Regards,
    Tikaram

    #120897
    Edwin
    Participant
    #120939
    tikaram
    Keymaster

    @mmhgloba : Hope you have already created child theme. Inside the child theme folder create file named “searchform.php” and copy and add the following code in searchform.php.
    After adding the given code, the standard search will display woocommerce products.

    <?php
    $options = adventurous_get_options();
    
    $adventurous_search_text = $options['search_display_text'];
    ?>
    	<form method="get" class="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>" role="search">
    		<label for="s" class="assistive-text"><?php esc_html_e( 'Search', 'adventurous-pro' ); ?></label>
    		<input type="text" class="field" name="s" value="<?php the_search_query(); ?>" id="s" placeholder="<?php echo $adventurous_search_text; ?>" />
    		<input type="submit" class="submit" name="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'adventurous-pro' ); ?>" />
    		<input type="hidden" name="post_type" value="product" />
    	</form>

    Let me know if you need further assistance.

    Regards,
    Tikaram

    #120944
    Edwin
    Participant

    Thanks, that worked great. I had a follow up question. Is there a way to adjust the picture size in my product categories? I already tried using the woocommerce admin section. When I adjust the pixels or remove “hard crop” nothing happens. I think the theme is overriding it.

    Can you assist? I just want to back the pictures off about 10-15% so it doesn’t cut the top of their heads off. However, the pics work great everywhere else so I do not want to tamper with other areas such as the product listings.

    See here:

    https://www.buddhastatuesnow.com/product-category/gold-buddha-statues/

    #120999
    tikaram
    Keymaster

    @mmhgloba :Its not due to the theme. Please contact woocommerce support regarding the issue. The images are already cropped images and the theme is not overriding it.

    Regards,
    Tikaram

    #122033
    Edwin
    Participant

    Hello, I recently reduced the size of my featured content images to increase download speed. However, it seems to have skewed the image Titles to the right. Please see here: https://www.buddhastatuesnow.com

    Can this be adjusted so the titles and descriptions are centered properly?

    #122081
    tikaram
    Keymaster

    @mmhgloba : Go to Appearance => Customize => Additional css and add the following css.

    .featued-content-wrap .wp-post-image {
    	display: inline-block;
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Single Post Widget’ is closed to new replies.