Questions tagged [custom-theme]

92 questions
0
votes
1 answer

How to create function like the_tags() or the_category() in wordpress?

I created a meta box for post, named as "Resource" where I can select a value from predefined select element in the backend. And after saving it it shows in frontend. Please see the images. Now I want this to work like tags, author and categories.…
Muhammad Russell
  • 361
  • 4
  • 13
0
votes
1 answer

Magento2 custom theme isnt loading parent files

I have created new custom theme when I try to load frontend, I got errors about missing files > pub/static/frontend/Vendor/lumaDark/en_GB/mage/calendar.css pub/static/frontend/Vendor/lumaDark/en_GB/css/styles-m.css…
macho
  • 91
  • 1
  • 12
0
votes
1 answer

Prestashop 1.6 HTML changes not working

Is my first time that I'm developing a Prestashop's custom template. Before, I made templates for other CMS, but now I have a problem. I made a simple HTML change (only add an "h1" like first child on body) but is not reflected. Is not showing on…
SeiyaJapon
  • 534
  • 1
  • 7
  • 21
0
votes
1 answer

Drupal 8 responsive layout - not showing responsive behavior in desktop view

I am new to Drupal 8 platform. To start with I am trying to create a responsive layout using Bootstrap, but I don't want to use ready-made bootstrap theme provided by Drupal. Folder structure of my theme looks like this: themes custom …
Subrata Sarkar
  • 2,975
  • 6
  • 45
  • 85
0
votes
1 answer

Is it possible to add wordpress plugin in a page-template?

I have created a theme using a Bootstrap template.Now I want add a wordpress plugin in the created theme. I have tried to add a plugin in the theme the plugin is installed in WordPress but it is not making any changes to the webpage? Is there any…
0
votes
1 answer

WordPress: Change main width based on active sidebar

I'm writing a WP theme, and I want the main content area to change width based on whether there's an active sidebar or not. To make this easier, I'm using bootstrap. The problem is that the output is blank. Here's the code I'm trying to use to do…
0
votes
1 answer

Using the_post() outside of the loop

just a quick one. I've been given a custom Wordpress theme to replicate for another site, and when digging through the theme files, I noticed that the_post() is being used to output post content without the rest of the loop, i.e. no…
0
votes
1 answer

Wordpress How to change plugin settings in Theme function.php

I'm new to Wordpress and working on my first theme. The theme will be heavily combined with one plugin. I'm wondering how I could change some of the plugin settings in the theme function.php without touching the plugin itself. I have tried looking…
olkr
  • 41
  • 6
0
votes
1 answer

Wordpress plugins not working with custom theme

I'm new to WordPress and actually repairing a page as a favour. The page was originally created by an inexperienced developer which is why it has its faults. My main concern is that I don't seem to get any of the plugins to work. The page has a…
0
votes
1 answer

Load custom theme in Visual Studio 2013 Pro

I would like to load the Zenburn theme in VS 2013. I have installed the Visual Studio 2013 Color Theme Editor and it comes pre packaged with some default themes, however none of these include the Zenburn theme (which I have grown accustomed to in…
user1005240
  • 285
  • 4
  • 15
-1
votes
1 answer

Angular 14 Module build failed (from ./node_modules/sass-loader/dist/cjs.js) and (from ./node_modules/mini-css-extract-plugin/dist/loader.js)

Theme selected : custom Error: SassError: @use rules must be written before any other rules. ╷ 39 │ @use '@angular/material' as mat; ╵ src\custom-theme.scss 39:1 root stylesheet enter image description here
-1
votes
1 answer

Is there a way to update Material UI theme palette primary and secondary color at runtime?

There is a set of default theme palette colors in our application, however for white labelling purpose I get theme primary and secondary color from API. Is there any way I can update those colors at runtime after receiving the values from API? I am…
kishorekumaru
  • 1,500
  • 2
  • 19
  • 33
-1
votes
1 answer

my drupal custom theme doesn't load its css file

i made a custom theme in drupal like this my info.yml name: Custom Theme type: theme description: 'Custom Theme for My Website.' package: Other core: 8.x libraries: - custom_theme/global-styling base theme: classy regions: header: Header …
-1
votes
1 answer

Scss Scope variable issue with Angular Material theme

I'm trying to change the fontsize of the app with a custom typography. It seems that my variable $multiplicator is not working. If i hardcode the $multiplicator in the mat-typography-config function it is working. Any one has an insight about…
-1
votes
1 answer

What does "gx-" prefix stands for in ant design

I am working on a reactjs app and was looking for editing the font size of some specific text and found the class gx-fs-sm. That should suffice what I need, but I am still trying to understand what the prefix "gx-" stands for. Is it something that…
Victor
  • 1,001
  • 2
  • 14
  • 25