Hi,
With the browser inspector you can inspect any element on the page. For example Block 9, right click the article title and click inspect
– https://www.screencast.com/t/KXcqgRTCe29
This is a guide about using the browser inspector to identify elements and classes used, in order to make custom code, or simply inspect them
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Please let me know if you need further help, and thank you for your appreciation of the theme.
Thanks
Hi,
That may be related to caching. If settings in theme panel or back-end are not displayed on the front-end then that is probably the cause. If you have caching try making a modification again, then clear any installed cache. That should refresh the website imediately.
Thanks
Hi,
Maybe the theme did not update properly. Please try and reinstall the theme by FTP
– https://forum.tagdiv.com/install-via-ftp/
Then deactivate all plugins except theme plugins. If a child theme is used, switch to the main theme. Do not add any custom code to the theme files, or modify it in any way. Then check if the post settings work properly.
If the problem is still there please 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,
For the post pages you can set three article ads
– https://forum.tagdiv.com/article-ads/
You can use other ads, Adsense is not a requirement. Enter the ad code in the article ad sections in the theme panel, and the theme will display the code as it is.
More useful information here
– https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
You can display for example different adds based on device, like shown in the guide.
Thanks
Hi,
Please try it like this and it should work properly for all post templates
.td-post-views {
display: none!important;
}
Thanks
Hi,
The excerpt length can be changed for each module individually. On desktop here
– https://www.screencast.com/t/aVj0bn7thjZH
And on mobile when using the mobile theme here
– https://www.screencast.com/t/w3pBcb5ZSu
Thanks
Hi,
Make a backup to your database just to be safe. Please update the theme by FTP like this
– https://forum.tagdiv.com/install-via-ftp/
Update the included plugins as well. Please note that much has changed from that version in the theme and Visual composer. In Newspaper 8 the tagDiv composer as introduced as well.
I believe it would be best to try and recreate the pages with the new tagDiv composer if possible after the update
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Custom codes or the same modifications may not work in the new theme. The child theme too, if there is one. Deactivate all plugins except theme plugins except theme plugins to rule out any conflicts.
Check the theme system status and make modifications to the parameters mentioned in this guide if necessary
– https://forum.tagdiv.com/system-status-parameters-guide/
Thanks
Hi,
I can confirm the issue is fixed in the available themeforest theme package, at the moment.
You could also make the small modification in the code as mentioned in the topic provided above, or download the package again and replace the file mentioned in the same topic.
This was the problem that caused the issue, and it is present on your website
– https://www.screencast.com/t/ZdbDotapi
Please let us know if you manage to solve the issue. We are sorry for any inconvenience this has caused for you.
Thanks
Hi,
Try making the modifications in these files, as shown in the screenshot (you can use the conditions from the other modifications) in all the shown locations
– https://www.screencast.com/t/2j4l0XKI
– https://www.screencast.com/t/lVc2ioyacV
Use the shop word in your language as well, I forgot to mention that. It should work properly, it is working in my tests.
That
Hi,
I believe this a cart page and it displays the right menu on mobile from what I can tell
– https://www.screencast.com/t/9ExYfqx9Lg
– https://www.screencast.com/t/63wkG8Zb
And for checkout as well
– https://www.screencast.com/t/BNLz99sA
– https://www.screencast.com/t/GFOfmjDRriBQ
Maybe I am misunderstanding this.
Thanks
Hi,
Try a code like this for example
– https://www.screencast.com/t/fyfi6PMh
– https://www.screencast.com/t/edWioJAPe
Enter the code in Theme panel->Custom CSS if you decide to use it, I think that is what you wanted
.td-header-logo {
position:relative;
top:40px;
}
.td-header-menu-wrap.td-affix .td-header-logo{
top: 24px;
}
Thanks
Hi,
The Total cache is known to create problems in some cases, in combination with the theme. The WP Super Cache is tested and works properly however.
Thanks
Hi,
You could set a background color in the theme panel
– https://www.screencast.com/t/tYo5a4Oj
It will apply on all the website including posts. A shadow could be added like this for example
– https://www.screencast.com/t/Dfa71d5VcSk
This is the code used in the example if you want to use it (modify the values how you want), enter it in Theme panel->Custom CSS and it will apply only on post pages the way it is now. A theme background must be set in the theme panel for it to work properly.
@media (min-width: 1180px) {
.single.td-boxed-layout #td-outer-wrap {
width: 1164px;
margin: 0 auto;
-webkit-box-shadow: 0 0 5px 0 rgba(255,0,0,1);
-moz-box-shadow: 0 0 5px 0 rgba(255,0,0,1);
box-shadow: 0 0 5px 0 rgba(255,0,0,1);
}}
Please correct me if I misunderstood something.
Thanks
Hi,
Please enter this code in Theme panel->Custom CSS and check the results. It should fix the issue you are having
.td_block_text_with_title
.td-element-style {
z-index: -1;
}
Please let me know if you still have further problems.
Thanks
Hi,
There was a problem with the mobile theme functionality in the theme update, please download the theme package again and install it. Check this topic for more information as well
– https://forum.tagdiv.com/topic/mobile-tabs-not-loading/
If the problem remains please provide a link to your website if possible, so we can inspect it.
Thanks
Hi,
1. The demo is created custom and some elements can be modified with code when designing the demo style. In these cases settings from the theme panel are overwritten. This particular demo has a condition that when header style 5 is used, the header menu will display in black when the menu item is active or hovered
– https://www.screencast.com/t/37v7KVxrqz3
If you want them to be orange and keep the header style, you can make the change like this
– https://www.screencast.com/t/vDNPMvNe
Sorry for any inconvenience.
2. The Super cache plugin is tested with the theme and it works properly. WE have not had any similar reports. Something else might be causing the issue. Try deactivating all other plugins except theme plugins and the cache plugin and check the results.
Also try checking in the browser inspector console (press F12) on the page when the problem is happening, and check for errors.
3. There are some solutions here on the forum that you could try for that plugin
– https://forum.tagdiv.com/topic/multiple-authors-implementing-co-authors-plugin-into-theme/
4. The article title font can be changed for the Big grid in the theme panel. These are the modules where you will have to change them
– https://www.screencast.com/t/ymWZI6rXDV3q
– https://www.screencast.com/t/2UwlbUHCnc
Here you can see what modules different blocks or grids contain
– https://forum.tagdiv.com/theme-blocks-modules/
5. At the moment there is no option to add more sharing socials in the post page. These are the only available settings
– https://forum.tagdiv.com/sharing/
There are solutions on the forum to add particular socials, but would require theme file modifications. I believe there are plugin that you could try as well if you need more options.
6. If you mean the space between the modules in the Big grid, that cannot be removed. That is how the grid is designed, there is no option to modify it.
Here you can see how all the Full grids look
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
It could only be done with custom code.
7. The More articles box that is displayed on posts can be enabled in the Theme panel
– https://forum.tagdiv.com/more-articles-box/
Please correct me if I misunderstood something about the questions.
Thanks
Hi,
The pages need to have featured images, in order to display thumbnails in the module
– https://www.screencast.com/t/sQQgbjmQGA8t
The theme creates thumbnails from the featured images you set
– https://forum.tagdiv.com/featured-image-or-video/
– https://forum.tagdiv.com/theme-thumbs/
Thanks
Hi,
Glad you could solve the issue. Usually plugins are the cause for image problems in almost all cases. Some plugins interfere with the theme functionality, and deactivating them should be the first step in resolving problems.
Please note that if you reply in your own topic, this will refresh the topic and will delay the answer. We answer from oldest to newest, and try to reply as soon as possible in this order.
Thanks
Hi,
1. If you mean on pages, a widget sidebar can simply be placed in the desired column
– https://www.screencast.com/t/WubWt0PA
Then select from your available sidebars, and it will be displayed accordingly.
If you have a problem doing this, it would be helpful if you could provide some screenshots of the problem and more details so we can understand better.
2. You can place any number of blocks on the pages
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Here you can see how all the blocks look in different layout settings (use selection on the right to switch blocks)
– https://demo.tagdiv.com/newspaper/block-1/
These are all the Big grids
– https://demo.tagdiv.com/newspaper/big-grid-1/
And all the available Full Big grids
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
There are also other elements that are available in the tagDiv composer.
Thanks
Hi,
In that smart list style there is only one ad possibility in the theme panel
– https://www.screencast.com/t/Zf9T48IQM7iS
You could try and insert a do shortcode for example or other implementation with a custom ad in the smart list template file
– https://www.screencast.com/t/MppY25RDB
Check this topic for more information about shortcodes
– https://forum.tagdiv.com/topic/ads-shortcode/
Thanks
Hi,
Please 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,
You could try a code like this to change the color for example of the breadcrumbs, only on category pages
– https://www.screencast.com/t/L9zLVYtjdMl
.category .entry-crumb,
.category .td-bred-no-url-last:not(i) {
color: yellow;
}
Thanks
Hi,
The blocks and grids will not display private posts, that is the way the theme is designed.
Regarding user roles, the theme uses the default user role capabilities
– https://codex.wordpress.org/Roles_and_Capabilities
Those could only be changed with plugins that have maybe the options needed. There are no theme options by default in this matter.
Thanks
Hi,
That is a unusual problem with the Yoast SEO plugin. Try modifying the title like this and check the results
– https://www.screencast.com/t/422c08TQl124
Replace the line of code containing the title from the theme, with this one
– https://pastebin.com/gDDD81nB
Make a backup of the file before trying this, just to be safe.
Thanks
Hi,
That would require modifications to the logo files. The default URL is the home address.
Try making the change in this file like this
– https://www.screencast.com/t/rFbgDqeC
Thanks