Hi,
The post template selection settings are available only in the backend, where all the other post related options are. These settings are also available only for author roles and above in the hierrachy
– https://www.screencast.com/t/Ln4rCswQ0l
– https://www.screencast.com/t/JPoGB2BsWr9d
Thanks
Hi,
For me the website is loading very fast, and I have no problem using it as soon as it loads on desktop and on mobile. The loading is done quickly
– https://www.screencast.com/t/qu75J97p
– https://www.screencast.com/t/wNacXibLcLT9
Thanks
Hi,
There is no option to reset only the font settings. There is a option to reset all the theme panel, but this will remove everything. You will have to manually go through the font settings and set them on default. Or just the elements you want to modify.
Thanks
Hi,
No there is not unfortunately. One of the headings must be selected in order for the smart list to work. That is the way it is constructed and designed. It is directly dependent on this condition.
Thanks
Hi,
You can create sidebars in many ways. Here is a guide
– https://forum.tagdiv.com/sidebars-tutorial/
Then on pages you can use the Widget sidebar element to place the desired sidebar
– https://www.screencast.com/t/Yat9JrqDcOH
– https://www.screencast.com/t/3ZFqMUFZnpYA
Thanks
Hi,
The fonts that are required on the website are loaded in a single link by the theme. They are not loaded in separate links, but queued one after the other. I could not say why it is detecting the fonts in separate links like that.
Thanks
Hi,
The headings are essential in the functionality if the smart list. It is created based on these. You have to select the heading you want, and based on this the list will start and create each section.
There is no other way to control the starting, and there are no options to modify the smart list in this regard.
Thanks
Hi,
You can try a code like this one for example
– https://www.screencast.com/t/PvKfII9sa
.td-category-description {
text-align: center;
width: 100%;
}
.category .td-crumb-container {
display: none;
}
Just enter it in Theme panel->Custom Css section.
Thanks
Hi,
It disappears for the reason Bogdan mentioned. You have the mobile theme plugin activated, and the button does not have the necessary style available on mobile. This will be taken care of in future updates.
The simplest solution for the moment would be to deactivate the mobile theme and simply resolve the issue. The button swill display just like on desktop, while the theme adapts to each device.
Thanks
Hi,
I don’t think I fully understand what you mean. Each smart list has it’s own style, including the pagination, where available. The post cannot be paginated like the smart lists.
You can integrate these lists in your posts, or the post itself can be a smart list. The pagination on posts is different then the complex one used on smart list.
Thanks
Hi,
You can create a different sidebar with the widgets you want, and use that for specific categories. There is no limit for how many sidebars you can create. So you could create the sidebars you want with the needed widgets, and use them on your category pages.
Please correct me if I misunderstand.
Thanks
Hi,
For me your website is loading very fast, despite what the test is saying. Sometimes that is the case
– https://www.screencast.com/t/hJgG306yGIB3
– https://www.screencast.com/t/Llp6Jyqpwq
Please note that when testing the website it is recommended to disable all unnecessary plugins for a more realistic result. Some plugins can have a negative impact on page speed.
Here you can find more advice in this matter
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/cloudflare-cdn/
Also you can search the forum, there are many tutorials and information regarding speed optimization.
Thanks
Hi,
Currently there is no element in tagDiv composer that would be similar to that layout. Rows can have a background image or color and borders. In them you can place the elements you want and are available at the moment.
Achieving exactly the same result would be difficult, maybe you can find a table plugin that you can use to create something like that more easily.
Thanks
Hi,
You can always ask for more information until everything is clear, when you have a problem or you are in a bind. We and other users will do our best to help you.
When you install a demo with content, this will simply import some dummy content to see how everything will look. This content includes posts, categories, menus etc. You have to create your own and replace these
– https://forum.tagdiv.com/main-menu/
– https://forum.tagdiv.com/how-category-settings-work/
All elements on the homepage can be customized as well. The Big grids and blocks can be configured to pick posts from your categories and you can also sort the posts
– https://forum.tagdiv.com/block-settings-guide/
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Thanks
Hi,
If the options you need is not available for some elements, you can always use some CSS for further styling. If you could provide more detailed information about what exactly you are trying to center align, or a link to your website where the element is present, I will try to give you a solution.
Here you can find more information about using the tagDiv composer
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Thanks
Hi,
Please try the manual activation method and see if that works properly
– https://www.screencast.com/t/y9OSLcsc
– https://www.screencast.com/t/AEKaTQM0
You could check for errors when you try to active the theme normally, in the browser inspector console.
Thanks
Hi,
There must be some instructions about where to add the code form the provider of the code. Usually codes need to be entered in the head section. Try entering it in the header.php file located in the main theme folder, between the head tags
– https://www.screencast.com/t/2i5dTKKzs
Thanks
Hi,
The thumbnails displayed on blocks are created from set featured images. There are plugins maybe that can take the first image from the posts and use that as featured. You could search for a some plugins that have this capability, and try them. Also search the forum for similar topics
– https://forum.tagdiv.com/topic/linked-image-as-a-post-thumbnail/
The plugin recommended is not tested, but it seems to work for other users with the same situation.
Thanks
Hi,
This is unusual. The code mentioned is present in my Visual composer style, and I did not add it in that file
– https://www.screencast.com/t/edjGB2lBgnP
Maybe it is not applying for some reason in your case. But if it works at the moment, you could just leave it as it is. The structure you have created seems to be complex, I could not say why this is happening. You can go over the page in Visual composer and also check your custom code set on the elements , maybe you can identify the problem.
Thanks
Hi,
It seems that when hovered the links change color to white. They should change to the theme accent color, but that is overridden. That happens for the category tags as well.
Maybe you have custom code for these blocks in the widgets section, since this does not happen on all the website. Or custom code for the particular post template, or post Id.
It could be fixed with code
– https://www.screencast.com/t/QyVvL0wB
.td_uid_3_594b5ab6b7d43_rand
.td_module_wrap:hover
.entry-title.td-module-title a
{
color: #72a7ab!important;
}
.td_uid_3_594b5ab6b7d43_rand
.td-module-meta-info
.td-post-category:hover {
background-color: #72a7ab!important;
}
Thanks
Hi,
The grids or blocks do not support this feature. These elements were made to ignore sticky posts as the blocks would break if sticky posts were available.
These are all the available block filtering and sorting options at the moment
– https://forum.tagdiv.com/block-settings-guide/
Also more on category settings here
– https://forum.tagdiv.com/how-category-settings-work/
Thanks
Hi,
First check the theme panel and make modifications to the parameters mentioned in this guide, if necessary. The try saving settings in the theme panel.
– https://forum.tagdiv.com/system-status-parameters-guide/
Try disabling all your plugins except the ones provided in the theme package, clear any caching installed and then try again.
The 403 error means a server related issue with filters or permissions. You could contact your server administrator or hosting provider and explain the situation. Maybe they can give you some information about why the server is responding with these errors.
Thanks
Hi,
I have tried calling different thumbnail sizes in the post template and it is working for me. Some examples
– https://www.screencast.com/t/SzuTcMGivLh
– https://www.screencast.com/t/kvV2TenPa4P
– https://www.screencast.com/t/Z67wzklIywr
– https://www.screencast.com/t/twuau90RG
These thumbnail sizes are all available
– https://www.screencast.com/t/yyurNDy5
Maybe you can try this a different way. From what I can tell those bigger thumbnails are simply stretched from the original image. The same thing can be achieved with a code like this
– https://www.screencast.com/t/tura62SR5v
The code will affect each featured image on the default post template.
.td-post-template-default
.td-post-featured-image img {
width: 100%;
}
Thanks
Hi,
For the best results you can use 1920px images or maybe even higher. The theme will create the necessary thumbnails form the images you set as featured for posts
– https://forum.tagdiv.com/theme-thumbs/
For example the theme demo uses a image like this to ensure higher quality
– https://www.screencast.com/t/8Xtkmx0r3S
The retina thumbnails will be displayed on high DPI devices. They will be created from the same image and displayed for users that have a retina display (usually Apple devices)
– https://forum.tagdiv.com/retina-images/
Thanks
Hi,
I could not say why this is happening. It could be simply a compatibility issue, or maybe a setting in the plugin that affects the post settings in the backend. We have not tested this plugin with the theme, so I cannot give you a solution unfortunately.
Thanks