- This topic has 13 replies, 2 voices, and was last updated 7 years, 3 months ago by tikaram.
-
AuthorPosts
-
July 16, 2017 at 8:49 pm #119238EdwinParticipant
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
July 17, 2017 at 12:32 am #119242tikaramParticipant@mmhgloba : Adventurous-pro comes with three optional sidebars.
1. Optional Sidebar One
2. Optional Sidebar Two
3. Optional Sidebar ThreeGo 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,
TikaramJuly 20, 2017 at 11:02 pm #119417EdwinParticipantThanks. 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.
July 21, 2017 at 3:55 am #119424tikaramParticipant@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 insideHeader Top Sidebar
and save the widget.
Let me know if you need further assistance.Regards,
TikaramJuly 22, 2017 at 12:06 am #119452EdwinParticipantThis 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.
July 24, 2017 at 4:10 am #119530tikaramParticipant@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,
TikaramAugust 20, 2017 at 8:45 pm #120702EdwinParticipantHello, 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,
EdwinAugust 22, 2017 at 7:16 am #120863tikaramParticipant@mmhgloba : Can you please post the screen shot of the header, when you add woocommerce seach widget in the header.
Regards,
TikaramAugust 22, 2017 at 8:22 am #120897August 23, 2017 at 6:50 am #120939tikaramParticipant@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,
TikaramAugust 23, 2017 at 9:00 am #120944EdwinParticipantThanks, 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/
August 24, 2017 at 3:58 am #120999tikaramParticipant@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,
TikaramSeptember 12, 2017 at 7:32 am #122033EdwinParticipantHello, 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?
September 13, 2017 at 5:04 am #122081 -
AuthorPosts
- The topic ‘Single Post Widget’ is closed to new replies.