Branko
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sinatra] Search resultsI was trying to find out which plugin you are using and it seems that this shortcode should do the trick:
woocs
.Your
functions.php
code should look like this:add_action( 'sinatra_header_widget_location', 'si_custom_widget' ); function si_custom_widget( $position ) { if ( 'right' === $position ) { echo '<div class="si-header-element">'; echo do_shortcode( '[woocs]' ); echo '</div>'; } }
If that did not help, you can try to contact the currency switcher plugin developer and they will let you know which shortcode you can use.
Forum: Themes and Templates
In reply to: [Sinatra] Sinatra: Custom ListsYou’re welcome ??
If you like Sinatra theme and have a minute of your time, please leave a review here:
https://www.ads-software.com/support/theme/sinatra/reviews/Forum: Themes and Templates
In reply to: [Sinatra] Sinatra: Custom ListsSinatra uses Feather Icons instead. You can see the list of icons here: https://feathericons.com/
So, for the headphones icon you would add this:
si-icon si-headphones
.As I mentioned, this will be covered in our theme documentation that we are currently working on.
Forum: Themes and Templates
In reply to: [Sinatra] BreadcrumbsOk, so it seems I was able to replicate that.
It looks like you have set your “Shop” page as “Posts page” in Settings ? Reading, which is wrong. Please try to change that and let me know if that worked for you.
Forum: Themes and Templates
In reply to: [Sinatra] BreadcrumbsHey @lop74
I will have to take a closer look into this and try to replicate the issue on my end.
Can you tell me what is set on your end in Settings ? Permalinks for both “Common Settings” and “Product permalinks” ?
Thanks!
Forum: Themes and Templates
In reply to: [Sinatra] Features BlockHey @mlacey415
I see that you are using CoBlocks, so the plugin author might provide a better solution to this, but you can try adding this CSS code into Appearance ? Customize ? Additional CSS:
.wp-block-coblocks-features .has-center-content { align-items: flex-start; }
Keep in mind that this CSS will be applied to all other similar elements that you might have on your site.
Thanks!
Forum: Themes and Templates
In reply to: [Sinatra] Sinatra: Custom ListsHey @jsattin
Custom List widget allows you to create a custom icon list. You can create something like this with the widget: Screenshot.
Here’s how that looks like in the backend: Screenshot
We are writing theme documentation at the moment and it will be added soon.
Thanks!
Forum: Themes and Templates
In reply to: [Sinatra] Search resultsHey @phoenixgalerie
The following CSS code will do that – 1 result per row on mobile devices, 2 on tablets and 4 on everything else:
.search-results #content { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .search-results #content .sinatra-article { width: 25%; } @media screen and (max-width: 480px) { .search-results #content .sinatra-article { width: 100%; } } @media screen and (min-width: 481px) and (max-width: 768px) { .search-results #content .sinatra-article { width: 50%; } } .search-results #content .si-blog-entry-content { margin: 15px; }
As for the currency switcher, depending on the currency switcher plugin you are using you need to change the shortcode
currency_switcher
(assuming the currency switcher plugin provides a shortcode).Thanks!
Forum: Themes and Templates
In reply to: [Sinatra] Hero Text HelpHey,
Please add the following CSS code into the Additional CSS field in WordPress Customizer:
.si-hover-slider .slide-inner { word-break: break-word; }
We will include this fix with the new theme update.
Let me know if that worked for you.
These reviews are for Social Snap Lite (not the premium version that you are using).
But anyway, did the plugin really deserve 1-star review for not including Steam and Discord in their premium plugin version?
Social Snap (premium plans) offer 33 social sharing and 37 social follow networks. See here: https://socialsnap.com/help/features/available-social-networks/
As far as I know Steam and Discord do not support share functionality, but can be added as Social Follow links.
You can reach out to Social Snap support (https://socialsnap.com/account/) and ask them to add Steam/Discord in an update.
(I hope you will reconsider your review ?? )
Thanks!