I’m working on a website where i need to distribute the shop-names in alphabetical order and distribute them evenly. Some columns are very long and some very short… is there a way to distribute them evenly and have all of the columns the same height? So i guess some columns need to be cut in half but is there a way to ‘automate’ that without doing it manually?
Password for viewing the page is: WORDPRESS2020
Thanks!!!
]]>I’m looking for a plugin to distribute email requests.
Example: Different postcodes are assigned to different sellers. That means there should be filter criteria, if COUNTRY + ZIP code are given, the request will be assigned to a specific seller. The assignment must of course be made once. Can I do this with this plugin?
Thank you,
Regards
Steve
https://www.ads-software.com/plugins/megamenu/
]]>Ive tried putting them all in one div that is 100% width and then making each one 30% but it does not seem to work. When I would make them 30% they were becoming 30% of the actual image div and not the whole page.
This is the coding for one of the divs. (The other 2 are the same but just have different names to them)
.threeflips {
width: 100%;
}
.flip-container {
-webkit-perspective: 1000;
-moz-perspective: 1000;
-o-perspective: 1000;
perspective: 1000;
width: 30%;
float: left;
}
.flip-container:hover .flipper,
.flip-container.hover .flipper {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.flip-container, .front, .back {
width: 450px;
height: 450px;
}
.flipper {
-webkit-transition: 0.6s;
-webkit-transform-style: preserve-3d;
-moz-transition: 0.6s;
-moz-transform-style: preserve-3d;
-o-transition: 0.6s;
-o-transform-style: preserve-3d;
transition: 0.6s;
transform-style: preserve-3d;
position: relative;
}
.front, .back {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
}
.front {
background: url(https://www.3peaks.us/wp-content/uploads/2015/09/1front.jpg) 0 0 no-repeat;
background-size: 100% 100%;
z-index: 2;
}
.back {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
background: url(https://www.3peaks.us/wp-content/uploads/2015/09/1back.jpg) 0 0 no-repeat;
background-size: 100% 100%;
}
and here is the html for it
<div class="threeflips">
<div class="flip-container" ontouchstart="this.classList.toggle('hover');">
<div class="flipper">
<div class="front">
</div>
<div class="back">
</div>
</div>
</div>
<div class="bflip-container" ontouchstart="this.classList.toggle('hover');">
<div class="bflipper">
<div class="bfront">
</div>
<div class="bback">
</div>
</div>
</div>
<div class="cflip-container" ontouchstart="this.classList.toggle('hover');">
<div class="cflipper">
<div class="cfront">
</div>
<div class="cback">
</div>
</div>
</div>
</div>
]]>The only way to keep the 3 images on the same line is to align the center image left or right, but then the spacing between the 3 isn’t equal.
How can I make them all equally spaced and on the same line?
Thanks in advance!
link: https://169.bdd.myftpupload.com/gallery/artists/
]]>I wonder if someone could explain me how the theme publishing work, more precisely how the theme’s update works.
I like to develop a theme for a company, and they like to have one parent theme which would be used on several sites with child themes.
How can I host the parent theme so the other WP installs get notified about updates and can update the parent theme as a regular update? Every theme have to be published on www.ads-software.com???
Thanks,
tomy
It seems like a must-use plug-in could do it. Ideally what I’d do is have screens in the parent site (id=1) site where an admin could put widgets and then the plug-in would distribute them across all the subdomain sites.
It seems possible, and I’ve written a few custom plug-ins, but never for a must-use/multi-site application. Can anyone point me in the right direction to get started? Maybe some “must read” articles about MU development?
What are the big gotchas to watch out for?
]]>I would really appreciate any help?
]]>optipng is under the zlib license (https://optipng.sourceforge.net/license.txt) which only seems to indicate that attribution should be given where possible
gifsicle is GPLv2, and jpegtran has the following condition on binary distribution which should not be a problem to comply with:
(2) If only executable code is distributed, then the accompanying
documentation must state that “this software is based in part on the work of the Independent JPEG Group”.
Any other advice or recommendations that anyone has on this topic would be greatly appreciated.
]]>