Forum Activity for @derrickhand300

derrickhand300
@derrickhand300
01/02/18 10:12:15AM
1,353 posts

TinyMce Image Margin Not Showing in Firefox


Design and Skin Customization

Thanks Michael
Hope you and family had a great holiday! Im just checking in....Ive tried this but still no fix..
Thanks for the help!
derrickhand300
@derrickhand300
12/26/17 09:53:57AM
1,353 posts

TinyMce Image Margin Not Showing in Firefox


Design and Skin Customization

Thanks Michael- here is what I have in the meta.tpl
	<style>
		.captionjs, .captionjs figcaption {
			margin: 0 0 20px;
			padding: 0;
      
		}
		.captionjs figcaption {
			font-size: 10px;
			line-height: 1.5;
			padding: 10px 15px;
			border: 1px solid #ddd;
			border-top: none;
			background-color: #eee;
       
		}
		.captionjs.stacked figcaption {
			background-color: rgba(0, 0, 0, 0.75);
			color: #fff;
			border: none;
		}
		.captionjs.animated figcaption {
			border-top: 1px solid rgba(255, 255, 255, 0.3);
			background-color: rgba(0, 0, 0, 0.75);
			color: #fff;
			border: none;
             
		}
		.captionjs.hide figcaption {
			border-top: 1px solid rgba(255, 255, 255, 0.3);
			background-color: rgba(0, 0, 0, 0.75);
			color: #fff;
			border: none;
		}
		.captionjs.default a {
			color: #000;
		}

	</style>
derrickhand300
@derrickhand300
12/18/17 07:30:35PM
1,353 posts

TinyMce Image Margin Not Showing in Firefox


Design and Skin Customization

I tried adding it to my custom stylesheet that overrides everything but it made no difference...but thanks
derrickhand300
@derrickhand300
12/17/17 06:13:35AM
1,353 posts

TinyMce Image Margin Not Showing in Firefox


Design and Skin Customization

Ive noticed for a long time now that when i upload an image using tinymce/sitebuilder and set the size (320px) (float left) then set the margin to 10 px...it works fine in Chrome but there is no margin applied in Firefox
Has not been a huge issue- just wondering if there is a fix?
Thanks- and Merry Christmas!
Curtis
updated by @derrickhand300: 04/05/18 11:51:12AM
derrickhand300
@derrickhand300
10/10/17 03:49:33AM
1,353 posts

Site Builder Problem


Design and Skin Customization

Thanks Michael- yes its happening each time a jrEmbed video is added to the template...still dont understand why...Im sure it has something to do with the size of the video player..
derrickhand300
@derrickhand300
10/04/17 07:13:15AM
1,353 posts

Site Builder Problem


Design and Skin Customization

Ok....the issue seems to be something in "News Article 4'...if i add the template code then change the limit=5 to 1-it displays fine- then limit=2 and it displays fine.. all the way up to limit=4-which breaks the layout so it must be some issue with that particular news article...not sure what because i created the article and code in site builder from scratch...anyways i will just delete it
Thanks!
(Problem was a jrEmbed video added to the article using site builder)
updated by @derrickhand300: 10/04/17 07:17:28AM
derrickhand300
@derrickhand300
10/04/17 07:05:23AM
1,353 posts

Site Builder Problem


Design and Skin Customization

More specifically this part
{jrFeed_list name="Oilfield News" template="rss_featured_oilfield_news.tpl" limit="5"}

Here is the code from the Rss Featured News Template ( which had been working fine for months and has n ot been edited since)

<style type="text/css">
    .rssincl-box {
        font-size: 14px;
        font-family: "Roboto Condensed", sans-serif;
        line-height: 14px;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    .rssincl-itemtitle{
        margin-top:0;
        padding-top:0;
    }

    .rssincl-itemtitle a {
        color: #444444;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }
</style>
{* all the images in the HTML *}
{xxOilfieldNews_extract_img items=$jrFeed.feed.item assign="_img"}

{* the feed laid out *}
<div class="rssincl-box caption_this">

    {foreach $jrFeed.feed.item as $key => $item}
        <div class="row">
            <div class="col12">
                <div class="rssincl-entry">
                    <p class="rssincl-itemtitle">
                        <a href="{$item.link}">{$item.title}</a>
                    </p>
                    <div class="rssinc-body">
                        {$item.description|jrCore_format_string:1|truncate:1500}<p><a href="{$item.link}">READ MORE AT ROUGHNECK CITY NEWS &#8680;</a></p>

                        <div class="fb-like" data-href="{$item.link}" data-layout="button_count" data-action="recommend" data-size="small" data-show-faces="true" data-share="false"></div>
                    </div>
                </div>
            </div>
        </div>
    {/foreach}
</div>

My only guess is something in this code is breaking Site builder..
derrickhand300
@derrickhand300
10/04/17 07:00:04AM
1,353 posts

Site Builder Problem


Design and Skin Customization

It seems to be this bit of code in the center /6/ col that is breaking the page...without it the page seems to work fine...see anything in this code that could be a problem?
<p><img src="https://www.roughneckcity.com/upimg/image/upimg_file/1816/original" style="max-width: 100%; height: auto;" alt="Oilfield News" width="460" height="95"></p>
{jrFeed_list name="Oilfield News" template="rss_featured_oilfield_news.tpl" limit="5"}
  15