Hi,
If you mean changes made specifically for accessibility, there won’t be any as far as I know. What I meant is that there will be performance related optimizations, for a faster theme. I believe these will be made gradually.
There were plans to begin a while back, now after the latest updates these optimizations will be possible to do.
Thanks
Hi,
If the website resources are loading slow sometimes, or are blocked for some reason (by a robots file for example), there will be warnings or the page in question will be declared not mobile friendly
– https://support.google.com/webmasters/answer/6352293?utm_source=search_console&utm_campaign=sc-mft-test
That may happen when testing with the mobile friendly tool, when the stylesheet loads slower, Google sees the page with the CSS not loaded. So most of the links will be detected as too close together, which does not happen if you check with an actual mobile phone.
Usually repeating the test the results will be different, for example when I test your website (@Aboda Magdy) the page is mobile friendly
– https://www.screencast.com/t/RfufPRQne3r
So the results from this tool would be somewhat inconclusive at times.
Having the mobile theme plugin active is a plus, this plugin was designed specifically for mobile so it is mobile friendly
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hi,
The zoom effect on hover would already be a zoom in, when hovered the image will zoom in. Example – https://demo.tagdiv.com/newspaper/category/grid-1/
To change this to a zoom out you would need to make them be zoomed in as default, then on hover to zoom out. For the grid in the link a code like this will reverse the zoom
– https://pastebin.com/GtG2g5fY
You can adapt it for the grid you want.
Thanks
Hi,
I don’t quite understand what you mean. You mean that you have filtered the blocks to display posts from specific categories and it is not working?
Some examples (with links to the page where this is happening) would be very useful if possible. I will take a look.
The filtering and sorting will work according to the guide
– https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi,
Post views are necessary to be active in order for the popularity sorting methods to work
– https://forum.tagdiv.com/7-days-post-sorting/
– https://www.screencast.com/t/kd4SDHyob3Ao
The view count will only appear in the post page, not in modules.
You could hide the count with CSS if this is required, this code should do that
.td-post-views {
display: none!important;
}
Thanks
Hi,
These would be the main causes for the problem you are having
– https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-error-establishing-a-database-connection-in-wordpress/
– https://websitesetup.org/error-establishing-a-database-connection/
This is the theme requirements guide for a proper functionality
– https://forum.tagdiv.com/requirements-for-newspaper/
Test with no plugins as well, leave only theme plugins active. Could be a plugin issue.
Hi,
You could try this solution – https://www.wpbeginner.com/wp-tutorials/how-to-exclude-pages-from-wordpress-search-results/
If you want to hide specific pages only, this plugin might work
– https://wordpress.org/plugins/search-exclude/
Or by code – https://www.cssigniter.com/exclude-certain-posts-pages-search-results/
Thanks
Hi,
For composer problems there are a few things to check. First would be the requirements guide
– https://forum.tagdiv.com/requirements-for-newspaper/
Insufficient resources most likely will cause problems.
If there is no need for modifications in that matter, in some cases the solutions from these topics worked for blank pages or pages not loading, you could give them a try if possible
– https://forum.tagdiv.com/topic/gray-page-tagdiv/
– https://forum.tagdiv.com/topic/javascript-error-td-composer-wont-load/
Ultimately we could take a look. We will require admin login and also cPanel or FTP if possible.
Send this information by email at contact@tagdiv.com and mention what exactly the problem is, how we can recreate the problem. Please include a link to this topic in the email.
Thanks
Hi,
That is actually in the page content, by editing the page you will be able to modify/remove those buttons. They appear only in that page, because they are in the page content, made to display similar as a menu.
If you were to check a post page or category page for example, they will not appear.
Thanks
Hi,
That top space is the padding of the page, default value is 48px, but in the journal demo it’s set to 80px.
I could give you a code to remove it – http://prntscr.com/lk745p
Enter it in Theme panel->Custom CSS section
.td-journal .td-main-page-wrap {
padding-top: 0;
}
Regarding the width, please check the row settings stretch settings
– https://www.screencast.com/t/jVXVNFORbg
As for the ratio, only flex grids have settings to adjust the image in the modules
– https://www.screencast.com/t/mQGx6f2a2
So you can control image alignment, image height and width. Default big grids and full width grids don’t have such settings.
The images in the mega-menu should be of this size, it cannot be changed
– https://www.screencast.com/t/Q0N3opVZYKQy
In your case some of the thumbnails are not created properly. Please regenerate the thumbnails to recreate them
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thanks
Hi,
Were the shortcodes entered in the page edit screen in the backend or in the composer (in text elements)?
Post some examples as to how the pages are built exactly, so we can make some tests the same way. Let me know.
Thanks
Hi,
The links will first inherit the theme accent color, maybe you changed it
– https://www.screencast.com/t/1PSfasUB
If you changed the accent color and wish to keep it, but also have the links in a different color, you could set a color while editing the post
– https://www.screencast.com/t/Pr6K0dtu
Or color them all at once with some CSS – https://www.screencast.com/t/7C4cBAeP3n
The code will apply to all the links in the post content
.td-post-content a {
color: yellow;
}
Thanks
Hi,
1. I see the website like this at the moment – http://prntscr.com/lk6gqd on both Chrome and Firefox browsers.
Usually caching is to blame if the latest articles are not displayed. A caching plugin, server provided cache etc. Website visitor will be served a cached version of the website.
If the new articles are visible after 24 hours as you say, that must be the cache expiration date before automatically clearing it self. You could check what caching is active in the website, maybe set a lower expiration time.
2. Maybe it runs slow when there are many visitors at the same time. These would be the theme requirements guide
– https://forum.tagdiv.com/requirements-for-newspaper/
Check with your hosting provider to increase the allocated resources if needed.
3. When the optional mobile theme plugin is not active, the same content from desktop is displayed on mobile. What exactly disappears when viewing the website on mobile?
If caching is to blame then the problem would be visible on all browsers. Unless maybe it is also related to the browser cache. Try to force refresh the page in the browsers (Ctrl+Shift+R).
Thanks
Hi,
That may happen when testing with the mobile friendly tool, when the stylesheet loads slower, Google sees the page with the CSS not loaded
– https://www.screencast.com/t/JTLpiXRLz9T
So most of the links will be detected as too close together, which does not happen if you check with an actual mobile phone
– https://www.screencast.com/t/ZQJEIzzhcb5
Repeating the test or testing another post in most cases provides different results
– https://www.screencast.com/t/TG7KEGpwg5X
– https://www.screencast.com/t/kywsHJQFL
I checked the gallery in the post you mention, for me it does not work on desktop as well, clicking on the navigation arrows or thumbnail images at the bottom doesn’t do anything. It should work same as here
– https://demo.tagdiv.com/newspaper/td-post-aston-villa-beat-liverpool-to-join-arsenal-in-the-fa-cup-final/
Could be a plugin conflict, a plugin could be breaking the gallery functionality. Does the same happen if you test with a gallery in a new post? If it does try to deactivate all non-theme plugins as a quick test, check if that solves the problem.
Hi,
Some header styles cannot display a larger logo, they have specified logo sizes which should be used for the best results
– https://forum.tagdiv.com/header-styles/
– https://forum.tagdiv.com/logo-favicon/
The exceptions are header styles 9, 10 and 11. These header styles can display the logo you set in it’s full size. For example this theme demo uses header style 10 and quite a large logo image
– https://demo.tagdiv.com/newspaper_cars/
So you could use on of the mentioned header styles, which can display a larger logo size. Let us know if you have more questions.
Thanks
Hi,
The zoom can be disabled in the grid settings – https://www.screencast.com/t/XSjCBVnmA
So if you don’t want this effect, disable it.
A code solution as you mention would work just as well. Either use the default big grid with additional CSS, or the flex grid with the hover setting disabled.
The rollover effect is also a setting in the flex grids, so it can be enabled/disabled
– https://www.screencast.com/t/uzxZrgzWp
Thanks
Hi,
Our AMP plugin does not have a menu at the moment. Most of the design for AMP has been inspired from the Yoast SEO website, example
– https://yoast.com/social-media-optimization-with-yoast-seo/amp/
Maybe a menu will be included in the future, can’t say for sure what will happen.
The logo that will be displayed in AMP pages is the one set for mobile, in the theme panel
– https://www.screencast.com/t/JrPIPhOhv
Thanks
Hi,
I see that clicking on the author name anywhere, directs to the homepage. That usually means that the author archives are disabled in the Yoast settings
– https://www.screencast.com/t/hvHNw2D3ikz
Disabling the author archives will redirect all author page links to the homepage. You could check if that is the case.
Thanks
Hi,
The login can be disabled in the theme panel, as you did
– https://forum.tagdiv.com/login-how-to-enable-user-registration/
This login is basically the same from WordPress, only styled with a modal window. It can only be displayed in the top bar.
Thanks
Hi,
@upgrade81 We are aware of the size of the theme stylesheet. There will be changes in this matter as well. Please have a little more patience.
Thanks
@Mauricio Freitas My colleagues will reply as soon as possible, in the allocated support hours. We try to answer in all the topics and emails received at least daily. I believe Bogdan replied by email as we speak, please check.
Hi,
In most cases working with percentages instead of fixed values means the result will be responsive. Like in the case from above, while it does look good on desktop or larger devices, on mobile there is a problem.
Also media queries are very helpful for creating responsive designs
– https://www.w3schools.com/css/css_rwd_mediaqueries.asp
Thanks
That would be how it is currently from what I can see. For example in this link
– https://www.screencast.com/t/azLYMpdp1MZn
So from a category page like this http://ctt.staging.wpengine.com/category/gym-top-rope-climbing/
I get a post page like this
– http://ctt.staging.wpengine.com/instructional-climbing-videos/gym-top-rope-climbing/verbal-commands/
Which is website/page/category/post. Could be the way the permalinks are set, you could check in the WordPress permalink settings. Or maybe in the htacess or wp-config files.
Be sure to regenerate first as mentioned in the guide, so the necessary thumbnails are created properly.
Once activated the mobile theme will take over. Each page, post etc will be served by it. So if you link to a page from your website, the mobile version will be served.
To achieve something like this would be like deactivating the mobile theme for specific pages, which is not possible with our plugin unfortunately.
A caching plugin would increase the loading speed significantly. We recommend the WP Super cache, this plugin works properly with the mobile theme as well
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
The guide is older, some of the settings were renamed in the plugin, most are the same however
– https://www.screencast.com/t/O4bGofxq
They won’t be at the same level if only one has a title. The video will be pushed down to make space for the title.
You could add an empty space element above the other two videos. Like in this exmaple
– https://www.screencast.com/t/6cizACN7
This would make them even – https://www.screencast.com/t/kOdkHZa3pKV