-
Posted a reply to Header/Footer Scripts, on the site WordPress.org Forums:
Hey Chris, You can use a plugin, such as this one. -
Posted a reply to Problem with Menu, on the site WordPress.org Forums:
Hey @digitalosaurus, I tried to replicate the issue on my end but I couldn't. Can… -
Posted a reply to Cover Images, on the site WordPress.org Forums:
Hey @rjkim, Are you using Jetpack plugin perhaps? Try to disable it and see if… -
Posted a reply to Help with a specific code, on the site WordPress.org Forums:
Hey, It seems you are no longer using Sinatra theme on your website. Let me… -
Posted a reply to Create top image to stretch across page, on the site WordPress.org Forums:
Hi @pinfante, You cannot use the theme's inbuilt sidebar with that layout, but you can… -
Posted a reply to Homepage layout (featured image and excerpt), on the site WordPress.org Forums:
Hi @hianghao, Are you looking to change the layout of your Posts page? Something like… -
Posted a reply to unordered pagination, on the site WordPress.org Forums:
Hey Joel, I couldn't replicate the issue on my end: https://demo.sinatrawp.com/simple-blog/?s=a Can you send your… -
Posted a reply to HTML Icon, on the site WordPress.org Forums:
Hi @jmldn, Just make sure you are using straight double quotes ", like this: <i… -
Posted a reply to Changing column number for Woocommerce search sesults page, on the site WordPress.org Forums:
You Adem, You can change the layout of your archive in Appearance » Customize »… -
Posted a reply to Metaslider not full width, on the site WordPress.org Forums:
Hi @pbchambers26, It seems you were able to solve that. Let me know if you… -
Posted a reply to Hover Text on Social Media Icons, on the site WordPress.org Forums:
Hi @sandbar, Do you mean like a tooltip? You would have to modify the theme… -
Posted a reply to Is Sinatra still in development?, on the site WordPress.org Forums:
Hey @romlim, Right now we are only providing WP compatibility and maintenance updates, but we… -
Posted a reply to Sidebar on Both sides in Woocommerce, on the site WordPress.org Forums:
Hi @ettermanenterprises, As of now, you can only choose left or right sidebar for WooCommerce… -
Posted a reply to where can i change or disable “a:visited”, on the site WordPress.org Forums:
Hi @adempozhari, You can add the following CSS code into the Additional CSS field in… -
Posted a reply to How to Centre Logo, on the site WordPress.org Forums:
Hi @stuartuknl, You can select layout "Header 3" in Appearance » Customize » Header »… -
Posted a reply to Difference between H1 and site title and why do I see both on my post?, on the site WordPress.org Forums:
Hi, The theme will handle that for you. It will automatically add H1 tag for… -
Posted a reply to Insertar icono de red social en footer, on the site WordPress.org Forums:
Hi, The theme does not provide an icon for TikTok, but you can extend the… -
Posted a reply to Child Theme, on the site WordPress.org Forums:
Yes, you can find it here: https://github.com/zlateska/sinatra-child -
Posted a reply to Site title not visible in browser tabs – font error displayed, on the site WordPress.org Forums:
Glad to hear that solved the problem 👍 -
Posted a reply to Formatting Footer, on the site WordPress.org Forums:
Go to Appearance » Customize » Footer » Main Footer and choose any of the… -
Posted a reply to Removing Lines from Main Header, on the site WordPress.org Forums:
Hi, Top Border: Go to: Appearance » Customize » Header » Main Navigation » Design… -
Posted a reply to Social Media Icons, on the site WordPress.org Forums:
Hi @jentsang2104, Just increase the height value, font-size will not work. For example: .sinatra-social-nav >… -
Posted a reply to WooCommerce checkout page not resizing for mobile-view, on the site WordPress.org Forums:
I'm glad I could help :) If you have a minute of your time, please… -
Posted a reply to WooCommerce checkout page not resizing for mobile-view, on the site WordPress.org Forums:
Oh I'm sorry, the CSS I sent is for the Cart page not the Checkout.… -
Posted a reply to WooCommerce checkout page not resizing for mobile-view, on the site WordPress.org Forums:
this links gives me a 404 page. -
Posted a reply to WooCommerce checkout page not resizing for mobile-view, on the site WordPress.org Forums:
@sunflowerimc, Here's a CSS code that will improve how the cart looks like on mobile… -
Posted a reply to Different appearance in View and in Customise/ Edit, on the site WordPress.org Forums:
Hi @pangad, It sounds like your website is cached and you are not seeing the… -
Posted a reply to How to change order of elements in single post view, on the site WordPress.org Forums:
Hey @noookeee, Post Elements in Single Posts cannot be rearranged with drag & drop, like… -
Posted a reply to My sidebar does not load as intended, on the site WordPress.org Forums:
Hi @jh07, You can choose sidebar position in Appearance » Customize » Sidebar. -
Posted a reply to WooCommerce checkout page not resizing for mobile-view, on the site WordPress.org Forums:
Hey, You website has a "Coming Soon" page so I can't actually see the website. -
Posted a reply to image alignment on mobile, on the site WordPress.org Forums:
Hi @iguanagold, You can try with this CSS: @media screen and (max-width: 960px) { .si-blog-entry-wrapper… -
Posted a reply to Site title not visible in browser tabs – font error displayed, on the site WordPress.org Forums:
Hi @shandil82, That seems like it was added by a plugin or the theme code… -
Posted a reply to Author pic is not showing on mobile devices, on the site WordPress.org Forums:
Hi @justwithjeet, This CSS should force the avatar to show on mobile devices: .author-avatar img,… -
Posted a reply to How to disable breadcrumb for post (and enable in pages), on the site WordPress.org Forums:
Hi @justwithjeet, You can hide it with this CSS: .single-post .si-breadcrumbs { display: none; }… -
Posted a reply to social media icons large, on the site WordPress.org Forums:
Hi @anitag8, It looks like Sinatra theme is not active anymore on your website. -
Posted a reply to Sinatra Theme – header background colour?, on the site WordPress.org Forums:
Hey, Can you share your website URL or a screenshot at least? -
Posted a reply to Display footer on 404 page, on the site WordPress.org Forums:
Hi, You can modify theme function sinatra_is_footer_displayed in inc/common.php line #412, or even better you… -
Posted a reply to imagen borrosa, on the site WordPress.org Forums:
Hey, Double check that you have uploaded images in high resolution and also that the… -
Posted a reply to Blog title not showing, on the site WordPress.org Forums:
Hi, It's hidden because of this: .entry-title { display: none }. Try adding this CSS:… -
Posted a reply to Contet Width Different than Header and Footer, on the site WordPress.org Forums:
Hi @pangad, There is an option for fullwidth or contained header in Header » Main… -
Posted a reply to Change Sear in top rigt corner, on the site WordPress.org Forums:
Hey Andre, The default WordPress search was used. You would have to modify search.php file… -
Posted a reply to Mobile menu not closing, on the site WordPress.org Forums:
Hi @beanaranjo, Yes, by default the menu does not close on menu click. You can… -
Posted a reply to Sinatra mobile menu background color on click on menu item, on the site WordPress.org Forums:
Hey Juraj, You can remove the blue highlight on mobile devices by using this CSS… -
Posted a reply to [Sinatra] New page out of frame, on the site WordPress.org Forums:
Hi Andre, This CSS code will hide header and footer leaving only the content area:… -
Posted a reply to [Sinatra] Mobile Sub-menus Won’t Scroll, on the site WordPress.org Forums:
Hello, Go to Appearance » Customize and add the following CSS code into the Additional… -
Posted a reply to [Sinatra] Category Descriptions Showing In My Navigation Menu! HELP!, on the site WordPress.org Forums:
Hi, I wasn’t able to replicate the issue on my end. The theme uses the… -
Posted a reply to [Sinatra] Navigation Menu Scroll Bar?, on the site WordPress.org Forums:
Thanks for sharing the solution, @mwritesdragons. -
Posted a reply to [Sinatra] Sinatra Theme – Formatting of text off on main page, on the site WordPress.org Forums:
Hey @bellevuetimes, It seems you are using the ‘Preformatted’ block. I would suggest using the… -
Posted a reply to [Sinatra] Modify viewport meta data, on the site WordPress.org Forums:
The viewport tag in the theme looks like this: <meta name="viewport" content="width=device-width, initial-scale=1"> And it… -
Posted a reply to [Sinatra] Email fields in Form blocks, on the site WordPress.org Forums:
Hey @budsy, Sinatra theme does not provide a form block. I’d say that it’s coming…
Contributor
-
WPBlocks
Active Installs: Less than 10
Support Rep
-
Sinatra Core
Active Installs: 10,000+
-
Social Share Buttons, Social Sharing Icons, Click to Tweet — Social Media Plugin by Social Snap
Active Installs: 10,000+
Plugins
Themes
Српски језик (Serbian) Plugins Translation Editor - #sr_RS
-
Social Share Buttons, Social Sharing Icons, Click to Tweet — Social Media Plugin by Social Snap
Active Installs: 10,000+