All Questions
1,845 questions
3
votes
0
answers
59
views
Media thumbnails and featured images not showing on wordpress multisite [closed]
Story is that I have portfolio site on which I'll be moving my project sites to the subdirectories of it. Issue I came across is that featured images aren't showing along with the media thumbnails ...
0
votes
0
answers
48
views
Why Logo Size is Large in Wordpress?
I set the logo size to 200px 200px but on the site logo is bigger. It is set to image size, 626px 626px
function theme_support() {
$defaults = array(
'height' => 200,
...
0
votes
0
answers
45
views
add image crop options when a user submit a image in lms site
I have a wordpress website with a lms installed on it, it's a educational system.
So, i am using the Tutor LMS plugin to manage the users of my platform.
My question here is that when a user uploads ...
0
votes
0
answers
99
views
How to include images in the build of a Wordpress multi block plugin?
My WP plugin should show some (default) images in the font-end and editor UI. However, the URL generated with my code, refers to the build folder, while the images are not.
This is my structure:
...
0
votes
0
answers
101
views
Change Image In Wordpress by Click
My question is to create something in Wordpress.
I like to create a kind of advent calender. There are 25 small images an one big image. What i want to establish is when clicking one of the 25 small ...
1
vote
0
answers
30
views
Watermark for custom image size in WordPress
I use a watermark code for a WordPress theme. The code works fine, but it generates a watermark for every uploaded image. How can I modify my code to not watermark some image sizes?
I have an image ...
1
vote
0
answers
56
views
Embed image in text stripping curly brace { } characters from URL
We have our images and PDFs in a custom location on the server. The URL to them includes a folder with curly braces in the name, like this: /{folder-name}/. I understand that having a folder with ...
0
votes
0
answers
88
views
Wordpress images linking to empty image folders after migration from free wordpress.com site
I've been trying to migrate a free wordpress.com site to a Siteground hosted site. After migrating, the images are all linking to unviewable image folders instead of the images in the media library. ...
0
votes
0
answers
81
views
403 Forbidden only on some files is unexplainable
I am working on a simple script that is supposed to upload an image contained in a folder to a Wordpress setup, using the Wordpress REST API. The script is running on a local install of MAMP.
For some ...
2
votes
1
answer
166
views
WordPress wp_editor replaces " double quotes with “ in html tags (e.g. links, images or tables)
I'm facing an issue with the wp_editor (TinyMCE) in WordPress 6.5.3 (latest) where the quotes in my content are being replaced incorrectly. I'm using a custom shortcode (handled by WPCode) to display ...
0
votes
1
answer
92
views
Woocommerce wordpress responsive images
I wondered if it's possible to make the WooCommerce thumbnail images responsive. Currently, there is only one image size for the thumbnails, and I would like to add the src set attribute with further ...
0
votes
0
answers
55
views
How to display images in WordPress plugin created with vue.js
I'm trying to show the images called from the public and src/assets folders of a vue.js in a wordpress plugin.
here's the template file:
<template>
<div>
<a href="https://...
0
votes
0
answers
19
views
Internal Image in RSS
I have a content channel on my wordpress website that is shared with another website. However, when submitting a post with text and a featured image, along with internal photos, the target site is ...
0
votes
1
answer
141
views
How can I replace existing image with new one in wordpress in all posts?
I want to create a plugin for WordPress that converts all non-webp images into webp.
I have created a function that takes the file path as an argument and creates a new webp image from that file.
Now ...
0
votes
0
answers
35
views
WordPress Gallery thumbnail and single post issue after migrating to new host
After migrating to new host,i am facing a strange issue of Media image file's thumbnail while uploading to media gallery and also during editing or adding new blog post. The exact problem is as ...