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,

You have some options in Theme Panel to change the background for different sections, also for footer area – http://screencast.com/t/Pi3EdeJLhttp://screencast.com/t/aFuzAwHmNEc

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you refer to the hover color? – http://screencast.com/t/x66xnFNf1t3O This is the theme accent color that is used also on hover – http://screencast.com/t/VKEX5PbHc and you can change it via custom css depending what module(if you use blog for you homepage) do you use.
Also if you are using blocks on your page if you change the background color for your block title it will change automatically the hover color for your articles titles like you ca see on our demo – http://screencast.com/t/MI5hGnqlh8http://demo.tagdiv.com/newsmag/
Please provide more details and your site url so we can take a look.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have an option to change the category color on modules/block, but you can change it using custom css in Theme Panel > Custom Css: http://screencast.com/t/tzmTIsOd

.td_block_11 .td-post-category {
background-color: rgb(199, 60, 60);
color: #3DAEE8;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@mazhar
Did you solve the sidebar issue? I have checked your site and you use a different sidebar for content and latest articles – http://screencast.com/t/LZgjUWFd8http://screencast.com/t/NQi5KmVB
If you don’t please provide more details about what you want to do.
The page content sidebar can be displayed with Widgetised Sidebar block – http://screencast.com/t/h2ppxeiKm
For you Latest Articles – http://screencast.com/t/y02w8FWBcW and also for categories you can choose a sidebar each category like Christopher suggested above.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and I see that you have managed to solve this – http://screencast.com/t/kboOB8Dx

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have removed your site credential and you should not posted here as this is a public forum. Please send us an email email for this.
You have an answer here – https://forum.tagdiv.com/topic/mobile-menu-appearing-on-home-page/page/2/#post-49361

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can change the module to display more stories(try to set a module that will display fine article on mobile) and also the number of post displayed there – http://screencast.com/t/o9KYgiYhY0s1
Also you can hide more articles box on mobile using custom css in Theme Panel > Custom Css:

@media (max-width: 767px){
.td-more-articles-box {
display: none;
}
}

Or you can try to customize it on mobiles please check this as reference – https://forum.tagdiv.com/topic/more-articles-feature-and-ticker/#post-49477

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to use embed video in a div with specific width – http://screencast.com/t/K5EDcQXe1U and see how it goes.

<div style="width: 640px;"><iframe width="640" height="360" src="https://www.youtube.com/embed/D8-g8CpXdO8" frameborder="0" allowfullscreen></iframe></div>

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure where did you copied style.css please provide more details. Without changing the original file you will have this delay like I said above the original css code is loaded first.
Also if you don’t want to remove margin, you can try to float image log to the left directly in the file(so you will not have that delay) – http://screencast.com/t/BVgZsUV4sNx4

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Thanks Chris!


@sjlabar
Did you solved the issue? As I have checked you article and it looks fine on my side – http://screencast.com/t/sSwrQa9sp6
If you will have this issue, please make sure that you use the latest theme version(4.6.3) and also Visual Composer(4.4.4) that you have downloaded with the theme files. Also if you use child theme please make sure that it is the same version that your main theme is.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please deactivate all plugins leave just Visual Composer active, empty cache and check if you still have this issue with mobile menu. Also if the issue disappeared please activate your plugins one by one and see which one caused that issue. If you use child theme please also switch to the main theme and check this.
Also please make sure that you use the latest theme version 4.6.3 and update using this guide(FTP method) – https://forum.tagdiv.com/how-to-update-the-theme/ and also update the plugins that come with the theme files from the /plugins folder.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide your site URL so we can take a look. Also please check this without any plugins active, leave just Visual Composer active, clear cache and see if you still have this issue. Let me know!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You don’t have to activate or buy Visual Composer plugin, please check this – https://forum.tagdiv.com/topic/how-to-update-visual-composer-2/#post-34794

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please follow this solution – https://forum.tagdiv.com/topic/more-than-5-sub-categories-in-menu/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check theme’s files from – http://screencast.com/t/qYwTQEadpem

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@nf_prt
Thanks for your help!


@solokco
This solution works fine please check the module file and add the code with your category slug like @nf_prt suggested – http://screencast.com/t/iKNyIuXDCIzQ

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check the post template file for each post style that you use, maybe it is commented there by default – http://screencast.com/t/Bapfylsg

Thanks!

Alin [tagDiv]
tagDiv Staff
Alin [tagDiv]
tagDiv Staff

Hi,

The megamenu was not designed to work on top menu and you will need custom work for this and it is not an easy task, unfortunately we cannot provide any type of custom work at this time as we work hard on development, updates, fixes and support, but you can hire a freelancer to do this for you from sites like – http://studio.envato.com/

If you want you can change the header style and use only the main menu to the top – http://screencast.com/t/T1AWMrOPhttp://screencast.com/t/9hwZ56Fmn

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check your top ad code and make sure that you have closed the div – http://screencast.com/t/KgluUMMD5http://screencast.com/t/VoDtzZygD

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you refer to the normal slider(that you are using on homepage) please check td_module_slide.php and uncomment author code – http://screencast.com/t/kixLgl8ykhttp://screencast.com/t/QuqTf3QC

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

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

@media (min-width: 1019px) {
.td-boxed-layout .td-header-style-8.td-affix .td-menu-wrap {
height: 76px;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have an option for this, you will need custom modifications to disable mobile version as the Newspaper theme was designed with an fixed grid layout, responsive as it is fluid and style for desktop/tables/mobile screens. You can edit the style.css file and try to remove the @media query’s for phone. We plan to create/add an option, but I provide a date when this will be implemented.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can add a custom url for a block from settings – http://screencast.com/t/iVFKVuU2
If you want to remove link from all blocks titles you can remove this from the code – http://screencast.com/t/SKs4uEBS8mQu

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can split the row to 2/3 + 1/3 and add the revolution slider using Visual Composer, also a block for your most popular articles – http://screencast.com/t/WtvraMvn

Thanks!

Viewing 25 posts - 4,951 through 4,975 (of 7,871 total)