Discussion on Stack - Multi purpose Drupal 11 & 10 Theme with Paragraph Builder

Discussion on Stack - Multi purpose Drupal 11 & 10 Theme with Paragraph Builder

Cart 506 sales
Well Documented

symphonythemes supports this item

Supported

90 comments found.

If I reference a view block in a paragrahp or a custom block in a paragraph no edit link to the view or block is shown. Only the edit link to the node.

Yes, it is from Paragraph and it may not support all features of a default Drupal views & blocks.

The image field “field_paragraph_image” in the paragraphs “Image Edge Block” doesn’t render any image style. It shows always the original. I did set another image field to the paragraph which renders any image style as expected. So whats wrong with your field “field_paragraph_image” ????

Pls clone

/themes/stack/templates/field--field_paragraphs.html.twig

to

field--field_paragraph_image.html.twig

Then edit

/themes/stack/templates/paragraph--paragraph_image_block.html.twig line #63, please change: <img alt="background" src="{{ img_url }}" />

to:

{{ content.field_paragraph_image }}

Thanks. it works now.

So here comes a really weird one.

When I apply a custom block to a secondary region it only appears when the url alias has two levels like ”/test/seite” it won’t appear on a url like ”/test” with the exception that on all “blog” related content the block appears as expected.

So it seems that the templating for blog content is different to the others like a basic page.

Also please note that my site is set to a multi language. Not sure how much this would make a different for your yaml’s

Please have a look asap.

We only use a different template file for Full Page. Other content types have the same template.

Do you try to put your block in all pages, to see if they appear on your blog nodes?

There was a confusion with the content type naming. I assumed “Full page” means full feature so a better naming would be „Full width“

I figured that the „Basic page“ template does allow a block in the „secondary“ region.

In order to get all the features I had to enable the paragraphs field in the „basic page“ content type.

You might wan’t have this in your theme by default.

Yes, Full Page means Full width page. It is used for landing pages and it has no sidebars.

Another weird responsive behavior with the menu please whatch the screen cast this time taken from your demo https://youtu.be/r-oGAXS10fw

Thanks. We are working on your issues and will provide a updated version very soon.

Thats great, do have an estimation when it’ll be ready?

We have fixed the menu issue. Only the problem with checkboxes are ongoing. The problem is from the original HTML theme creator, we are trying to undo checkbox javascripts but it affects other styles, so it takes longer.

Hello there,

Can I get Drupal 7 version pls? I need Drupal Version 7. Any hopes ??

Awaiting for your response,

Regards,

Kallis

Unfortunately, this theme is available in Drupal 8 only.

If I add a checkbox to the core webform it has a weird flip up and down behavior when clicking it.

Even worst when I set up a form with the webform module check boxes doesn’t appear at all. When I switch back to the Bootstrap theme anything looks just fine.

Since your template is based on bootstrap it should work as normal.

Please have a look at the screen cast https://youtu.be/WXIFNAF1wXY

I fixed it on your site, is it ok?

I checked on Safari in iPhone and it works fine. We don’t have a luxury to own a Macbook.

Thanks looks ok now. What have you changed and why wouldn’t you reflect this on an update?

You use a module that has a CSS code which overrides our CSS. I just need to add !important property to my CSS code to avoid overriding.

With the latest version something is wrong with the responsive behavior on pages with a side bar. For example the Blog with side bar: when I shrink the browser width the side bar and the nav bar dissapears until I shrink it further so the side bar and the navigation will appear again.

See this on in this video here: https://youtu.be/0TeFDNFQZHU

Or try it by your self with this fresh installation here: http://nora-marie-müller.de/blog-articles-cards-sidebar

Pls edit /themes/stack/templates/page.html.twig, line #253:

<aside id=”sidebar-second” class=”col-sm-4 hidden-sm” role=”complementary”>

Pls remove the hidden-sm property, as it hides the sidebar in narrow screen. After that, clear the cache and you will see the effect.

Thanks it helped, but the menu still disappears

On line #107, <nav id=”menu1” class=”bar bar—sm bar-1 hidden-xs hidden-sm

Pls remove hidden-sm there as well.

paragraphs doesn’t work with content translation?

Did you google to find out a solution? There are too many things with Drupal that we may not know them all.

My solution for now is: I downgraded back to metatags 1.1 Anything else is exceeding my coding skills

A good habit when developing your site is using Backup and Migrate module to backup regularly, so you can revert at anytime.

I wanted to creat e new paragraphs type but after applying a couple of fields and a machine name, the new created paragraphs type won’t show up in the “add paragraphs” list. Also it appears that are more paragraphs types given by the them are available who doesm’t show up in that list either. Please have a look on the screen shots. https://www.dropbox.com/s/roeojs23u47yzlo/para-2.jpeg?dl=0 https://www.dropbox.com/s/iuhc80kglrje5o1/para-1.jpeg?dl=0

Pls go to Structure – Content types – Full page – Manage fields, edit the Paragraph field and select the new paragraph types you just added.

Ah thanks I missed this last step.

With a paragraphs block I wanted to realize a 2 column text content. No matter what put into the class fields like “col-sm-6” with or without “row” in front, the style gets completely messed up.

You need to use a in a single section.

It won’t display on the CKeditor. Save it to see how it displays in the web view.

With the latest release an 404 error accours. local.css not found. So there is no local.css in the css folder.

Ah, we declare local.css in advance, so when you create that file, it will be automatically recognized by the theme.

We don’t create an empty local.css, because if you update the new version of the theme, that empty file will replace your own local.css, and your changes will be lost.

Very clean theme wit a lot of useful examples. The communication with the developer is good and they fixed all those liitle bugs in a short time. Also I love to work with the paragraph builder, I think this approach of site building will be the next standard. Thanks.

Many thanks for your praises and rating. We are really appreciated it :)

Since update to v1.3 the menu type in menu setting doesn’t change from “white default” to “dark” anymore.

Pls use v1.4 we have just uploaded.

Thanks

Could we get a changelog for the most recent update of July 27? TIA…

It is on the bottom of the item page:

v1.3 Change Log: - Fix menu sticky option - Adjust color options - Update Drupal core and modules

Next Bug: If I set the navigation to “Dark” my custom site logo dissapears and the “Stack” logo is shown again.

I see thanks. So the theme setting logo upload has no functionality? I’m confused

It is because the theme setting can only change one default logo, while in this particular theme, we need two versions of the logo at the same time.

ok

I can’t make the navbar stick on top. No matter what setting I try “Fixed Top” or “Static” no changes either in in the Stack subtheme nor in Bootstrap.

We have updated Stack to 8.x-1.3. Pls download the latest version and use the Assets/stack-theme-package.zip to replate the existing theme in /themes/ folder.

Hey thank you so much for the fast fix. Unfortunately the dark vs light menu setting doesn’t work any more. It keeps on the light color scheme.

any ideas here?

You mention above this theme has 13 colors I see only 9 in the appearance setting

Sorry but I can see only 9 colors including the standard. Please have look at the screenshot https://www.dropbox.com/s/oj90sznnr025shv/colors.jpg?dl=0

Ah, my mistake. It has only 9 color options. If you want to add more colors, you can easily clone an existing CSS color file under /themes/stack/css/theme-<color>.css , change the color code and then register a new color option at /themes/stack/theme-settings.php

Thanks got it.

Hi, I have the Wordpress version of Stack but it doesn’t allow me to use a sidebar on Pages. Can a sidebar be used on content types whilst also using Paragraph Builder? If so, could you show me some demo’s if you could please?

It is possible, with some modifications.

Hello,

Does the theme also include a plain HTML template? I’d try to create a WHMCS template using it so the billing system can be in sync with the website.

Thanks, Stefan

Unfortunately, no. You will need to purchase the HTML theme separately at https://themeforest.net/item/stack-multipurpose-html-with-page-builder/19337626?s_rank=2

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey