Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Alin [tagDiv]
tagDiv Staff

Hi,

If you have followed this solution – https://forum.tagdiv.com/topic/facebook-comments/ please check in td_module_1.php and see if you find it there.
Also you can use Notepad++ and search your title in the theme.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately article top ad is part of the post content – http://screencast.com/t/ajp7ZULD2lhp so the best way is to use do_shortcode function to display a custom ad in the post template(off course paste the code from top ad in a custom one) – http://screencast.com/t/KEgFONpnhdWNhttp://screencast.com/t/4IENuH9nx

<?php echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]'); ?>

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Here you can find settings for Latest Articles and you can change the module to display articles and sidebar(set a custom sidebar and position – options): http://screencast.com/t/8mdn1M7czydr
Unfortunately if you want just first post from “Latest Articles” section to be in full width, the theme doesn’t have an option for this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Newspaper theme doesn’t have newsticker block(only Newsmag has it), but it will be added in version 5 of the theme.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

We could not include the official demo in the theme because we wanted to keep the theme as small as possible. We included a smaller demo which comes with the page templates and some posts/widgets which should provide good start.
On our demo’s menu are added only some categories that are set to megamenu and pages with submenu items: http://screencast.com/t/jQxycYphSR You can make your menu that you need by adding your pages and categories like in the screenshot. Also you can import predefined styles(stacks): http://screencast.com/t/JV6ErbioBychttp://screencast.com/t/9zvmGA26

If you also need the xml files of the demo you can make a request for it on email and we will send it to you. Send your request at contact@tagdiv.com and also include a link to this topic.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have this option, when a parent category is made mega menu it will take all subcategories automatically(also sub-subcategories) – http://screencast.com/t/gtNCbqNcFhttp://screencast.com/t/2dOWnz4ckJy
You will need custom modification for that and unfortunately we cannot provide any custom work at this time as we work hard on development, updates, fixes and support. If you need this, my suggestion is to look for a professional developer to do this for you.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link so we can take a look and inspect your issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please send an email at contact@tagdiv.com and provide wp-access and ftp credentials so we can take a look. Paste also a link to this topic so we can know who you are.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

It will be a major update for Newspaper theme, who bought the theme will not have to pay for this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Above your Latest Articles (and sidebar) you have a row where you display your ad. This space is normal because the sidebar cannot go up if there is a row and this sidebar appears with Latest Articles – http://screencast.com/t/crl0PjlEk
So please edit your page and remove that row and if you want to add that add to the sidebar please use widgets section and add it to your sidebar – http://screencast.com/t/OeQVItsaQAc
Please take a look at our documentation – https://forum.tagdiv.com/page-templates/ when you use a page template with articles list this will be added automatically on your page and you can add blocks and sidebar to your content using Visual Composer for example – http://screencast.com/t/NW7u0tzdz0G or use only blocks for page sidebar – http://screencast.com/t/57yXwPL22r

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

The article top ad doesn’t have an option like inline ad to be displayed right or left – http://screencast.com/t/wNB8KQrKqb7M
But it should work if you use custom css in Theme Panel > Custom Css like this: http://screencast.com/t/6IZCqV3Mr

.single .td-g-rec-id-content_top {
float: left;
margin-right: 15px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t support that, only post’s categories can be made megamenu – https://forum.tagdiv.com/how-to-use-the-megamenu/
Anyway you can add woocommerce categories in the menu, but don’t work as megamenu.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Number of modules are not the same with number of blocks. For example block 2 is made from module 5 and 3 please take a look here – https://forum.tagdiv.com/modules-and-blocks/
So if you use the block 8 you have to edit module 5 and replace with this code – http://pastebin.com/z8kLLY5j
You have to do the same for each module where you want categories just paste get_category function that you have in module_blog file and echo categories where you want to show up: http://screencast.com/t/cf1Pr7xn

<?php echo $this->get_category();?>

Result for block 8: http://screencast.com/t/FVlDOK3k

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide more details about this issue and a link so I can inspect this as I’m not sure what is happening.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure what you mean. Do you refer to the logo image or that the logo and ad are displayed bellow the menu?
The logo is displayed fine on my side – http://screencast.com/t/ba3RFqfA please provide more details about this.
Did you made any custom modifications to the code?
Also if you want to display logo and ad above main menu, please edit header.php and by default the order must be like this – http://screencast.com/t/jzAiu6N41jr
If you use child theme please check there and after this clear cache if you use a cache plugin.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have an option to add banners into blocks/slides if this is what you mean and you will need custom modifications for this. If you want to add banners to category page or articles list you can follow these topics:

https://forum.tagdiv.com/topic/how-to-add-adsense-ad-after-5-10-articles-on-main-page/
https://forum.tagdiv.com/topic/category-page-ads/

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

This file is not in WP-Includes folder from WordPress, you can find it in theme folder(Newspaper) maybe this screenshot will help you more – http://screencast.com/t/2x95WYQLB2V

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the Newspaper theme has a fixed grid layout and you will need custom modification to achieve that. You can add background color to that section(row) that you want to display videos articles – http://screencast.com/t/Xq3fc7jM but the the color will not extend more than the container width: http://screencast.com/t/ugbWqZNWlQaq

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site again and it the css is applying there and it looks fine from my side: http://screencast.com/t/JvEOEaMI455
Please clear cache if you use a plugin cache.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@muhannad
It will be smart list feature in Newspaper 5 version but I cannot provide you an exact date for this. We hope to release it at the end of this month or beginning of June.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and I see that you have customize your logo on mobile: http://screencast.com/t/fRnnExcv so I’m not sure what are you trying to do.
Please try this custom css for space between slider and instagram: http://screencast.com/t/MlhZ6xLG

@media (max-width: 767px) {
.home .td_normal_slide .td_mod_wrap {
margin-bottom: 0px;
}
.home .td_normal_slide {
margin-bottom: 0px;
padding-bottom: 0px;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure what you mean. Do you want to remove this ad from homepage? – http://screencast.com/t/njEvUmZvAKA
Please provide a screenshot from backend of your homepage, I guess that you have added there the ad via pagebuilder, but I’m not sure what is the issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You have to edit loop.php file for this and use these related topics for that:

https://forum.tagdiv.com/topic/how-to-add-ads-in-category-pages/#post-21940
https://forum.tagdiv.com/topic/category-page-ads/#post-42817

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

In Newspaper 5 will be an option to add categories on modules/blocks from Theme Panel.
Until then you have to copy get_category function to module that you want to appear categories – http://screencast.com/t/o1umsNHNb and echo categories where you want to display and you can follow these related topics:

https://forum.tagdiv.com/topic/category-display-info/
https://forum.tagdiv.com/topic/show-categorie-name-in-latest-articles/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and you have a js error in console – http://screencast.com/t/3yopneKMhVe and also block ajax pagination doesn’t work.
Please deactivate all plugins, leave only Visual Composer active, also clear cache and check if you still have this issue. If don’t have the issue anymore, activate your plugins one by one and see which one caused this. Also you can check this without any css/js minification.

Thanks!

Viewing 25 posts - 5,576 through 5,600 (of 7,871 total)