Home User profile
tagDiv Member
I love to drive fast cars and to play Need for Speed! I enjoy to help customers tweak their websites for high performance! I’m a proud member of the tagDiv support team!
Andrei L.
tagDiv Member

HI

Those files are not available in wordpress editor, you will need to edit the required file on your computer then upload it on the server via ftp in your-wp-install-wp-content/themes/Newsmag/parts/header
Before making any changes in your site make sure you do a full backup to your current wp-install and the database also: https://codex.wordpress.org/WordPress_Backups

Thanks!

Andrei L.
tagDiv Member

Hi

As I’ve mentioned in my previous reply this task involve some serious customization and we can’t provide a solution for the moment. We can provide support for everything related with current theme’s features but changing theme’s layout it’s a task which falls beyond the support can offer you.
You ca look for a developer from sites like https://studio.envato.com/ to help you in this matter if you can’t completed that task by yourself.

Thanks for your understanding!

Andrei L.
tagDiv Member

HI

You need to set the theme to count excerpts by letters in theme panel > excerpts: http://screencast.com/t/xTwxrANhJhh
Hope this helps!
Thanks!

Andrei L.
tagDiv Member

HI

You can use header style 8 which display the ad below the menu: http://screencast.com/t/jzHTTwvT Also you can use do_shortcode() function in header file to echo out a custom ad-spot, for more details please check this link: https://forum.tagdiv.com/topic/need-ads-header-above/

Thanks!

Andrei L.
tagDiv Member

HI

We made some changes and indeed the layout works different now. You can try this css but I can’t guarantee that it will work fine under any circumstances: http://screencast.com/t/lJ09xZ68ws

@media(min-width: 1025px){
.vc_row[data-vc-full-width]{
width: 1164px!important;
padding-left: 0px!important;
padding-right: 0px!important;
left: 0px!important;
margin-left: -48px;
}
}

Thanks!

Andrei L.
tagDiv Member

HI

Those divs are intent only for banner ads which don’t have additional css on them. We didn’t tested WP AD System Pro plugin with the theme and we can’t guarantee that it will work properly. Try to add only plugin’s shortcode in theme’s ad’spots and check ho it goes.

Thanks!

Andrei L.
tagDiv Member

Hi

That column was hidden becasue there was a custom class added on it. That class had a display: none property, if the property is removed the column is properly displayed: http://screencast.com/t/pr3DiOl4l5e5

.vc_non_responsive .vc_row .vc_hidden-sm{
display: block!important;
}

Thanks!

Andrei L.
tagDiv Member

Hi

Yes it is possible, you can ask a refund at envato and we will agree with it when we get the request, then you can go ahead an buy Newspaper theme. To complete the refund request follow this link: http://themeforest.net/refund_requests/new

Thanks!

Andrei L.
tagDiv Member

Hi

Try this css in theme panel > custom code > custom css, it will hide right side from the homepage on mobile: http://screencast.com/t/HoxZJHfYn

@media(max-width: 768px){.home .td-container .td-pb-span4{
display: none;
}
}

Thanks!

Andrei L.
tagDiv Member

HI

Have you used all the time td_data_source.php file in child theme? Did your custom code worked fine before with this file in child theme?
Since V3 we made some major changes in block’s structure and all atts are now defined in td_block.php file. Maybe new implementation conflict with your code and it may be required an adjustment.
Unfortunately I can’t debug the code provided as this involve custom work and we can’t provide such services at the moment. If you still can’t manage to solve this issue my advice is to look for someone who can help you with implementation or hire a developer to update the code for you.

Thanks!

Andrei L.
tagDiv Member

HI

Try to add this line of code in comments.php file like here: http://screencast.com/t/9Vxn99PxlhfI

$defaults['must_log_in'] = '<p class="must-log-in td-login-comment"><a href="your-custom-url">' . __td('Log in to leave a comment', TD_THEME_NAME) . ' </a></p>';

Just add the desired url ten test the site again, it should work fine.
Thanks!

Andrei L.
tagDiv Member

Hi

Try this css:

.td_block_4 .td-module-thumb {
pointer-events:none!important;
}

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve replied you via email.
Thanks!

Andrei L.
tagDiv Member

Hi

Thanks for your suggestion. I’ve added them on or todo list and developers will consider them for future updates.

With regard at the second suggestion, you can target a specific post in theme panel > custom code > custom css by using postid-abc class. Each post have a unique class which contains its id, for example postid-11
A css which will target the post with id 11 will look like this:

.postid-11 .td-container{
background-color: red;
}

Thanks!

Andrei L.
tagDiv Member

Hi

Please provide your site url so I can have a closer look and get back to you with a more accurate answer.
Thanks!

Andrei L.
tagDiv Member

Hi

The indicated site uses Newspaper theme which have block 18 available in its features. Newsmag theme don’t have this block included in its patch at the moment, that’s why is not available in Visual Composer.

Thanks!

Andrei L.
tagDiv Member

Hi

The method provided by Lucian worked fine at that time and it also should work now as the code wasn’t changed. I can’t say for sure why the code is not working on your side as the AMP plugin was not tested to work with Newsmag theme and it may be required an additional code.
If you still can’t mange to solve this and you really want to use this plugin my advice is to look for someone who can help you with you with plugin implementation as we can’t offer customization services at the moment.

Thanks for you understanding!

Andrei L.
tagDiv Member

Hi

I am not sure why this happens but it could be a conflict between wordpress and some plugin. Try to deactivate all plugin except Visual Composer, clear all caches then test the site again.

Let us know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

You don’t need to use stretch row option, just set a background color for the row and the result will be like here: http://screencast.com/t/z00pVlOMDe Stretch row must be used only id you want to add a background color on a full width row: http://screencast.com/t/nG8MpfAzfIAn

Hope this helps!
Thanks!

Andrei L.
tagDiv Member

Hi

WP Super cache is not fully compatible with WordPress 4.6 and that’s why this problem occur. We hope that plugin’s developer will fix this issue in shortest time.
We have reported this issue to on ghithub and we are waiting for an update from them. Until that, you can try this temporary fix, it should work fine -> https://github.com/Automattic/wp-super-cache/issues/132

Unfortunate we can’t make other recommendation for cache as WP Super Cache is the only tested plugin at the moment.
Thanks!

Andrei L.
tagDiv Member

Hi

You can create a image by 1920x100px for example and set it as logo then use header style 10 which display a full width logo, the result should be like here: http://screencast.com/t/c1UbqDoLoBCs
Hope this helps!
Thanks!

Andrei L.
tagDiv Member

HI

I’ve checked your site and the ad is properly displayed on header: http://screencast.com/t/2yx1ht5oPC and also above footer: http://screencast.com/t/NGcUViMv If you still have this issue try to clear browser’s cache memory then test the site again, also make sure that you don’t have any ad-block extension enabled on the browser.

Thanks!

Andrei L.
tagDiv Member

Hi

Header’s layout relay on a fixed width generated by js which can’t be overwritten with css, sorry. To change the header’s height you will need a different approach for all elements displayed there, logo, menu, search box.
This task involve some customizations and also many tests in order to be achieved. We can’t offer customization services at the moment so if you really this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.

Thanks for your understanding!

Andrei L.
tagDiv Member

Hi

I am not really sure what you mean bu I assume that you have a delay in applying the changes made in theme panel.
This issues are usually caused by cache so after you make any changes try to clear all caches then test the site again.
Let us know how it goes and if this is not what you mean please provide more specific details abut your issue also provide your site url.

Thanks!

Andrei L.
tagDiv Member

HI

Please take some time and carefully go trough theme’s documentation which can be found here: https://forum.tagdiv.com/newspaper-theme-documentation/ There we explained in great details all theme’s features, how to built the homepage, how to use Visual Composer page-builder and many other useful informations.
I’ve noticed that you imported say what demo without content which means that demo’s style will be applied over site’s content.
To build a homepage exactly like the one from our say what demo you can simple use this shortcode in Visual Composer: http://screencast.com/t/ZwyXCXe6http://pastebin.com/9CACVfzE also use page-builder+latest as page template.

Let us know if you need further assistance on this.
Thanks!

Viewing 25 posts - 751 through 775 (of 6,511 total)