Hi,
@arturkrzyk That is a used in the category templates, there are two templates that feature a transparent header. They can be seen in the live theme demo
– https://demo.tagdiv.com/newspaper/category/template-style-6/
– https://demo.tagdiv.com/newspaper/category/template-style-8/
You simply need to choose one of these templates for the category you want, in the theme panel
– https://forum.tagdiv.com/how-category-settings-work/
Be sure to set a background image as well for the category page where you apply the template, and that is all
– https://www.screencast.com/t/PqdqfPKlxtHZ
Please let us know if you need further help, or you have more questions.
There are also post templates that have similar design, see them here
– https://forum.tagdiv.com/post-templates-2/
These will use the featured image of the post as background.
Thanks
Hi,
The Facebook link does not seem to be valid, as mentioned by epickenyan. Please make sure you are configuring the counter according to the guide, and it should work
– https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Thanks
Hi,
Please try and reinstall the latest theme version by FTP
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Check if the multi-purpose plugin is active afterwards. If you already tried this and there still is an issue, please send us an email at contact@tagdiv.com and provide admin login information. We will take a look. Also paste a link to this topic in your email.
Thanks
Hi,
You could enter this code in Theme panel->Custom CSS code section, the arrows will be removed from the news ticker element
– https://www.screencast.com/t/xCmspkovXir
A specific option to remove these arrows does not exists at the moment, they will always be displayed
.td_block_trending_now .td-next-prev-wrap {
display: none;
}
Thanks
Hi,
There seems to be an issue with the admin-ajax process, the server is returning a service unavailable error from what I can see
– https://www.screencast.com/t/xQQqWY6JpE
You could contact your hosting provider, maybe they can provide some information about why this is happening. Please also check the theme system status and ask the hosting to make modifications if needed, to these parameters
– https://forum.tagdiv.com/system-status-parameters-guide/
Thanks
Hi,
That is an icon font, this font is predefined in the theme. A specific option to change the menu drop-down icon is not available in the theme. This is where the icon is defined in the theme stylesheet, if you would like to make modifications
– https://www.screencast.com/t/C8iJ24NPJJ
– https://www.screencast.com/t/6ItjKr2EDT8
Thanks
Hi,
Please also check these sections in the theme panel
– https://www.screencast.com/t/OfyzGvRE
Remove or replace the background set there. Let us know if there still is a problem.
Thanks
Hi,
You could simply search for it in the Add new plugin section, in the WordPress dashboard
– https://www.screencast.com/t/Jw9QnQrryojk
Then install and activate the plugin.
Thanks
Hi,
That code should work, it seems to do so when it is applied on the post you mention
– https://www.screencast.com/t/Ij7j4Qkj0
It is working for the ordered list but not for the other list form what I can see. That is because a missing comma in the code
– https://www.screencast.com/t/Z1GbylOuk
Thanks
Hi,
Sorry again for the delay, replied via email.
Thanks
Hi,
So you would like to remove the background only on hover. You could try a code like this one for example, it will remove the background color when hovered and color the link as you wish (a color would be necessary because the font will not be visible with no background). The result will be like this
– https://www.screencast.com/t/sQWS5FJ68b
.td-post-category:hover {
background-color:transparent;
color: blue;
}
Thanks
Hi,
You could try and target the first paragraph in the post content with CSS, like this
– https://www.screencast.com/t/8eyzgCOjwd0A
This code will select the first paragraph and allow you to style it as you want, give it a try. Use the font properties you want in the code example, then enter it in Theme panel->Custom CSS section
.td-post-content p:first-child {
color: blue;
}
Thanks
Hi,
If the tag slug is the same as the tag title itself, there should be no problem filtering the posts by tags in a block element. In my tests there is no issue with the tag filter
– https://www.screencast.com/t/CLN9Ep5wZdEI
– https://www.screencast.com/t/6pLP9vnOqn
Thanks
Hi,
Only one demo can be active at a time. If you have installed the Gadgets demo, installing a different demo will uninstall the current one. If you are interested in the Smart app demo homepage, you can create such a page using the newly introduced multi-purpose elements in the tagDiv composer.
The demo files like the demo design or homepage content, these can be seen in the theme files here
– https://www.screencast.com/t/WyOcZnyujN6E
Thanks
Hi,
That would not be possible, the tagDiv composer can only be used for creating pages. It cannot be used for posts
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Thanks
Hi,
The header search seems to be in the right place at the moment
– https://www.screencast.com/t/11g8ja79V9ZY
In all cases until now the issue has been solved by clearing installed caches.
Thanks
Hi,
I have inspected the website, the homepage seems to be displayed at the moment on mobile
– https://www.screencast.com/t/o1cTUC89Jo32
– https://www.screencast.com/t/LvZhEjawb
There are no problems form what I can see, with the homepage content. The same content from desktop will be displayed on mobile, if the optional mobile theme plugin is deactivated.
Only if this plugin is activated you will have to create the mobile pages using the mobile editor
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hi,
In most cases insufficient resources are the cause for this to happen. Please check the theme system status and ask your hosting provider to make modifications if needed according to this guide
– https://forum.tagdiv.com/system-status-parameters-guide/
After everything is set properly, check if the composer works as intended, and there is no problem editing pages with it. Please let us know if there is still a problem.
Thanks
Hi,
The custom code will be loaded in the footer. Depending on what is required, if you have custom code you could enter it in the provided sections in the theme panel. There is no tutorial I can provide for the custom code sections or documentation, at the moment.
Thanks
Hi,
Please check the theme requirements mentioned here
– https://forum.tagdiv.com/requirements-for-newspaper/
– https://forum.tagdiv.com/system-status-parameters-guide/
Make modifications according to the guide, ask your hosting provider for assistance if needed. Then check if the composer works as intended.
There would be no need for anything else to ensure the functionality of the theme and theme plugins. Let us know if you still have problems.
Thanks
Hi,
I have inspected the website and I see the issue, there seems to be a delay before the stylesheet is loaded. Please try to disable the optimization plugin you have installed, clear all caching and check if the issue is still present.
Some optimization plugins or configurations can interfere with the loading of the resources and cause such issues.
Thanks
Hi,
You could try the code provided below with this result
– https://www.screencast.com/t/HSMlIel5lCUh
@media (max-width: 1018px) {
#td-top-mobile-toggle {
display: inline-block;
position: relative;
}
#td-header-search-button-mob {
display: block;
}
.header-search-wrap .td-icon-search {
color: white!important;
height: 54px;
width: 54px;
line-height: 54px;
font-size: 22px;
margin-right: 2px;
}
.sf-menu,
#td-header-search-button {
display: none;
}
body .td-header-wrap .td-header-main-menu,
.td-header-wrap .td-header-menu-wrap-full {
background-color: #fdc42d !important;
}}
Or make modifications to it as you wish if needed, then enter it in Theme panel->Custom CSS section.
Thanks
Hi,
The “Trending now” title can be customized in the Theme panel->Translations section
– https://www.screencast.com/t/WHHl9UJVPyS
Big grids and blocks will display n posts or pages, please see this tutorial
– https://forum.tagdiv.com/block-settings-guide/
So you can display the pages you want in the big grid, by setting the post type to page
– https://www.screencast.com/t/3jGWGT0X
To control the exact order of the pages or posts in the grid you would have to enter the IDs manually in the ID filter
– https://www.screencast.com/t/WNGfSi48J
Thanks
Hi,
The theme stylesheet is located in the main theme folder, you could even use the default WordPress editor to enter it, at the end of all the code
– https://www.screencast.com/t/8F05W0tnUj
However, if you have sent us an email we will try to identify why the code is not working properly.
Thanks
Hi,
I have inspected the website, at the moment the issue does not seem to be present
– https://www.screencast.com/t/yQBiVXySK2D
The mobile theme plugin is sensitive, this problem could happen due to a plugin conflict.
If it happens again try deactivating all plugins except theme plugins as a test, this should resolve the issue.
The mobile theme plugin is optional, in case it is conflicting with one of your other plugins you could simply deactivate it. The main theme will still provide good results on mobile.
Thanks