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 :)
Simion C.
tagDiv Staff

Hi,

I have inspected your site and I see no problems with the images, they loaded perfectly the first time and everything looks great – https://www.screencast.com/t/24LB3pfho Also this is a tutorial about setting up super cache and recomended configuration – https://forum.tagdiv.com/cache-plugin-install-and-configure/

Thanks

Simion C.
tagDiv Staff

Hi,

A sample child theme is available and included in the Theme package you have downloaded – https://forum.tagdiv.com/whats-included/ Also here is a tutorial on how to use the child theme, to help you get started – https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks

Simion C.
tagDiv Staff

Hi,

Please make sure you have “Link Target” checked in the advanced menu properties here – https://www.screencast.com/t/uAvnxZu64Iy

Thanks

Simion C.
tagDiv Staff

Hi,

You could hide the Big grid in your homepage with Css on smaller devices using this code, just enter it in Theme panel->Custom Css

@media (max-width: 767px) {
.home .td_block_big_grid_6 {
display: none;
}
}

Result – https://www.screencast.com/t/jbAONMxQVqsU
Please let me know if this works for you
Thanks

Simion C.
tagDiv Staff

Hi,

If you want to remove the date on this block only use this code, enter it in Theme panel->Custom Css

.td_block_9 .td-post-date,
.td_block_9 .td-post-author-name span {
display: none;
}

Result – https://www.screencast.com/t/ZvlD2K6AwE4

Block 9 uses module 8 – https://www.screencast.com/t/Fe6MkxmEnHFl to modify the font settings go to Theme panel->Theme fonts – https://www.screencast.com/t/WNBhb353 and change it to what you like
As for the margin between modules it needs custom css, please specify how exactly you want them to be, and i will try to provide a solution. It would be best if possible to provide a link to your website or even a screenshot.
The answering order in the forum is by oldest topic to newest during the support hours.

Thank you for understanding

Simion C.
tagDiv Staff

Hi,

Category template 6 has a background that can be changed in Theme panel->Per category settings->your category that uses style 6, like this – https://www.screencast.com/t/4atB60ffrWhttps://www.screencast.com/t/RLDsyYQ5HX

Thanks

Simion C.
tagDiv Staff

Hi,

Please make sure that category tags are enabled on all the modules in Theme panel->Block settings – https://www.screencast.com/t/QANsd75mTOWZ
As for the image problems please follow this tutorial and regenerate thumbnails – https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Thanks

Simion C.
tagDiv Staff

Hi,

To achieve that you need to modify the loop single file corresponding to the post template style that you use (post template 2 – loop-single-2.php and so on) found in the theme folder – https://www.screencast.com/t/yxPPd1Lqwu2M and change the order of the structure in the file –
https://www.screencast.com/t/nhaw6ea8L
For example if you want to display related posts just under the post content, change it like this –
https://www.screencast.com/t/YCKjHos0RF by moving that code above the social sharing bottom
Result – https://www.screencast.com/t/nxamntnZN1

Thanks

Simion C.
tagDiv Staff

Hi,

If you want to replace the text “Related Articles” you can do it by replacing it’s translation in Theme panel->Translations – https://www.screencast.com/t/y0lIxinl with the text you want

Thanks

Simion C.
tagDiv Staff

Hi,

You can make the menu link open in a new tab in that menu’s options like this – https://www.screencast.com/t/gHfjyCNcZ

Thanks

Simion C.
tagDiv Staff

Hi,

If you want to have posts displayed on a block sorted by popular (that means post views) you must activate that feature from the theme panel – https://www.screencast.com/t/s6bXjWU9vCS This feature needs post views to be active for the sorting to work. The jetpack stats module sorting needs the jetpack plugin. It uses jetpack to return the proper posts. More about this here – https://forum.tagdiv.com/7-days-post-sorting/ There are a multitude of sort orders to choose and pick what you want and would suit your website better (latest, popular, alphabetically, random etc)
When filtering categories and posts please make sure there are some left for the block to display posts from, do not exclude them all. You should keep in mind also that if you decide to use the multiple categories filter, the standard category filter will be ignored.

Thanks

Simion C.
tagDiv Staff

Hi,

Please make sure that when you are setting your logo you select full size like this – https://www.screencast.com/t/EE8DBncVmkR2 and you are using a big enough source image size for your logo.

Thanks

Simion C.
tagDiv Staff

Hi,

I don’t see any width differences between the demo and your site, this is the demo – https://www.screencast.com/t/yQpaGvsd and this is your site – https://www.screencast.com/t/p4ujen2tFj
Please provide an example of what differences in width you are experiencing with the theme so we can take a look.

Thanks

Simion C.
tagDiv Staff

Hi,

If you want to have a black background in the playlist title try it like this

.import_video_slider_bg, .import_dont_miss, .td_video_playlist_title {
background-color: black;
}

Result – https://www.screencast.com/t/k5Av0uAMRkT

Thanks

Simion C.
tagDiv Staff

Hi,

If you are talking about a drop down menu with sub-menus like here – https://www.screencast.com/t/sQgLDwJPuUF you can make one by setting a structure like this in your menu items – https://www.screencast.com/t/6if0rqWVhzo7
More about menus here – https://forum.tagdiv.com/mega-menu/ If you already have this implemented and having a different problem with the menu, a screenshot with the problem or a even better a link to your website would be helpful.

Thanks

Simion C.
tagDiv Staff

Hi,

I have tried to replicate your setting with block 10 and block 9 below it set a limit of one post – https://www.screencast.com/t/BAYI5NPvC7pi with bigger font size and this is the result – https://www.screencast.com/t/dnz45Y3mH the content ocupies all the space available – https://www.screencast.com/t/8LEi0m81wmC1 in that module.
You can set a limit of one post in each block settings – https://www.screencast.com/t/b1Gw4QlXX
Maybe what you are trying to say is that you want those blocks with one post occupy the entire row – https://www.screencast.com/t/E0p470RBc8 If that is the case you must set the row to full first – https://www.screencast.com/t/ld8bF1FiGqZ1 then enter this code in Theme panel->Custom Css

.td_block_10 .td-block-span4 {
width: 100%;
}
.td_block_9 .td-block-span4 {
width: 100%;
}

However this would apply to all the block 9 or 10 set on a full row in your page if you have any. In that situation please provide a link and I will try to give a solution but if not, the code should work fine. Hope that I did not misunderstand what you are saying but if I did please correct me.

Thanks

Simion C.
tagDiv Staff

Hi,

Please make sure that the menu item you set as a mega menu is a root menu item and it does not have sub-menus – https://www.screencast.com/t/wrCxNzuJtM or it will display the mega menu with sub-categories and then the sub-menus like in your case. All of this is explained in detail in this tutorial – https://forum.tagdiv.com/mega-menu/

Thanks

Simion C.
tagDiv Staff

Hi,

You can use this code for the top and menu borders, enter it in Theme panel->Custom Css

.td-magazine .td-header-style-1 .td-header-top-menu-full {
border-top: none;
}
.td-magazine .td-header-style-1 .td-header-gradient::before {
height: 0;
}

Result – https://www.screencast.com/t/cyTQ1svzUF

And this is for that block (VIDEOD) title border color, it will make it black

.td_uid_6_589031fc95a90_rand .block-title {
border-color: black!important;
}

Result – https://www.screencast.com/t/zQj8RQas

Or if you want to make them all black the code is this

.block-title {
border-color: black!important;
}

Result – https://www.screencast.com/t/Tk6oWvqP

Also if you want to make the recent commnents widget title black as well use this

.widgettitle:after {
background-color: black!important;
}

Result – https://www.screencast.com/t/UJr7r06ZkPCr

If I misunderstood something please corect me, and I will try to provide other solutions.
Thanks

Simion C.
tagDiv Staff

Hi,

You could add your own image source link in the header ad, in the code here – https://www.screencast.com/t/0Bt2RlQc

Thanks

Simion C.
tagDiv Staff

Hi,

Yes, paste the code at the end and it should work with no delay.

Thanks

Simion C.
tagDiv Staff

Hi,

You can change that in WordPress settings->Settings->Reading here – https://www.screencast.com/t/qhIB0qkP

Thanks

Simion C.
tagDiv Staff

Hi,

You can change the footer logo in Theme panel->Footer->Footer info content – https://www.screencast.com/t/HsigYFN2TE

Thanks

Simion C.
tagDiv Staff

Hi,

I’m assuming that what you are seeing is the page title – https://www.screencast.com/t/7bIpU4ukDN you can remove it by selecting a different page template in page attributes – https://www.screencast.com/t/AQFYlCUC5QY
More about page templates here – https://forum.tagdiv.com/page-templates-2/

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately I can not view the screenshot – https://www.screencast.com/t/bYurLieO but I guess you want the slider and the Don’t miss block background to be black, you can do that using this code, enter it in Theme panel->Custom Css

.import_video_slider_bg, .import_dont_miss {
background-color: black;
}

Results here – https://www.screencast.com/t/mjtrR7fzeHPhttps://www.screencast.com/t/068iF3rVC

Thanks

Simion C.
tagDiv Staff

Hi,

You could set a title url in the block’s settings that links to your desired category page – https://www.screencast.com/t/vPCx2zH1cg or any other link.

Thanks

Viewing 25 posts - 20,326 through 20,350 (of 20,681 total)