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

All resources required for the page should be loaded at first load. That effect appear on your site because of the custom css from theme panel. When the page is loaded the theme serve the style from style.css and the css from theme panel is loaded after. That’s why appear that delay between on the page. You can avoid that delay by adding the css from theme panel directly in style.css file.

Thanks!

Andrei L.
tagDiv Member

Hi

To achieve that are required some modifications in theme core files.
First replace the code from td_module.php file with this one: http://pastebin.com/fzBVWPEP http://screencast.com/t/SzuHh7Oi After this you need to edit the files corresponding with the module used for each post displayed in big grid. For example big grid 1 it’s build from module mx5 and module mx6 so the file that must be edited are: td_module_mx5.phptd_module_mx6.php You only need to add the true value in this function: http://screencast.com/t/sMThJssaghttp://screencast.com/t/fQ4v7PYqBZN9

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

The editor was designed to have the same width with the post content on front-end. If your’re using sidebar the post content have 640px, so the editor have the same width. If you’re not using sidebar the post content have 980px and also the editor change width’s changes at this value. Basically the editor simulate the front end layout. You can make the editor full width by removing this code from editor-style.less file: http://screencast.com/t/Vef9ReyLvsC2http://screencast.com/t/Ko7LseFc2fw6

Hope this help.
Thanks!

Andrei L.
tagDiv Member

HI

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

.td-header-row {
width: 1021px;
margin-left: auto;
margin-right: auto;
}
.td-header-container {
width: 100%;
-webkit-box-shadow: -4px 5px 15px -6px rgba(0,0,0,0.75);
-moz-box-shadow: -4px 5px 15px -6px rgba(0,0,0,0.75);
box-shadow: -4px 5px 15px -6px rgba(0,0,0,0.75);
}

Let me know how it goes.
Thanks

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

By default the theme does not display the comment section on pages where page-builder+title it’s used. To achieve that replace the code from page-pagebuilder-title.php with this one: http://pastebin.com/nWeJ9JbGhttp://screencast.com/t/jnjgDuIr6

Thanks!

Andrei L.
tagDiv Member

Hi @PaTrocK

Please provide more specific details about waht you’re trying to do so I can inspect this and get back to you with a more accurate answer.

Thanks!

Andrei L.
tagDiv Member

Hi

As the sidebar to be sticky on the content displayed with Visual Composer page-builder it’s required the vc_row container because the style oftd-ss-row class it’s applied on that container: http://screencast.com/t/uVO8q7Bis When shim plugin it’s used td-ss-row class does not appear in page source and the td-ss-row class won’t apply it’s effect.
The default sidebar it’s applied for the latest article part which does not require Visual Composer and the style for it it’s made different. When the option from theme panel is enabled a new style it’s added for the sidebar’s column. That style it’s added by theme’s js only if this option from theme panel it’s enabled: http://screencast.com/t/E4IWB6nZglXH
The smart sidebar was not tested to work with shim plugin. In order to have it working are required some customizations in plugin’s files. This is a complex task and unfortunately i can”t provide a solution now. At the moment if you want to use the smart sidebar the only way is to have Visual Composer active.

Thanks!

Andrei L.
tagDiv Member

Hi

To exclude a specific category from a block you have to use the category id not category name, here is an example: http://screencast.com/t/zPqCw3Sx To get the category id follow this link: http://screencast.com/t/hjxlo3EctF3r
Wen you’re using Visual Composer page-builder the sidebar set in page options will be displayed only on latest article part when page-builder + latest it’s used as a page template: http://screencast.com/t/btNJGCesn
For the part built with Visual Composer you can use a widgetized sidebar block: http://screencast.com/t/xF3RgsR4DASg

For more details about homepage setup and Visual Composer usage please check these links: https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/

Thanks!

Andrei L.
tagDiv Member

Hi

To achieve that add the unique class for each post in your css. The class will look like this: .page-id-123 for pages and .postid-123 for posts. Just replace the 123 number with the post/page numeric id. To get the id follow this link: http://screencast.com/t/WFRpjR0LS
Your css should look like this:

.page-id-123 .td-container{
background-color: red;
}

Thanks!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

Unfortunately the theme does not look at the author name when a search it’s made. The theme consider only the post title and post content when returns the results of a search.
We consider changing this implementation in future updates but I can’t say at the moment how much how much will take until we can find a solution because we have a long implementation list and we take them one by one.

Sorry for inconveniences.
Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and noticed that you’re using an older version of the theme. Try to update the theme at the current version available on themeforest, V 2.3.5: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ clear all caches and test again.

Let me know ho it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

The theme does not have an option to display first the post with featured image and only at the end the ones without the featured image. To achieve that is required a new filter in theme options and also must be modified the query which display the posts.
This is a very complex task which require many customizations in order to be achieved. Unfortunately the time does not allow us to offer custom services at the moment so 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.

Thanks!

Andrei L.
tagDiv Member

Hi,

The theme doesn’t have an option to set a different page for mobiles, sorry. We plan to improve the mobile theme in a future update but for now I cannot say when this will be implemented. Until then you could try one of the solutions presented here – http://screencast.com/t/yQZEYNsJd6Lhttp://stackoverflow.com/questions/16165211/how-to-set-a-different-static-homepage-for-mobile-version-wordpress

Thank you!

Andrei L.
tagDiv Member

Hi

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

.td-grid-style-2 .td-module-thumb a:last-child:before{
background:none;
}

Let me know how it goes.
Tanks!

Andrei L.
tagDiv Member

Hi

The category page display only posts from the post type named post To add others post types on category page you have to modify the query made for this page. For more details about how to add custom post types and taxonomies to query check these links: https://codex.wordpress.org/Class_Reference/WP_Queryhttp://www.codeinwp.com/blog/getting-posts-wp_query-class/
Please consider that this is a complex task which require many customizations and good coding skills. 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 as we can’t offer customization services at the moment.

Thanks!

Andrei L.
tagDiv Member

Hi

At the moment the theme does not display ads in smart-list post content. We will include this option in next theme update. Meanwhile to have the article bottom ad displayed in smart-list 2 you can edit the td_smart_list_2.php and add this line of code here: http://screencast.com/t/1baqQWuAvyD

$buffy .= td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'content_bottom'));

Thanks!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

I’ve checked a post from your site and the font-size for post content, for p elements, is by 13px as it’s indicated in your screen: http://screencast.com/t/4Xq0e60T
If you still have this issue try to clear all caches and test again.

Thanks!

Andrei L.
tagDiv Member

Hi

Unfortunately the theme does not have an option to add an email share button on posts. However you can achieve that using a plugin with a similar functionality. I can’t make any recommendation in this regard as we didn’t tested any plugin like this but i fond here some informations which may hep: https://jetpack.com/support/sharing/https://premium.wpmudev.org/blog/responsive-social-sharing-plugins/

Thanks!

Andrei L.
tagDiv Member

Hi

I assume that you want to display ads in sidebar on homepage. If you’re using the Visual Composer pagebuilder to build your page then you can use a widgetized sidebar block to display the sidebar on page: http://screencast.com/t/zoEqR16j9tchttp://screencast.com/t/rGVDKJZgcc
If you’re nut using Visual Composer on page then the sidebar can be set from page options: http://screencast.com/t/4xpRcyHbfA

For more details about how to use Visual Composer and homepage setup please check these links: https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/ https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/

Let us know how it goes and if you need further assistance please provide your site url and more details about your issue and we will get back to you in shortest time.

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your pages and noticed that you’re not using Visual Composer on them. Both pages are built within Visual Composer page-builder and the comments system works fine: http://screencast.com/t/vAwsQ1rOVwhttp://screencast.com/t/GyjuzDAJ
When you want to display comments on pages make sure that this option from page editor it’s enabled: http://screencast.com/t/p9KLm1Cvd0 as by default for pages the options is disabled.

Thanks!

Andrei L.
tagDiv Member

Hi

Please address us via email at contact@tagdiv.com including a link to this conversation and more specific details about your issue, also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.

Thanks!

Andrei L.
tagDiv Member

Hi

Unfortunately the theme does not control this behavior of g+. It sometimes grabs a wrong image for the shared post, or sometimes can pick the wrong title as happens in your case. Unfortunately there is no definitive solution to this problem. Using a meta tags plugin could change this behavior as the theme cannot control googles’s sharrer.

Thanks!

Andrei L.
tagDiv Member

Hi

The theme uses thumbs to keep the page size as low as possible. For each uploaded image are automatically created thumbs which are used when the image it’s displayed on a page. For more details about how can you reduce the space on the disk please check this thread: https://forum.tagdiv.com/topic/how-to-manage-growing-image-library-and-file-size-on-disk/

Thanks!

Andrei L.
tagDiv Member

Hi

The visual mode for editing posts should be available in WordPress’s editor here: http://screencast.com/t/fNkfT3NN I am not sure why is missing on your site but you can try to deactivate all plugins ten test the editor again.

Let us know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

You can use Font Awesome 4 Menus plugin to add a icon in main menu. For more details about how this ca be achieved please check our documentation: https://forum.tagdiv.com/newsmag-how-to-add-icons-in-menu/

Thanks

Viewing 25 posts - 3,526 through 3,550 (of 6,511 total)