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

Great, thanks!

paulberrow
tagDiv Member

Thank you. I renamed theme in style.css file, but in my code i can still find it:
<!–

Theme: Newspaper by tagDiv.com 2017
Version: 8.0 (rara)
Deploy mode: deploy

uid: 593c8c612b920
–>

paulberrow
tagDiv Member

Lucian, could you please update this link with screenshot?

paulberrow
tagDiv Member

Thank you, @dabiathlet, i will try it

paulberrow
tagDiv Member

@dabiathlet, so you’re using a new safe version of VC with Newspaper 4?

paulberrow
tagDiv Member

Ok, i got it. Of course i can do nothing about it, but anyway it think it’s not right that you just focus on new theme and there is no support for the previous one (even though it’s the same theme). It would be ok for me to update for Newspaper 6 if this update didn’t affect all of my customizacion that i’ve made during a year. I have advertisement on this site so i can’t just switch it off and spend 1-2 weeks to customize it.

I’ve bought an exact product, i’m very happy with it and with your support, thank you very much for it. And i really don’t want to change in it anything in the future, i don’t need a theme to customize it, i need a theme to develope my site on it. And how can i be sure that in one year you will not decide to make Newspaper 7 with new design again and i will have to customize it one more time?

paulberrow
tagDiv Member

Hi,
could you tell me how are thing going with VC for Newspaper 4? It’s been a while, but we’re still using not safe version of plugin..

paulberrow
tagDiv Member

Ok, thank you in advance, i’m waiting for it so much, coz i can’t use Newspaper6 and also it’s not safe to use Newspaper4…

paulberrow
tagDiv Member

Hi,
is there any news about testing Newspaper 4 with new version of VC? How soon it might be done?

paulberrow
tagDiv Member

Ok, thank you very much. How will we know about that, will it be sent in e-mail like new version of theme or something?

paulberrow
tagDiv Member

Hi Alin. Thank you for your answer, but i don’t want to update to Newspaper 6. I’m totally ok with version 4, i’ve done a lot of custom work for it and i don’t want to start it again, coz for me it’s kind of a different theme, not just another version.
But as i remember it was said that Newspaper 4 will be always supported so could you test VC with it please?

paulberrow
tagDiv Member

I also have a question about it. I’m using Newspaper 4.6, not Newspaper 6, so can i use VC 4.7.4 with it? And how can i get it?

paulberrow
tagDiv Member

Ok, thank you!

paulberrow
tagDiv Member

Thank you!
So i can always access the old documentation using this link, right?

Sent an email.

paulberrow
tagDiv Member

Also i need old version of child theme, in last downlaod i found only main theme archive

paulberrow
tagDiv Member

Hi, Lucian. It’s still the same..

paulberrow
tagDiv Member

Great, thank you!

paulberrow
tagDiv Member

Yeah, i translated it, but it’s not my language, i just made a transliterization of Cyrillic to Latin. I’m not sure if i can use Cyrillic symbols in comments.php file..

I added 2 new words (‘KOMMENTARIYA’) (‘KOMMENTARIEV’) and i’d like them to appear in Theme Panel to translate them in Cyrillic symbols

paulberrow
tagDiv Member

Thanks for the answer, but i need some more information.
I added code to comments.php so now it’s:
<?php
$num_comments = get_comments_number(); // get_comments_number returns only a numeric value
if ( $num_comments == 0 ) {
$td_comments_no_text = __td(‘NO COMMENTS’);
} elseif ( $num_comments > 1 && $num_comments < 5 ) {
$td_comments_no_text = $num_comments . ‘ ‘ . __td(‘KOMMENTARIYA’);
} elseif($num_comments > 5) {
$td_comments_no_text = $num_comments . ‘ ‘ . __td(‘KOMMENTARIEV’);
}
else {
$td_comments_no_text = __td(‘1 COMMENT’);
}
?>

But how can i translate it to my language now? I don’t see these new blocks in theme panel

paulberrow
tagDiv Member

Emil, the thing is i can’t use the theme ad system for these adsense blocks, because i put it manually every time to different places in content of posts.
I just saw a lot of sites using this 728*90 block (one of them even uses the same plugin as i do) and everywhere this block looks fine.
This plugin doesn’t manage sizes it just makes a shortcode.

is there any other way to make it look normal?

paulberrow
tagDiv Member

Thank you!
It works, but partly. As i found out the thing is i use ads which have to have kind of unic id so one ad can’t be shown on the same page more then 1 time. So i had to add 3 scripts in the custom ad fields in theme panel and i’m run out of free fields now:)

Is there any way i can add more than 3 custom ads?

About ads in category between description and posts i still can’t figure out how to do it with do_shortcode() function… Could you please provide a bit more information?

For now i just added my ad script in file category.php after this
default:
echo td_page_generator::wrap_start();
?>
<div class=”span8 column_container”>
<?php
//load the author box located in – parts/page-category-slider.php – can be overwritten by the child theme
locate_template(‘parts/page-category-slider.php’, true);
?>
It shows up in the place i need, but i’m not sure if it’s right to do it this way..

Thank you in advance!

paulberrow
tagDiv Member

Sorry, didn’t get about the first part. I have to add in this file my ad script or to make a shortcode before and then to add this shortcode to this file?

paulberrow
tagDiv Member

Lucian, did i get you right that if i need to show the ad after each post i have to duplicate part of the code and change adcounter? Like this

if (is_category() && ($adcounter == 1)) {
echo do_shortcode(‘[td_ad_box spot_id=”custom_ad_1″]’);
}
if (is_category() && ($adcounter == 2)) {
echo do_shortcode(‘[td_ad_box spot_id=”custom_ad_1″]’);
}
if (is_category() && ($adcounter == 3)) {
echo do_shortcode(‘[td_ad_box spot_id=”custom_ad_1″]’);
}

UPD. It doesn’t work like this so how can i show it after each post?

paulberrow
tagDiv Member

Added this, but it’s still the same. In horizontal position is everything ok, but in vertical one this block doesn’t change its width..

paulberrow
tagDiv Member

Ok, thank you!

Viewing 25 posts - 26 through 50 (of 175 total)