No search results were found in Documentation!
Hello Bjerknez,
Sorry but the theme does not have any such an option for this! You should create your custom CSS code -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks for the message!
Hi,
The browser inspector can be accessed by right clicking the page and choose inspect. The inspector will appear, then in the console tab the website status is displayed
– https://www.screencast.com/t/ZwiqO2xC
If there are any errors they will be displayed there. If that solution from the topic did not work, you could better contact the hosting provided and mention this to them. Maybe the theme internal font used for the icons cannot be loaded for some reason.
Hi,
I am very new to all this, how do check in the browser inspector console?
Thanks!
Hi,
I tried to insert a video in a text, seems to work
– http://prntscr.com/kgm6n3
Html also works – http://prntscr.com/kgm78r
These elements work same as before. Maybe check if there are any errors in the browser inspector console, also clear your caching and CDN if used.
Hi,
Once entered the code will apply always. That solution may not work properly for all pages in all situations. It could work if you were to use it more specifically, by including the page ID in the code so it applies only for specific pages
.page-id-XXX .td-sub-footer-container,
.td-footer-wrapper {
position:fixed;
bottom:0;
left:0;
right:0;
}
The page ID can be seen here for example – https://www.screencast.com/t/UI5GJM0s
Or with the browser inspector – https://www.screencast.com/t/v3NcIldEC
Hi,
If you check in the browser inspector console, are there any errors? If there are CORS errors it could be the same as this topic
– https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
Thanks
Hi,
With the help of the browser inspector tool, it can be seen how this is made
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
This is the code used on the website you mention, adapted to work on post content links for exmaple
– https://pastebin.com/3gfJFcHW
Thanks
Hi,
So the theme panel is not saving the settings from what I can see. In some previous cases that was caused by a server firewall or security plugin
– https://forum.tagdiv.com/topic/cant-save-theme-options-2/
Check while saving in the browser inspector console, if there are any errors they will be shown there.
Hi,
Maybe there are errors, check with the browser inspector tool in the console. Potential errors can be seen there.
Then check the basics, theme requirements guide
– https://forum.tagdiv.com/requirements-for-newspaper/
Check if plugins are the cause, check theme modification if you made any, check custom code used, also child theme. Check with hosting to see if anything happened.
Hello sportm,
You should use a custom CSS code that allows you to hide that element for that specific pages, using the page ID. To create your own CSS code, please check the following useful guide from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks for your understanding!
You could check this guide for starters
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
The browser inspector tool is a powerful instrument, very helpful to analyze various website elements and also modify them if needed.
What extra line would that be exactly? I fail to see it, or anything wrong with that top part. I must be misunderstanding.
Hi,
Change it how exactly? There are some margins there, these are seen with the browser inspector
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
But it would depend on what exactly you want to do, remove them, increase/decrease them.
The author line comes from this theme file
– https://www.screencast.com/t/fEbqulzPqwz2
Hi,
I will try to help you.
1 .So you want to increase the size of the text in the post content I believe, when using the mobile theme plugin.
The default font-size is 15px with a line height of 26px
– https://www.screencast.com/t/ylTxhhEnsA
Using the browser inspector this is not difficult to modify
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
So a code like this will affect all the paragraphs in the post content
– https://www.screencast.com/t/tLRvOAl0
Code used in example, modify the values as you want, then enter it in the mobile theme CSS section of the theme panel.
.td-post-content p {
font-size: 18px;
line-height: 29px;
}
2. The mobile theme only has a single module that it uses for the latest articles. This plugin does not have many settings and is kept as light as possible for performance factors. Having many settings and loading heavy resources would only make it slower.
The plugin is optional and intended to be used if the website owner wants to display a simpler and faster variant of the website on mobile, with no dependency on page builder content.
Thanks
Hi,
Could you provide a link to the website so we can take a look?
Do you use the mobile theme plugin? Does the error display at all times if you check in the browser inspector console?
Seems like a conflict with a code entered somewhere in the theme files or theme panel, or loaded by a plugin.
Are you absolutely sure that you deactivated all plugins (except theme plugins), all code added in theme files and in theme panel, deactivated the child theme if used, cleared cache or CDN if used. Remove any theme modifications you might have made.
Hi Nick,
Unfortunately, please notice that we cannot provide custom CSS code because we cannot provide additional customizations. You should use the Inspector Browser to create your own CSS code according to our documentation from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ Usually, we recommend the developers from studio.envato.com.
Thanks for your understanding!
Hi,
The cloud library plugin will work only with theme versions 8.8 and above. It will work only with the tagDiv composer as well and will allow users to design post templates easily. More beautiful templates are on their way.
For adding a new post template by code there is no guide I can provide you. You could modify an existing one if required. In a loop file you can modify the structure of the template (it is possible to modify it in a child theme)
– https://www.screencast.com/t/HujVnLkOu
Depending on what exactly you want to do with the template, CSS may have to be used as well
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If you should decide to update the theme and benefit from all the fixes and additions from 8.1 until 8.8.2, this is a guide
– https://forum.tagdiv.com/how-to-update-the-theme-2/
You can see the changelog at the bottom of this page
– https://themeforest.net/item/newspaper/5489609
Thanks
Hi,
The first thing to check would be the theme requirements, system status section
– https://forum.tagdiv.com/requirements-for-newspaper/
It is imperative that the parameters mentioned in the guide are configured properly. Insufficient resources can cause many issues with the theme or the plugins, if needed ask your hosting provider to increase them as specified.
If there is no need for that, or after making changes it still happens, check if there are any errors in the browser inspector console, while saving a setting in the theme panel.
Server security modules or firewalls may block the admin ajax denying access. In similar cases the issue was caused by that
– https://forum.tagdiv.com/topic/cant-save-theme-options-2/
Thanks
Hello loano1,
Yes, it’s possible if you will use such a custom CSS area and target the specific category by ID and check the results. -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks for your understanding!
Hi,
Check if there are any errors in the browser inspector console, while saving a setting in the theme panel.
Server security modules or firewalls may block the admin ajax denying access to the theme. In similar cases the issue was caused by that
– https://forum.tagdiv.com/topic/cant-save-theme-options-2/
Thanks
Hi,
Yes you can, try it like this – https://www.screencast.com/t/Ln05beSTuw4
Add a new code or add the padding to the previous code with the background.
.td-post-title {
padding-top: 17px;
}
You can create this kind of codes with the browser inspector, it is a powerful tool that can be used to make various modifications or customization through the website
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hello Jan,
If you want to change the color of them, you need to create your own CSS code using the Inspector Browser and check the results. -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks for your understanding!
Hi,
For me they seem to appear on both desktop and mobile at the moment
– http://prntscr.com/kauhpk
– http://prntscr.com/kauij6
I tested with the Chrome browser. Check with the browser inspector when the problem happens, maybe there are errors in the console.
Hi,
From what I can see the website at the moment has functionality issues. There are js errors in inspector console. These seem to affect the header search, all block pagination maybe others as well
– https://www.screencast.com/t/QqquTuHruN
Most issues like this are caused by plugins or code entered in the theme panel, theme files or child theme. Check all of these one at a time.
Deactivate all your plugins except theme plugins as a quick test, temporarily remove codes you entered in the theme panel (ad codes, custom codes, scripts etc). Clear the cache and purge CDN if used. If you use a child theme deactivate it. After each step check if the issue is solved.
1. From what I can see there is a logo set, but the URL to it leads to a 404 page, maybe it does not exist anymore? You could check if that is the case
– https://www.screencast.com/t/4d2QjZEfl
– https://exoportail.com/wp-content/uploads/2018/04/B52C23D441642022E54593A5ED5AAA6F8D7FDF98091A86F380pimgpsh_fullsize_distr.png
2. So you set a background in the theme panel and only you as logged in see this background. I see a background color at the moment
– http://prntscr.com/kaqn9b
3. Users could be receiving a cached version of the website. That would explain the fact that they see a different version of the website. Also check with a different browser while logged in.
Do you use any website optimization or minification plugins? Or image optimization plugins or services?
This kind of plugins or services could be the cause for all the previous mentioned issues. Temporarily deactivate them all if you do. Check if this solves the problems.
Thanks
Hello Rohit,
Keep in mind that the Editor Picks is just a simple Block 7 set up by default for Footer template. There is no option that allows you to change it. If you do not like it, you should not choose to use Footer Template which uses that block and create it by yourself, using a page for your Footer section or, for example, Footer Style 5 which allows you to add any elements you want at the Footer section.
Regarding your second request, you should use such a custom CSS code to change the color. Please use the Inspector Browser, according to our documentation from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks for your understanding!
Hi,
@OFFROAD There are options to upload and use 3 custom fonts at the moment. By default the theme will use these fonts
– https://forum.tagdiv.com/font-customization/
If you maybe installed a demo, this will import additional theme panel settings, so other fonts may be loaded. You could check what fonts are loaded by inspecting the website source for example
– https://www.screencast.com/t/EmHHH9eC94HF
Or use the browser inspector to identify them – https://www.screencast.com/t/92CxuZK5M5
There is now an option to remove all theme fonts
– https://www.screencast.com/t/EW5qkFqML9
If you have problems identifying some fonts, or can’t get the same result, I could take a look. Provide a link to your website and mention which elements you are referring to.
Thanks