13,152 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-2
votes
0
answers
29
views
How to remove unnecessary text which are out of design in wordpress [closed]
I am creating a site named flytahsinair.com, but the header and footer sucks and I can't use the template. I have downloaded a template and installed it, but still I can't edit it. Help would be very ...
Advice
0
votes
2
replies
55
views
Accessing Swift function in a framework from Objective-C AppDelegate.m
I'm working on an application where SwiftUI is being introduced to an app that was originally in Objective-C and then converted about 50% to Swift. Now future development will be in SwiftUI for the ...
1
vote
4
answers
117
views
Why is my header moved to the right and not centered?
I am building my first website and cannot figure out why the header moved to the right. This is my first time doing something like this and just making the navbar took me a while but when I add the ...
-1
votes
2
answers
151
views
CGI in Perl: how to access the original HTTP headers
A simple proxy in Perl runs as a CGI on the webserver of my ISP.
It's purpose is to forward https GET and POST to a http webserver running on my PC.
With that https works without the need of any TLS ...
0
votes
0
answers
43
views
How to translate CI to IC of the header of a in gtsummary table?
How to translate CI to IC (brazilian portuguese) of the header of a gtsummary table? Using theme_gtsummary_language() function, it doesn't work. I tried the modify_header() function too, but doesn't ...
-1
votes
1
answer
86
views
White Screen, Translation Loading Warning, and Header Errors with Medservice Child Theme after WordPress 6.8.3 [closed]
My site shows a white screen and some PHP warnings when I try to:
Activate any plugin
Log in to wp-admin (if logged out)
Save changes in the page builder
This happens only when using the Medservice-...
0
votes
1
answer
57
views
Grid header on the first column instead of the first row
Would it be possible to have the first column of the table or grid to be a grid.header or table.header?
I am trying to make something similar to this:
⁞ SECTION TITLE ⁞ text text text text text text ...
0
votes
0
answers
37
views
Load headers/footers without creating a page
I’m trying to generate a single PDF with multiple headers/footers and different page formats/orientations.
Here’s the situation:
I have a loop that dynamically changes the page format and orientation....
1
vote
1
answer
303
views
How to tell which C/C++ file is including a header that's causing compiler errors
Just wondering how I work out which of my C/C++ files is resulting in me getting an error.
The error is #error: error STL1003: Unexpected compiler, expected C++ compiler. which comes from yvals_core....
0
votes
0
answers
55
views
Session token/headers not detected in production (Vercel)
When deployed, it fails
Cookie validation
Bypass Vercel firewall rules for API routes
even though cookie + header is seen from the browser
middleware.ts
import { NextResponse } from 'next/server';
...
0
votes
0
answers
39
views
Apache CXF: how to change a SOAP Header value programatically?
I have to change the value of "To" element of the soap:Header, like this:
<To xmlns="http://www.w3.org/2005/08/addressing">https://MY_NEW_SERVER_URL</To>
I created an ...
2
votes
4
answers
167
views
Why does including header with a structure definition not lead to a redefinition error?
I have simple program to make a point with x and y coords and function to move it.
There are three files:
main.c
structs.h
structs.c
structs.h Has the definition of structure
typedef struct point{
...
0
votes
0
answers
58
views
Drop shadow on header
headerImgVery new to coding here. I was wondering how would I go about adding a drop shadow to my header with all my links (white box area). Normally in other programs you would make a white rectangle ...
0
votes
0
answers
76
views
_DEBUG definition and imported header units
We have a Visual Studio Project which links to an external precompiled Library which is only available as release version. They use the release version of the standard library. we are on Windows, so ...
1
vote
0
answers
35
views
CORS headers not set for HTML on Flask + Render.com (Cloudflare proxy?), JS/CSS working fine
I have a Flask app on Render.com serving index.html, styles.css, and main.js from https://custom-va-template.onrender.com. My frontend at https://solixa.ai uses fetch("https://custom-va-template....