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,

I’m not sure what you mean. Do you want something like this? – http://screencast.com/t/sHOQBXsoShttp://screencast.com/t/x8iqzwVdNq

.td_block_5 .td-module-thumb img {
border: 2px solid red;
}

Please provide more details, if this is not what you mean.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@akpanpromise
All the quotes styles are in Formats drop down menu – http://screencast.com/t/shrQVkM0 like I said above.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You will have to edit td_module_single.php to add your shorcode in the share box(top and bottom) – http://screencast.com/t/D2bTPg9qul4a

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately there is no option to change the mobile menu color, we will try to add an option in a future update. Until then you can change the color via custom css in Theme Panel > Custom Css – http://screencast.com/t/mAbN5XIqW
Please try this css: http://screencast.com/t/vTeiZpPnZB

@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #FFD000 !important;
}
}

For the footer there is an option in Theme Panel > Theme Colors(that color it will be applied also on mobile): http://screencast.com/t/hg68WQNZ

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have added this on our list for further testing and it will be fixed as soon as possible. Until then please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/6r7Pz2ufUoz

.td_module_mx2 .td-module-meta-info {
position: relative;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. If you want to add search bar in your page content, please make sure that all elements are selected to appear, from Visual Composer settings – http://screencast.com/t/akmVAQPCA and use Wp Search block – http://screencast.com/t/Yv4n7t6m044 or use Search widget if you want to add it in the sidebar – http://screencast.com/t/UHcVH3Kezh
2. I’m not sure what you mean, “td_block_social_counter”(social counter plugin) or “td_block_3″(tagdiv block) are blocks shortcodes. You can add all blocks using Visual Composer pagebuider and edit each of them – http://screencast.com/t/zRzUONBPihttps://forum.tagdiv.com/block-settings-tutorial/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes, using the child theme you will not lose files modifications, please check child theme documentation – https://forum.tagdiv.com/the-child-theme-support-tutorial/ But also Christopher has partially right, using the child theme you will have to check the update log file and see what files are changed(updated) and if your custom modifications are affected.
Please update the child theme, you can find it in the /code folder from package that you download from themeforest – https://forum.tagdiv.com/whats-included/http://screencast.com/t/IOwDiplRqoX

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The default post template is exactly in the above screenshot. Here is the content – http://screencast.com/t/dsIFrAtzgH So you can easily try to add you code there, clear cache and see how it works.

Thanks!

Alin [tagDiv]
tagDiv Staff

Salut,

Lightbox se poate activa pentru fiecare imagine cand este adaugata – https://forum.tagdiv.com/modal-window/ Exista de asemenea o optiune pentru a forta modala pentru toata imaginile in Theme Panel > Post Settings – http://screencast.com/t/t9InuUlwP

Mersi!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure why you have this issue, as I did not found any issue on my side. Any we will check this and we will try to find what the cause is.
Please try this custom css and see if it works – http://screencast.com/t/at0KgJ8V

.td_module_mx2 .td-module-meta-info {
position: relative;
}

Thanks for reporting!

Alin [tagDiv]
tagDiv Staff

Hi,

I did not understand well what you want to do. Block 9 and 10(without thumb) don’t have excerpt content that why you there is not settings in the panel. A solution is to add excerpt in the code, but you also have to specify length there(as it is no option in theme panel) – http://screencast.com/t/zLaE3AoJoPrhttp://screencast.com/t/JxFXgHPsPK

<div class="td-excerpt">
        <?php echo $this->get_excerpt(25); ?>
</div>

Another solution is to use block 6 and comment the thumb code in module 5 – http://screencast.com/t/QzFtNv84oOhttp://screencast.com/t/ihqVMkgnHwX and you can control length from excerpts area – http://screencast.com/t/r6OL3q7LJYCH

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try to remove the lazy load effect and see if it works – http://screencast.com/t/iojcbbGUOT

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Regarding the above space. seems to be an issue when background is used on this header style(8) and I added this on our list and it will be fixed as soon as possible. Sorry for inconvenience!
Unfortunately I cannot provide a css solution to display the mobile logo as the style 7 has the menu always sticky so I cannot use sticky class to show it and hide the main logo. this how it was created, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You will need custom work to create a block like this for version 4 and it is not an easy task, I suggest to hire a professional developer to do this for you if you don’t want to update the theme. Newspaper 6 is practically a new theme(use a new grid layout) so you cannot just copy a module files or something like this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure why you have this issue only on Chrome, maybe a plugin overwrite this. You can try this custom css, it should work: http://screencast.com/t/vTWjAKVIgH

.menu-td-header-container .sf-menu > .td-menu-item > a {
color: #ffffff;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you don’t to provide your site url and screenshots on the forum, you can send an email at contact@tagdiv.com and also paste a link to this topic so we can know who you are and what your issue is.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Try to use more specific target using the bellow css and also clear cache:

@media (max-width: 767px) {
.td-header-top-menu-full .td-header-sp-top-menu {
display: block !important;
}
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have an option to display share buttons on a page you will need custom modifications to the code to have share on modules(I guess this is what you want) and it is not so easy, so I suggest to hire a freelancer to do this for you as we cannot provide custom work at this time, sorry!
You can enable share only on post page – http://screencast.com/t/mEeKw9wH6gy

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

These header styles were designed to use the same logo also for sticky menu, it has a specific css code when the sticky menu is activated – http://screencast.com/t/vCoZP7Eg8eo
Please provide a link for the white space above the los as I need to inspect this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The Visual Composer doesn’t have an option to enable audio for row video background.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Like you can see in version 6 of the theme we changed/added more blocks and modules, so if you used block 9 in previous version and you want to have the same look, please set block 12 to display your articles – http://demo.tagdiv.com/newspaper/block-12/ Also you can set excerpt for module used for this block(module 11) – http://screencast.com/t/xQRsjE4Xu
If this is not what you mean please provide more details.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please deactivate and delete the Visual Composer then install it from here – http://screencast.com/t/uCJemu99Nx Also make sure that you select all elements to be available for pagebuilder – http://screencast.com/t/N97aB1sTWWxr Now you should be able to add elements and create your page – http://screencast.com/t/b6TryVXHT1
Let me know how it goes!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I wrote above that it is available from version 6 of Newspaper. Newspaper 6 is practically a new theme, so if you want to upgrade please do a clean install of the theme following this guide – https://forum.tagdiv.com/how-to-update-the-theme-2/ First make a full backup of your current installation – https://codex.wordpress.org/WordPress_Backups

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. You will need custom modifications to implement news ticker in the top menu. If you don’t have basic html/css/php experience I suggest to get a freelancer to do this for you, as it is not so easy and we cannot provide any type of custom work at this time, sorry! Here is the top menu code if you want to make some custom changes – http://screencast.com/t/W7laTPvrG
2. Not sure what you mean.
3. Trending Now title can be translated from Theme Panel > Translate – http://screencast.com/t/TUOW8omJ7fJe

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Can you provide a link so we can take a look? What post template do you use?
Please check template files, maybe the author line is commented – http://screencast.com/t/vYJ7atE01

Thanks!

Viewing 25 posts - 3,126 through 3,150 (of 7,871 total)