Questions tagged [custom-theme]
92 questions
0
votes
2 answers
Wordpress custom pagination shows same posts on every page
I have been trying to add custom numeric pagination to my custom Wordpress theme. Everything seems good so far but the problem is that every page shows the same 3 posts. Is there something I should consider doing while building my own Wordpress blog…

in2d
- 544
- 9
- 19
0
votes
1 answer
Having trouble getting WP Customizer Color Picker to actually change colors on my site
I'm busy developing my first custom theme on WordPress. I have converted and created all the files and everything is working as it should. The original files are based on Bootstrap, but I have converted the stylesheets to not be dependant. I am…

boymeetscode
- 18
- 5
0
votes
2 answers
Wordpress: help getting correct comments to display on single post
I'm building a custom Wordpress theme and on any single post ALL of the comments display instead of just the comments for that post. Obviously, I'm looking to display just the comments made on that post.

Jeff S
- 109
- 2
- 13
0
votes
1 answer
Wordpress Captcha not verifying second time after showing error messages in the CF7 form
Iam using Contact Form 7(V5.2.1) with google captcha in my Wordpress(V5.4.2) website. When i submit the form without filling a mandatory field, the CF7 error is shown and captcha is getting reset. But when i fill the mandatory field and click…

Rekha
- 1
0
votes
3 answers
Wordpress - Add a new Admin Color Scheme using functions.php
In the Wordpress UI, on the Profile page (../wp-admin/profile.php), there are eight default Admin Color Schemes that you can select as options:
I've found where the CSS for these schemes is created (../wp-admin/css/colors/) and made my own folder…

Danny the Hopeless
- 135
- 8
0
votes
1 answer
How can I add support for client-provided alt text in my custom WordPress theme?
I am building a theme and I have images displaying on the site via ACF. I am trying to get the alt text that the client enters when they upload the image. I understand that the image return format should be set to image array or ID, but not URL.…

zkamp
- 43
- 5
0
votes
1 answer
CLOSED - Angular Material Typography doesn't work properly
I am trying to create my custom theme for Angular Material but when I apply the typography some elements change its own fonts but not in all the application. For example, for links doesn't works and for grid lists elements neither(I didn't notice if…

beanic
- 539
- 6
- 22
0
votes
1 answer
How do I create and toggle between two custom themes?
I'm trying to toggle between two custom themes. However, only some items on my page are switching on the toggle click. How do I make the other elements switch as well, such as borders, text, and hover colors?
Index.html
…

BDev14
- 9
- 7
0
votes
1 answer
WHMCS - Editing purchased theme by overriding specific files
I want to customize the purchased WHMCS theme but I don't want to loose the changes when the theme is updated.
So, is there a way to create a child type of theme just like we do on Wordpress. If not, please advice the best method to do it in WHMCS.

Aman Dhanda
- 438
- 4
- 15
0
votes
1 answer
Why are the Luma Thema sample images from Magento2 sample data not visible when extending it to a custom theme?
I installed the Magento2 open source sample data and everything works fine. When I switch to the luma theme in the admin backend I can see everything. But when I create a custom theme based on luma theme the data/images is not visible anymore. What…

joosy
- 11
- 2
0
votes
1 answer
Changing mkdocs code blocks with a custom theme
I am trying to add some html elements (like a div) in a custom theme, that wrap the mkdocs generated code blocks from the html output.
mkdocs has their fenced code blocks with the triple backticks ``` stuff ``` and when it produces the html output…

yo76yo
- 138
- 7
0
votes
1 answer
Website layout is broken, is empty and I can't access wp-admin (wp-login)
My site's https://www.beckers-trier.de layout and code is sort of broken. I don't code, but the theme is self-developed and I also don't remember changing anything about the site, except for adding the facebook pixel code in the . The Problem is…

ph_cmz
- 1
0
votes
1 answer
font awesome toggle menu not clickable in custom wordpress theme
my hamburger menu is showing on my custom wordpress theme its responsive too but you can't click on it for drop down menu
my code in functions php -
function wpb_hook_javascript() {
?>