Thank you. Solved.
Thank you
Many thanks
I have to rollback my comment.
Adding this CSS rules
#td-outer-wrap {
pointer-events: none;
}
.td-container{
pointer-events: auto;
}
The skin is clickable, the .td-container classified objects are clickable, but other are passed through
For instance the site logo and the top menus are not clickable and the effect to click them is to click the SKIN
Do you have other suggestions?
I suppose you meant “you CAN use this css…” . And it worked!
Thanks
Regards
By the way, I’ve found that if I set this CSS property of id=”td-outer-wrap” style=”pointer-events: none;”
it seems to work… do you see any possible side effect?
Hi Andrei,
can you just check why the skin is no longer clickable?
You can check the 2 versions here, as written:
After theme upgrade (production, skin not clickable): http://www.calcioefinanza.it
Before theme upgrade (test site, skin clickable): http://test.calcioefinanza.it
Probably it’s just matter to fix the size of a div that is on top of the skin div, preventing it to be clicked.
In this case would be a css issue, easy to fix…
Thanks,
what I’ve done is to add these lines of code on the tail of header.php
?>
<div class="left">
<?php echo do_shortcode ('[cfAdZoneCode zoneid="21" zonename="0.1 skin"]') /* FV Change skin ad */ ?>
</div>
I’ve seen some changes in the new version, maybe this must be changed?
Thank you Andrei, i will follow your suggestions bu pls check that they are not displayed correctly even right now, please see here http://www.screencast.com/t/4YWrtY15yg for the higlighted details…
I’ve implemented the new DIV for the wallpaper Ad as suggested from you , here above:
I’ve added this div:
<div class="left">
<?php echo do_shortcode ('[myCode]') ?>
</div>
This causes the wallpaper is rendered before the leaderboard ad.
Our advertiser is asking to make the leaderboard as the first call.
I think I managed this by moving the new piece of code on the bottom of the header file, after this lines.
do_action('td_wp_booster_after_header'); //used by unique articles
?>
Is it correct?
Hi, I’ve implemented the skin ad as above.
The question now from the advertiser is: how to call the Leaderboard ad BEFORE the skin ad? Should I move the div for the skin outside the header.php?
Thanks
Thanks, it works well.
And now how to fix the scroll of this image (background-attachment:) ?
Forgive me if I’m not using the right terms.
I think my request is not to change the current background ad behaviour.
What I would reach is to manage the background space as any other DIV with some ads inside.
If in that DIV I can place the script above (maybe via a shortcode) then I don’t need the current background ad support. The URL, the Image and the way the href will open the link will be managed by the script.
Exactly the same as per e.g. the leaderboard ad.
Thank you.
Thank you! Done.
Sorry, after some more tests I realize I’ve made a mistake. It works fine. Regards
Hi again. You have checked the production site, which works fine since I have no post video there.
The original problem has been reproduced in the development site. Same URL but starts with “dev”: devDOTcalcioefinanzaDOTcom.
There you can find the issue once again, even after the theme upgrade, the wp cache clean, the browser cache clean.
Thanks for your attention
Regards
Fabio
Hi again.
Theme updated. Cache cleared. The problem persists. Can you check again?
Hi. Deactivated all the plugins except Visual Composere, WP Retina 2X and W3 Total Cache. Cache emptied.
Our test site is devDOTcalcioefinanzaDOTit
Thanks for the support
Regards
Hi
I found a compatibility issue with the plugin “WP Retina 2x”, which I used to serve thumbnails on retina display since they require higher resolution images.
Do you know how can I workaround this issue? Is there a compatible plugin / technique to have retina diplays to show nice looking thumbnails?
thanks
Fabio
Hi
mail sent
Regards
F
Hi after having cleared the cache and deactivated all the plugins except the Visual Composer, nothing has changed. Still the non latest posts appear (and alway the same posts appear).
Hi, thanks for your new reply, your words shows a professional approach.
You’re guessing right: we own a sport magazine that provides news and in-depth analysis concerning the world of football (soccer) and finance. We are building several channels specific for the bigger clubs.
Each channel is built via a page that filter posts by tag (each article is tagged with the relevant club(s) ).
The fact is that they look too similar and we want to provide them a club specific style. The other fact is that we don’t want to sacrifice valuable space that now is available for contents or ads.
That’s why the logo option. It will be the newspaper header with a small change representing the club.
TO summarize: 10 (approx) clubs -> 10 pages (post-type = page) with specific logo.
Thanks again
Fabio
Thanks for your reply. It could sound weird as request but the need is to display the logo with a small change when pages related specific areas of our sport magazine are displayed.
Can you provide a consultancy on this customization? Thanks
Thanks. What I’m actually experiencing is the following:
1-choosen block11
2-filled in “Category filter:” – value “NEWS”
3-filled in “Filter by tag slug:” – value “juventus”
It seems it actually works as I expect: I see only posts categorized as “NEWS” AND tagged as “juventus”.
Can be this behavior working on block 11 only ? (I think big grid work same manner)
Fabio