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,

The theme doesn’t have such a header style, you can achieve this only with custom modifications to a header template or you can try to use a full logo header style – http://screencast.com/t/syHryQiixTj and full image for logo – http://screencast.com/t/g9pNJ9Y9Z9UU
If you you want this only for pages you can add a background image to the row using Visual Composer settings and create something similar like the travel demo – http://demo.tagdiv.com/newspaper_travel/http://screencast.com/t/msgwHI0oB and customize it – http://screencast.com/t/ueYDvf2ic also you can add an extra class to the row and use custom css.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi Tinobreg,

We ask you to do a clean install of the theme, you have already some notices from a plugin that you use – http://screencast.com/t/LmCd4Xu0
Also do you use this version of the theme on all your sites? This is a very old version and some plugins updates may not work and also could cause issues.
Unfortunately we cannot provide a solution for this(we cannot figure out what cause this) if you have custom modifications and also use plugins that may cause this issue and we did not get any similar reports, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you mean that when you click on a buddypress user it wont link to the user profile? – http://screencast.com/t/HOvuz0sdhttp://screencast.com/t/s9govByv
I have tested this with the latest theme version 6.4 and buddypress(also latest version) and did not found any issues. You can try to disable all plugins except of Visual Composer and Buddypress, clear cache and see if you still have this issue.
Please provide more details if this is not what you mean.

Do you want a menu to the user link from top-bar? The theme doesn’t have such an option and you will need custom modification for it and it is not an easy task. I suggest to hire someone to do this for you as we cannot provide custom work at this time, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Try to connect via ftp and rename the plugins folder, so you will disable them, maybe it is a conflict there – https://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Add also position relative for the image – http://screencast.com/t/tncjkkMV

@media (max-width: 767px) {
.td_mod8 .thumb-wrap img {
width: 100%;
max-height: 100% !important;
max-width: 100% !important;
position: relative !important;
}
.td_mod8 .item-details {
margin-left: 0 !important;
top: 0!important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You have to add your links in Theme Panel > Social Networks – http://screencast.com/t/UZj5G3ITShttp://screencast.com/t/i5sjHr70k2j also please clear cache maybe it is a caching issue.
I have checked your site and you don’t have any links added there, only # – used also on our demo to appear social icons – http://screencast.com/t/NlJDFoGRRmx
If you still have issues with this, pleas also check if your panel settings are saved. Try to change something for category page or enable/disable some setting and see if it works.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Like I said above the Big Grid blocks were not designed to be used like this and you will need custom modifications to adjust this block to be stretched. You can hire a professional developer to do because it is not an easy task and the time doesn’t allow us to provide custom work, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use custom ads to paste your adsense code and disable it on specific devices, use shortcode to display the ad in your post content: use ad box block in a page – http://screencast.com/t/yld7vZnxCR and take the shortcode to use it in the post content – http://screencast.com/t/apmrlllFvRP9 Also in page content you can display it using ad box block.
If you don’t want to use the theme ad system you can try to use a plugin or you can hire a freelancer to customize this for you as unfortunately we cannot provide custom work at this time, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

What theme version do you use? Please note that the above custom css is for version 4 of the theme and may not work.
Do you want to change the border color for active items and when you hover it? – http://screencast.com/t/noFw3p2DBX

.sf-menu > .current-menu-item > a:after, .sf-menu > .current-menu-ancestor > a:after, .sf-menu > .current-category-ancestor > a:after, .sf-menu > li:hover > a:after, .sf-menu > .sfHover > a:after {
background-color: #FF0000 !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@Junior
you have to update also the child theme to the version 6, anyway the old customization(version 4) will not work in the new version. Also you can use Theme Panel > Custom Css so you will not lose css customization.
Newspaper 6 should be regarded as a new theme, the code was rewritten and also the child theme is more complete now(from 6.3 version) – https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. I’m not sure what you mean – http://screencast.com/t/2yMI0sz5GhB You can provide a link so I can take a look.
2. I have checked this on my side and no blue background appears – http://screencast.com/t/bq58rmhs Do you use speed booster plugin? It may cause an issue like this because it moves the css and js at the bottom of the page structure so that the page will load faster, this is why the theme default color appears first then changes, because of the cascading property of css. A solution is to change the color directly into css stylesheet file.
3. Replace your code with this custom css – http://screencast.com/t/qCFe4hxeU4t

.sf-menu .td-normal-menu li:hover > a {
padding-left: 20px;
background-color: none;
border-left: 2px solid #0072bc;
transition: padding .3s ease-in-out;
border-left: 2px solid #0072bc;
}

4. The submenu doesn’t have a fixed width, it count the length of the items – http://screencast.com/t/gMQ6eFVzos A solution will be to add a min-width, but also you need to change the position – http://screencast.com/t/s81lAXTd
The icon has an absolute position you can also adjust it if you want – http://screencast.com/t/Xtfm2KEXj

5. This is the thumb size used by template 3. Like you can see it is used on more templates and also on smart lists. You can add a new thumb size in td_config.phphttp://screencast.com/t/AY145YSX and the use it for template 3 – http://screencast.com/t/eWWuLpdAP Please regenerate your thumbs if you make some changes – https://forum.tagdiv.com/using-the-theme-with-existing-content/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please follow this guide to upgrade to the version 6 of the theme – https://forum.tagdiv.com/how-to-update-the-theme-2/ Make full backup of your current installation – https://codex.wordpress.org/WordPress_Backups and then do a clean update, meaning that we recommend that you delete the old version of the theme before uploading the new one. Then update also the theme plugins: Visual Composer (also optional plugins Social Counter, Speed Booster if you use them). You will have to run the script that will import from database your settings, will change the shortcodes(see docs)…
Please note that Newspaper 6 is practically a new theme, so if you have old custom modifications to the files or custom css will not work, you will have to adjust and re-add them. Unfortunately you have to re-add the widgets to your sidebars(the custom sidebars will be imported – you don’t have to create them again) as they will become inactive or doesn’t exist in version 6.

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes, we know about it, I just asked the developers about it and they will try to find an accurate solution for this, so we need some time. Sorry for inconvenience!

Thanks for the message!

Alin [tagDiv]
tagDiv Staff

Hi,

You should also update the theme’s plugins, you can do this also from panel, just deactivate and delete the plugin(Visual Composer/Social Counter) – http://screencast.com/t/NQoTDtaOp0 and install it from here – http://screencast.com/t/3LIxhAVgEy

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and your have a javascript error that may cause this issue – http://screencast.com/t/uRNcju4bZQ
Please disable all your plugins except of Visual Composer, clear cache and see if you still have this issue. Also disable all js/css minification and CDN.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Seems to be an issue with styles 7 and 8 when the top bar is not used and when a background is used. Please try to enable it – http://screencast.com/t/cqsDUrbQ0w until we fix them. Also you can use header style 4 if you want the logo in the menu.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have an option to change the font for a specific category, you will need custom modifications for this. You can try to use category id and change the font using custom css for example for articles title – http://screencast.com/t/FanjYscbQN63http://screencast.com/t/caVZyfRCue

.category-103 .td-module-title{
font-family: Actor !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The Media Grid is a Visual Composer element and it doesn’t have an option to add custom links you will need custom modifications to the plugin’s files to change this and it is not so easy. For example you can use Image Gallery, this is also a VC element, but it allows custom links for each image – http://screencast.com/t/5A9kNL8tQb3o

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme use Visual Composer shortcodes. You can add a VC element in a page content and change to the Classic view to take the shortcode – http://screencast.com/t/SWHFSzhyC
Also for post content are available these shortcodes – http://screencast.com/t/ODCilRkK2S

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure why you have this issue. Do you have any custom modification?
Please provide your site url so I can check this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure what you mean, please provide an example. If you set a color from panel it should be change for all browsers. Do you have a different color?

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme supports the buddypress plugin and it should work fine without any customization. Did you tried this with a default wp theme and it works different? Please provide more details as I’m not sure what you mean.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You cannot cannot connect to wordpress? Or your settings are not saved?
Please provide more details about this? How did you updated the theme? And did you upgraded from version 4? Do you get any errors?
I’m not sure why you have this issue, are you sure that you don’t use any plugins that may affect this? Check this guide how to update the theme(try to update via FTP) – https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and you use header style 10 and the logo is center – http://screencast.com/t/GGF4XVLJModD
Please provide more details about what you are trying to do. Newspaper 6 is practically a new theme and the old custom css will not work. So please set your header style that you want to use and provide more details what you want to do maybe I can help you with custom css.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked you article but I’m not sure what you mean. You use the post template 8 and your featured image is set like a background image so when you share the article the featured image is shared – http://screencast.com/t/G1pGQYvx
The same image is added to you content – http://screencast.com/t/G1pGQYvx so I don’t know what is the issue.
The theme doesn’t control open graph, we recommend Seo by Yoast for this, we use it also on our demo.

Thanks!

Viewing 25 posts - 2,526 through 2,550 (of 7,871 total)