Search Results for 'faster'

    No search results were found in Documentation!

Results from the Forum
Bogdan B.
tagDiv Staff

Hi,

1) A module is the base element in our theme. Every block is simply a container of 1 or more modules. In this section of the theme paenl you can see exactly what module is used on what block: http://screencast.com/t/uHbbrmqWCXr
If you want to be more specific about it, you can find out faster by using the browser inspector. For example on a block 1, the small thumbnails: http://screencast.com/t/bkbqegiM2. The small module is a module 6. It’s module 6 you have to edit. The screenshot had module 5 highlighted (my bad) but it is module 6 being edited if you look here: http://screencast.com/t/MWULaIJuoTW. Sorry for the confusion.

2) The black header color shows up when your site gets a bit heavier on the loading speed. Css works in cascades and if you use for example css optomization tools that move the css render block to the footer, then you will be able to see each stept of the css re-write on the first load. The solution for this will be to change the css directly in style.css so there will not be any re-writes done to the file. This is the default css behavior and happens on every theme. An easy way to do it without too much searching is to simply access the page source and copy all of the rendered css directly in style./css at the bottom of the file: http://screencast.com/t/Oym8Cldak (it’s a big list. Copy everything between the ‘style’ tags)

3) The font is not bold in the left big thumb, but rather the font increased. If I increase the font for the small thumbs as well, it will also look bold. You can target them with css like so:
.td_module_6 .entry-title{
font-weight: 600!important;
}

4) Well the widgets are not the same height so you will need a bit of css customization to adjust the different margins to the containers to match the center widget. But adding more content to these sections will cause them to position differently again.
For the current layout you can use this code to make them align :
.widget_display_topics{
margin-bottom: -22px!important;
}
.widget_display_forums{
margin-bottom: -36px!important;
}

However I cannot guarantee this solution can be a viable one if the content of these widgets changes. All widgets are dynamic so longer titles will make them ‘fall’ below again

5) You can align the instagram text by adding this css code:
@media(max-width: 767px){
.td-footer-instagram-container .td-footer-instagram-title .td-footer-instagram-user-link{
display:initial!important;
}}

6)You can make the search text bigger by using this code:
.td-search-wrap-mob .td-search-input span{
font-size: 30px!important;
}

7) If you want to redirect the login to the bbpress login ,you can use simple 301 redirects and simply redirect the default login to the bbpress forums, but i;m not sure exactly how the login will work then. So maybe you will want a redirect after the login is made. So a user logs in ad is imediatly redirected to the forums maybe, Thait is doen with plugins as our theme dopes not have any such options.

8) That is because there were a few css changes and the code you had in your custom css needed to be more specific. Such things happen afet an update as css gets changed all the time. That is why the custom css code you apply needs to be very specific or some other more specific code we may add in a new update could overwrite it.

9)The big grid can be set as a full box if you remove the 2 pixels margin like so :
@media (max-width: 767px){
.td_block_big_grid_12 .td-big-grid-wrapper .td-big-grid-post:last-child .td-module-thumb {
margin-left: 0px!important;
}}

10) I’m not sure the code you entered is valid or not, you will have to get a proper ad code from the ad provider and then wrap it into these div elements like this topic suggests: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/

Thank you!

Andrei L.
tagDiv Member

HI

We’re sorry for all inconveniences encountered while using our theme.

If you’re using a cache plugin the post view counter may have some penalties so please make sure that you have ajax post view counter enabled in theme panel > post settings: http://screencast.com/t/8uaNGd6U clear all caches then test the site again.
The theme is tested and google ads are displayed fine. I am not sure why ads are not displayed on your site so please provide an url where we can inspect this.
The theme does not control leverage browser caching because its setup is made in .htaccess file which is in WordPress root folder and the theme does not affect or change this file. Please take a look on the example provided in our documentation: https://forum.tagdiv.com/how-to-make-the-site-faster/ and also check these links for more detail about a proper setup for leverage browser cache: https://gtmetrix.com/leverage-browser-caching.htmlhttps://developers.google.com/speed/docs/insights/LeverageBrowserCaching

If you still need assistance on this please provide more specific details about your issues and also provide your site url and we will get back to you in shortest time possible.

Thanks!

Bogdan B.
tagDiv Staff
amanshams786
tagDiv Member

i am also getting same score, please guide me to optimize it well for faster loading page.
my website is whitedust.net

denixoid
tagDiv Member

Hi Emil,

obviously, the problem is not in your theme, but the thing is that usually, people who use your theme have a big number of posts which leads to this problem. Would be helpful if you could take into consideration this topic: https://wordpress.org/support/topic/slow-queries-sql_calc_found_rows-bringing-down-site also some useful info here: https://wpartisan.me/tutorials/wordpress-database-queries-speed-sql_calc_found_rows which means that you’ll only need to put one function in your functions.php file. The only problem with this solution is that it removes pagination from the theme which you could probably solve a lot faster than we – enthusiasts of optimisation 🙂

ahmedyakub
Participant
#0

Hi i have done all the steps as shown in
https://forum.tagdiv.com/how-to-make-the-site-faster/

but unable to gain page speed its showing 83 for desktop and 66 for mobile can you please help me out.

Bogdan B.
tagDiv Staff

Hi,
Well you have a bit of work to do as your site is not optimized: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.wrestleview.com%2F&tab=desktop
Please follow this guide to improve your speeds: https://forum.tagdiv.com/how-to-make-the-site-faster/
As a note on the speedbooster plugin: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately there is no way of changing the menu. There is no alternative menu. What you can do however is improve your site speed by following this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/
Also the scrolling problem could be a plugin conflict so please disable all plugins except visual composer, clear cache and reset cdn files.
Let us know how it goes. and provide a link to your site if you still have trouble with it so we can inspect the problem.
Thank you!

simchris
tagDiv Member

Note that Chrome browser “caches” web pages on their CDN to load faster for web users, and depending on the time to live on your cache on your website you need to clear history in Chrome to see most updated page, especially if using mobile version on iPad, Windows desktop, etc. You can also use the developer mode in Chrome to force reload page.

Some CDN settings can be set too long for indexes which are updated daily/hourly, vs posts/pages updated weekly. This is unrelated to theme and impacts all sites regardless of theme or technology. Tricky!

Kingbreak
tagDiv Member

Thank you! 🙂

But i have another, more important, question for you. When i visite my website on my mobile phone, he is showing the desktop version most of the time. This version is very slow on mobile devices. I tried the Android webbrowser, Google Chrome app and the Firefox app. All the same… Theme 1

Very rarely the mobile device is showing the right theme: the mobile theme. This mobile theme is much faster and i want it to be showed every time a user visit my website on his mobile phone. Theme 2

So the problem is: mobile devices are showing the desktop-version of my website, not the mobile version. How can i fix this problem?

Kingbreak
Participant
#0

Hi,

I read your manual about websitespeed: https://forum.tagdiv.com/how-to-make-the-site-faster/
And i thought i could get more speed if i fix the blocking javascript and css styles above the fold.
But i tried the steps in your manual, but there is nothing changing. The js and css styles are still slowing down my website.

Could you please help me? My website is very very slow!
https://developers.google.com/speed/pagespeed/insights/

My website is: Kingbreak.nl

Bogdan B.
tagDiv Staff

Hi,

Thank you for sharing this information. Our theme does have a lot of features that can become ‘hevy’ on the page speed so this kind of optimization is useful in trimming things down. Our theme does not have any option to disable features of the theme though. We do have a speed guide you can use to increase page speed https://forum.tagdiv.com/how-to-make-the-site-faster/ but the plugins you mentioned are not tested and I cannot say for sure if they will be a viable solution for all users. WP rocket is known to cause issues with our theme especially with the slider blocks (slide and big grid slide) WP rocket has lots of settings so if you do not know what you are doing, it could break the theme.

Thanks.

Bogdan B.
tagDiv Staff

Hi,
It depends on how you compressed the images. We recommend compressing them like this guide shows: https://forum.tagdiv.com/how-to-make-the-site-faster/ (step 3)
Thank you!

Catalin
tagDiv Staff

Hello sniperetn,

I have checked your website and I saw that your images are right cropped by the thumbs and seem to work as properly with the right quality of your images. Your site loading it is a bit slow and this could depend on a lot of factors which involve speed optimization and which is not covered by our support. First of all, please check the requirements of your dedicated server to be according to our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/
Please notice that this request involves speed optimization and this type of services are not covered by our support. The page speed depends on more factors and also, it depends very much on how you manage your website. In order to achieve best results with your speed pages, you will you will have to spend quite a bit of time learning that first to do so. we have made a tutorial which explains the general steps which should have followed in order to achieve a good performance in this regard. Please try to check our documentation here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ Please notice this tutorial is addressed only for ADVANCED USERS and if you are newbie with this and if you are not aware of the steps which you needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry! Our support policy you can find here -> https://forum.tagdiv.com/support-policy-2/

Thanks for your understanding!

Catalin
tagDiv Staff

Hello benj0612,

I have checked your website and I saw that you are using the new Mobile theme feature. As you can see, these elements (Facebook classic and Twitter) are hidden for this mobile theme from the code. This feature has been designed to be very simplistic one and also, very faster and that’s why some kind of elements have been hidden. If you are unhappy with mobile theme, you can simply turn off the mobile plugin and the theme will be switched to the default responsiveness version, by default. If you want to add these buttons on mobile theme version, you can do it only if you edit the core file when these are created, like this -> http://screencast.com/t/naLG0dO95Y3 Please notice that is not a simple task and require custom work. So, if you want to display more levels in this regard and you are not aware of the steps which you are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
For more information about mobile theme, please consult our documentation here -> https://forum.tagdiv.com/the-mobile-theme/

Thanks for your understanding!

Catalin
tagDiv Staff

Hello nirmal___,

Please notice that this request involves speed optimization and this type of services are not covered by our support. The page speed depends on more factors and also, it depends very much on how you manage your website. In order to achieve best results with your speed pages, you will you will have to spend quite a bit of time learning that first to do so. we have made a tutorial which explains the general steps which should have followed in order to achieve a good performance in this regard. Please try to check our documentation here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ Please notice this tutorial is addressed only for ADVANCED USERS and if you are newbie with this and if you are not aware of the steps which you needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry! Our support policy you can find here -> https://forum.tagdiv.com/support-policy-2/

Thanks for your understanding!

Andrei L.
tagDiv Member

Hi

The theme is written according with WordPress standards and it’s optimized for best performances. However there are many factors which can influence site’s load time. In terms of page-speed we made a guide which covers most important aspects google notifies you about, you can find it here: https://forum.tagdiv.com/how-to-make-the-site-faster/

I’ve checked your site with google page-speed and from its reports i’ve noticed that there are a few images which slow the load time. Try to optimize the images following google’s docs: https://developers.google.com/speed/docs/insights/OptimizeImages Also you can use leverage browser cache to reduce the size of the css/js resources served by the server: https://gtmetrix.com/leverage-browser-caching.html
To move render-blocking resources in page’s footer you can use Speed Booster plugin. We covered in our documentation at point 5 how this plugin can be used.

Other useful information about page speed can be found in these topics: https://forum.tagdiv.com/topic/help-moving-style-css-and-fonts-googleapis-com-to-footer/https://forum.tagdiv.com/topic/speed-booster-questions/https://forum.tagdiv.com/topic/mobile-view-problem-3/

Hope this helps.
Thanks!

Catalin
tagDiv Staff

Hello planetvic,

This type of plugin is not tested with our theme and we have no idea about the theme behaviour with this type of plugin and also, we cannot say for sure if the theme will work as properly with this plugin, sorry! Also, please notice that we cannot provide support for untested plugins.
The speed booster is an optional plugin and it is tested only with these plugins – http://screencast.com/t/hcjLnOqh4i2 and if you use other plugins it will be automatically disabled. A lot of people install the plugin without knowing what it does and after that they add many plugins and some of them are not written fine so the developer took this decision. If you want to always enable speed booster, delete this code from speed booster file: http://screencast.com/t/RZLIOPUNdqh
Also, please notice that our speed booster was been tested with entire theme and work as expected. Please check other untested plugins because these can interact with the theme and can cause a lot of unknown issues.
For more information about speed optimisation, please check our documentation here -> https://forum.tagdiv.com/how-to-make-the-site-faster/

Thanks for your understanding!

Catalin
tagDiv Staff

Hello josflachs,

First of all, please try to check our requirements for dedicated servers, like this -> https://forum.tagdiv.com/requirements-for-newspaper/ and also, if you want to increase your page speed, you will have to spend a bit of time to learning how this could be done according to our documentation here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ So, please notice that is not a simple task and all of these are addressed to advanced users. If you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide speed optimization at the moment, sorry!

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately the pagebuilder does not work on the mobile theme. That is the entire point of the mobile theme to not use the pagebuilder in order to get faster loading speeds as pagebuyilders are very “heavy” when it comes to speed. https://forum.tagdiv.com/the-mobile-theme/
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Speedbooster cannot move everything out of the box. You need to add the js and css for what does not get removed by hand as exemplified in the tutorial. Please also use this topic to learn about how to change the priority for speedbooster so it can detect more render blocking elements: https://forum.tagdiv.com/topic/help-in-using-speedboost/
Please note that render blocking elements do not add too much speed to your site. You will have to check the other sections as well and use a caching plugin (we recommend wp super cache.)
Please handle all of the options in this guide (https://forum.tagdiv.com/how-to-make-the-site-faster/) and leave render blocking for last.
As for the css, if you use speedbooster and move style.css to the footer, you will need to edit the colors directly in the file by editing it with a text editor (notepad++ or similar) and changing the colors by hand: http://screencast.com/t/sNwxBK99DoRd
Thank you!

Pedro Ferreira
Participant
#0

First of all let me start by saying that we have been TagDiv / Newspaper users for 2 years now and after all this time in our opinion TagDiv continues to deliver the best quality theme we could find (although we were a bit lucky at the time to pick NP, not that much research behind it, lucky us :)).

The website: http://goalpoint.pt/

Now to the plead for help:

– We’ve just updated from version 4.x to 7.1.1 (yes, it was an odissey)

– After launch most of the stuff is working great and we are very happy with our new website (hey TagDiv, time to refresh our screenshot in your showcase gallery) but we have a couple of problems still that maybe the community and/or TagDiv can comment on:

1 – Mobile translations? – Our site is written mainly in portuguese so we always used the translation mode in the theme panel with no problems. We did it again. Everything looks fine except for… the mobile theme. “Latest Articles”, “About Us” and “Follow us” are translated in the web version but persist in english in the mobile version. Is there a place were we can/should edit this information? Tks

2 – “Invisible” News Ticker – After updating to 7.1.1 and updating Visual Composer and Social Counter accordingly everything looked fine in staging. Yet, after going live, the top news ticker disappeared and is nowere to be found. We’ve removed it and reinserted it several times with no success. We can see it in the homepage builder mode but it stopped showing. The curious part is that we have the staging version running exacly at the same update level (except content) in our servers and it looks fine. Hints?

There are some other minor (so to speak) problems like category exclusion filtering in various homepage components messing up the category atribuition/relations but those are probably either mistakes on our side or bugs to be attended in the future. These two problems are the only main issues between us and a more than great website (and so much faster) for our objectives.

Thanks in advance for any help, much appreciated

Pedro Ferreira
http://goalpoint.pt/

Bogdan B.
tagDiv Staff

Hello,
Please make sure you meet the minimum requirements for newspaper posted here: https://forum.tagdiv.com/requirements-for-newspaper/ and make sure you set your system status parameters according to this guide: https://forum.tagdiv.com/system-status-parameters-guide/
As for the pagespeed score on gtmetrix, please consult this guide: https://forum.tagdiv.com/search/faster/
Let us know how it goes.
Thank you!

Catalin
tagDiv Staff

Hello spike,

Please notice that our theme is a very complex one and for achieving better results, please notice that the dedicated server must have the following requirements, according to our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ Also, please notice that you will have to increase the system status parameters how much is possible according to this tutorial here -> https://forum.tagdiv.com/system-status-parameters-guide/
Also, please notice that you will have to make some optimization settings in order to achieve a good performance with your site. We have a mini tutorial which you will have to follow all the steps from there if you want to have best results. You will have to spend quite a bit of time learning that first to do so, like this -> https://forum.tagdiv.com/how-to-make-the-site-faster/
Please notice that all of these steps involve additional customizations which are not covered by support and which you will have to do it yourself. If you are not aware of all the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Hope this helps!

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately we cannot provide any insight into this matter as the plugin is not tested and we have no idea of it’s functionality. For page speed we recommend this tutorial: https://forum.tagdiv.com/how-to-make-the-site-faster/
And a note on speedbooster: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thank you!

Viewing 25 results - 1,926 through 1,950 (of 2,524 total)