Home User profile
tagDiv Member
I love to drive fast cars and to play Need for Speed! I enjoy to help customers tweak their websites for high performance! I’m a proud member of the tagDiv support team!
Andrei L.
tagDiv Member

Hi

I am not sure what you mean but if you’re referring at the drop-down menu for the languages use this css to move it to the left: http://screencast.com/t/3YYa8esd

.td-header-sp-top-menu{
width: 100%;!important;
}
.td-header-sp-top-menu .menu-top-container{
float: left;
}
.td-header-sp-top-widget{
display: none!important;
}

If this is not what you mean please provide more details.
Thanks!

Andrei L.
tagDiv Member

Hi

The theme doesn’t have an option to keep the post views active but hidden in the same time, but you can use this css in theme panel custom css to achieve that:

.td-post-views {
display: none;
}

Thanks!

Andrei L.
tagDiv Member

Hi

2. You didn’t insert the link correctly: http://screencast.com/t/gfdl6h2UMO
Try this links: https://www.facebook.com/naijavivahttps://twitter.com/naijaviva should work fine.

3. You can add a forum in top menu from Appearance > Menus: http://screencast.com/t/gtSJcckJJ just create a forum then navigate at the indicated section, don’t forget to save the changes before you refresh the page.

Thanks!

Andrei L.
tagDiv Member

Hi

Sorry about that,
Replace the previous css with this one, it should work fine:

@media (max-width: 767px){
.td-icon-mobile:before {
content: '\2630'!important;
font-size: 40px;
}
}

Thanks!

Andrei L.
tagDiv Member

Hi

Please make sure that you installed the theme according with our documentation: https://forum.tagdiv.com/newsmag-install-via-wordpress/ If you can’t manage to solve this issue send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.

Thanks!

Andrei L.
tagDiv Member

Hi

Try this css: http://screencast.com/t/NwMo99oq9C

.td_block_14 .td_module_mx1 .td-module-thumb a:last-child:before{
height: 100%;
background: none;
background-color: red;
opacity: 0.3
}
.td_block_14 .td_module_mx1:hover .td-module-thumb a:after {
content: '';
width: 100%;
height: 100%;
background-color: blue;
display: block;
position: absolute;
z-index: 1;
top: 0;
opacity: 0.3;
}

You can change the opacity value and the background color as you like.

Thanks!

Andrei L.
tagDiv Member

Hi

Sorry about that.
The purpose of second link was to display the result: http://screencast.com/t/TyAcqIj5ucv All you have to edit is indicated in the first link.

Thanks!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

The popular sort works only if the post views from theme panel > post settings is enabled: http://screencast.com/t/iqu4iMFwwO and if you’re using a cache plugin it’s best to enable the ajax post count: http://screencast.com/t/CF8axlR0c

Thanks!

Andrei L.
tagDiv Member

Hi

The theme did not have a block 77, I think you’re referring at the example from our documentation where we have an example block 77: https://forum.tagdiv.com/td_api_blockadd/

Thanks!

Andrei L.
tagDiv Member

Hi

The theme doesn’t control which posts from databases are displayed on the site, controls only the site’s layout, add new elements like blocks, grids, widgets. This issue could be caused by a plugin which set an expiry time for posts. so you should check if somehow you have a plugin with a similar functionality active and remove it or change its settings.

Thanks!

Andrei L.
tagDiv Member

Hi

Please make sure that you added a correct link in user website field: http://screencast.com/t/oUVpqqpSqjZK also try to deactivate all plugins, clear all caches and test again.
If this is not what you mean or the problem persist, please provide more details and your site url so I can inspect it closer.

Thanks!

Andrei L.
tagDiv Member

Hi

Try this css to increase the distances between the author boxes, you can modify the value as you like: http://screencast.com/t/rVmQ91FFx

.td_mod_wrap.td-pb-padding-side {
    min-height: 100px;
}

Thanks!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

You can paste the code in header.php or footer.php files as these are required on every post/page from site: http://screencast.com/t/lTkO7fNp4kVh You also need a new container for that ad and some css code for its layout.

Hop this help.
Thanks!

Andrei L.
tagDiv Member

Hi

The indicated text it’s added by the theme but you can edit or remove it by editing this file: td_page_generator.php: http://screencast.com/t/S4EjQcG01Dhttp://screencast.com/t/JvCtGnHK3F9e

Thanks!

Andrei L.
tagDiv Member

Hi

The ajax search was designed to display only posts, to include and pages you need to edit td_module_single_base.php like here: http://screencast.com/t/KZCz5C2tkNn5http://screencast.com/t/cr5UJhlGC

Thanks!

Andrei L.
tagDiv Member

Hi

Check if the media library works with a default WP theme. Also try to deactivate all plugin, clear all caches and test again. If the problem persist please provide more details.

Thanks!

Andrei L.
tagDiv Member

Hi

1. Try this custom css in theme panel > custom css: http://screencast.com/t/9aYtsB6oNssx

@media (max-width: 767px){
.td-main-menu-logo img {
max-width: 70%;
}
}

2. I am not sure I understand your issue totally. Try to deactivate all plugins except Visual Composer, clear all caches and test again If the problem persist please provide more details so I can duplicate the situation on my side.

Thanks!

Andrei L.
tagDiv Member

Hi @sejpost

Sorry for the delay, we somehow missed your post.
To display some specific posts in a block/grid you can add them into a specific category, or add a specific tag only for those posts, then add this specific category/tag in block’s filter: http://screencast.com/t/VDu8yr2k so the post with that specific tag/category will always be displayed in block.

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

The block filter works fine with this custom post types: post, page. If you want to display pages in a block, this will work, but there will be no image displayed as featured image, because pages don’t have a featured image, also this filters won’t be applied on pages: http://screencast.com/t/MVpaY42LE Pages will be displayed in block according by sort order filter: http://screencast.com/t/w8AN7lZAw

Thanks!

Andrei L.
tagDiv Member

Hi

2. I’ve checked your site and noticed that you didn’t added the correct link for your facebook page: http://screencast.com/t/R9e4AKSp4J Try adding your page like this: http://screencast.com/t/7UGxp77eP2L It should work fine: http://screencast.com/t/3iYa3g7FWt

3. After bbpres install you will have an option which allow you to create a new forum: http://screencast.com/t/S8AfV3E3Sw also you can creat and manage topics and replies from the dashboard. More information in can be found in plugin’s official documentation: https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/

4. The theme have a fixed width for page/ post contend which is: 1021px and for your site is the same: http://screencast.com/t/hF6dJiaJ

Thanks!

Andrei L.
tagDiv Member

Hi


@ieanea
please send us an email at contact@tagdiv.com with your site login details so we can take a closer look at this issue, also include a link to this topic.


@pixeldynamo
Jetpack Stats isn’t supported yet by Newsmag theme, we will add this in the next theme update.
I am not sure at what code are you referring so please provide more details about it or a link where we can access it, so we can take a look.

Thanks!

Andrei L.
tagDiv Member

Hi

That space appear because you’re using page builder + titles as page template and your page doesn’t have a tile. You can change the post template from Visual Composer pagebuilder: http://screencast.com/t/a1z0BO89l

Thanks!

Andrei L.
tagDiv Member

Hi

Sorry for the delay, we don’t work in weekend.

To display latest article published by author replace the code from: td_block_authors.php with this one: http://pastebin.com/r4eMrWV9http://screencast.com/t/BoabVJVUjt

Thanks!

Andrei L.
tagDiv Member

Hi

Please make sure that you have some posts which match with your category/tag/slug filter. As a post be displayed in block must match all filters that you have set. For example if you set Category filter: A, Tag filter B, the post must be in category A and also have the B tag in order to be displayed in block.

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

1. 2. The article title is catted off at the default value from excerpt field, so you can increase that value for each module to display a longer title: http://screencast.com/t/9IAtoPinrTgjhttp://screencast.com/t/aySHeQPGKiN From the same section you can set the excerpt length: http://screencast.com/t/n3iUghF0Shttp://screencast.com/t/y8igxG1q

3 You can increase excerpt’s font size from theme panel > theme fonts: http://screencast.com/t/Kh2HobGviGn

4 The image position is given by the block’s layout, so you can use a block which display the image on left, like block 7 for example: http://demo.tagdiv.com/newsmag/block-7/

5 You can deactivate more article box from theme panel > post settings: http://screencast.com/t/SLZG6E9lz

Thanks!

Viewing 25 posts - 5,176 through 5,200 (of 6,511 total)