Hi,
That seems to be server related issue, you could contact your hosting provider and mention this to them. Or you could try a different method of installing plugins
– http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/
All the plugins are provided in the theme package, plugins folder
– https://www.screencast.com/t/IFpiOwwR
So you could install the composer with WordPress or FTP.
On pages you can create sticky sidebars as mentioned in this guide
– https://forum.tagdiv.com/smart-sidebar-2/
Check in the bottom part of the tutorial, on pages you have to enter a required extra class for the row.
Hi,
You can search online for database related issues, you could find useful topics. I found this topic for example
– https://wpartisan.me/tutorials/wordpress-database-queries-speed-sql_calc_found_rows
Maybe your hosting provider can provide some advice as well.
Make sure you have installed the required plugin as mentioned in the guide
– https://forum.tagdiv.com/how-to-add-icons-in-menu/
Then add the icons you want and there should be no problem
– https://www.screencast.com/t/jXJAnqLs5yhf
– https://www.screencast.com/t/gQjlB94Pc
Hi,
There is an extensive discussion regarding the logo heading in this topic
– https://forum.tagdiv.com/topic/h1-in-logo/
– https://forum.tagdiv.com/topic/multiple-h1-in-a-my-custom-page/
Thanks
Hi,
First please check the theme system status parameters
– https://forum.tagdiv.com/system-status-parameters-guide/
Ask your hosting provider to increase and adjust the mentioned parameters. Additionally deactivate all plugins except theme plugins, also reinstall the tagDiv composer plugin. Then try again. If there is still a problem, send us an email at contact@tagdiv.com and provide admin login information so we can take a look.
Include a link to this topic in the email.
Thank you!
Hi,
If the theme ad spots are not sufficient, the only option would be to implement the ads thorough a plugin. I couldn’t say if there are any plans to make modifications to the ads in the theme at the moment.
Most theme users that want more advanced ad settings recommend the Adrotate plugin. This is compatible with the theme based on user feedback. Here are some guides if you would like to try
– http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
– https://ajdg.solutions/manuals/adrotate-manuals/
Maybe in a future update more ad spots and options will be available in the theme.
Thanks
Hi,
You can see how all the header styles look in the theme documentation
– https://forum.tagdiv.com/header-styles/
All header styles are predefined so there should be no problems like you mention. If you have a problem please provide a link to your website so we can inspect it.
Thanks
Hi,
Make sure your configuration is made properly and keep testing. The theme itself has no email options, it does not send emails or has any settings for mailing. You will have to manage these either through the hosting if they provide such a service, or with a plugin
– http://www.wpbeginner.com/wp-tutorials/how-to-use-smtp-server-to-send-wordpress-emails/
– http://webcraft.tools/simple-smtp-plugins-for-wordpress/
Thanks
Hi,
I will add this on our plugin suggestion list, it will be considered and in a future update it may be available. There are many plans for the AMP plugin in terms of features and options. Thank you for the suggestion and appreciation.
Hi,
If you mean the sidebar which presents all the available demos, that is custom made. If you would like to achieve something similar for your website best you use a plugin, rather than code implementation.
There are plugins that may be able to do something like that, maybe try some of these
– https://ourcodeworld.com/articles/read/325/top-10-best-slide-sidebar-menu-drawer-javascript-and-jquery-plugins
Hi,
I could give you a code to make the top menu transparent and also position the top menu besides the logo, something like this
– https://www.screencast.com/t/iWtfiBvJLjFn
.td-header-style-10 .td-header-top-menu-full {
background-color: transparent;
top: 48px;
}
I believe that is what you wanted, give it a try and enter the code in Theme panel->Custom CSS section.
Thanks
You could center the image like this
– https://www.screencast.com/t/2RjFo0O0
.td_module_10 .td-module-thumb {
width: 218px;
text-align:center;
}
.td_module_10 .td-module-thumb .entry-thumb {
display:inline-block;
}
@pemoru Please provide a link to your website so we can inspect the AMP ads. As long as you are entering valid codes in the desired locations there should be no problem
– https://support.google.com/adsense/answer/7183212?hl=en
– https://www.screencast.com/t/Kd7fibQixj
Be sure to test on mobile or mobile emulators to see the ads.
From what I can see none of the images in the post content are found on your server
– https://www.screencast.com/t/RrcL4gdXFtlD
Maybe there were problems uploading them to the media library, check if they are present in the library.
Hi,
We are not aware of such an issue. Try checking the block in the live demo on mobile
– https://demo.tagdiv.com/newspaper/block-11/
Provide some more details or some screenshots of the issue you are having with that block type. We will investigate.
Thanks
There is an opacity transition, maybe that is what you are referring to. You could try setting a custom class to that row and then use some CSS to remove the transition if that us what is needed
– https://www.screencast.com/t/bYvkUMe6dy9
The code you could try would be like this
.my_class .td-element-style {
transition: none!important;
}
Hi,
The theme has no email options, it does not send emails or has any settings for mailing. You will have to manage these either through the hosting if they provide such a service, or with a plugin
– http://www.wpbeginner.com/wp-tutorials/how-to-use-smtp-server-to-send-wordpress-emails/
– http://webcraft.tools/simple-smtp-plugins-for-wordpress/
Thanks
Hi,
It should not be missing, it should be present in the list of demos
– https://www.screencast.com/t/wnfVJ23ljyHE
All the demos are provided in the theme, each one can be installed
– https://forum.tagdiv.com/demos_introduction/
– https://forum.tagdiv.com/installing-demos/
Thanks
Hi,
The ads should appear, just enter the codes in the location you want
– https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
So simply enter teh ad code in the theme panel ad sections and they should appear in those locations. If you could provide a link to your website where ads are supposed to display, we could take a look.
Hi,
That seems to be a valid code enter it and there will be no problem
– https://www.screencast.com/t/jGZMDOgwlL
Thanks
If you want it to apply only below the header try it like this
– https://www.screencast.com/t/8g7AP7sJR
.page-id-XXXX .tdc-content-wrap {
background-color: red;
}
You can use the theme live CSS box as well, to see how different customization work in real time
– https://www.screencast.com/t/mG6MRKfe1Fb
Hi,
Welcome to the forum. Please do not hesitate to ask any questions you might have and we will try to reply as soon as possible.
In our theme excerpts are shown on modules used on blocks, this is an excerpt
– https://www.screencast.com/t/2vI0VDme8
These are the settings concerning excerpts
– https://forum.tagdiv.com/excerpts-introduction/
Manual excerpts can be set for each post if needed
– https://www.screencast.com/t/UcFxW4FeP
– https://www.screencast.com/t/eJdtno5i
Not all modules/blocks display excerpts. See all the blocks here
– https://demo.tagdiv.com/newspaper/block-1/
That is a background image indeed
– https://www.screencast.com/t/Fnw4gy4tzRaP
Each demo contains custom design, the theme by default does not have a setting to set a background image for block headers. There are however many block header styles you can choose
– https://demo.tagdiv.com/newspaper/block-header-1/
If you want to change that image you could replace the default image set in the demo stylesheet
– https://www.screencast.com/t/9W20j63Hl6vw
Thanks
@oneprimalscream Default theme elements like blocks and grids work with both composers. But if you switch composers it is recommended to rebuild the pages with the page builder you want to use, to ensure that there will be no problem.
If you could provide some more details about what exactly is happening, it would be helpful.