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

Try to login on the server via ftp, navigate to your-wp-install/wp-content/themes and delete Newspaper folder. After this step is completed you can try to upload Newspaer.zip file in your wordpress or directly upload Newspaper folder via ftp. Please check our documentation for more detail about the update process: https://forum.tagdiv.com/how-to-update-the-theme-2/https://forum.tagdiv.com/install-via-ftp/
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

Unfortunately the theme don’t have such an option, sorry. For the moment the only way to achieve the desired rezult is to set the post template manually for each post. Basically you need to edit all posts from x-category and set for them post template 11.

Thanks!

Andrei L.
tagDiv Member

Hi

Do you want to remove the header ad? If so just delete the code from theme panel > ads header ad.
If this is not what you mean please provide more details about what you’re trying to do and maybe we can help.
Thanks!

Andrei L.
tagDiv Member

Hi

My colleague Alin replied you via email.
Thanks!

Andrei L.
tagDiv Member

Hi

I am not really sure what you’re trying to do so please provide more specific details about the desired result and maybe we can help.
Thanks!

Andrei L.
tagDiv Member

Hi

Please make sure that the image links to media file: http://screencast.com/t/6NKVKm2h clear all caches then test the post again.

Let us know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

The login widget was intent to be displayed only in header and changing its position involve some customizations in theme’s core files. This task requires many changes and also lots of tests in order to be achieved.
We can’t offer customization services at the moment so if you really need 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

Unfortunately there is no easy way to achieve that as the theme does not control og:description tag. You will need some customization in theme’s core files to achieve the desired result.
We can’t offer customization services at the moment so if you really need 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!

Andrei L.
tagDiv Member

HI

If Podcast category have its own posts, which are not assigned to other categories, they will be also displayed on Podcast category page.
This is default functionality of WordPress and the theme does not change it at all.

Thanks!

Andrei L.
tagDiv Member

Hi

From what I can see the logo url is not correct, that image is missing from the server. Try to upload the logo image again in media library the try to set it again as logo, clear all caches then test the site again.

Let us know how it goes,
Thanks!

Andrei L.
tagDiv Member

Hi

Each block is made from one or more modules, you can check where each module is used in theme panel > block settings: http://screencast.com/t/QzDf5x4NaF
Your css is almost correct, you just need to change the a number, instead of module 19 use module 9:

.td_block_10 .td_module_9 .td-module-meta-info{
display:none!important;
}

To move the date above title you need to edit td_module_9.php and move the function which generate the title below meta info: http://screencast.com/t/9OGJHggyqocq

Hope this helps.
Thanks!

Andrei L.
tagDiv Member

Hi

The theme is tested many times and there are no security risks in it. Also envato double check each update and so far we didn’t had similar reports.
Theme’s settings are stored in database and when you view the panel the theme read them from there. Most likely on the site was a lack of security used to access directly the database and inject that code there. You can take a look in access_log file, there you may find more useful informations in this regard.

Thanks!

Andrei L.
tagDiv Member

Hi

Glad you have managed to solve this
Thank for letting us know and for your message!

Andrei L.
tagDiv Member

Hi

To achieve that you need to edit td_module_10.php file and move the function which generate the title below meta info container: http://screencast.com/t/kLaGBkx40http://screencast.com/t/HzBHD4hjQzF

Hope this helps.
Thanks!

Andrei L.
tagDiv Member

Hi

Please make sure that you using a WordPress version above 4.4 and also make sure that you update the theme according with our documentation: https://forum.tagdiv.com/how-to-update-the-theme-2/ clear all caches then test the site again.

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

Andrei L.
tagDiv Member

HI

Try this css in theme panel > custom code > custom css: http://screencast.com/t/qoUqauKBi6

.td-header-menu-wrap .td-container{
width: 100%;
}

Unfortunately we don’t have a detailed documentation for theme fonts section but this is on our todo list and we will try to complete id in shortest time possible.
Basically each section refers to a specific element or at a group of elements. It could be a bit hard at the beginning to identify the role of each option bu you ca try with a simple page, add one or two block on it then make a few changes in theme panel to see how the page change.

Thanks!

Andrei L.
tagDiv Member

Hi

You can also try this code as alternative, it should work fine on both loop and single files:

post_author), 42) . $td_mod_single->get_author();?>

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site again and seems that the plugin use archive template: http://screencast.com/t/fb4GCbImEq You can remove the sidebar from archive pages from theme panel > template settings: http://screencast.com/t/iRFiW7CrES

Hope this helps!
Thanks!

Andrei L.
tagDiv Member

HI

The code is tested and works fine, please check those screens where I’ve made a test for tech category: http://screencast.com/t/CYw2bpFihttp://screencast.com/t/6wVmiuJBcL2h Make sure you add the proper slug for yopur category or you can also add category id as parameter from in_category() function: http://screencast.com/t/Poej5Glv

Hope this helps.
Thanks!

Andrei L.
tagDiv Member

HI

Newsmag theme don’t have big grid 9 in its features, only Newspaper theme does. Below is the css which produce the zoom effect, you can test it for module 1. However you will need some customizations, also some css codeing skills are required, to make it work on all blocks and modules. We can’t offer customization services at the moment so if you still need guidance on this or 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.

.td_module_1:hover .td-module-thumb .entry-thumb {
transform: scale3d(1.1,1.1,1);
-webkit-transform: scale3d(1.1,1.1,1);
-moz-transform: scale3d(1.1,1.1,1) rotate(.02deg);
-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}

Thanks!

Andrei L.
tagDiv Member

Hi

Each post template is built from two files: single-template-x.php and loop-single-x.php. Depending by post template each file have its own role, but as an overall view the single files are the main, they start the single pages and they also end the page, I mean the html for posts. Loop files in most cases prepare the article’s content, the one added in wordpress editor.

Hope this helps!
Thanks!

Andrei L.
tagDiv Member

Hi

Try this code: http://screencast.com/t/RdUIsVB6PZ

.td-main-page-wrap {
padding-top: 0;
}

Thanks!

Andrei L.
tagDiv Member

Hi

I still can’t duplicate the issue on my end.
However on a closer look over the site I’ve noticed that you’re using W3 total cache plugin. We didn’t tested this plugin and we can’t recommend it to be used so you can also try to delete all caches a fer times, just to make sure that are fully emptied then try to deactivate this plugin and check how it goes.
As a ache plugin we recommend WP Super Cache with this configuration: https://forum.tagdiv.com/cache-plugin-install-and-configure/

Thanks!

Andrei L.
tagDiv Member

HI

Indeed the option indicated was for a single image and unfortunately is not available for galleries. Even if you remove the modal window from galleries the image won’t link link to attachment page becasue there is no implementation in this regard. There is necessary a new approach for gallery to achieve the desired result but for the moment I can’t provide a solution as this task involve lots of customizatiosn in theme’s files, basically the gallery’s code must be rewritten.
If you really need this my advice is to look for someone who can help you or hire a developer to do it for you as we can’t provide customization services.

Thanks for your understanding!

Andrei L.
tagDiv Member

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/8KuL5eWY

.td_block_popular_categories .td-cat-no{
display: none;
}

Thanks!

Viewing 25 posts - 626 through 650 (of 6,511 total)