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

Thx a lot – IT WORKS (!)

webstone24
tagDiv Member

Ok, I found it – but I don´t see any chance to use my MAIN MENU on the top.
Also, the whole content was deleted, after i saved the new template for the page?
Andy idea?

webstone24
tagDiv Member

Well, I have installed the Cloud Library plugin, but I cant find it at the admin panel

webstone24
tagDiv Member

Thanks first for this info.
So I deactivated this plugin (really don´t needed it) – but it is always the problem, that I´m NOT ABLE to save any changes.
Even I wanna add a block (with the tagdi composer), set my category filter… and click SAVE – nothing happend.
Even in the preview – nothing – the text I put in – it shows in the NEW PAGE – but NO BLOCK or anything from the editor….
Even the colors are totally different (in the Theme Panel) – EVERY COLOR is in blue, even I choose red…..
If you want you can have an admin account

webstone24
tagDiv Member

Unfortunatly even NO WORK.

My ads.php looks now:

<div class=”td-header-rec-wrap”>
<?php
// show the header ad spot
echo td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘header’));
if (is_category(‘mainz-mingen’))
{
echo do_shortcode(‘[td_block_ad_box spot_id="custom_ad_3"]‘);
}
else
{
echo td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘header’));
}
?>
</div>

So – do I have to take any other changes in any other files?

So as I understood I have to use if in_category – because I wan to show this other graphic (placed in custom ad 3) on EVERY POST, which is made IN THIS CATEGORY.

I did´nt know that this could be such a problem, I thought I can change this in the panel by choosing, cos I´m not a really *.php genius 🙂

webstone24
tagDiv Member

Unfortunatly it doesn´t work.
I have 2 pics:
The main pic (have to displayed EVERYWHERE, “INSTEAD” of posts in the category/regional/mainz-bingen area).
I have the NEWSPAPER theme – found the ads.php, I added the code, so the ads.php looks now:

<div class=”td-header-rec-wrap”>
<?php

// show the header ad spot
echo td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘header’)); ?>
<?php
if (in_category(array(‘mainz-bingen’))){
echo do_shortcode(‘[td_block_ad_box spot_id="custom_ad_3"]‘);
}
else{
locate_template(‘parts/header/ads.php’, true);
}
?>

</div>

I made an CUSTOM AD 3 also on the THEME PANEL -> ADS – there is the inculded code:

<div class=”td-all-devices”></div>

The HEADER AD looks as follow:

<div class=”td-all-devices”></div>

So – what did I wrong?

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