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 to add padding to the text from “Formats” – http://screencast.com/t/18rShh2V and for images use this settings – http://screencast.com/t/uujrO2Qmq

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use Chrome inspector tool to inspect a specific element and customize it via css code: http://screencast.com/t/seoUk5UpVG

.td-search-form-widget input[type=submit] {
background-color: red;
color: blue;
}

And also for comment button: http://screencast.com/t/2OpzUsforfJi

.comment-form [type=submit] {
background-color: red;
color: blue;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css and after that add items to your top menu and see if it works:

.td-header-sp-top-menu .menu-top-container {
width: 80%;
}
.td-header-style-7 .td-header-sp-top-menu {
width: 100%;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Here you can find this code if you want to remove it – http://screencast.com/t/ZP9cpo81rzw9

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can find version 2.10 in /plugins folder from files that you have downloaded from themeforest.
The plugin was changed to work with YouTube’s API V3, so please update to V 2.10.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes, we have renamed some shortcodes in version 1.5 – http://screencast.com/t/moj0NT9CKvX
So the renamed widgets have to be re added to each sidebar after this update. Make sure that you backup your database and if possible get the widget list from your sidebars.
Rename the short codes via SQL: https://forum.tagdiv.com/update-newsmag-to-1-5/
An alternate solution is to rename the shortcodes manually in your pages: http://screencast.com/t/Da8k0HHtSD

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can add category description here – http://screencast.com/t/hObJ8niojdhttp://screencast.com/t/dimUzvdwdw

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

On mobile the module 10 thumb(this module is used on block 11) is resized via custom css, but you can try this custom css and it will look like module 6(block 7) on mobile – http://screencast.com/t/7X1CTzL9

@media (max-width: 767px){
.td_module_10 .td-module-thumb .entry-thumb {
width: 100px !important;
height: 75px !important;
}
.td_module_10 .td-module-thumb {
float: left !important;
}
.td_module_10 .td-excerpt, .td_module_10 .meta-info .td-module-comments, .td_module_10 .td-post-category {
display: none !important;
}
.td_module_10 .item-details{
margin-left: 120px;
margin-bottom: 0px !important;
min-height: 100px;
}
.td_module_10 .entry-title {
font-size: 12px !important;
}
}

Please paste this code in Theme Panel > Custom Css and use !important tag if some values doesn’t apply.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I also checked this and it works fine: http://screencast.com/t/Aiedk9x7X

<video src="http://" width="640px" height="400px" autoplay="on" controls>

Please also check this without any plugins active and leave just Visual Composer active like Christopher already suggested.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try something like this – http://screencast.com/t/HErxoQbBF5
Result:
*category page(module 2) – http://screencast.com/t/WOhDob9SlZKh
*page (block 7) default excerpt length in Theme Panel – http://screencast.com/t/AN3kGzKs

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css – http://screencast.com/t/2euVh2bDSnH

.td-footer-wrap .widget_text .block-title span {
font-size: 30px;
font-style: italic;
color: #64E042;
background-color: transparent !important;
text-align: center;
display: block;
}
.td-footer-wrap .widget_text .block-title {
border-bottom: none !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can do this using css code in Theme Panel > Custom Css and you can use menu item unique class – http://screencast.com/t/PofV9dCzfrgh

.menu-item-8070 {
background: #222222;
}
.menu-item-8070 a {
color: #ffffff !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

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

.td-header-style-1 .td-g-rec-id-header .adsbygoogle {
top: 0px;
}
@media (min-width: 768px){
.td-logo-rec-wrap {
margin: 5px auto 5px;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide more details about your issue, a link and what css did you added in Custom Css section and it was not applied.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You need to use a plugin like WP User Avatar, also we use it also on our demo. I’m not sure if you use an avatar plugin, but we recommend this plugin.
Set avatar image – http://screencast.com/t/Jbqvmt9lp4
Result: http://screencast.com/t/iyKk9WqeEBHF

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

We know about this and we will think to a better solution when another menu system will be designed. On tablets you cannot hover that why it been created like this, but you can follow this solution – http://screencast.com/t/0J8Cedi9

//not touch
jQuery('#td-top-menu .sf-menu').superfish({
delay:500,
speed:200,
useClick:false
});

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you have any css customization?
If you use latest version of the theme(4.6.3) did you update from an older version? Di you used patch or a fresh install?
I can provide you css to fix this, but may cause cause another issues if you have custom css or did not updated properly. Also please first check this without any plugins active, leave just Visual Composer active, clear cache and check if you still have these issues.

If you want you can use this custom css in Theme Panel > Custom Css after you check what I asked above and without plugins: http://screencast.com/t/PzhbPITU7

.td-g-rec-id-header .adsbygoogle {
position: relative;
top: 0;
right: 0;
margin-top: 10px;
}
.top-header-menu li a:before {
top: -2px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately Portuguese of Brazil is not available in Theme Panel, but you ca translate manually words from Translation – http://screencast.com/t/ccBL2y8ZC4
If you want to use the patch to update please make sure that you have 1.7 version and update to 1.7.1. You have to upload patch files via FTP.
If you want to make a full update please use this guide(we recommend FTP method) – https://forum.tagdiv.com/how-to-update-theme/ and also update the plugins that come with the theme file from /plugins folder – https://forum.tagdiv.com/how-to-update-visual-composer-plugin-wpbakery/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try set offset feature for Latest Articles (I used also for Big Grid all categories filter) – http://screencast.com/t/U6hohxHS1h9
Result: http://screencast.com/t/CLYpTwj4u

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can enable unique articles feature – https://forum.tagdiv.com/unique-articles-and-offset-newspaper/ When you have the unique articles feature enabled you will get posts just once on your page, but if you have pagination the unique articles will not work properly(it will duplicate post on latest articles).

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check this also without any plugins active, leave just Visual Composer active, clear cache and check again if you still have this issue. If you have set the sidebars it should appear fine.

If you still have this issue after you test it without plugins please send an email at contact@tagdiv.com and provide wp-access so we can take a look. Paste also a link to this topic so we can know who you are.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please note that facebook isn’t fetching you new meta info right away so you need to wait a while the new info are updated or you can use this fb debugger tool: https://developers.facebook.com/tools/debug/ to see exactly how fb pulls your posts info and manually fetch new scrap info – http://screencast.com/t/9p0C3flbd

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your page again and did not found any issues – http://screencast.com/t/Ch5Sj61RlYpI I did refreshed for few times. We have to find out why this issue is happening (also a plugin may cause this or server).

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes, please update it via FTP use this guide – https://forum.tagdiv.com/how-to-update-theme/
Make a backup of your current installation, so you can revert in case something goes wrong and make a fresh theme install, connect via FTP remove theme’s folder then upload the theme’s files (don’t overwrite it).
Also this topic may help – https://forum.tagdiv.com/topic/how-to-guide-to-moving-from-newspaper-to-newsmag/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I also checked and this seems to come from “Seo by Yoast” please also address to their support as the theme doesn’t control meta – http://screencast.com/t/4xEdouVOda0P

Thanks!

Viewing 25 posts - 5,301 through 5,325 (of 7,871 total)