Hi,
That could be a potential conflict between the plugin and the theme, in these cases the result will probably be multiple website issues, maybe not just with the images. There could be others but not spotted yet.
Check if deactivating the plugin solves the problem. If it does, then the plugin would be incompatible with the theme. If possible try and make tests with other gallery plugins.
The theme provides a simpler gallery in addition to the default WordPress gallery
– https://forum.tagdiv.com/gallery-2/
– https://demo.tagdiv.com/newspaper/td-post-aston-villa-beat-liverpool-to-join-arsenal-in-the-fa-cup-final/
If you require more advanced galleries, then keep trying plugins until you find one that works with no issues.
Thanks
Hi,
If you keep replying in your own topic this will only delay the response on our part. It will refresh the topic date and move it to the back of the line. We reply in all topics from oldest to newest which is fair, also please take into account the support hours displayed in the top banner.
Regarding the issue, it is unusual that you are getting those reports for tag pages. Our AMP plugin will not affect the tag pages in any way, or should this be expected. It applies only for post pages
– https://www.homenaturalcures.com/dry-skin-symptoms-causes/amp/
Tag pages do not have an AMP variant, so why would Google report errors with AMP for them is beyond me. Posts will have the AMP link in the source
– https://www.screencast.com/t/xHtRbIHxJV1
But tag pages are in no relation to this. The tag page URL and /amp parameter will lead to a 404 page since it does not exist or mentioned anywhere Google can access it and produce errors.
Thanks
Hi,
So maybe something like this? – https://www.screencast.com/t/n09us9uYT2Y
Adjust the margin value as you want
.td-header-wrap {
margin-top: 150px;
}
Hi,
There would be nothing we can do on our side, your server is denying access to the WordPress admin ajax file, or maybe a security plugin or firewall.
Contact your hosting provider and mention this to them, they should be able to allow the theme access to the required WordPress file.
Hi,
From what I can see the tagDiv composer is not active. It should update automatically, but sometimes this fails. If it fails the plugin will be deactivated.
There should be an update button for the theme plugins here
– https://www.screencast.com/t/dQC9oaIVhef
Update the composer and the problem should be solved.
Hi,
You can change any of the theme strings, in the Theme panel->Translation settings
– https://www.screencast.com/t/veOQQEOQCt
Thanks
Hi,
You want to add widgets in the theme header? What widgets would those be exactly? If those are composer elements you could add them by shortcode
– https://forum.tagdiv.com/search/do_shortcode/
Thanks
Hi,
On desktop the titles have 35px it seems, on mobiles you are forcing it to 24px with a code in the theme panel I believe
– https://www.screencast.com/t/2Sw57AJO2l
Modify it accordingly in that code if you want it to be smaller.
Thanks
That code from above does not work with the big grid, also maybe with some other blocks maybe. Try this one for big grid 2
– http://prntscr.com/kf8dd4
.td_block_big_grid_2.td-grid-style-1.td-hover-1 .td-post-category {
position: absolute;
top: 0;
left: 0;
bottom: auto;
}
.td_block_big_grid_2 .td-meta-info-container {
height: 100%;
}
.td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
position: absolute;
bottom: 50px;
}
.td-grid-style-1 .td-big-thumb .td-module-meta-info {
position: absolute;
bottom: 0;
}
.td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {
position: absolute;
bottom: 20px;
}
You can modify it if needed of if there are problems with it.
Hi,
@Giorgio_B Are you still getting the error? There were some fixes and optimizations that solved most related issues, in theme update 8.8.1 and also 8.8.2.
Please update the theme if you did not already
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Changelog for update versions can be seen here (bottom of the page)
– https://themeforest.net/item/newspaper/5489609
Thanks
So you want that page “ALBUMRECENSIES” to show up in the mega-menu, instead of the sub-category page. The mega-menu only works with categories, displays posts from categories. It is not supposed to display pages, that is what the page menu would be for.
But what would be the purpose of including the page instead of the sub-category exactly? Category templates can now be built just like pages, with the tagDiv composer so the design of the category page is not a problem.
Maybe leave it as a category maybe, and design a category template as you want with the tagDiv composer. You can make the category template exactly as the page you created with the flex block
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Please try and make use of the available theme options instead of code modifications if possible, these might not work with future theme modifications by update or even be lost after an update.
We try to add more features with each update, more multi-purpose options for both news publishing and other areas. But these take time and lots of testing.
Hi,
There will be testing made by us in this matter. It will probably take a while before the new editor will be officially launched, along with WordPress 5. So estimates would be hard to specify.
However if you have identified any problems, please post them in detail and I will add them on the testing list.
Thanks
Hi,
We are aware of that issue with the sticky sidebar, when using WPBakery only. The issue is currently investigated and it will be fixed as soon as possible. It will affect pages and also posts if you used WPBakery to build posts and create sticky sidebars.
If the tagDiv composer is also active the sidebars should function correctly. You could activate the tagDiv composer to fix it temporarily if possible. But that may create problems with WPBakery content.
A solution you could try is these codes that will force the sticky sidebars to the proper widths, for all viewports
– https://www.screencast.com/t/4kTKWFnW
You could give them a try and see if they work for you, let me know
Desktop
.td-ss-row .td-pb-span4 .wpb_wrapper {
width: 324px!important;
}
iPad landscape
.td-ss-row .td-pb-span4 .wpb_wrapper {
width: 300px!important;
}
iPad portrait
.td-ss-row .td-pb-span4 .wpb_wrapper {
width: 228px!important;
}
Sorry for the inconvenience.
Thanks
Hi,
That is mentioned in the theme requirements guide
– https://forum.tagdiv.com/requirements-for-newspaper/
If you have that active it should be visible in the system status
– https://www.screencast.com/t/XYwtYtYs8xw
Increase it as specified if possible and if needed. Or contact your hosting provider and they should be able to do so, this would be recommended.
Thanks
Hi,
Only one homepage can be set, how exactly do you have two homepages?
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
In WordPress settings as shown in the guide you can choose a page which you want to be the homepage. That would be the only homepage, displayed when the main website URL is accessed.
Hi,
@jessicaraleigh So the author name is missing? Is it missing in modules or the post page?
Please check these settings
– https://www.screencast.com/t/mE75qiy7QG
– https://www.screencast.com/t/3Jj79MQ0Ok
If those are enabled and the author name is still missing, please clear your cache, also browser cache or test with a different browser. Also provide a link to your website so I can take a look.
@Alicegreentree Where exactly are they not showing? Do you use the mobile theme plugin? Provide a link to your website so I can take a look.
– If you do not use the mobile plugin, then the same content from desktop will be seen on mobile.
– If you use the mobile plugin, then in the homepage there will be a top grid displaying featured posts and a latest articles section
– https://forum.tagdiv.com/featured-posts-2/
Thanks
Hi,
Sorry for the misunderstanding, that is indeed an image. It is the header logo image, this default demo image can be replaced wit your own, in the theme panel
– https://forum.tagdiv.com/logo-favicon/
The header style used for that demo is style 11
– https://forum.tagdiv.com/header-styles/
This style does not have a limit for the header logo, you can use any image size you want.
The footer logo can also be changed in the theme panel
– https://www.screencast.com/t/Xz4jWbZTTmI
Please let us know if you have more questions, or you need help with something.
Thanks
Hi,
As long as the theme login setting is enabled there will be a sign in option in the mobile menu
– https://forum.tagdiv.com/login-how-to-enable-user-registration/
Disable it in the theme panel and it will not show anymore.
Thanks
Hi,
You could set that on the body if you want all the website elements to be affected.
Example by default – http://prntscr.com/kf6d3q
With justify on the body – http://prntscr.com/kf6dbl
body {
text-align:justify;
}
Thanks
You could check this guide for starters
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
The browser inspector tool is a powerful instrument, very helpful to analyze various website elements and also modify them if needed.
What extra line would that be exactly? I fail to see it, or anything wrong with that top part. I must be misunderstanding.
Hi,
@Artesplorando I have tested the Pinterest widget with a few IDs, seems to work same as before
– https://www.screencast.com/t/Xbwthz2TCx
Try changing the board ID, check if that works. return to your own if that is successful.
If there is still a problem we could take a look. Send us an email at contact@tagdiv.com and provide admin login access. Include a link to this topic in the email.
Thanks
But you said below the smart list navigation I believe. That was possible, but making it appear before and after the image while maintaining the condition, that will probably not be possible in the same file used until now.
The dedicated smart list ad appears after the image, use the smart list 6 ad spot in the theme panel.
Maybe modify the actual, smart list template for that, without the condition
– https://www.screencast.com/t/RkCdTVm4WHH
Copy the ad code above the image so the ad appears there as well. You could also modify the ad spot to custom ad 2 if that is the ad you want to display
– https://www.screencast.com/t/b19zRXucG
There will be testing on our side as I mentioned above. If we will spot any issues we will try and fix them. There shouldn’t be anything major however.
Do let us know of problems found with the new editor used with the theme, I will pass them along for testing.
Hi,
That would not be possible by default and with theme options. Maybe it is possible with a plugin if there are any for this purpose. You could search online for some user accounts plugins and make tests with them.
Note that not all plugins are compatible with themes in general.
Website users can create accounts, these would be all the user types (roles) WordPress has to offer and their capabilities
– https://www.wpbeginner.com/beginners-guide/wordpress-user-roles-and-permissions/
– https://codex.wordpress.org/Roles_and_Capabilities
The theme will not add any custom user roles or modify their capabilities. The basics will apply.
Thanks
Hi,
@Thakksy What is the problem you are facing exactly? In our tests the composer works properly with the WordPress latest update.
Please try the same as kytmagic did, that is specified in the requirements guide as a fix for some issues, in some cases
– https://forum.tagdiv.com/requirements-for-newspaper/ (bottom of the page)
Thanks