ManuelPalachuk

Forum Replies Created

Viewing 18 posts - 1 through 18 (of 18 total)
in reply to: Custom CSS style for Templates #55611

Excellent, those both solve my problem.

Thank you!

in reply to: Custom CSS style for Templates #55509

Thank you very much Shaon, as I get familiar with this product while setting up my new site I see that it is every bit as valuable and well built as I expected.
It is forcing me to extend my coding skills too. I’ve read up on the Combinators for Selectors so I completely get the formatting now. Because you’ve laid everything out so well it is really actually quite easy.

The last question I have for this thread is this:
I cannot get the font color to change for the actual [Page_Link]. I this becasue it is inside a shortcode?

I thought the complete identifier for the css element was:

.col-md-6 .thumbnail .media .media-body .h4 {
color:blue;
}

But no combination gets the font color to respond.

My Link Template code:

<div class="col-md-6">
<div class="thumbnail">
<div class="media">
    <a class="pull-left" href="[page_url]">[icon]</a>
    <div class="media-body">
    <h4 style="padding-top: 70px;border:0px;margin:0px;">[page_link]</h4>
[download_link] <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-th-large"></i></br>
[file_size] <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-download-alt"></i></br>
[download_count] downloads
    </div>
</div>
</div>
</div>

.

in reply to: Custom CSS style for Templates #55463

But what is the best practice of how to proceed?
Should I be creating a child to your plugin so my css definitions override yours when I’m changing something like the .pull-right or media-body definitions?

in reply to: Custom CSS style for Templates #55439

Shouldn’t I also be able to re-define existing classes from your plugin or define new ones to use instead?
For example, from the Default Link Template:

<div class=”col-md-6″>
<div class=”thumbnail”>
<div class=”media”> <– Replace with <div class=”my-custom-css-definition”>
– more code here –
</div>
</div>
</div>
</div>

If so, I assume I can just define the classes in the child them style.css but what is the best practice for re-defining existing classes from your plugin?
Do I create child plugin style sheets?

Thanks

in reply to: Custom CSS style for Templates #55363

Hello sir,

I see the custom code you entered.
I had been missing the “.media”

I use two different link templates, how do I set the formatting for specific templates?

Thanks

in reply to: Custom CSS style for Templates #55273

Ugh!

I reset password and tested. these credentials should work now. Sorry.

in reply to: Custom CSS style for Templates #55200
This reply has been marked as private.
in reply to: Custom CSS style for Templates #55170

Thank you for the link. I am aware of and have started working with the templates.

But there is nothing in the post about changing the format or adding css.
I just need one solid example of how the css gets defined in the tempalte.
Or a list of the css tags to change for a template.

Do I just drop in new css definitions into the the top of the tempalte and add my own tags?

/* MY CODE */
Body {
background-color: lightblue;
}

media {
color: white;
text-align: center;
}

media-body {
font-family: verdana;
font-size: 20px;
}

/* YOUR CODE */
<div class=”media”>

[icon]

<div class=”media-body”>
<h4 class=”media-heading” style=”padding-top: 0px;border:0px;margin: 0px;”>[page_link]</h4>
[download_link] <i style=”margin: 2px 0 0 5px;opacity:0.5″ class=”icon icon-th-large”></i> [file_size] <i style=”margin: 2px 0 0 5px;opacity:0.5″ class=”icon icon-download-alt”></i> [download_count] downloads
</div>
</div>

in reply to: Custom CSS style for Templates #55130

Thank you for the reply,

Do you have a blog or reference to help me out some or some examples or pointers?

Thank you.

in reply to: Invalid License Key #54062

Hello,

I have no proof but it seems that my issue may have been the wget on my server not working correctly. No matter, over the weekend I have moved the entire site to a new server that is Ubuntu 16 with PHP7, Apache2, and latest MySQL. It all seems to work as intended.

I’ll start a new issue if something else comes up.

Thanks.

in reply to: Invalid License Key #53917
This reply has been marked as private.
in reply to: Invalid License Key #53898

Hate to bug you but I’ve not heard back from anyone and I’ve had my firewalls down for 2 days.
I really need to get this figured out.
Someone was going to ftp and or ssh into my server and look at this.

Thanks

Thanks, now I see the pro package options.

in reply to: Invalid License Key #53834
This reply has been marked as private.
in reply to: Invalid License Key #53763
This reply has been marked as private.
in reply to: Invalid License Key #53724

Hello again.

Thank you for activating this. I still need to get the add-ons installed and updated but you’re telling my my server is blocking your site.

I am my own tech support for this server. I need something more technical to go on than just ” Your server is blocking the connection”.

What script is doing the accessing and what protocol? http, ssh, ftp,?
What is the connection to? A site name or an IP and a port?
And how will I know when the connection is working?

Thank you.

in reply to: Invalid License Key #53711
This reply has been marked as private.
in reply to: Invalid License Key #53683

Hello,

Paid for this Dec 31 2016 and just now getting to installing it.
Trying to install WPDMP in new installation and I’m getting Invalid License.
I’ve read the threads about this and so I have removed the version 4.6 and installed the absolute latest 4.6.2.
I still get Invalid License.

What’s next?

Thanks

Viewing 18 posts - 1 through 18 (of 18 total)