Hi,
You can make some tests if the plugin has a free version, and see if it works properly. Or maybe some other users can share their experience with the plugin.
Thanks
Hi,
I don’t understand exactly what you mean. I have inspected your website, but I do not see any problems with the functionality. Maybe you can provide more details about the problem, so we can understand better.
Thanks
Hi,
Please try the manual activation to activate the theme
– https://www.screencast.com/t/y9OSLcsc
– https://www.screencast.com/t/AEKaTQM0
If you still have problems activating the theme, send us an email at contact@tagdiv.com and provide admin login information so we can take a look. Also paste a link to this topic in your email.
Thanks
Hi,
Please provide more details if there still is a problem, so I can help you further. Specify what exactly is not working. If you made the modification in the code as shown, clear any caching installed and the everything should be in order.
Thanks
Hi,
You could try a code like the one below for example. It will make the header look like this
– https://www.screencast.com/t/fWlrWYUQyKxA
And also the header when sticky will look like this (this can be removed if you don’t want it – the last part of the code)
– https://www.screencast.com/t/gIDKDK4w4t4
Enter it in Theme panel->Custom CSS
.td-header-style-5 .td-header-menu-wrap-full {
background-color: transparent;
}
.td-header-style-5 .td-header-main-menu {
background-color: #1e73be;
}
.td-header-style-5 .td-header-menu-wrap.td-affix {
background-color: transparent;
}
Thanks
Hi,
If a featured image is not set for the post, the theme will display a no-thumb instead of a featured image thumbnail
– https://www.screencast.com/t/PcjysWoL
Those placeholder thumbnails are found in the theme folder here
– https://www.screencast.com/t/f2EZf71a
You could replace them with the images you want and the theme will use those, just make sure they are of the same size and have the same name and format like the default ones.
Thanks
Hi,
Each Big grid has predefined styles that you can select. Those can be seen here for example for the grid you mention
– https://demo.tagdiv.com/newspaper/full-big-grid-5/
If you would like to keep the current grid style, you can try this code that will remove the shadow applied on the thumbnails
– https://www.screencast.com/t/G136zrY1g0nD
Enter the code in Theme panel->Custom CSS if you decide to use it
.td_block_big_grid_fl_5.td-grid-style-1 .td-module-thumb a:last-child:before {
display: none;
}
Thanks
Hi,
I believe you mean the new tab that the browser opens after clicking the mail link, besides the email service. That would require you to modify the theme files. Try modifying this file like in the screenshot
– https://www.screencast.com/t/KR6K6FXjES
Add the line of code exactly as shown and the mail link should not create a new tab when clicked.
Thanks
Hi,
Please contact your hosting and check if the PHP installation has the mbstring extension installed, if not ask them to install it
– http://www.php.net/manual/en/mbstring.installation.php
Thanks
Hi,
Please provide a link to your website where this is happening, so we can inspect it. I have tested the single image element with a custom link set, and it is working properly.
Thanks
Hi,
For the post page the date can be disabled here
– https://www.screencast.com/t/e3ieBK5L
For blocks and modules the date can be disabled here
– https://www.screencast.com/t/6CdAJuptaI
After making the changes, try clearing any caching installed maybe that is why the dates are still displaying.
Thanks
Hi,
The mega menu uses this thumbnail size
– https://www.screencast.com/t/dbttJXJ30zz
That thumbnail is used on other elements as well, like different blocks and grids. If you were to change it, it will change for all these elements as well.
The theme crops the image center top, that is believed to be the best option for most cases and images
– https://forum.tagdiv.com/featured-image/
Then result depends on the images used, some will display better then others
– https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
At the moment the module that the mega menu uses cannot be changed, that would require modifications in the theme files and custom code to modify the menu styling as well.
Thanks
Hi,
At the moment the related articles section is displayed on the bottom of the post page. There is no option to move it inside the post content, or display a second one in the article itself.
I could not say for sure if this feature will be subject to modifications in future updates.
Thanks
Hi,
Use the setting from the Yoast SEO plugin tore move the category base from the URL
– https://www.screencast.com/t/HZHyhZV2
Thanks
Hi,
These are the smart lists that allow placement of ads inside them
– https://www.screencast.com/t/Bnt8f5Pi
Enter your ad code there and the ads should display properly. Test the code in other spots and check if it works there. If the ad code is valid it will be displayed in the smart list as well.
Thanks
Hi,
You can try a code like this for example, it should work for all the grids and remove the shadow you mention
– https://www.screencast.com/t/gVPEdQbyri
.td-grid-style-1 .td-module-thumb a:last-child:before {
display: none!important;
}
Enter the code in Theme panel->Custom CSS section.
Thanks
Hi,
That is how you can change the background color of the header, in the theme panel
– https://www.screencast.com/t/WH6jwsfV5s
If by sliver you mean that there is a flash with the previous color, that may happen in some cases where the loading of the website takes a few moments.
In that case you can try and make the modification to the header style background color directly in the theme stylesheet
– https://www.screencast.com/t/txchgkWRx
Thanks
Hi,
There is no setting for this. Sidebars will be displayed on mobile as well. Only the mobile theme will not display the sidebars, when it is active.
If you use Visual composer there is an option in the columns settings on pages, that allows to hide it on devices
– https://www.screencast.com/t/BvWPdfW9SS9v
But I can’t think of any other setting for this.
Thanks
Hi,
The background setting will apply on the whole website. There is no option to set a background only for specific pages or posts. When setting a background through the theme panel some classes will be applied to make the website boxed, it would be hard to replicate that for particular pages.
On pages, with the tagDiv composer you can set background colors or images for the rows for example
– https://www.screencast.com/t/uniivqFv6X
You could try with custom code based on page ID, maybe something like this
– https://www.screencast.com/t/oAMORoVH
.page-id-16558 .td-container-wrap {
width: 1164px;
}
@media (max-width: 1180px) {
.page-id-16558 .td-container-wrap {
width: 100%;
}}
body.page-id-16558 {
background-color: red;
}
But this is not tested properly, you could give it a try if you want to or modify the code further. Use the browser inspector to identify the elements and classes on the page
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hi,
Please do not edit pages created with Visual composer, in the tagDiv composer. This will not work properly and cause problems
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
If you would like to use the tagDiv composer you will have to create new pages and edit them with the new composer. Try creating a new page and check if everything works properly.
Also check the theme system status and make modifications to the WordPress and server parameters mentioned in this guide, if necessary
– https://forum.tagdiv.com/system-status-parameters-guide/
This will ensure the proper functionality of the theme and plugins.
Thanks
Hi,
The theme handles the google ads in this file
– https://www.screencast.com/t/VyPuGoQvGpN
I don’t know exactly what modifications need to be made to display those ads the way you want, and how they are displayed at the moment or what exactly is the problem with the way they are displayed.
Thanks
Hi,
1. By default the front page displays a list of your latest articles (blog). If that is what you want it to display, the module can be changed in the Theme panel->Template settings
– https://www.screencast.com/t/8VpT8n4gm8JK
That controls how the posts will look, an also allows you to choose a sidebar for the page.
However, you can build your own homepage with the tagDiv composer
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
More information about the composer here
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
The available block settings are mentioned in this guide
– https://forum.tagdiv.com/block-settings-guide/
You can see how all the blocks, big grids and full big grids look here (check the features menu)
– https://demo.tagdiv.com/newspaper/
2. The tagDiv composer is a front-end page editor, so you can see how the page will look while building it. If you mean changes in the theme panel, those cannot be previewed. You will have to save the settings in the theme panel, and then see them on the website.
Please correct me if I misunderstand something.
Thanks
Hi,
The fonts should be loaded if everything is set properly. For the code you use, make sure the fonts folder is placed in the main theme folder. You can check these topics for more information about this, or alternative solutions
– https://stackoverflow.com/questions/13609119/if-multiple-sources-are-listed-in-an-font-face-are-all-of-them-loaded-on-the-c
– https://css-tricks.com/snippets/css/using-font-face/
Thanks
Hi,
If the posts do not have a featured image set, there will be no thumbnail displayed in the blocks and modules. These thumbnails are created from the featured images
– https://forum.tagdiv.com/featured-image-or-video/
– https://forum.tagdiv.com/theme-thumbs/
Thanks
Hi,
This should not cause such an impact on the performance of the website. There is no option to disable it at the moment, this may change in the future. In following updates more options and settings will be added to the composer.
If you want to remove it try commenting this line of code
– https://www.screencast.com/t/zPpb7Xv5Ig
Thanks