Hi,
Is that the featured image of the post? That would suggest you are using a small original image. Use bigger images for better results, the theme will not stretch or upscale small images.
Hi,
By a theme option that is not possible, the mobile menu will display only on phones. I could give you a code to make the menu items fit in a single line
– https://www.screencast.com/t/jLuwIlVoy7ap
Enter it Advanced CSS section in the portrait tablet field if you consider using it
.td-header-style-10 .td-header-main-menu {
padding-left: 0;
}
.td-header-style-10 .td-header-menu-wrap-full {
height: 48px!important;
}
Thanks
Hi,
You should remove the previous theme install, according to Envato license terms a theme license can be used for one end product (website)
– https://themeforest.net/licenses/standard
Hi,
Try some general suggestions, like these for example
– https://docs.presscustomizr.com/article/229-fixing-errors-when-uploading-images-in-wordpress
– https://www.wpbeginner.com/wp-tutorials/how-to-fix-image-upload-issue-in-wordpress/
Be sure to check WP memory and upload_max_file parameters
– https://forum.tagdiv.com/requirements-for-newspaper/
WP memory can be set higher than the guide recommends if possible.
Thanks
Hi,
Those are placeholder images used by the tagDiv composer for various multi-purpose elements. As long as the composer is active the images will probably reappear when removed.
This may change in a future update, we will try to modify the implementation of these images. Sorry for any inconvenience caused.
Thanks
Hi,
That form of pagination will not work with the page templates of the theme (unless maybe code modifications). It will work for posts however
– https://forum.tagdiv.com/posts-with-pagination/
Sorry for any inconvenience.
Thanks
Hi,
So you want to change the Home displayed in the breadcrumbs, with a word of your choosing. That can be done in the theme translation settings
– https://www.screencast.com/t/agcZiV3OB5S
The Home can also be disabled if you want to
– https://www.screencast.com/t/ONNtoANuBLl
Thanks
Hi,
What exactly do you mean by first? If you mean oldest, the blocks have an oldest sorting
– https://www.screencast.com/t/XoQ5QZbEUq
– https://forum.tagdiv.com/block-settings-tutorial/
You can use any sorting you want from the available ones, for each block or grid. Let us know if you have more questions.
Thanks
Hi,
The sub-categories will be displayed alphabetically at all times. Other users that wanted to do something similar, used a plugin called Category Order and Taxonomy Terms Order. You could give that a try as well and rearrange the categories how you want.
Thanks
Hi,
After you update to the latest version be sure to update all the theme plugins you use. Delete the multi-purpose plugin if you used it previously, it is now included in the tagDiv composer, not a separate plugin.
I see the image problem and error are specific to that post you mention. So most likely something in it’s post content is the cause. Maybe you entered some plugin content in it, shortcodes, or custom code.
I see there is a gallery in that post and an ad, other than that only simple paragraphs. So maybe either that gallery content or the ad code is creating this problem. Please try to remove them one at a time, see if this fixes the problem. Let me know.
Hi,
Works for me also – https://www.beingtricky.com/root-android-without-computer/amp/
I see no problem with AMP and the posts I checked.
That will not work in the child theme, you will have to make the modifications in the main files. Back-up the modified files, after an update replace the new ones with the modified ones.
Or maybe update the theme by patch – https://www.screencast.com/t/jw9Q6nvLF
We provide the modified files in each theme package.
Hi,
The image should look the same as on desktop, I could take a look. Provide a link to this gallery on your website so I can inspect it.
Thanks
Hi,
That is unusual, I could give you a code to fix it however
– https://www.screencast.com/t/WvBryVwnb
The code can be entered in Theme panel->Custom CSS section
.td-ss-main-sidebar .td_block_text_with_title {
margin: auto;
}
Thanks
Hi,
I can’t actually test that on my end at the moment, it should work the same as before however. Maybe you made some changes in the plugin?
The block seems to be limited as you say to 8 posts, but it only finds 6 from what I can see
– https://www.screencast.com/t/arvovmzQ
Try creating a new page as a test, place a block with that sorting in it and see how many posts it displays. Also try to clear your cache.
Thanks
I tested your code, that is not happening for me
– https://www.screencast.com/t/vckRb9ml
– https://www.screencast.com/t/UYDsjbhq
Also an older post – https://www.screencast.com/t/TWev3wgE
– https://www.screencast.com/t/Ww3QVJZFRY
I used the same code with condition you provided, in the mobile theme single file
– https://www.screencast.com/t/xPyhiQ4nSs
Maybe double check your modification.
Hi,
Note that the speed booster will be deactivated if it detects plugins that are not part of this list
– https://www.screencast.com/t/TqHrzrA6y
This check could be disabled and the booster will always be active
– https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
I believe this measure was implemented because the booster could cause other plugins to not work properly.
Thanks
For every page and with a width of 1440px try it like this
@media (min-width: 1440px){
.td-main-content-wrap .td-container,
.td-main-content-wrap .tdc-row {
width: 1440px;
}}
Creating design with fixed widths and also keeping the website responsive is not easy. The theme uses many media queries to maintain a responsive website for all devices.
So the code I provided here will make the content 1440px only for larger screens. Give it a try and see how it works. Should apply to all the pages.
Hi,
@Janty Do you mean the top bar socials? – https://www.screencast.com/t/eXHbdWl0
Those will be displayed on mobile as well, in the menu (regardless of mobile theme)
– https://www.screencast.com/t/bsGsaJUuZ
If the socials are removed from Theme panel->Social networks, they will be removed from both desktop and mobile.
Please correct me if I misunderstand something.
Hi,
The child theme provided with the theme includes by default a stylesheet and functions file. CSS code you enter in the child theme stylesheet will be loaded, no need to do anything else than activate the child theme
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Hi,
So maybe you are referring to blocks and grids. You can use the single category filter if you want
– https://www.screencast.com/t/6IavTfxqr7
By using the single category filter, the block will only show posts for that category.
Or the multiple category filter – https://www.screencast.com/t/CtoQIkzZ
This filtering will display posts from the categories you entered there (by ID).
A block settings guide here – https://forum.tagdiv.com/block-settings-tutorial/
If this is not what you mean by boxes, more details would be helpful.
Thanks
Glad you fixed the issues. The most common cause for theme or theme page builder problems are insufficient resources
– https://forum.tagdiv.com/requirements-for-newspaper/
All the theme demos are created with the tagDiv composer, this is the main page builder at the moment. Most features provided after it’s release are connected to it, most upcoming new features will be for it.
The newly included Cloud library plugin works only with the tagDiv composer as well.
Hi,
First of all note that this sorting option will not work with caching
– https://forum.tagdiv.com/7-days-post-sorting/
If you don’t use caching, then it would work. First activate the setting in the theme panel as the guide suggests. Choose the sorting method for the elements you want. Make sure post views are active
– https://www.screencast.com/t/fnznXYDJ2
The moment you activate the theme panel 7 days setting, the count will begin. Posts with most views will be displayed in the block. Check if the post view count works, each time the post page is refreshed for example, the views should increase.
Thanks
If the theme login is not functioning with those plugins, maybe you should consider to disable it and use a different implementation of your choosing, or plugins.
I have tried entering a window refresh parameter to the login button, seems to work for me
– https://www.screencast.com/t/mag6eMdSSg0v
Maybe you are not adding it properly or you have caching.
Glad it works. If you want that code to apply only for desktop for example, enter it in the Advanced CSS sections, in the desktop field.