Site logo

Archived topic

How to make the space in between the pics the same size as the top?

8 replies · Started by bluebit on July 17, 2017

Viewing posts 1–9 of 9

Hi there,

Try this CSS:

.entry-content p {
    margin-bottom: 0;
}

Then you you should be able to add the bottom padding of 14px through the page builder.

Try changing the CSS to this:

.inside-article img:hover {
    transform: scale(1.0087);
}

Any idea how I can add padding to this page to make it look better?

https://wildlatina.com/my-account/

Its weird, because this page has the woocommerce shortcode, so I can only edit the account page that is when the user is logged in, but the login page I cant edit.

Your content padding is set to 0px, so I would suggest adjusting that.

However, if you don't want to do that, you can do this:

.page-id-33.one-container .site-content {
    padding: 40px;
}

awesome never knew about page ids for specific pages, sweet

I changed it to this

.page-id-33.one-container .site-content {
padding: 40px 50px 0px 50px;
}

so I could have more control hehe

Hey so I have an idea for an addon that Im currently looking for an experienced developer to create. Maybe you guys would be interested or some of your friends, i posted it here
https://www.freelancer.com/projects/php/Create-Wordpress-Plugin-Crytocurrency/

I haven't found a qualifed dev yet, so let me know if your interested, ill be paying to get it made, could be an addon for generatepress or separate plugin.

Tim

more info

Create an Ad-Captcha Wordpress Plugin similar to the ones below. But I want this one to have an integrated way for advertisers to upload their ads directly into the plugin. They click on a button and can upload their ad, and pay $5, $10, $50 or other amounts in the cryptocurrency Bitcoin or Dash for the plugin to start displaying their ads. If you're not familar with cryptocurrencies you might want to do some research and test out the Dash plugin below to get familar on how they work. Basically all there needs to be is a Dash QR code or Bitcoin QR code that shows up in the plugin that someone scans with their phone and they then send the money to the QR code, which would be my bitcoin or dash address that is on an electrum wallet, pretty easy. After the transactions gets confirmed on the blockchain the ads get shown. So step 1, they upload their AD jpg and I have to manually approve it, once approved they get an email that they can pay in Dash or Bitcoin using the plugin. After they scan the QR code and pay, the ad gets randomly shown rotated along with the other ads from the other advertisers. The plugin should work with Contact Form 7 or WP Forms https://wordpress.org/plugins/wpforms-lite/

Examples of companies that have already created similar plugins:

http://www.pontamedia.com/en/brandCaptcha
http://solvemedia.com/index.html Watch the video
http://yoocaptch.it/en/

Here is the Dash Woocommerce Plugin, please take a look at it just to get familiar how Dash works. We probably don't need this plugin, we can just have the advertiser send Dash to my Dash address, and once payment has been confirmed on the blockchain, their ads gets shown. https://github.com/nmarley/dashpayments-for-woocommerce/releases/tag/v0.0.5

Make sure to download these wallets to get familiar how they work, these wallets are where the bitcoin and dash addresses are stored and where the advertisers send money too.

https://electrum.org/#home
https://electrum.dash.org/

The plugin will need a way to have people activate their license. https://easydigitaldownloads.com/downloads/software-licensing/
If there is an easier way let me know.

I'll be monitoring the progress on my github account, and have a friend developer check over the code. Once finished I'd like to upload the wordpress plugin to my wordpress repository account. And when the plugin needs to be updated and maintained I'll be hiring.

I prefer working with people that have already creating wordpress plugins and can show me recent work. Please give me an estimate for the cost, the time, and a detailed summary of the project phases how you plan on creating this plugin.

Interesting, thanks for the info. I'll take a look :)

This archived topic is closed to new replies.