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,

Yes, you can display it using custom css as the top menu was not designed for mobile devices that’s why is hidden.
You can add this custom css to display it also on mobiles but you may need some additional customizations for menu items that may drop on more rows – http://screencast.com/t/rHnQKiUT

.td-header-menu-wrap {
display: block !important;
}

A solution will be to hide some top menu elements(if you want only menu to be visible) using media queries – http://screencast.com/t/E7jiGxvPO6Co – this is an example

@media (max-width: 767px){
.td-header-menu-wrap {
display: block !important;
}
.td-header-menu-wrap .td_data_time, .td-header-menu-wrap .td-social-wrap, .td_ul_login {
display: none;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check if it is enabled from Screen Options(page and post backend) – http://screencast.com/t/kr9jcYTm

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make this change in menu-top.php: http://screencast.com/t/8qh24anQ
And use this custom css in Theme Panel > Custom Css: http://screencast.com/t/YUGnv4co

.td-header-menu-wrap .td_data_time {
float: right;
}
.menu-top-container {
float: right;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link so I can inspect this and provide you an accurate solution. It may have some bottom margin that is added automatically to the text widget – http://screencast.com/t/JiJbRBhUMXLu

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I also checked your article and it was a facebook error as now is looking fine – http://screencast.com/t/zwvxmSXAF

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to set load more button to appear after 2 pages and see if it works, also clear cache if you are using a cache plugin. Let me know!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/OLIEJjnj

.td-big-grid-post .td-big-grid-meta .td-sbig-title-wrap a:hover span {
text-decoration: none !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

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

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The limit of 2 sec is for loading all images, so if the time is exceeded the lazy animation effect is not applied anymore. The load depends of the server speed.
This waiting time (2 sec) has nothing to do with the animation.

Thanks!

Alin [tagDiv]
tagDiv Staff

Replied via email!

Alin [tagDiv]
tagDiv Staff

Hi,

You have 12 articles to this category – http://vastavalkea.fi/category/blogit/ and all those articles are displayed on your infinite load block in 6 pages if you limits post to 2. So the load more button should appear after 10 pages(not articles):

We have set “Infinite load show ‘Load more’ after x pages” to 10

Also you can use block 8 to display your articles(without small thumbs) – http://demo.tagdiv.com/newspaper/block-8/

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

If I understand well you want to show that custom sidebar Quiz that contain block 3 (filtered by category Quiz) on your articles. But I’m not sure why didn’t you select it in Posts template – http://screencast.com/t/aV7FOIrw
Please note that if you have another custom sidebar for your category page – http://screencast.com/t/MgJw6vZDv

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Our ad system was designed to work with adsense code, if you don’t use adsense code you will have to use these divs to display your banner – https://forum.tagdiv.com/ads/ as the ad options to disable and size work only with adsense code.
So if want your banner to be visible only on mobiles you can try to use this div:

<div class="td-visible-phone">
your code
</div>

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use this custom css in Theme Panel > Custom Css to hide it: http://screencast.com/t/6SOinVNEzOX

.top-header-menu {
display: none;
}

Or if you want to remove the text you can find it in menu-top.phphttp://screencast.com/t/VII9KLhy

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

2. Your image width must be at least 745x483http://screencast.com/t/Ohpp7LDCNPwx to fill the whole container. If your featured image is smaller, please note that WordPress doesn’t enlarge images and you will need to use plugin like Thumbnail Upscale to enlarge thumbnails: https://wordpress.org/plugins/thumbnail-upscale/ For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate.

Or you can enlarge it via custom css in Theme Panel > Custom Css: http://screencast.com/t/IirORJvZT

.td_block_big_grid .td-big-grid-post-0 .entry-thumb {
width: 100%;
}

3. You have to set your sidebar(create and set it/or use default) for articles – http://screencast.com/t/uc2GFE896yX and add widgets to it from the Widgets section – http://screencast.com/t/2IeVvKc5
Also for your pages you can use Widgetised Sidebar for your page content – http://screencast.com/t/2f7bKm2Dsh and for latest articles you can set the sidebar – http://screencast.com/t/iP3xaAkR

4. I have checked your homepage and you have an header ad and a sidebar ad. You can use Ad box block to display an ad in your page content: http://screencast.com/t/e6XneHoo0su
Also for your post you have to paste your code in Theme Panel > Ads – http://screencast.com/t/Nlgv9TjDNTAL and they should be displayed in the article content.

5. I also checked an articles from your site and the comment box is enabled – http://screencast.com/t/uzredDWbppt
Seems that you solved the issue – http://screencast.com/t/za78u9vbArQ

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to add !important tag to the color:

.iosSlider.td_block_big_grid .td-icon-left, .iosSlider.td_block_big_grid .td-icon-right {
color: #00ff00 !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you want the main menu at full width you have to not use site background(color or image). When you use background it will become boxed – http://screencast.com/t/aYkaC9tQ

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

What theme version do you use? Please make sure that you use the latest version 4.6.3.
Also I have checked your site and not only mobile menu doesn’t work, also ajax pagination. I found these errors in the console – http://screencast.com/t/XImhK1sVFL so please make sure that you deactivate all plugins leave only Visual Composer active, also clear cache and purge your files if you use CDN and see if you still have this issue. Also please remove any js/css minification. Let me know!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use add your youtube channel ID in social counter like this: http://screencast.com/t/dA5bXat8ahttp://screencast.com/t/s0E8K8ryeOi
Result: http://screencast.com/t/3n9kJ8emAYh

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you refer to this space? – http://screencast.com/t/Yr90m5HxD Pleas use this custom css in Theme Panel > Custom Css for that:

.block-title {
line-height: 30px !important;
}

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.
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 so we can know who you are.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You need to add this code in each module that you want subtitle to appear – http://screencast.com/t/Dvo8nuKMmtCYhttp://screencast.com/t/TR9xTAYvs

<?php $td_subtitle_module = get_post_meta($this->post->ID, 'td_post_theme_settings', true);  ?>
            <p class="td-sub-title"><?php  if(!empty($td_subtitle_module['td_subtitle'])){echo $td_subtitle_module['td_subtitle'];} ?></p>

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

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

You have already an answer here – https://forum.tagdiv.com/topic/issue-report/#post-44407
I checked again your site and smart snap -(mobile) is working properly:
*on mobile when you scroll down the menu is hiding and when you scroll up appears sticky menu
*on desktop the menu is always sticky.

Please provide more details about your sharing plugin and what is the issue as I don’t know what you mean ” it automatically starts to work on desktop/laptop “. It should work only on mobiles? You can also address to plugin’s support.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please note that the load more button will not appear if there are no articles to show after the infinite load is over. So I see that infinite loads is stops after shows the last post from your category – http://screencast.com/t/I2l7wHg5aXYhttp://screencast.com/t/xxJoSfk1VL1 So try to show load more button after few pages and see if it works.
Also if you limit post to 4 – http://screencast.com/t/nyTEZcWfmL it will show also 3 and 4 articles using module 3(small thumb and title) – http://screencast.com/t/WtHOGlwoa6tp

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately there is no option to add Pinterest to social counter. We have this on our list, so if more clients will request this we will implement it, for the moment we have around 200 features on the list and we have to carefully decide which one will be implemented next.

Thanks!

Viewing 25 posts - 5,226 through 5,250 (of 7,871 total)