This forum is for assistance with theme development.

How to Call Image from a Page or Product into Javascript

Hi, I am new to Drupal and decided to kind of jump in the deep end. I am developing a kind of portfolio site for myself using Threejs.

I am trying to call my featured image from a product, page, or post as well as the url to the page its located on, into javacript.

If someone could please point me in the right direction, that would be great. Thank you.

Regions not showing in block regions demonstration section.

I'm trying to add more regions to a sub theme (barrio).

I have added the region to the theme.info.yml region section 

regions:
  main_header: 'Main header'

in the _page.html.twig file I added:

        {% if page.main_header %}
        <div class="container-fluid">
          <div class="row">
            {{ page.main_header }}
          </div>
        </div>
        {% endif %}

The region is appearing on the structure/block page. 

Import configuration file

 

Hello.

I am currently making a theme for drupal 8. I would like when someone installs my theme, to automatically install the content types and data that is required to run the theme properly. For example, my main slider relies on a certain content type and data to run. I need when my theme is installing to install those as well.

So mostly I need to know how to run drupal console commands upon theme installation so that I can import with configuration management.

Theme like Box_Grey (..from Drupal 6)

Hello,

Does anyone know of a Drupal 8 theme, like Box_grey from Drupal 6 (..using boxed side navigation bars)?  Thanks.

Chris

How to change the text of the comment reply link

Hello,

I am developing a theme for a drupal site and I would like to make a small change in how comments are displayed.

I would like to change the text of the comments reply link: "reply" to "reply to comment's_user_name".

This means that if John had commented on my article and I want to respond to his comment, the link will display "Reply to John".

I think it will necessarily be done with pre-processing methods, but everything I've done so far has failed.

How can I do that, please?

Thank you to answer me.

Regards.

Change Bootstrap social links icons from HTTP to HTTPS

Hello everybody,

I'm currently working on a website that needs to be changed from HTTP to HTTPS.

But I've realized that my social media links icons (facebook and instagram), still refers to HTTP links.

But I don't know where to go, to change these links.

My theme is a a Bootstrap Sub-theme. 

Thanks in adavance for your help.

Pages

Subscribe with RSS Subscribe to RSS - Theme development