Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
nbraylan
tagDiv Member

Hello!

So I managed to fix indiviudal posts with the facebook share with: https://developers.facebook.com/tools/debug/og/object/

but in reality, every once in awhile we post something and it cant be shared and they send ME to fix it. If you have any idea how to fix it so it never happens that would be great!

nbraylan
tagDiv Member

fixed images. still cant share on facebook, its driving me crazy!

nbraylan
tagDiv Member

fixed logo…

any idea why I cant share on facebook or posts images get cut off?

nbraylan
tagDiv Member

now the logo isnt showing up. please someone help! i dont mind paying for help

nbraylan
tagDiv Member

also when I try to share on facebook there is no preview image generated it just goes to URL

nbraylan
tagDiv Member

sorry guys, the JS thing worked after i made some changes. I also fixed the other problem, it had some extra div, div, aside on it.

Thanks for your help yet again!

nbraylan
tagDiv Member

hey

if I put the custom JS in the theme panel, the widget doesn’t work. If I relocate the JS to the theme and remove from the widget, and relocate the widget to the top of the sidebar, the widgets beneath it on post pages still disappear.

The underlying problem is that if I relocate this widget to the top of the sidebar, it doesn’t stop the other widgets from appearing on the sidebar under it on the homepage, but on POST pages it does. I just have no idea what the problem is.

Nick

nbraylan
tagDiv Member

note the “#sus {

margin-left: 30px;”

is placed in the style.css to properly indent the images.

<script type=”text/javascript”>
jQuery(function() {
jQuery.getJSON( “http://api.bluelytics.com.ar/v2/latest?callback=?&#8221;, function( data ) {
jQuery(‘#blue_bid’).text(data.blue.value_buy.toFixed(2));
jQuery(‘#blue_ask’).text(data.blue.value_sell.toFixed(2));
jQuery(‘#official_bid’).text(data.oficial.value_buy.toFixed(2));
jQuery(‘#official_ask’).text(data.oficial.value_sell.toFixed(2));
});
});
</script>

#sus {

margin-left: 30px;

<aside class=”widget wbluedollar”>

<div id=”sus”>
<div class=”row”>

<div class=”span10 text-center” style=”text-align: right; color: rgb(0, 0, 187); font-size: 1em; font-weight: bold;”></div></div>
<div class=”row” style=”color:#0000bb; font-size:1.3em;”>
<div class=”span6 text-right”>Buy</div>
<div class=”span6 text-center” style=”font-size:1.6em;”><span id=”blue_bid”>-</span></div></div>
<div class=”row” style=”color:#0000bb; font-size:1.3em;”>
<div class=”span6 text-right”>Sell</div>
<div class=”span6 text-center” style=”font-size:1.6em;”><span id=”blue_ask”>-</span></div>
<div class=”span6 text-center” style=”font-size:1.6em;”> </div>
<div class=”span6 text-center” style=”font-size:1.6em;”><span id=”blue_ask”></span></div></div>
<div class=”row”>
<div class=”span10 text-center” style=”text-align: right; color: rgb(0, 187, 0); font-size: 1em; font-weight: bold;”></div></div>
<div class=”row” style=”color:#00bb00; font-size:1.3em;”>
<div class=”span6 text-right”>Buy</div>
<div class=”span6 text-center” style=”font-size:1.6em;”><span id=”official_bid”>-</span></div></div>
<div class=”row” style=”color:#00bb00; font-size:1.3em;”>
<div class=”span6 text-right”>Sell</div>
<div class=”span6 text-center” style=”font-size:1.6em;”><span id=”official_ask”>-</span></div></div>
<div class=”text-right”><small>Powered by Bluelytics</small></div></aside>

</div>
</div>

</aside>

nbraylan
tagDiv Member

hey

based on the picture it seems you didnt include the javascript which is necessary. Im not sure why nothing else worked

nbraylan
tagDiv Member

hello

did you implement the javascript above?

nbraylan
tagDiv Member

<script type=”text/javascript”>
jQuery(function() {
jQuery.getJSON( “http://api.bluelytics.com.ar/v2/latest?callback=?&#8221;, function( data ) {
jQuery(‘#blue_bid’).text(data.blue.value_buy.toFixed(2));
jQuery(‘#blue_ask’).text(data.blue.value_sell.toFixed(2));
jQuery(‘#official_bid’).text(data.oficial.value_buy.toFixed(2));
jQuery(‘#official_ask’).text(data.oficial.value_sell.toFixed(2));
});
});
</script>

<aside class=”widget wbluedollar”>

<div id=”sus”>
<div class=”row”>

<div class=”span10 text-center” style=”text-align: right; color: rgb(0, 0, 187); font-size: 1em; font-weight: bold;”></div></div>
<div class=”row” style=”color:#0000bb; font-size:1.3em;”>
<div class=”span6 text-right”>Buy</div>
<div class=”span6 text-center” style=”font-size:1.6em;”><span id=”blue_bid”>-</span></div></div>
<div class=”row” style=”color:#0000bb; font-size:1.3em;”>
<div class=”span6 text-right”>Sell</div>
<div class=”span6 text-center” style=”font-size:1.6em;”><span id=”blue_ask”>-</span></div>
<div class=”span6 text-center” style=”font-size:1.6em;”> </div>
<div class=”span6 text-center” style=”font-size:1.6em;”><span id=”blue_ask”></span></div></div>
<div class=”row”>
<div class=”span10 text-center” style=”text-align: right; color: rgb(0, 187, 0); font-size: 1em; font-weight: bold;”></div></div>
<div class=”row” style=”color:#00bb00; font-size:1.3em;”>
<div class=”span6 text-right”>Buy</div>
<div class=”span6 text-center” style=”font-size:1.6em;”><span id=”official_bid”>-</span></div></div>
<div class=”row” style=”color:#00bb00; font-size:1.3em;”>
<div class=”span6 text-right”>Sell</div>
<div class=”span6 text-center” style=”font-size:1.6em;”><span id=”official_ask”>-</span></div></div>
<div class=”text-right”><small>Powered by Bluelytics</small></div></aside>

</div>
</div>

</aside>

nbraylan
tagDiv Member

Delete please. Ive solved the problem.

nbraylan
tagDiv Member

It worked! Thanks a lot both of you!

nbraylan
tagDiv Member

Hey

I’m having a little bit of trouble following your instructions. Ive updated the newspaper theme, and activated the author under title option. All that does is put the author under the title when someone is reading the post, not on the homepage and modules where I needed it. I know almost nothing about development, how do I use Note++ to open and save the document. What document, where do I find it, how do I save it so the changes register on the website?

THanks

nbraylan
tagDiv Member

also, whats the best way for me to edit these things. I cant find where to edit it directly on wordpress. I do not have any coding skills but if I follow your instructions I can do it, i just need to know what to access and where to go to do it.

Thanks!

nbraylan
tagDiv Member

Also, the “show author under title” option isnt available in my theme panel..

nbraylan
tagDiv Member

Hey

Thanks for the help.But with the 2nd one I dont want all of them to say Adrian Bono, I want to list depending on which user wrote the article, and have their credentials there.

nbraylan
tagDiv Member

I’ve worked out a couple issues, however there are still problems everywhere I go. When I use child categories it appears in the modules when I select featured but not when I select another category. Both have subcategories but they only appear on the modules when I select the featured (not features from the theme).

nbraylan
tagDiv Member

I removed any caching plugins, used two kinds of thumbnail regeneration…nothing. Please can someone advise me on what to do.

nbraylan
tagDiv Member

ive downloaded the plugin. please help, look at the link I put up. The site is a disaster and nothing works. Please advise on what I can do.

nbraylan
tagDiv Member

but then I have to do that with all of them!?

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