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 :)
Marius
tagDiv Staff
PSD - reply

Hi,

In the PSD folder there is a psd.7z file with the homepage and post layout. http://screencast.com/t/4xiUHYr17

Is this what you looking for?
Thanks for the message!

Marius
tagDiv Staff
Zone - reply

Hi,
Yes. Edit the header.php file and add this line of code like here: http://screencast.com/t/1nQV0lZzuLqD

echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'custom_ad_1'));

Then go to Theme Panel -> Ads -> Custom Ad 1 and paste you ad code there. Also probably you need some CSS to adjust the space.

Marius
tagDiv Staff

Hi,
If you have the latest version the sorting should work in order by ID’s. What theme version you have?

Marius
tagDiv Staff

Hi,
Each block use a different image size and on some thumbnails the aspect ratio could be different. If you want to change the image size on a module/block:

Duplicate a section like this and change with size you want: http://screencast.com/t/PtYwy4374
Go to Modules folder and change with the new image size: http://screencast.com/t/8crjXgZ2
Go to Theme Panel -> Block Settings -> Thumbs on modules & blocks and activate the new image sizes http://screencast.com/t/RhyxDxDjrB

At the end you need to regenerate you thumbnails to get the new image size using a plugin like: AJAX Thumbnail Rebuild

Thanks for the message!

Marius
tagDiv Staff

Hi @akpanpromise
Stay on the default comment system and when you consider, switch to another one(i prefer Disqus)

Marius
tagDiv Staff

Hi,
Please delete the W3 Total Cache plugin and use the WP Super Cache plugin. https://forum.tagdiv.com/requirements-for-newspaper/

Thanks for the message!

Marius
tagDiv Staff

Hi,
The theme doesn’t have built in such a feature, you need to use a plugin for that like http://codecanyon.net/item/userpro-user-profiles-with-social-login/5958681 or similar

Thanks for the message!

Marius
tagDiv Staff

Hi,
Can you provide a link to see the issue? Could be a JS conflict there from a plugin. You have installed recently some plugins? Can you try to disable some of them and see if works.

Thanks for the message!

Marius
tagDiv Staff

Hi,

You have managed the issue? i see that the Facebook share works fine: http://screencast.com/t/JOnUTMhjnqz

About the G+ share we know an issue that if you have a lot of images in mega menu the sharer fails to get the correct image.(we still working on that to fix it). Could you try to remove some mega menus and see if works.

Thanks for the message!

Marius
tagDiv Staff

Hi,

You can see all header styles in Theme Panel -> Headers http://screencast.com/t/CtzC4mO9d to find something that fits you need.

Hover color for individual items from menu can be customized only via CSS.(please provide your site URL to inspect it and give you an example)

Mega menu allow you to get posts from a category(not entire site). If you want to have the latest from blog, just create a category BLOG and add all your post there. Then use that category in a mega menu.

To add icons in menu, read here: https://forum.tagdiv.com/how-to-add-icons-in-menu/

For custom image profile use this plugin: Wp User avatar

Thanks for the message!

Marius
tagDiv Staff

Hi,
Thanks for reporting this, we will investigate this issue.

Marius
tagDiv Staff

Hi,
You need to check in the theme zip file, downloaded from Themeforest to see if you have the old version 4.

Is not recommended to go back to an older version. You need to have the latest version because the latest version is compatible with latest Visual Composer plugin and also with the latest WordPress version.

Marius
tagDiv Staff

Hi,

For the logo edit like here: http://screencast.com/t/cIom8IJx8pd
For the page titles change in those templates: http://screencast.com/t/90WrN6iRH from H1 to H2 http://screencast.com/t/0aPT2YTzt

Thanks for the message!

Marius
tagDiv Staff

Hi,

You don’t have the og data on that page, see here on our demo how should look: http://screencast.com/t/VUfokM56Xv
Please make sure that you followed the steps mentioned by Bogdan using the SEO Yoast plugin.

Thanks for the message!

Marius
tagDiv Staff

Hi,

1. All ads have a default(predefined) size, you need to change it from Theme Panel -> Ads if you want other sizes:
http://screencast.com/t/mzLhZekG7f

2. Today we will release an update that will fix the Facebook counter.

Thanks for the message!

Marius
tagDiv Staff

Hi,
To improve you pagespeed score, you need to test your site in Google pagespeed or gtmatrix and solve each issue reported.

You have a lot of js loaded, probably from different plugins http://screencast.com/t/qEcjjUDf5f each plugin will affect the score.

Please follow carefully all steps from here https://forum.tagdiv.com/how-to-make-the-site-faster/ and test your site after each modification.

Hope this help!

Marius
tagDiv Staff

Hi,

You can use some predefined example that came with the revolution slider, see here all examples in menu -> Usage examples http://revolution.themepunch.com/

or you can build your own slides if you have experience to use the revolution slider. Here is the slider documentation: http://www.themepunch.com/revslider-doc/slider-revolution-documentation/

Hope this help!
Thanks for the message!

Marius
tagDiv Staff

Hi,

The theme have predefined footer styles, some of them are predefined to have widgets built-in. You need to change the footer style, go to Theme Panel -> Footer http://screencast.com/t/aBPdNkmYgSBz

Go to Appearance -> Widgets and see what Ad box have there. Could be the Ad box from the Newspaper sidebar.

Thanks for the message!

Marius
tagDiv Staff

Hi,

Try to resave the permalinks, go to Settings -> Permalinks and click save and see if works: http://screencast.com/t/t855BwrwPrb or try with all plugins disabled.

Thanks for the message!

Marius
tagDiv Staff

Hi,

1. The first top ad came from the Header ad from Theme panel -> Ads: http://screencast.com/t/FrYnEKeH2I and the second one is added in page, after the Big grid with an Ad box in your case in that ad box you call the Header ad.

The header ad default is used and appear automatic only in header. If you use an Ad box in your pages you should use a custom ad instead of header ad to be aligned. http://screencast.com/t/KtjaaEGi then go to Theme panel -> Ads and add you ad code in Custom ad 1.

Also to better align the top ad, add this CSS in Theme Panel -> Custom Code -> Custom CSS section
body .td-header-style-5 .td-g-rec-id-header > .adsbygoogle {
margin-bottom: 24px !important;
}
.td-main-content-wrap .td-g-rec-id-header {
text-align: center;
}
.td-main-content-wrap .td-g-rec-id-header .adsbygoogle {
margin-bottom: 22px;
}

2. If you mean the background color behind the big grid use this CSS and change the color like you want
.import_video_slider_bg {
background-color: #1C2451;
}

Thanks for the message!

Marius
tagDiv Staff

Hi,

Do you mean to have a homepage like in the demo?

Here are some tutorials how to create a homepage: https://forum.tagdiv.com/how-to-use-visual-composer/
or here is a video tutorial: https://www.youtube.com/watch?v=ss-BEobegAw

About the error, can you try with all plugins disabled, to avoid javascript conflicts.

Thanks for the message!

Marius
tagDiv Staff

Hi @per123

I’ve tried on my side and work fine, see here:

en: http://screencast.com/t/s9Vz5kE6
de: http://screencast.com/t/TGgbeHfdqNY

just rename the page title in both language to Blog.

Marius
tagDiv Staff
Zone - reply

Hi,
I’m not sure what you mean, can you give me more details, or show me in a screenshot? Do you want a space above the top menu?

You can use this css to add a space, add it in Theme Panel -> Custom Code -> Custom CSS section

.td-header-top-menu-full {
margin-top: 50px;
}

Thanks for the message!

Marius
tagDiv Staff

Salut,

Se pare ca merge site-ul tau si si demo-ul nostru. Am testat pe iPad mini si merge perfect. Poti te rog sa verifici site-ul tau inca o data?

Pe ce tableta ai testat si ce browser?

Marius
tagDiv Staff

Hi,

You need to make a modification to show the views.

1. Add <?php echo $this->get_views(); ?> in td_module_9.php like here: http://screencast.com/t/koCkDeey

2. Copy the function get_views() from td_module_single_base.php in td_module.php like here: http://screencast.com/t/6pDj3N6S

3. Used this CSS for a better alignment, add it in Theme Panel -> Custom CSS section

.td_module_wrap .td-module-meta-info .td-post-views {
position: relative;
display: inline-block;
top: 2px;
margin-left: 14px;
color: #aaa;
}

.td_module_wrap .td-module-meta-info .td-post-views span {
margin-left: 5px;
}

Result: http://screencast.com/t/bxe0fSQep5

Thanks for the message!

Viewing 25 posts - 1 through 25 (of 3,236 total)