NooTheme Premium WordPress Theme › Forums › Mebla › Mebla Top Bar Header
Tagged: top-bar, woocommerce-gallery-images
- This topic has 11 replies, 4 voices, and was last updated 5 years ago by Jackie.
-
AuthorPosts
-
5 years, 1 month ago #1079911
I don't like how limited we are on what we can put in the Top Bar Header!
How can I change the Mail & Phone to be social media buttons instead?
If this is not possible? Tell me which plugin works best with this theme please?5 years, 1 month ago #1080000Hi.
Thank you for contacting us and sorry for the late response.
For the top bar content, yes we have a limit on that section. On the next time, we will update the social icon to the top bar.
For now, if you want to add more content to this place, you need to change the source code. Please let us know again. We can give you the file to change that.
Thanks.
5 years, 1 month ago #1080167Yes please send me Source code! Thanks!
Now I have an additional request as well: On Single Product Pages, I would like to display the WooCommerce Gallery on the left side, rather than the right side. I am told this is controlled by the theme. Please send that code as well. Thanks!
5 years, 1 month ago #1080191Hi again.
For the topbar content, you can check the code at file:
wp-content/themes/noo-mebla/layouts/heade-style/style-1.php,
wp-content/themes/noo-mebla/layouts/heade-style/style-2.php
wp-content/themes/noo-mebla/layouts/heade-style/style-3.php
With the current version, the product gallery is displayed on the left side as this https://prnt.sc/pjd58r
Please check it and let us know again.
Thanks.
5 years, 1 month ago #1080236NooTheme AUTHOR
sorry for the misunderstanding, do you want the thumbnail gallery on the left image? Yes, we can move the thumbnail go to left by using the custom CSS.
We will give you the CSS via the ticket support.
Thanks.5 years, 1 month ago #1080289Please provide the CSS for moving the thumbnail gallery to the left of the image. Thanks.
5 years, 1 month ago #1080303Hi,
You can use these lines:
.noo-woo-images-wrap {
margin-left: 100px;
margin-right: 0;
}
.noo-woo-all-images-wrap--thumbnails-below .noo-woo-thumbnails-wrap--sliding.noo-woo-thumbnails-wrap--vertical{
right: auto;
left: 0;
}
Best regards,
tb.
5 years, 1 month ago #1080478Earlier I had asked "How can I change the Mail & Phone to be social media buttons instead?"
I am worried I might break the PHP code... do you have any suggestions on where I can obtain for these social media icons: Facebook, Instagram, Pinterest and Youtube?See this website for an example (top left corner of social icons): https://www.bhhscalifornia.com/careers/agent-edge-podcast
5 years, 1 month ago #1080482Never mind... I got my code to work. I just used this:
<?php if( $topbar == true ): ?>
-
<?php esc_html_e('') ?>
-
<?php esc_html_e('') ?>
-
<?php esc_html_e('') ?>
-
<?php esc_html_e('') ?>
<?php if( isset($top_wishlist) && $top_wishlist == true ): ?>
<?php endif; ?>
<?php if( isset($top_wishlist) && $top_wishlist == true ): ?>
<?php if( isset($top_wishlist) && $top_wishlist == true ): ?>
<?php endif; ?>
<?php if( isset($top_wishlist) && $top_wishlist == true ): ?>
<?php endif; ?>
<?php endif; ?>
5 years, 1 month ago #1080505
AnonymousInactiveTopics: 0
Posts: 87Thanks for your feedback.
Have you solved the problem?
If you have any questions about our theme, please contact us.We will help you
Best Regards,
NooTheme
5 years ago #1080706Well, now I noticed my SEARCH button isn't working... any suggestions?
5 years ago #1080960Hi Tina.
I don't know why about the search button issue.
Please give us your site URL, admin account. We will help you check the search issue.
Thanks.
-
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.
That product gallery is showing on the right side, not the left side. We want it flipped to the other side (gallery on the left side).