Hi,
That is the image info box, that element does not have image alignment options at the moment. It will have the options same as a title over image element for example, in coming updates
– https://www.screencast.com/t/HebEJLVeNxB
You could use that element instead, and set image size to contain, that will display the whole image. I believe that is what you want.
Hi,
Using the standard theme panel ad system that is not possible. It could be a solution to use Cloud library single templates.
For example if you create/import a cloud post template
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Now you can enter the ad codes in the template itself, so those ads will be shown only in the posts that use that template
– https://www.screencast.com/t/ELMrkSxoA
Apply that template to posts in a category, and use the ads you want.
Or maybe use the Adrotate plugin, I believe that may have settings for something like that. Also many theme users recommend it, some info about it here
– http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
– https://ajdg.solutions/manuals/adrotate-manuals/
Thanks
Hi,
The image you can set is not per viewport. But there would be one way of doing it if required.
Create four single image elements in the page, instead of one. Then using the “Display” hidden setting in the CSS tab (this is per viewport) hide each one per the device you want
– https://www.screencast.com/t/53mrmljg
For example hiding the image in all these viewports will make it visible only on mobile
– https://www.screencast.com/t/BSRQpbSZz
This could be a solution if you should consider it and try it.
Thanks
Seems I failed to remember a critical thing here. Once the Jetpack sort order is activated, all other settings of the filter tab including pagination will not work
– https://www.screencast.com/t/iTTpdyziuWu
Best you disable the block pagination since it will not work, it will be useless. The Jetpack plugin will affect any other filter setting when this sorting is used. The block will display posts sorted thorough Jetpack, but block pagination will be useless.
Hi,
You could maybe try some plugins for that, the theme can only share whole posts. Try some free plugins, make tests with them and choose the one that works best
– https://www.sourcewp.com/wordpress-image-sharing-social-media-plugins/
Thanks
Hi,
Did you install a demo? Currently it looks like the black demo is installed, the screenshots look like the default demo. Once installed a demo can only be removed by manually uninstalling it or installing a different one.
If for some reason it uninstalls without any action on your part, then something is wrong. Could be something wrong with the database or server, maybe check error logs if possible or contact the hosting provider and ask them to check if there were any problems.
Thanks
Hi,
I see you use mostly flex blocks. Be sure to take into account when building the page, the mobile variant. For example while using four module per row in a flex block is fine on desktop
– https://www.screencast.com/t/clc9Uo96DDy
On mobile that will not look nice – https://www.screencast.com/t/ZC9Xzsisq11A
So while the mobile view is selected, choose for example one module per row
– https://www.screencast.com/t/O6GIVj28
Then on desktop there will be four modules per row, while on mobile there will be one.
Also the CSS tab margins padding etc are per device if you use them
– https://www.screencast.com/t/Zii5FqnV
If you use custom CSS use it per device – https://www.screencast.com/t/ndmigIDX
It depends on how you build the page, that will directly affect the mobile result as well. That will be the case with flex blocks. Th predefined blocks will always be automatically responsive, but the flex blocks will require more care when used.
Thanks
Hi,
So you are referring to the block in the top of the page. It should work if you follow the documentation for adding a new block and a new module
– https://forum.tagdiv.com/api-blocks-introduction/
– https://forum.tagdiv.com/api-modules-introduction/
You can also experiment with the new flex blocks, these are highly customizable blocks that can be made to look in many ways. For example all of these are made with flex block 1
– https://demo.tagdiv.com/newspaper/flex-block/
It is also easier to do if you use flex blocks.
Thanks
Hi,
The mobile menu does not display for tablets, in general. If the table is smaller the mobile theme may display. So only on smaller devices it will be visible, most tablets will display the responsive version of the website.
This is done automatically and there are no settings to control when to display the mobile variant and menu.
If this not what you wanted to know please correct me.
Thanks
Hi,
That “mobileu_gradient_two_mob” seems to be a mistake, I will add it on the list and it will be modified most likely.
The other one seems to be alright, what problems would there be with it? I will note everything and pass it along. If you identified more issues please mention them.
Thanks
Hi,
Indeed that file cannot be modified in a child theme, you would have to modify the file in the main theme. Maybe make a backup of it after you modify it and replace the new one after an update.
Thanks
Hi,
The theme will use a transition for the loading of all the backgrounds, this topic would be similar
– https://forum.tagdiv.com/topic/slow-appearance-of-the-background/
Try that solution if you want to remove that transition, make tests with and without the code.
Thanks
Hi,
Replied in your other topic, let’s continue there. No point having two topics with the same issue. We will reply in all topics from oldest to newest, as soon as possible.
The website does not load at the moment – http://prntscr.com/kq2qty
So from what I understand you used a flex block at the top and a post loop below. It all depends on your filtering and sorting used.
If the filtering used is set to display posts from that category and ordered by latest, they will be the same as in the loop. In that case set in the loop an offset according to the number of posts (modules) the flex block has.
For example if the flex block shows 3 posts, set an offset of 3 in the loop. That will avoid repeating posts.
Hi,
That would be block 25, it should look like this
– https://demo.tagdiv.com/newspaper/block-25/
First I thought the image you used as featured was small, but for me the same image allow the creation of the proper thumbnail
– http://prntscr.com/kq2nvw
Try to install the force regenerate plugin and regenerate that thumbnail
– https://www.screencast.com/t/kmK1RlIC35D
Then check if the issue is solved, maybe clear the cache after regenerating.
Hi,
So you mean that the WhatsApp share button does not appear? it should appear on mobiles, on desktop it will not be visible. For example check this post page sharing buttons on desktop, then on mobile
– https://demo.tagdiv.com/newspaper_travel/8-incredible-pictures-from-the-travel-photographer/
The Whatsapp button should be visible for mobile.
Thanks
Hi,
I will pass this topic along to the developer team and they will take a look. If there is a need there will be improvements made in this matter.
Thanks
Hi,
The image is set as background, so you could use background position
– https://www.w3schools.com/cssref/pr_background-position.asp
– https://developer.mozilla.org/en-US/docs/Web/CSS/background-position
This is an example where the image will have a space of 50px to the left
– https://www.screencast.com/t/ORMzR5Mym
A no repeat would also be necessary so the image will not repeat itself in the crated space.
Code used in example, it will affect all the image boxes if not made more precise
.td_block_image_box .td-custom-image a {
background-position: 50px 0px;
background-repeat: no-repeat;
}
In the advanced CSS sections you can enter it according to what is needed. For example in the phones section to make it apply only on phones.
If I misunderstand something please correct me.
Thanks
Hi,
So you want to change that icon color when the menu is sticky, to a different color? I could take a look, please provide a link to the website if possible, for a more accurate solution.
Hi,
Glad you found a solution. Maybe that will be available at some point, I will make a note of it.
Thanks
Those may be insufficient from what I can see in the system status screenshot. It is very important that these values are respected
– https://www.screencast.com/t/aDnEkrDmhw
The WP-memory can be set higher than the recommended 96M if possible. These would be basic requirements for most premium themes. Usually the hosting provider can do this for you, it should be an easy task for them.
There may be problems with the theme and theme plugins if there are insufficient resources.
That will be the case, the template has to be created fully in the composer screen. There a sidebar can be created in either ways as mentioned. I can’t say if this will change in the future, I believe it will not but I could be mistaken.
You could duplicate it like this. Say you created a template as you want. Create a new template, choose the blank one for example
– https://www.screencast.com/t/Qu6oMrjF2Xx
Then save it. Open the cloud library section, click edit on both the empty template and the one you have created and want to modify
– https://www.screencast.com/t/C86QxpI3
Copy the content from the created template in the blank template and remember to rename it so you can easily identify it
– https://www.screencast.com/t/60ujvU3G
– https://www.screencast.com/t/NLA1iFl8OJx
I see this one currently – https://www.screencast.com/t/lxz41rmfiY
If the block is no longer in the page structure, why would it still appear there? Quite unusual.
A persistent cache would explain it, but you say it has been cleared fully. It should clear automatically when the page is modified or updated however.
Could be browser cache then, but that will not switch back and forth from the old block to the new one in the same browser.
I browsed the website for a while, returning to the homepage periodically. The old block is not to be seen so far.
Hi,
That would be the former “Are You Sure You Want to Do This? Please Try Again” message. It may be displayed when trying to add a new page or post.
The first thing to try is to increase the WP-memory. We recommend these values which would be sufficient in most cases
– https://forum.tagdiv.com/requirements-for-newspaper/
Check the guide carefully and if needed ask your hosting provider to make modifications to those parameters.
There are also some other things to investigate if the issue persists
– https://www.hostinger.com/tutorials/fix-are-you-sure-you-want-to-do-this-please-try-again-wordpress/
Hi,
Seems the theme is active at the moment, the website also seems to function correctly. What exactly happened before?, more details would be very helpful.
Indeed a one time activation with a license key is required, once activated it should not reset.
As long as the theme requirements are met there should be no problem
– https://forum.tagdiv.com/requirements-for-newspaper/
We recommend these Cloudflare settings
– https://forum.tagdiv.com/cloudflare-cdn/