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,

If you want to this banner to appear on all pages(post, categories…) you can use do_shortcode function and display it bellow the main menu.
*change to Classic mode and take the shortcode – http://screencast.com/t/yHgk8eeDqtTf
*edit the header file and use use do_shortcode to display your banner depending what header style you use – http://screencast.com/t/YeUw15OUHgVg

echo do_shortcode('your shortcode');

Result: http://screencast.com/t/M49oSLRDGt

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you use the latest theme version 4.6.3 it has the new YouTube API support. If you need to update please use FTP method – https://forum.tagdiv.com/how-to-update-the-theme/ and update also the plugins that come with the theme’s files from the /plugins folder.
You also can check this without any plugins active, leave just Visual Composer active and clear cache and see if it works.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try to add margin bottom there. You can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/RpKuRz7Dzwt

.block-mega-child-cats {
margin-bottom: 20px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

It seems that this file is missing – http://screencast.com/t/4dwkxlPHmP please check if you have this file and upload it from the theme’s files if you don’t have it there.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Your image width must be at least 745x483 as you can see on our demo – http://screencast.com/t/Ohpp7LDCNPwx to fill the whole container. If your featured image is smaller, please note that WordPress doesn’t enlarge images and you will need to use plugin like Thumbnail Upscale to enlarge thumbnails: https://wordpress.org/plugins/thumbnail-upscale/ For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate.

Or you can enlarge it via custom css in Theme Panel > Custom Css: http://screencast.com/t/JfylXNZ08G

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

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@andreaspom

Please use http://pastebin.com/ paste an embed code that you are using, so we can also check it.

Thanks!

Alin [tagDiv]
tagDiv Staff
forum - reply

Hi,

In Newsmag theme appears this message for users that are not logged in(bbpres forum), so when the user clicks on Log in/Register it will open the modal to login/register – http://screencast.com/t/0pno27eN9 I think that you want something like that. This option will be added in version 5 of Newspaper, we hope to release it in approximately in 2 weeks. For the moment users can sign in or register using the widget from top menu like I said above.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can add some margin right to the author using custom css – http://screencast.com/t/TCc3qgoqkW

.meta-info .td-block-author {
margin-right: 2px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please add it in Theme Panel > Custom Css: http://screencast.com/t/6xRZzwgo8px9 and try to use !important if this is not applied:

.home .td-page-wrap .td-grid-wrap {
padding-top: 0px !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

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. We will answer as soon as possible!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately you cannot target iframes without a specific class or container as you can see your iframe is added in a paragraph – http://screencast.com/t/5STAMeORY
A solution will be to target all iframes from a full width post(no sidebar) and add a fixed width using media queries so it will be applied only for tablet and desktop(so on mobile it will be used percentage width like on images) – http://screencast.com/t/CLff4CT2xhttp://screencast.com/t/oMJaPBgRxd

@media (min-width: 768px) {
.single .td-pb-span12.td-main-content .td-post-content iframe {
width: 650px;
display: table;
margin: 0 auto;
}
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have an option to change to font for smartlist content(description), but you can use custom css to change it: http://screencast.com/t/JgrG1FqT

.td_smart_list_2 .td-sml2-description p{
font-size: 16px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You are right it seems that the menu icon and search are still not visible on mobiles. Please check your custom css as this code overwrite the icons css – http://screencast.com/t/CkbT9zn1http://screencast.com/t/DdOpK2P0iaC
We recommended W3TC in the past but now we also made some tests and WP Super Cache seems faster and we will recommend it also in our documentation for Newspaper 5.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check this only with Visual Composer active, disable all other plugins and clear cache. Also do you use the latest theme version(1.7.1) and Visual Composer provided with the theme(4.4.4)? Please install the theme using FTP method – https://forum.tagdiv.com/how-to-update-theme/ Let us know!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to set min height to 38pxhttp://screencast.com/t/xUXyyQvp

.td-header-menu-wrap {
min-height: 38px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

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

.rev_slider_wrapper {
z-index: 0 !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Envato specifies that each theme can be used for one product (site): http://themeforest.net/licenses/standard but you can use on multiple test sites. If you want to use it on multiple sites/domains you’d have to buy a license for each project.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have an option for this, but you can try to find and use a plugin for this. I cannot make any recommendation as we did not tested any plugin like that with theme, but feel free to try.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you want to replace the content of more articles with your code please check this topic as reference – https://forum.tagdiv.com/topic/change-more-articles-box/ If you don’t have basic php/css/html experience we advise you to get a freelancer from site’s like: http://studio.envato.com/ to help you do it as we unfortunately cannot offer any type of custom work at this time.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I cannot access your site – http://screencast.com/t/H7M1u8lq
Also please provide more details about what you are trying to do, an example will help(maybe there is on our demo something like you want to build?).

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can edit the content image and set it to full width – http://screencast.com/t/lOuZG4HgY

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link to take a look.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can find that file in wp-content > themes > newsmag – http://screencast.com/t/qq6RpwWj This file cannot be edited from wordpress editor if this is what you mean – http://screencast.com/t/tBTs8gFg5D

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please send an email at contact@tagdiv.com also paste a link to this topic so we can know who you are.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure why you have this issue, please try also disable all plugins leave just Visual Composer active, clear cache and check again as you have these errors in the console – http://screencast.com/t/DHpEJ69XBS

Thanks!

Viewing 25 posts - 4,901 through 4,925 (of 7,871 total)