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 :)
maxishere
tagDiv Member

Hi Calin,

Yes I’ve checked all the steps and advice given. What do you mean by “please check if this problem appear on a new page too”? Not via the Cloud Library tab?

Thanks,

Max

maxishere
tagDiv Member

I am also having these issues and have followed the advice given by support on here and in other threads. Strangely, it works when the site is in Staging/Development, but not in Live/Production.

maxishere
tagDiv Member

Hello,

I am getting this too — but only on our Production/Live site. On our Staging site it’s fine. Any idea why that would be and how to fix it?

Thanks,

maxishere
tagDiv Member

No problem, thanks for the swift reply.

maxishere
tagDiv Member

Don’t worry, found a fix. Add this to CSS for anyone else having this issue:

#td-outer-wrap { overflow: visible !important; }

maxishere
tagDiv Member

Ignore this, resolved.

For anyone else, example: edit /parts/header/ads.php

This would make the header ad not appear on posts with the category slug ‘news’.

<?php
if (!in_category(‘news’))
{
?>

<div class=”td-header-rec-wrap”>
<?php
$tds_header_ad_title = td_util::get_option(‘tds_header_title’);

// show the header ad spot
echo td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘header’, ‘spot_title’ => $tds_header_ad_title)); ?>

</div>

<?php
}
?>

maxishere
tagDiv Member

Thanks for all the replies — would certainly prefer to do it without using a plugin. Looks like it may be a different method per version of the theme too.

maxishere
tagDiv Member

Thanks Chris.

Unfortunately I brought it back into a normal (non-child) theme, did the VC plugin update and it still had the same problem.

maxishere
tagDiv Member

Thanks Chris! Just one more question then — when making a note of the changes you’ve made, say to header.php, do you note the line number etc?

Cheers.

maxishere
tagDiv Member

Ah really, that’s good to know – thanks.

So I should really use Newspaper without child theme… How is best to deal with updates, considering the original code is altered slightly in places?

maxishere
tagDiv Member

I tried this, followed the steps. It installs and you can see the latest version of VC, but the buttons (such as Add new Row, Add new element, settings cog) don’t work. Some javascript problem?

We use Newspaper as a child theme, would this make a difference?

Thanks.

maxishere
tagDiv Member

I’ll keep an eye on things there then, thanks for taking a look into it.

I wasn’t experiencing it on the iPhone 5S with iOS 8, only with iPhone 6 Plus and only in Safari.

I’ll let you know if I figure out a cure!

Many thanks.

maxishere
tagDiv Member

Spot on — thanks a lot Lucian! Appreciate your help with that!

maxishere
tagDiv Member

Also, I’ve just noticed since implementing this that it now puts the arrow next to the category name under each post’s headline.

(See: http://www.thisisanfield.com/2014/09/liverpool-fc-week-review-hibbert/ – it appears to the left of ‘Opinion’)

How do I stop that from happening please?!

maxishere
tagDiv Member

Hi Lucian,

Thanks for getting back to me.

Yep I want to do it through CSS so it effects the

element. I’m having trouble though. Surely…

blockquote { text-align: left; }

…should work (when inserted in the child theme’s stye.css), but it doesn’t. Any thoughts?

Cheers.

maxishere
tagDiv Member

It appears to only be in Safari on iPhone 6 Plus, so perhaps an issue with Apple. I can still send over screenshots etc if that’ll help?

Oddly, when going to the site through Twitter/Facebook apps it looks great and functions perfectly.

maxishere
tagDiv Member

Thanks Lucian – you don’t happen to have the original arrow bullet image that was included in the first versions of Newspaper do you? (really liked it!).

maxishere
tagDiv Member

Will do! Thanks for your help on this!

maxishere
tagDiv Member

Thanks Lucian.

maxishere
tagDiv Member

Hi Lucian,

Thank you for the reply and apologies for the slow response on my behalf.

Appreciate the response there.

maxishere
tagDiv Member

Thanks guys.

maxishere
tagDiv Member

So there is no way of displaying non-Adsense ads by platform (mobile/desktop) without using the display:none variable, therefore the code is loading, it’s just not visible?

maxishere
tagDiv Member

Thanks for the reply, Lucian.

Am I right in thinking that that is only for Google Adsense ads?

If I had a custom code from another network, it would load and only be hidden by display:none in the CSS under the correct @media attribute?

maxishere
tagDiv Member

Hey,

Really like the MegaMenu type feature in the new version — thank you.

I was wondering whether there’s a way to make the sub-level links on a top-level menu item that has Mega Menu switched on appear to the left of the images+links, rather than underneath please?

Hover over Opinion at http://www.thisisanfield.com for an example of what I mean — I want the links, ‘Kopblog’, ‘Aaron Cutler’ etc to be aligned to the left of the megamenu bit, rather than underneath.

Cheers,

Max

maxishere
tagDiv Member

Any chance of a better main menu? One you can put widgets into?

Ubermenu isn’t compatible with Newspaper and would really like a more interesting menu please!

Viewing 25 posts - 1 through 25 (of 34 total)