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,

In Newspaper 6 depends on what Big grid do you use. Do you use Big Grid Slide? – http://demo.tagdiv.com/newspaper/big-grid-slide/
Please provide a link if you have issues with it, also you can try this customn css instead the above:

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

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@R
Renard Do you refer to the menu icons? Unfortunately the icons were removed, but the theme supports “Font Awesome 4 Menus” plugin – https://wordpress.org/plugins/font-awesome-4-menus/ just add the icon code from this list – http://fortawesome.github.io/Font-Awesome/icons/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can access the forum directly using site url/forums like you can see on our demo – http://demo.tagdiv.com/newspaper/forums/ it is not necessarily to set bbpress template to your page.
Also now you have an option to enable log in/register on top bar – http://screencast.com/t/i66DG4EyO0g

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check the documentation – https://forum.tagdiv.com/how-to-update-the-theme-2/ let us know how it goes.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The font-family that you have set on body it is applying also on text or list from text block – http://screencast.com/t/Pq6Qmw88behttp://screencast.com/t/96fTxxqy
If you want to change the the font size for your lists in pages using a text block you will have to use custom css in Theme Panel > Custom Css: http://screencast.com/t/f25FdVZzi8k

.wpb_text_column li {
font-size: 20px;
line-height: 28px;
}

Also if you use a list in post content – http://screencast.com/t/tv0A6hxioc

.td-post-content li {
font-size: 20px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can send us a mail 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. Please make a full backup of your current installation.
We will answer as soon as possible, but it may take a while.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes, you are right the bbpress template was changed and it looks like on newsmag now. Unfortunately we cannot help you to change it back, but if you can’t use the theme we can offer a full refund, just send an email at contact@tagdiv.com and we will explain the procedure.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you use the child theme you can try to make this change there in the modules folder > module that you want to change and the custom css you can paste it in Theme Panel > Custom Css: http://screencast.com/t/umCDttYYX
If you don’t have basic php/html/css experience I suggest to get someone to help you as we cannot provide any type of custom work at this time, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff
Setup - reply

Hi,

Unfortunately we cannot provide any type of custom work at this time, but you can hire a freelancer from sites like – http://studio.envato.com/

Thanks!

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

Hi,

Did you deleted your old theme and uploaded the new version like you were instructed here? – https://forum.tagdiv.com/how-to-update-the-theme-2/ Please make sure that you update the theme properly and also you run the script – http://screencast.com/t/eZxxuqvsTir

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you have uploaded the theme properly(after you have deleted the old theme) and run the script like you were instructed here – https://forum.tagdiv.com/how-to-update-the-theme-2/ Always make a full backup of the files and the database, in case something goes wrong with the server you could use the backup to revert to the previous state. The new package contain also the old theme you can find it in old_version folder.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you have deleted the old theme files and uploaded the new theme properly as you are instructed in the documentation – https://forum.tagdiv.com/how-to-update-the-theme-2/ so no old templates remain.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you get this error on frontend? Please provide errorlog file and a link where this error appears.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Before update please backup the site (database and files) – https://codex.wordpress.org/WordPress_Backups

We recommend to remove theme via FTP and install the new one and also the plugins that come with the theme files, you can find them it in the theme package inside the Plugins folder – http://screencast.com/t/lkrma6blYE
After the update run the script included in the Welcome panel – http://screencast.com/t/eZxxuqvsTir running the script it will import old settings, change the shortcode like you can see in the documentation. The theme has more features(example- big grid on categories, smartsidebar) so you will have to set those mannually. Also the custom css may not work at this it should be regarded as a new theme(changed classes, ids).
And regenerate the thumbs – https://forum.tagdiv.com/using-the-theme-with-existing-content/

Also check the documentation here – https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try this custom css for desktop screens where your logo width will be 340pxhttp://screencast.com/t/VDmWFNySES

@media (min-width: 1141px){
.td-header-style-1 .td-header-sp-logo {
margin: 28px 0px 9px 0px;
width: 340px;
padding-left: 0px;
}
.td-header-style-1 .td-header-sp-logo img {
right: auto;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Buna,

1. Se pare ca exista a problema pe safari pentru ca nu recunoaste css-ul, te rog incearca acest custom css:

.td-g-rec-id-content_top .adsbygoogle, .td-g-rec-id-content_bottom .adsbygoogle {
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
}

2. Se poate accesa forumul utilizand /forums in loc de /forumhttps://itutorial.ro/forums/
3. Ca sa fi sigur ca nu raman fisiere din vechea tema care ar putea afecta functionalitatea. noi recomandam sa fie stearsa vechea tema si uploadata noua versiune, pentru ca practic este o noua tema.
4. Nu stiu exact cum apareau inainte, dar poti incerca acest css – http://screencast.com/t/ZaziYfPGnlXY

.td-footer-wrapper .widget_text .textwidget img {
width: initial !important;
}

Mersi!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css to remove padding – http://screencast.com/t/ejFqz3rI

.header-style-3 .td-full-logo .td-grid-wrap, .header-style-3 .td-full-logo .container-fluid {
padding: 0!important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you use ad block? Please follow this link (newspaper 6 documentation) – https://forum.tagdiv.com/article-ads/

Thanks!

Alin [tagDiv]
tagDiv Staff

Salut,

Poti urma pasi din documentatie – https://forum.tagdiv.com/how-to-update-the-theme-2/ este indicat sa nu ramana fisiere din vechea tema cum ar fi paginile de template. De asemenea updateaza si pluginurile ce le gasesti in fisierele temei.

Mersi!

Alin [tagDiv]
tagDiv Staff

Hi,

Before update please backup the site (database and files) – https://codex.wordpress.org/WordPress_Backups

Please remove the old theme via FTP and install the new one and also the plugins that come with the theme files, you can find them it in the theme package inside the Plugins folder – http://screencast.com/t/lkrma6blYE
After the update run the script included in the Welcome panel – http://screencast.com/t/eZxxuqvsTir
And regenerate the thumbs – https://forum.tagdiv.com/using-the-theme-with-existing-content/

Also check the documentation here – https://forum.tagdiv.com/how-to-update-the-theme-2/

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Thanks @albnaldo!


@carvax
You can disable it from theme panel like @albnaldo suggested or if you want to hide it using custom css – http://screencast.com/t/saVHZi60

.single .td-post-views {
display: none;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I see that solution provided worked – https://forum.tagdiv.com/topic/not-able-to-set-up-anything/

Thanks!

Alin [tagDiv]
tagDiv Staff

Replied via email!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link so we can take a look, also you can check this without any plugins active, leave only Visual Composer active, clear cache and see if you still have this issue with megamenu. If you don’t please activate your plugins one by one and see which one caused this issue.

Thanks!

Viewing 25 posts - 4,551 through 4,575 (of 7,871 total)