1. My images are stored at a separate location (https://images.mydomain.com/wp-content/etc/) using the WP Offload Media plugin to save images to Amazon S3.
2. Gallery created and inserted as a block on my page – works perfectly. All images load correctly with src=https://images.mydomain.com/wp-content/etc/
3. I create my album and assign the gallery to that album. Insert album on page – no images load. Inspector shows that image src=https://www.mydomain.com/wp-content/etc/ thus cannot be found.
Any ideas?
Many Thanks
I have a site https://www.example.com with a subsite or subdomain address https://subsite.example.com. When images are uploaded in the dashboard of the subdomain (i.e. https://subsite.example.com/wp-admin) to the media library, they go where they are supposed to be – the images folder within the subdomain folder. But when displayed – whether in the media library or front end – images are not showing because img src points to https://example.com/wp-content/uploads/2022/02/imageName.jpg instead of
https://subdomain.example.com/wp-content/uploads/2022/02/imageName.jpg.
In wp-config.php, I have added the following (without it, all internal links will go to https://example.com instead of https://subsite.example.com):
define('WP_HOME','https://subsite.example.com');
define('WP_SITEURL','https://subsite.example.com');
I also managed to get some of the images showing on the front end by adding a php string replace code on the template file that changes “example” to “subsite.example”, but this is only a temporary fix and does not affect dashboard, where images are not showing in media libray.
Is there something that should be added to or changed in .htaccess and/or wp-config.php?
]]>Is there a way not to change manually my choice for the “Image source” in the “SOCIAL” section of each of my website’s pages?
I need all to be settled on “frontpage image” (second option) instead of “default image source” (first option).
Thanks for your help!
PS: Sorry if the terms are not right, I use AIOSEO in French
]]>Thanks
]]>I recently updated WPP to the new version, which is great by the way. But i have a little problem. When i have enabled wpp widget, i see only 2 images from 4. 2 featured images are working without problem and 3rd and 4th image is not working, they are showing as image base 64 in src in code. Can you help me?
Thanks and have a nice day.
]]>i developped a contact form and ask user about the IT-problem they have
Because i have a lot of question, i want be able to propose te send a table to customer after he gives the response. The table sould be the Resuming of all the IT-Problemetik in form a table with green orange und red traffic lights
The Logic
in the form i ask the question
do you have problem with email?
radio yes ou no
and i show onchange an image red traffic light or green
i wand to safe the image in a dynamichidden img_emailpb field and use these field
on the register email in a table xy
column icon_email
raw trafic light image
I try to code this but i don’t habve any success. Could this plugin the right solution for me, so you should me perhaps help or i don’t have understand the logic of the plugin
here is code in form:
***********************
//this is the first code of the first idea
//[md-select label=”1. Haben Sie Problem mit Email?”]
// [select* menu-emailproblem “ja” “nein”]
//[/md-select]
<table>
<tr>
<td>
// Input field if problem > response YES I HAVE PROBLEM WITH EMAIL> red traffic light
<input type=”radio” name=”country” onclick=”document.getElementById(‘ProductImage’).src=’https://wp.dcsinform.net/wp-content/uploads/2019/05/traffic-light-306388_640.png'”/>Ampel rot
<br />
// Input field if no problem > response NO I HAVE NO PROBLEM WITH EMAIL> green traffic light
<input type=”radio” name=”country” onclick=”document.getElementById(‘ProductImage’).src=’https://wp.dcsinform.net/wp-content/uploads/2019/05/traffic-light-306386_640.png'” />Ampel grün
<br />
</td>
<td>
//in the form i show in right side the traffic light
</td>
</tr>
</table>
// here ist the dynamichidden field where i try to save the image source as string
[md-text]
[dynamichidden img_emailpb “CF7_get_custom_field key=’ProductImage’”]
[/md-text]
here is code in email for me and the customer:
*********************************************
<H2>Ihre IT-Problematik am [_date] um [_time] : was l?uft bei Ihnen nicht?</H1>
<u><H3>1. MAILPROBLEM, WEBMAIL, MAILCLIENT:</H3></u> [menu-emailproblem]
<table style=”text-align: left; width: 283px; height: 80px;”
border=”1″ cellpadding=”2″ cellspacing=”2″>
<tbody>
<tr>
<td style=”width: 141px; text-align: center;”>IT-Problems
with:</td>
<td style=”width: 193px; text-align: center;”>Status</td>
</tr>
<tr>
<td style=”width: 141px; text-align: center;”> </td>
<td style=”width: 193px; text-align: center;”></td>
</tr>
</tbody>
</table>
Sorry for my english, i hope you understand what i try to do!
Thanks a lot if you can help me
]]>First of all you can see behind the under costruction page with these credentials (subscriber only):
USER: controlroom
PW: ypOKlV0lbh3!Zokk
I use the (great) visual portfolio plugin within the Skylith theme.
I am creating different portfolios in different pages showcasing my services, and I’m using image as sources.
I would like the images to be filterable, but when I enter a category in the image details, whatever I type disappears when I hit enter.
I installed a plugin to add categories to images (hoping the gallery would just use the existing ones), but nothing changed.
I thought it was something I just couldn’t have with an image source but then reading the plugin documentation it acually sounds like the category field shoud do just that.
Can you help me figure out why it’s not working for me please?
Many thanks.
Chiara
]]>Just wondering if it’s possible to use an image url as the background of the row or column instead of having to select one using the media picker. Has anyone had a work around for this?
Kindly advise, thanks.
]]>