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

i Have similar issue like this, i want to use 2 headers, one for homepage and other for all posts and pages.
how can i use them, when i set any header it set to global and use on everywhere..

Abhay Pratap
tagDiv Member

its issue of tagdiv composer, after disabling tagdiv composer, ssl works fine. please fix this asap

Abhay Pratap
tagDiv Member

i also installed plugin but issue not fixed, but when i change theme, everything works fine and site become on ssl. but after enabling newspaper theme, ssl not working.

Abhay Pratap
tagDiv Member

mine also…

Abhay Pratap
tagDiv Member

Yes i know about this. You haven’t understand my issue. I am getting problem that after publishing video post the featured image is generated automatically. But the problem is featured image generate 2 times. When i go to media then here 2 same video post images show.

Abhay Pratap
tagDiv Member

I think you are not understanding my problem, I just want to remove ad only on some posts number. Bogdan B. I don’t understand what you said to change and where to add post id to remove all ads from these posts…

If it is possible then tell us otherwise we try to remove these affected posts.

Abhay Pratap
tagDiv Member

Hello sir, I’m not wanting to remove top bottom or inline ads on all pages. But only on some individual pages by tags or category or post id.

Abhay Pratap
tagDiv Member

Hello sir, How we can disable all adsense ad on individual post. I get notifaction from adesense to remove ads on single post.

Please guide.

Thanks

Abhay Pratap
tagDiv Member

same problem with me. I have updated into latest version but the plugin not working.. I want to add pre built templates but when i click on that nothing happening..

Abhay Pratap
tagDiv Member

This is to block inline ad.

What if i need to block all the adsense ads(header, inline, befor post, after post, fotter) on multiples of posts.

Abhay Pratap
tagDiv Member

I mean if a category a selected for post then hide ad in this post.
If many number of posts selected in one category. so ads hide in all the post that selected for this category.

I’m just saying how to hide all the ads in selected category posts.

Abhay Pratap
tagDiv Member

Hello sir,
If i would like to hide all ads in tags basis. So when i need to hide ads in any post, we can add tag name.

Abhay Pratap
tagDiv Member

I already followed but can’t able to fix the issue.

i want to add looks like in http://www.shoutmeloud.com.

Abhay Pratap
tagDiv Member

How?
Where i edit and add this code in child theme.
please provide steps.

Thanks

Abhay Pratap
tagDiv Member

Hello, I want to display last modified date in right of username like previous published date was.

Now it display bellow the admin username.

Abhay Pratap
tagDiv Member

Hello sir,
I tried to add this code on single template 2 but this thing add extra line that shows last updated time and also published date. I don’t able to remove originally published date.
And For module 14, I also want to show ‘last updated’

Abhay Pratap
tagDiv Member

I’m very happy with this new version newspaper 6…
Every time i see new update of the theme, I realized one of my best investment.

Abhay Pratap
tagDiv Member

Thanks
Please send me revolution slider setup guide.

Abhay Pratap
tagDiv Member

Sorry but I want to edit code of block 3.
See this http://www.bestwp.org/test1/
here 1st i have used block 3 with sidebar and template black
and 2nd block 3 full with template blank.
Here the screnshot of post edit page: http://i.imgur.com/2aIzc0X.png

in 1st I want to show 3 post instead of 2 with sidebar with using template blank. and in 2nd want to use 4 post instead of 3.
Thanks

Abhay Pratap
tagDiv Member

I send login details on contact@tagdiv.com, 2 days ago. But No result. Whats the problem.

Abhay Pratap
tagDiv Member

Sorry but when you checked child theme not activated, at present you can check our site not working properly.
at that time i am using child theme.

Abhay Pratap
tagDiv Member

After The theme update these editing not work. I tryied child theme also but not working. In New theme i have edited files but not theme not work properly after editing.

Abhay Pratap
tagDiv Member

I don’t want other thumbnail. i want to stop extra image sizes that are saved in our wp-contact folder. i only want when we upload image then only single size 326×159 generate not more extra.
When we update main theme functions.php file then works fine but not in child theme functions.

Abhay Pratap
tagDiv Member

Updated but not working
see the child theme updated code

/*
Theme Name: Newspaper Child theme
Theme URI: http://themeforest.net/user/tagDiv/portfolio
Description: Child theme made by tagDiv
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
Template: Newspaper
Version: 1
*/

@import url("../Newspaper/style.css");

/* ----------------------------------------------------------------------------

/* ----------------------------------------------------------------------------
thumbnails
*/

//the image sizes that we use
add_theme_support( 'post-thumbnails' );

//featured image
$td_crop_features_image = td_util::get_option('tds_' . 'crop_features_image');
if ($td_crop_features_image == '') {
add_image_size('featured-image', 326, 159, true);
} else {
add_image_size('featured-image', 326, 159, true);
}

//the small thumbnails
set_post_thumbnail_size( 326, 159, true );
add_image_size('art-thumb', 326, 159, true);

//small height, 1 col wide
add_image_size('art-wide', 326, 159, true);

//medium height 1 col wide
add_image_size('art-big-1col', 326, 159, true);

//the slides
add_image_size('art-slide-small', 326, 159, true);
add_image_size('art-slide-med', 326, 159, true);
add_image_size('art-slide-big', 326, 159, true);

//big slider - big image
add_image_size('art-slidebig-main', 326, 159, true);

//the gallery
add_image_size('art-gal', 326, 159, true);

*/

Abhay Pratap
tagDiv Member

Hello Sir,
I want only 326×159 image size, i have deleted all the thumb generation sizes in functions.php but how we can use in child functions.
Can you please give me child theme functions update file to stop other image sizes.

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