Branko
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sinatra] Header/Footer ScriptsHey Chris,
You can use a plugin, such as this one.
Forum: Themes and Templates
In reply to: [Sinatra] Problem with MenuHey @digitalosaurus,
I tried to replicate the issue on my end but I couldn’t. Can you send a bit more info on how to replicate? Which browser are you using? Does it happen on all pages or not?
Forum: Themes and Templates
In reply to: [Sinatra] Cover ImagesHey @rjkim,
Are you using Jetpack plugin perhaps? Try to disable it and see if that helps.
Forum: Themes and Templates
In reply to: [Sinatra] Help with a specific codeHey,
It seems you are no longer using Sinatra theme on your website. Let me know if you still need help with this.
Forum: Themes and Templates
In reply to: [Sinatra] Create top image to stretch across pageHi @pinfante,
You cannot use the theme’s inbuilt sidebar with that layout, but you can create that layout using the WordPress editor:
– 1st row: an image stretched to fullwidth
– 2nd row: 70/30 columns with your main content going into the 70% and using the second column as your sidebar.I hope that helps.
Forum: Themes and Templates
In reply to: [Sinatra] Homepage layout (featured image and excerpt)Hi @hianghao,
Are you looking to change the layout of your Posts page? Something like this:
https://demo.sinatrawp.com/simple-blog/You can change that in Appearance ? Customize ? Blog/Archive ? Layout.
Forum: Themes and Templates
In reply to: [Sinatra] unordered paginationHey Joel,
I couldn’t replicate the issue on my end:
https://demo.sinatrawp.com/simple-blog/?s=aCan you send your website URL so I can take a closer look into that?
Thanks!
Forum: Themes and Templates
In reply to: [Sinatra] HTML IconHi @jmldn,
Just make sure you are using straight double quotes
"
, like this:<i class="si-icon si-navigation"></i> Explore Classic & Race Cars
It worked on my end. The demo will expiry soon, you can try this screenshot instead.
For icons, you can use any icon from Feather Icon with
si-icon si-
prefix.- This reply was modified 2 years, 7 months ago by Branko.
You Adem,
You can change the layout of your archive in Appearance ? Customize ? Blog ? Blog Page / Archive and change the “Layout” to “Horizontal”. Additionally, you can change Featured Image size.
Forum: Themes and Templates
In reply to: [Sinatra] Metaslider not full widthForum: Themes and Templates
In reply to: [Sinatra] Hover Text on Social Media IconsHi @sandbar,
Do you mean like a tooltip? You would have to modify the theme code to add it.
sinatra-wordpress-theme/inc/icon-functions.php
and then you can addtitle
tag in icon svgs at the bottom of the file.Forum: Themes and Templates
In reply to: [Sinatra] Is Sinatra still in development?Hey @romlim,
Right now we are only providing WP compatibility and maintenance updates, but we have plans for Q4 of the year to add new features and demos.
We reply to most questions within 48h.
Thanks!
Forum: Themes and Templates
In reply to: [Sinatra] Sidebar on Both sides in WoocommerceAs of now, you can only choose left or right sidebar for WooCommerce pages (Cart, Checkout and Catalog pages), but I will add this feature to our to-do list for the next major version of the theme.
WooCommerce sidebar option can be found in Appearance ? Customize ? Sidebar.
Forum: Themes and Templates
In reply to: [Sinatra] where can i change or disable “a:visited”Hi @adempozhari,
You can add the following CSS code into the Additional CSS field in Appearance ? Customize:
#page a:visited { color: currentColor }
Let me know if that worked for you.
Thanks!
Forum: Themes and Templates
In reply to: [Sinatra] How to Centre LogoHi @stuartuknl,
You can select layout “Header 3” in Appearance ? Customize ? Header ? Main Header ? Header Layout.
Here’s a screenshot of the option.
And here’s a demo: https://demo.sinatrawp.com/travel-blog/
- This reply was modified 2 years, 8 months ago by Branko.