Hello,
Yes you can force full width in the new cloud library plugin but there are no settings for bbpress forums though for the moment.
Here are the templates that can be edited in the cloud library plugin and be made full width: https://www.screencast.com/t/ElK1v2V4VwGd
Thank you!
Hello,
Each flex block has it’s own particular settings from the tagdiv composer. Changing the setting for one flex block, will not affect the other one on that page.
Thank you!
Hello,
It depends on the block you use and the aspect ratio of the image. Most of our theme blocks are wide and your book covers are most likely vertical so the theme center-top cropping system will only show the top part of your book cover.
https://forum.tagdiv.com/featured-image/
You cannot have full size vertical images in a wide-screen thumbnail
In this situation, we recommend using a flex block to show the books as you have control over the image size and proportions: https://www.screencast.com/t/gyyMp84MX
Thank you!
Hello,
Sorry but for the moment jetpack causes a few issues with the cloud library plugin. Sorry for the inconvenience. This will be fixed in future releases.
Thanks.
Hello,
Please provide a link to your site and a screenshot or more details regarding this mini menu so we can get a better idea of what that is and where it comes from.
Thanks.
Hello,
This is controlled for each block in particular, not across the whole page. Each block has it’s own settings section where you can specify what content is shown in that particular block. Please check: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Please provide a link to your site so I can inspect it.
The ! warning is the use of important warning and it can be ignored. A big red x is the one that break the code so if you have a red x in your custom css, then please check the code that causes it as no other css after that will work.
Thank you!
Hi,
Please try to increase the wp memory limit to 256 MB as it fixed 500 errors for most users:
https://forum.tagdiv.com/requirements-for-newspaper/
Also make sure you get all of the other system status parameters in the recommended values.
Thank you!
Hi,
The theme does not have any specific implementation in this regard.
Please try this guide: https://en.support.wordpress.com/splitting-content/page-jumps/#middle
Thank you!
Hello,
Indeed there is a problem regarding the galleries when there are under a certain amount of pictures added to it. Only when there are not enough images added to the gallery to fill the entire container: https://www.screencast.com/t/brafkrsOZRW
We will fix this issue in the next theme update.
As a quick fix, you should add more images to the gallery enough to fill the rest of the container width.
Sorry for the inconvenience.
Hello,
1. You can do this now in the new cloud template. You can edit a template from the cloud library to the design you want and then save that template. You will then have the possibility to import it on new pages.
2. You can delete any page you do not need from the wp pages section.
3. Please use this guide to properly update: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!
Hello,
Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation so we can identify you.
Thank you!
Hello,
You can use a code similar to this one that affects all the links on posts and pages.
.td-post-content a, .td-main-page-wrap a {
text-decoration:underline!important;
}
The problem with this however is that it will affect all links including blocks like so:
https://www.screencast.com/t/fXxnTeT7i71
That is why it is problematic changing link styles as there are lots of links all around a website.
In order to target just specific links, the proper way to do it is to wrap all the links you want affected by the change in a div tag like for example:
<div class="customlink"> --add link here--</div> and then you can use css like so to only target the specific links that have these tags:
.customlink a{
text-decoration:underline!important;
}
you can also add a background-color or a color to the link or a font size and it will only affect the links inside of the div.
Thank you!
Hello,
Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation so we can identify you.
Thank you!
Hello,
Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation so we can identify you.
Thank you!
Hello,
The design you mention is a custom css added to the block 15 of the business demo. Each demo will have such elements that are only available when installing that particular demo. You cannot import just specific parts of a demo unfortunately.
Thanks.
Hello,
Please provide a link to your site so we can inspect this issue.
Thank you!
Hello,
It is your amp ads that have inline styles. Please check your ads on amp and replace any inline style attribute with ‘style amp-custom’
Thank you!
Hello,
For that block, the author has been removed as a styling choice.
If you want to re-enable the author, please remove the comment lines like so:
https://www.screencast.com/t/uDAl5C93Nxe6
Thank you!
Hello,
The buttons you are trying to edit from the theme panel are buttons in the header for the multi-purpose header styles. It will not affect the next prev pagination or other buttons.
The smart list next prev buttons do not have settings to change the style. Sorry
Thanks.
Hello,
The hover colors are affected by the theme accent color here: https://www.screencast.com/t/FIaTwfD32g2
Thais affects the entire website though, not just the footer. There is no footer specific option unfortunately.
Thanks.
Hello,
I think this is a misunderstanding. Elegant Themes is another theme author. It is not our newspaper theme you are trying to update
Thanks.
Hello,
Sorry but our theme does not have any options to add symbols in the breadcrumbs. The only settings available are found here: https://forum.tagdiv.com/breadcrumbs/
The home button can be activated from the breadcrumbs settings.
Thank you!
Hello,
There already are edit links for the posts in our theme appearing like so: https://www.screencast.com/t/VMpq8NIrfy
Our theme was developed fro wordpress.org and the admin bar holds the edit links https://www.screencast.com/t/ip5grFbB85.
Thank you!
Hello,
Please also test your adsense codes through a plugin such as adrotate to make sure the theme interference over the ad is removed. Test the ad on a wp default theme as well and see if the issue is still present.
Let us know how it goes.
Thanks.