GIC pluin not working while Events Manager by Pixelite is active. How can I resolve it, other than deactivating the the Events Manager plugin.
]]>Hi, I have a complicated and difficult problem, I am trying to solve. I wonder if anybody can guide me here please. I would like to add code to two individual images, but with the GIC plugin, I am not sure how to do this.
for example: I can put images in a gallery with 3 or 2 columns as such:
[gallery size="medium" columns="3" link="file" ids="844,843,829"] <div class=”wasteland”></div>
<div class=”glass”></div>
[gallery size="medium" columns="2" link="file" ids="931,930"]
[gallery itemtag="div" icontag="span" captiontag="p"]
and style it as follows:
#gallery-1 .gallery-item,
#gallery-1 .gallery-item p {
padding: 1%;
}
/* Add some moody background with typewriter font. */
#gallery-1 .gallery-item {
color: whitesmoke;
background-color: tan;
font-size: 1.45rem;
font-family: Courier, monospace;
text-align: left !important;
}
#gallery-2 .gallery-item,
#gallery-2 .gallery-item p {
padding: 1%;
}
#gallery-2 .gallery-item {
color: whitesmoke;
background-color: tan;
font-size: 1.45rem;
font-family: Courier, monospace;
text-align: left !important;
}
but, how would I incorporate the two images with the id 931 and 930 into my short code and css with the GIC plugin:
<div class=”wasteland”></div>
<div class=”glass”></div>
body {
margin:0;
}
.wasteland {
animation:zoomIn 10s linear infinite alternate;
background-image:url(https://………….)
background-size:cover;
height:100vh;
position:fixed;
width:100vw;
}
Hi, the GIC inserted all my descriptions, captions etc on my images, and new images, but now I would like to delete or alter my old images from the default wordpress gallery. The problem is, there is no sign of them in the visual editor or even any code in the code editor for them to be deleted or altered
The only code is, for the 3 new images I added with the GIC plugin, which is:
[gallery size="medium" columns="3" link="file" ids="844,843,829"]
[gallery itemtag="div" icontag="span" captiontag="p"]
<figure class=”wp-block-gallery columns-0 is-cropped”><ul class=”blocks-gallery-
grid”></figure>
I have deleted the htaccess file in wordpress and cleared the caches. It hasn’t solved the problem.
]]>