There were some changes by Instagram which caused all Instagram relates elements to not function. We are currently working to fix this issue as soon as possible.
You can install plugins in many ways, check this guide for more information
– http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/
@mohammed87 The weather widget works properly from what I can see
– https://www.screencast.com/t/DTaPFgMrP
I have checked top bar and widget and they are both working. Try changing the API key and make sure you use valid locations. The social counter works as well (except Instagram)
– https://www.screencast.com/t/k1n5BrMXl0
If you don’t want it then disable it in the theme panel
– https://www.screencast.com/t/1GVIrggeO
– https://forum.tagdiv.com/login-how-to-enable-user-registration/
Then there will be no login option displayed on desktop and mobile.
Hi,
The mega-menu has a limit for the sub-categories that can be displayed in it. This limit is set to 30 sub-categories. If you want to chnage that limit, this is a similar topic
– https://forum.tagdiv.com/topic/wont-show-all-sub-categories/
Thanks
That can be controlled with the Yoast SEO plugin, theme has no options for it. With the plugin you can configure the title you want
– https://yoast.com/wordpress/plugins/seo/titles-and-meta-descriptions/
– https://yoast.com/titles-meta-variables/
Maybe there aren’t sufficient resources, the theme has some requirements
– https://forum.tagdiv.com/system-status-parameters-guide/
Check the theme system status and if needed ask your hosting provider to increase the allocated resources.
1. I have tried configuring the top bar weather widget, all it needs is an API key and valid location
– https://www.screencast.com/t/bFgm2eaJua
– https://www.screencast.com/t/xt4PPreAjJBc
– https://www.screencast.com/t/LeS3k5DarE
– https://www.screencast.com/t/Mkep1BrrHz
Result – https://www.screencast.com/t/n8q1g1ip
Try generating another API key and use that one, there should be no problem.
2. That would be the latest articles section with pagination. Remove it by selecting a different page template for the page
– https://www.screencast.com/t/61fVxgpxD
3. Some footer templates have predefined content, this cannot be removed, and your added content will be displayed below them. There are multiple footer templates to choose from including blank templates
– https://forum.tagdiv.com/footer-templates/
Also a few theme versions before a new option was introduced, in the footer you can now use a page
– https://www.screencast.com/t/kiGVKIY5HrcB
Let us know if you have further questions, we will try to help as best we can.
Thank you
The opacity transition will be removed if that code is used, but the row background will still be loaded with a delay. That would be the purpose of the smooth transition, so that the row background does not appear all of a sudden in view, but fading in.
That is how backgrounds should be loaded ideally and how the theme loads them all.
Try something like this – https://www.screencast.com/t/3kS3y5qE
– https://pastebin.com/S7YaXpvy
It will darken the gradient by increasing the default opacity of 0.7 to 1. You can also use other colors in the code if needed.
Hi,
We are aware of the recent Instagram issue, there were some changes made by them and we are working to adapt the theme to these changes (as do many other plugin authors and themes that use their developer implementation).
Regarding the other issues you are having, try clearing all caching installed or server provided. Purge all CDN files if used. Also an important step is to clear browser cache or test with a different browser. Temporarily deactivate all other plugins except theme plugins. Let us know how if this has any effect on some of the issues.
You can upload additional fonts in the theme panel, those will appear in the font selection list, please check this guide
– https://forum.tagdiv.com/font-customization/
I really don’t know how that would be possible. A simple comment in the code for a theme element on the post page, or entering a code in the custom CSS section of the theme panel, would cause the whole page to be not found.
Please send us an email at contact@tagdiv.com and provide admin login information. We will take a look. Include a link to this topic in the email.
You are not using icons from the mentioned source
– https://fontawesome.com/v4.7.0/icons/
The new icons in font awesome will not work. A user mentions a different plugin that works with both previous icons used by font awesome and their new icons
– https://forum.tagdiv.com/topic/font-awesome-error/
The media library is located in the WordPress install, and WordPress is located on the server (by default), so other then uploading the images there are no steps to take before using them
– http://www.wpbeginner.com/beginners-guide/where-does-wordpress-store-images-on-your-site/
Try re-saving the permalinks in WordPress settings. Also contact your hosting provider and ask why images from the media library are providing 404 errors. They should be able to check that for you.
Hi,
Indeed the mobile theme plugin does not have font settings. This could only be done with CSS. These is a similar topic explaining how you can load an additional font on mobile
– https://forum.tagdiv.com/topic/change-font-of-mobile-theme/
Then apply it to the elements you want with CSS. The font size could be changed the same way. I can give you some pointers if you could mention for which elements you want to make this modification exactly.
Thanks
AMP pages will be served for mobile devices from Google cache, when the posts are accessed from Google search. They have multiple methods of providing a fast loading time for AMP pages, that would be the purpose of using AMP in the first place
– https://developers.googleblog.com/2017/01/google-amp-cache-amp-lite-and-need-for.html
Hi,
Using the post pagination will not add to the post view counter if that is what you are referring to.
Thanks
@idove We could take a look, please send us an email at contact@tagdiv.com and provide admin login information. FTP and cPanel may be required as well if possible. Include a link to this topic in the email.
Seems you are using a different menu implementation, that space would be the space reserved for the logo. But since you are not using it you could remove it with this code
– https://www.screencast.com/t/JV5w8BfXh
Enter the code in Theme panel->Custom CSS
.td-header-style-7 .td-header-sp-logo {
display: none;
}
.td-header-style-7 .td-header-menu-wrap-full {
height: auto!important;
}
Thanks
For the inside of the containers there is no theme setting. It could only be done with CSS code. The black version demo contains custom design like that for example
– https://demo.tagdiv.com/newspaper_black/
Hi,
That seems to be a very long word, it cannot be broken in a second line. It could be forced to break.
It would be useful if you could provide a link to your website for a more accurate solution. Try a code like this in the meantime and see if it works
.td-module-title {
word-wrap: break-word;
}
Enter it in Theme panel->Custom CSS section.
Please follow this topic
– https://forum.tagdiv.com/topic/error-instagram-widget-in-footer/
Indeed it seems there were some changes on their part which caused all Instagram relates elements to not function. I will pass this along to the developer team and they will investigate the issue.
That should not be a problem. I tried it like this, simply place the revolution slider on a page in a row
– https://www.screencast.com/t/tmB1Fq18RnFs
Then configure the slider to be full width
– https://www.screencast.com/t/oVfJFTW4
Result – https://www.screencast.com/t/eKpKImYjLpjR
Remove the text and it will not appear anymore on AMP post pages
– https://www.screencast.com/t/FM3mYzsg8Eq
– https://www.screencast.com/t/NAOefnr0dL