Search Results for 'placeholder image'

Results from the Forum
wwsurfers
tagDiv Member

Hello there,
I have the same problem. The images published along with articles aren’t showing up on the homepage; what I get are placeholders. Funnily, they are displaying right on the articles. I uploaded some posts which were on a blog hosted on blogger to the new blog where I have this problem and the images on those posts show up on the home page. URL: https://newsfrigate.com/. Thanks.

  • This reply was modified 7 years by wwsurfers.
  • This reply was modified 7 years by wwsurfers.
Calin
tagDiv Staff

Hi,

Please check in Newspaper> Theme panel> Post Settings expand feature images and enable to show the feature image and placeholder.
https://www.screencast.com/t/TfMbrjzmVLD
Also please make sure you have tagDiv Cloud Library activate and tagDiv Composer
https://www.screencast.com/t/Ptt4uvckpUA
Without this tow plugins, your demo will not work.

If the problem persist please provide a link were I can inspect the problem.

Thank you for your understanding.

  • This reply was modified 7 years by Calin.
Nicholas Gibbs
Participant
#0

Easiest thing will prob be to follow the link.

This post has 3 galleries inserted, in addition to some single images.

On the galleries where I used to get a thumbnail of the image in the bar underneath the main picture, there are blank placeholders.

Also on the images i have given a caption, the caption is repeated twice on the image in two different styles.

Here is the link to the example https://theibizan.com/tony-pike-interview-sex-drugs-censored/

Bader
tagDiv Member

Is there no way we can have that same placeholder (https://pasteboard.co/HFuh1qg.png) that would have the image I have set as default in all my blog posts?

Bader
Participant
#0

Hello there! I hope you guys are doing well!

I have hidden the feature image on my blog posts because I would like all of them to have the same image on the single blog post page – is there a way to set that? Right now, it only shows an empty image placeholder with the title written on it, but I would like to set that to a particular image I want shown on all the posts.

Please let me know if there is a way to set a global image for singe blog posts!

Thank you in advance for your help!

Simion C.
tagDiv Staff

Hi,

Thank you for your appreciation, we try our best to provide a quality product.

Regarding the issue, the placeholders will be displayed if no featured images are set for the posts. These placeholders can be disabled in the theme panel if required
https://www.screencast.com/t/hWmHwNJsVtr

This will remove all the placeholder images from all the modules. Could be caching for the homepage, if you use caching clear it. Clear the browser cache as well or force refresh the page (Ctrl+Shift+R). No place holder should be seen anywhere after using that setting.

Thanks

Simion C.
tagDiv Staff

Hi,

If the posts have no featured image set here
https://forum.tagdiv.com/featured-image-or-video/
Then a default placeholder will be shown at all times in the modules, regardless of desktop or mobile
https://www.screencast.com/t/VssiGUIXX
These placeholder images will substitute the missing featured image. Disabling the placeholders will have these effects on the mobile top grid module for example.

The module will not be visible, so basically if a post has no featured image and the placeholder is disabled, it will not be shown in the top grid. The other mobile module will look like this
https://www.screencast.com/t/cFpWL4gTYB5v

Featured images or videos are essential in the theme, they will represent the post in the theme modules which form grids and blocks
https://forum.tagdiv.com/theme-thumbs/

Thanks

Sheen Paul
tagDiv Member

Alin,

Thanks for your reply. Are you saying that without featured images post cant seem on category pages in mobile theme? I dont need to show any images there. I need to show just title only without placeholder. Kindly help me to solve the issue.

Thanks;
~Sheen

Alin [tagDiv]
tagDiv Staff

Hi,

Please enable FEATURED IMAGE PLACEHOLDER from Theme Panel – https://www.screencast.com/t/yRYXokaD5OAfhttps://www.screencast.com/t/sG1Muz5wguG
You can add your own image if you like and replace the default “no-thumb”, here (just keep the same name) – https://www.screencast.com/t/UCl53ZJCO

Thanks!

beppepicaro
Participant
#0

Hello,

In Newspaper > Theme Panel > Per category settings > Aphorisms (that’s the particular category I want to customize)

I choose the Style 6 under
CATEGORY TEMPLATE This is the header of the category

This way I get a grey overly image with the category title in the middle, and I think this is a placeholder for an image, but I cannot find a place where to upload it.

Thank you

Bogdan B.
tagDiv Staff

Hi,

Sorry but this will not work from the child theme. You will have to re-apply the images after you update if you want to change the default implementation for the placeholders.

Thanks

Catalin
tagDiv Staff

Hello reginaoak,

Please keep in mind that the ‘tdm’ pictures cannot be removed. They are required by the tag div multi-purpose plugin elements. They are placeholder images that are needed for the proper alignment of the elements when adding them to the tag div composer. Also, these will not be multiplicated as you say….sorry!

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

That looks like the default no-thumb placeholder which is displayed when the posts have no featured images set. Do the posts have featured images?
https://forum.tagdiv.com/featured-image-or-video/

How did it look before? If there are no featured images then the placeholders would be displayed at all times.

tangy
tagDiv Member

It doesn’t seem to work for me.

I am trying to load custom ad 2 starting from the second page. Here is the code I am tried using…

if ($current_page > 1) {
$buffy .= td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘custom_ad_2’));
}

Here is my smart list 6 page code…

<?php

class td_smart_list_6 extends td_smart_list {

protected $use_pagination = true; // set this to true to use rela pagination on this template

protected function render_before_list_wrap() {
if(td_global::$cur_single_template_sidebar_pos == ‘no_sidebar’) {
$td_class_nr_of_columns = ‘ td-3-columns ‘;
} else {
$td_class_nr_of_columns = ‘ td-2-columns ‘;
}

$buffy = ”;

//wrapper with id for smart list wrapper type 2
$buffy .= ‘<div class=”td_smart_list_6’ . $td_class_nr_of_columns . ‘”>’;

return $buffy;
}

protected function render_list_item($item_array, $current_item_id, $current_item_number, $total_items_number) {
//print_r($item_array);
$buffy = ”;

//creating each slide
$buffy .= ‘<div class=”td-item”>’;
$buffy .= ‘<div class=”td-number-and-title”><h2><span class=”td-sml-current-item-nr”>’ . $current_item_number. ‘</span><span class=”td-sml-current-item-title”>’ . $item_array[‘title’] . ‘</span></h2></div>’;
$buffy .= ‘<div style=”text-align: center; font-size: 10px; margin-bottom: 5px;”><span style=”color: #666666;”>ADVERTISEMENT</span> </div> <div style=”border-top: 1px solid #e9e9e9;text-align: center; margin-bottom: 12px;”></div><!– Ezoic – TS-SL-728×90 – under_page_title –>
<div id=”ezoic-pub-ad-placeholder-105″>’;
$buffy .= ‘<div class=”adsense”>’;
$buffy .= td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘custom_ad_4’));
$buffy .= “</div></div>”;
//$buffy .= ‘<div style=”border-top: 1px solid #4DB2EC;text-align: center;color: #56565A; margin-bottom: 8px;”></div></div>’;

//get image info
$first_img_all_info = td_util::attachment_get_full_info($item_array[‘first_img_id’]);

//get image link target
$first_img_link_target = $item_array[‘first_img_link_target’];

//image caption
$first_img_caption = $item_array[‘first_img_caption’];

//image type and width – used to retrieve retina image
$image_type = ‘td_696x0’;
$image_width = ‘696’;

if(td_global::$cur_single_template_sidebar_pos == ‘no_sidebar’) {
$first_img_info = wp_get_attachment_image_src($item_array[‘first_img_id’], ‘td_1068x0’);
//change image type and width – used to retrieve retina image
$image_type = ‘td_1068x0’;
$image_width = ‘1068’;
} else {
$first_img_info = wp_get_attachment_image_src($item_array[‘first_img_id’], ‘td_696x0’);
}
if (!empty($first_img_info[0])) {

//retina image
$srcset_sizes = td_util::get_srcset_sizes($item_array[‘first_img_id’], $image_type, $image_width, $first_img_info[0]);

// class used by magnific popup
$smart_list_lightbox = ” td-lightbox-enabled”;

// if a custom link is set use it
if (!empty($item_array[‘first_img_link’]) && $first_img_all_info[‘src’] != $item_array[‘first_img_link’]) {
$first_img_all_info[‘src’] = $item_array[‘first_img_link’];

// remove the magnific popup class for custom links
$smart_list_lightbox = “”;
}

$buffy .= ‘
<figure class=”td-slide-smart-list-figure td-slide-smart-list-6’ . $smart_list_lightbox . ‘”>



</figure>
<figcaption class=”td-sml-caption”><div>’ . $first_img_caption . ‘</div></figcaption>
‘;
}

$tds_smart_list_6_title = td_util::get_option(‘tds_smart_list_6_title’);

// ad smart list 6
//$buffy .= ‘<div style=”text-align: center; font-size: 12px; margin-bottom: 6px;”><span style=”color: #666666;”>ADVERTISEMENT</span> </div> <div style=”border-top: 1px solid #4DB2EC;text-align: center;color: #56565A; margin-bottom: 12px;”></div> <!– Ezoic – TS-SL-728×90-2 – under_first_paragraph –>’;
$buffy .= ‘<div class=”adsense”><div id=”ezoic-pub-ad-placeholder-106″>’;
$buffy .= td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘smart_list_6’, ‘spot_title’ => $tds_smart_list_6_title));
//$buffy .= ‘<div style=”border-top: 1px solid #4DB2EC;text-align: center;color: #56565A; margin-bottom: 8px;”></div>’;
$buffy .= “</div></div></div><!– End Ezoic – TS-SL-728×90-2 – under_first_paragraph –>”;
$buffy .= “<!– google_ad_section_start –>”;

//adding description
if(!empty($item_array[‘description’])) {
$buffy .= ‘<span class=”td-sml-description”>’ . $item_array[‘description’] . ‘</span>’;
}

$buffy .= ‘</div>’;

// render the pagination
$buffy .= “<!– google_ad_section_end –>”;
$buffy .= ”;

$buffy .= ‘<div id=”ads” style=”clear:both;padding-top:15px;”><div style=”float:left;”>’;
$buffy .= ‘<!– Ezoic – TS-SL-336×280 – bottom_of_page –>
<div id=”ezoic-pub-ad-placeholder-107″><div class=”adsense”>’;
$buffy .= td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘custom_ad_5’));
$buffy .= ‘</div></div></div>
<!– End Ezoic – TS-SL-336×280 – bottom_of_page –>’;
$buffy .= ‘<!– Ezoic – TS-SL-336×280-2 – bottom_of_page –>
<div id=”ezoic-pub-ad-placeholder-108″><div class=”adsense”>’;
$buffy .= td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘custom_ad_3’));
$buffy .= “</div></div>
<!– End Ezoic – TS-SL-336×280-2 – bottom_of_page –>”;

$buffy .= ‘<div id=”ezoic-pub-ad-placeholder-117″>’;

$buffy .= td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘custom_ad_1’));

$buffy .= ‘</div>’;

// render the pagination
$buffy .= $this->callback_render_pagination();
//$buffy .= $this->callback_render_drop_down_pagination();

$buffy .= ‘<div style=”text-align: center; font-size: 12px; margin-bottom: 2px;”></div><!– Ezoic – TS SL Native Bottom – native_bottom –>
<div id=”ezoic-pub-ad-placeholder-194″>’;
$buffy .= td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘custom_ad_2’));
$buffy .= “</div><!– End Ezoic – TS SL Native Bottom – native_bottom –>”;

return $buffy;
}

protected function render_after_list_wrap() {
$buffy = ”;
$buffy .= ‘</div>’; // /.td_smart_list_6 wrapper with id

return $buffy;
}

}

sg123321
tagDiv Member

Thanks for the quick reply. I tried deactivating the tagDiv Composer in plugins and now I’m getting a grey placeholder image with “Add Image to Your Element!”. The image ceases to render. Any ideas?

tippmidwest
Participant
#0

Hi
I recently created a video post and used a Facebook Video. When viewing the article, the video plays in the header image as expected. However, in all thumbnails the video is not displayed and only a grey placeholder is shown.

Simion C.
tagDiv Staff

I believe that is the default header ad code with a default placeholder image, if you want to use that please check if the image it uses still exists in the media library. Maybe it is not found. Or replace that image with something of your own in the code.

That container is an ad spot, to display ads. Not meant to display blocks with posts. You can use Adsense or non-Adsense ads if you want depends on what you want
https://forum.tagdiv.com/newsmag-header-ads/
https://forum.tagdiv.com/newsmag-using-other-ads/

Simion C.
tagDiv Staff

Hi,

Those are placeholder images used by the tagDiv composer for various multi-purpose elements. As long as the composer is active the images will probably reappear when removed.

This may change in a future update, we will try to modify the implementation of these images. Sorry for any inconvenience caused.

Thanks

Edward
tagDiv Member

In order to change these images, you will have to do it manually by creating a placeholder image and replacing these thumbnails: https://www.screencast.com/t/B1cSNNXPLv

You have to keep the file name and sizes intact for it to work properly.

Robert
Participant
#0

On the post settings page, sub featured image I can unable and disable a featured image placeholder.
But where can I set de image url for this placeholder?

miguel_dimase
tagDiv Member

Thanks for your answer, Simion:

1) In Theme panel->Template settings->Blog and post template, there is NO template selected (it’s a pitty that this editor doesn’t allow to attach images directly), but there is no module “boxed” (as in your image it’s the M18). In adddition, NO module type (Mx) seems to correspond with the way the default Newspaper blog page displays the articles. SO, I couldn’t select “the same” module/template as the blog page anyway.

2) I don’t want to change the way the blog page shows the posts by selecting a different Mx module AND by selecting later the same module in the categories, EVEN IF the categories showed the same as the blog page then, BECAUSE I REPEAT MY ORIGINAL NEED: that my categories show THE SAME WAY THE PAGE BLOG SHOWS NOW, which seems to correspond to no module the users can reach, as far I can see… If, on the other hand, I am wrong, please tell me which is the module that corresponds to the blog page as shown NOW (“out of the box” Newspaper). By the way, it’s not the M18 module boxed in your image (although I assume that you used that one just as an example, becasue it’s nothing like the way the blog page looks “out of the box” AND because the categories do not look like the blog page when I change them to the M18 module…).

3) Thanks for your additional suggestion, but I currently don’t want/need a static homepage.

4) With respect to the placeholder images shown now in the category pages, I repeat what I said preemptively in my previous comment: if the solution is establishing a feature image for every post and, on top of that, establishing the proper size of its miniatures relative to the module chosen, I don’t want / I can’t do that now. I just want/need that the category pages show/behave IDENTICAL to the blog page, where images are shown perfectly! By the way, that should be the DEFAULT category look/behaviour in ANY theme: if nothing is touched, they should look/behave as the main page/loop but with fewer (only its) posts!

5) Saying it, again, in other words: my category pages should look as mere FILTERS of the blog page, showing just the proper/latest/all/whatever CATEGORY articles, but in exactly the same way/look/style/design as the out-of-the-box Newspaper blog page looks now, in which case there would be no need to establish feature images (which it’s my main goal), because I DID NOT established any of them in the posts that are currently displayed pefectly in the blog page which it’s using their main images just fine, as it was in my old theme!

6) Of course there is A way of doing this in ANY theme, but I just didn’t buy a theme to begin to work in something like this right from the beginning touching/cloning PHPs, etc. What is the BEST way of doing this in Newspaper?

Thanks again, Simion.

Simion C.
tagDiv Staff

Hi,

You are currently using the default WordPress blog homepage, from what I can see. The blog page will display the latest articles, the module used to display the posts can be selected in Theme panel->Template settings->Blog and post template
https://www.screencast.com/t/OoWyH0DML

The category page module can be selected per category. Search for the category you want and select the module. Example
https://www.screencast.com/t/xhS6lPJixuw
https://www.screencast.com/t/42kM8xih4

There are many modules to choose from, pick the ones you like.

You can also create a static page with the tagDiv composer, set that as homepage
https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
https://forum.tagdiv.com/tagdiv-composer-tutorial/
https://forum.tagdiv.com/block-settings-tutorial/

If the posts have no featured image set, a default placeholder will be displayed
https://forum.tagdiv.com/featured-image-or-video/

Let us know if you have more questions.
Thanks

miguel_dimase
Participant
#0

I’ve just purchased the theme, migrating posts from a previous theme.
The main page (blog/loop) shows the posts with its main image and excerpt text as the previous theme. The posts never got a feature image established.
However, the same articles showed in a category page look different and with an image placeholder instead. I can’t find a way to establish the SAME template, that is to say, the site wide template to show the categories, as is custom with many theme: as mere filters of posts!

If the solution is establishing a feature image for every post and, on top of that, establishing the proper size of its miniatures relative to the module chosen, I don’t want / I can’t do that now.

I just want/need that category pages be treated an look as the main page, like most themes do!
Why the default look/option for them isn’t the site wide template??

The main page: http://migueldimase.com/

A category page: http://migueldimase.com/educacion

Edward
tagDiv Member

In order to change these images, you will have to do it manually by creating a placeholder image and replacing these thumbnails: https://www.screencast.com/t/B1cSNNXPLv

You have to keep the file name and sizes intact for it to work properly.

abewy
tagDiv Member

Well, it doesn’t…

Here’s what I’ve tried. Took the code from the JS Snippet tab (both JS and HTML codes) and inserted in the plugin Embedded Form Code area.

Took only the JS part from the JS Snippet tab.
Took only the HTML part from the JS snippet tab.
Took the HTML from the HTML code tab.

Nothing works. But it works when as you suggested I add the code in a text element.

Here’s the code :

JS Snippet tag

<!-- MailerLite Universal -->
<script>
(function(m,a,i,l,e,r){ m['MailerLiteObject']=e;function f(){
var c={ a:arguments,q:[]};var r=this.push(c);return "number"!=typeof r?r:f.bind(c.q);}
f.q=f.q||[];m[e]=m[e]||f.bind(f.q);m[e].q=m[e].q||f.q;r=a.createElement(i);
var _=a.getElementsByTagName(i)[0];r.async=1;r.src=l+'?v'+(~~(new Date().getTime()/1000000));
_.parentNode.insertBefore(r,_);})(window, document, 'script', 'https://static.mailerlite.com/js/universal.js', 'ml');

var ml_account = ml('accounts', '1194458', 'k2v6k3i0v0', 'load');
</script>
<!-- End MailerLite Universal -->

<div class="ml-form-embed"
data-account="1194458:k2v6k3i0v0"
data-form="942194:c8z5g9">
</div>

HTML code tab

<style type="text/css">
#mlb2-942194.ml-form-embedContainer {
box-sizing: border-box;
display: table;
height: 100%;
margin: 0 auto;
position: static;
width: 100% !important;
}
#mlb2-942194.ml-form-embedContainer h4,
#mlb2-942194.ml-form-embedContainer p,
#mlb2-942194.ml-form-embedContainer span,
#mlb2-942194.ml-form-embedContainer button {
text-transform: none !important;
letter-spacing: normal !important;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper {
background-color: #f6f6f6;

border-width: 0px;
border-color: #e6e6e6;
border-radius: 4px;
border-style: solid;
box-sizing: border-box;
display: inline-block !important;
margin: 0;
padding: 0;
position: relative;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper.embedDefault { width: 400px; }
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper.embedForm { max-width: 400px; width: 100%; }
#mlb2-942194.ml-form-embedContainer .ml-form-align-left { text-align: left; }
#mlb2-942194.ml-form-embedContainer .ml-form-align-center { text-align: center; }
#mlb2-942194.ml-form-embedContainer .ml-form-align-default { display: table-cell !important; vertical-align: middle !important; text-align: center !important; }
#mlb2-942194.ml-form-embedContainer .ml-form-align-right { text-align: right; }
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
height: auto;
width: 100%;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
padding: 20px 20px 0 20px;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
padding-bottom: 0;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
margin: 0 0 20px 0;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
color: #000000;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-size: 30px;
font-weight: 400;
margin: 0 0 10px 0;
text-align: left;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
color: #000000;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 400;
margin: 0 0 10px 0;
text-align: left;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
color: #000000;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-size: 14px;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
color: #000000;
text-decoration: underline;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
margin: 0;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
margin: 0;
width: 100%;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
margin: 0 0 20px 0;
width: 100%;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
margin: 0;
padding: 0 0 20px 0;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
margin: 0 0 10px 0;
width: 100%;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
margin: 0;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
margin: 0;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
background-color: #ffffff;
color: #333333;
border-color: #cccccc;
border-radius: 4px;
border-style: solid;
border-width: 1px;
font-size: 14px;
line-height: 20px;
padding: 10px 10px;
width: 100%;
box-sizing: border-box;
max-width: 100%;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder { color: #333333; }
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder { color: #333333; }
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder { color: #333333; }
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder { color: #333333; }
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
height: 42px;
}
.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 70%; float: left; }
.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal { width: 30%; float: left; }
.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields { box-sizing: border-box; float: left; padding-right: 10px; }
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
background-color: #ffffff;
color: #333333;
border-color: #cccccc;
border-radius: 4px;
border-style: solid;
border-width: 1px;
font-size: 14px;
line-height: 20px;
padding: 10px 10px;
width: 100%;
box-sizing: border-box;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
background-color: #000000;
border-color: #000000;
border-style: solid;
border-width: 1px;
border-radius: 4px;
box-shadow: none;
color: #ffffff !important;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-size: 14px !important;
font-weight: 700;
line-height: 20px;
padding: 10px !important;
width: 100%;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
background-color: #333333;
border-color: #333333;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type="checkbox"] {
display: inline-block;
float: left;
margin: 1px 0 0 0;
opacity: 1;
visibility: visible;
appearance: checkbox !important;
-moz-appearance: checkbox !important;
-webkit-appearance: checkbox !important;
position: relative;
height: 14px;
width: 14px;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
color: #000000;
display: block;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
padding-left: 25px;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
font-weight: normal;
margin: 0;
padding: 0;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
color: #000000;
text-decoration: underline;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
color: #000000 !important;
font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
font-size: 12px !important;
line-height: 18px !important;
margin: 0 5px 0 0;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:first-letter {
color: #000000 !important;
font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
font-size: 12px !important;
font-weight: normal !important;
line-height: 18px !important;
padding: 0 !important;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
margin: 0;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
margin: 0 0 20px 0;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
background-color: #000000;
border: none;
border-radius: 4px;
box-shadow: none;
color: #ffffff !important;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-size: 14px !important;
font-weight: 700;
line-height: 20px;
padding: 10px !important;
width: 100%;
box-sizing: border-box;
}
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
background-color: #333333;
}
.ml-subscribe-close {
width: 30px;
height: 30px;
background: url(https://bucket.mlcdn.com/images/default/modal_close.png) no-repeat;
background-size: 30px;
cursor: pointer;
margin-top: -10px;
margin-right: -10px;
position: absolute;
top: 0;
right: 0;
}
.ml-error input {
background: url(https://bucket.mlcdn.com/images/default/error-icon.png) 98% center no-repeat #ffffff !important;
background-size: 24px 24px !important;
}
.ml-error .label-description {
color: #ff0000 !important;
}
.ml-error .label-description p {
color: #ff0000 !important;
}

#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
#mlb2-942194.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
color: #ff0000 !important;
}
@media only screen and (max-width: 400px){
.ml-form-embedWrapper.embedDefault { width: 100%!important; }
.ml-form-formContent.horozintalForm { float: left!important; }
.ml-form-formContent.horozintalForm .ml-form-horizontalRow { height: auto!important; width: 100%!important; float: left!important; }
.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 100%!important; }
.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div { padding-right: 0px!important; padding-bottom: 10px; }
.ml-form-formContent.horozintalForm .ml-button-horizontal { width: 100%!important; }
}
</style>
<div id="mlb2-942194" class="ml-form-embedContainer ml-subscribe-form ml-subscribe-form-942194">
<div class="ml-form-align-center ">
<div class="ml-form-embedWrapper embedForm">
<div class="ml-form-embedBody ml-form-embedBodyHorizontal row-form">
<div class="ml-form-embedContent">
<h4>Newsletter</h4>
<p>Signup for news and special offers!</p>
</div>
<form class="ml-block-form" action="https://app.mailerlite.com/webforms/submit/c8z5g9" data-code="c8z5g9" method="post" target="_blank">
<div class="ml-form-formContent horozintalForm">
<div class="ml-form-horizontalRow">
<div class="ml-input-horizontal">
<div style="width: 100%;" class="horizontal-fields">
<div class="ml-field-group ml-field-email ml-validate-email ml-validate-required">
<input style="width: 100%;" type="email" class="form-control" data-inputmask="" name="fields[email]" value="" placeholder="Email">
</div>
</div>
</div>
<div class="ml-button-horizontal">
<button type="submit" class="primary ">Subscribe</button>
</div>
</div>
</div>
<input type="hidden" name="ml-submit" value="1">
</form>
</div>
<div class="ml-form-successBody row-success" style="display: none">
<div class="ml-form-successContent">
<h4>Thank you!</h4>
<p>You have successfully joined our subscriber list.</p>
</div>
</div>
</div>
</div>
</div>
<script>
function ml_webform_success_942194() {
var $ = ml_jQuery || jQuery;
$('.ml-subscribe-form-942194 .row-success').show();
$('.ml-subscribe-form-942194 .row-form').hide();
}
</script>

<script src="https://static.mailerlite.com/js/w/webforms.min.js?v03ee2804ef2f008535475a5d62f02f94" type="text/javascript"></script>

Viewing 25 results - 201 through 225 (of 466 total)