Hi,
That is how the theme will crop the images when creating the necessary thumbnails
– https://forum.tagdiv.com/featured-image/
– https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
The center-top cropping is considered the best in general, that is why it was decided to use it. This functionality cannot be changed by a theme setting. Each module is different, you could experiment with other blocks and grids, the results may be different
– https://forum.tagdiv.com/theme-thumbs/
Thanks
Hi,
@TechyChaps If deactivating the caching plugin solves the issue, please try and clear the cache in the plugin settings. This is most likely a caching issue, clearing it fully should solve it.
I could not say what settings you should use with that plugin, try a general recommendation. We have not tested that plugin with the theme, in some cases it caused issues based on user feedback. We recommend WP Super Cache
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
Thanks
Hi,
There is an author box element, not quite similar to the implementation in that example
– https://www.screencast.com/t/Gd5GedoOAbrt
Or you could use the team member element
– https://www.screencast.com/t/EBx0eBnL
This last element has options to display the name, social links and description. Also has many design settings available.
Thanks
Hi,
The only method of adding pagination to a post is like this
– https://forum.tagdiv.com/posts-with-pagination/
This form of pagination has to be implemented manually either when creating the post, or by editing it at a later time. It is the only option of the theme regarding post pagination.
Thanks
Hi,
Yes that is the case, enter the CSS code in the theme panel and it will be saved in the database.
I don’t exactly now how you implemented that ad above the article title. If you made modifications to the post templates directly or any main them files, and inserted the ad code there, then the modifications will be lost after a theme update.
In this case you can create a child theme, and modify the post templates or supported theme files through it
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Hi,
The theme has font settings in the theme panel for most elements
– https://forum.tagdiv.com/font-customization/
So you can change the font and font properties there for the elements you wish. For example the font of the article title for the homepage post element you mention, can be changed here
– https://www.screencast.com/t/lo4zrqe6
– https://www.screencast.com/t/rkiKZXH05
– https://www.screencast.com/t/wWcH0tU3jPsH
Each module has a corresponding font setting. You can check what font is currently loaded for a particular element, with the browser inspector for example
– https://www.screencast.com/t/zJJqIquzo1C
Regarding the logo, from what I can see there is no problem. Tested on Chrome incognito and Firefox browser
– https://www.screencast.com/t/9jcfDwVDvG
– https://www.screencast.com/t/3Y6Sv7Uj
Once set in the theme panel the logo should display regardless of browser used
– https://forum.tagdiv.com/logo-favicon/
Thanks
Hi,
You could change that color with some CSS. Something like this code for example
– https://www.screencast.com/t/AgW7PKZGZHmX
This the code used, you may change the color as you want, then enter it in Theme panel->Custom CSS
.td-social-font-icons .td_social_instagram .td-sp:before {
color: #C32AA3;
}
Thanks
Hi,
@AcarelTV The issue in this case was with the save inner row option, in the tagDiv composer
– https://www.screencast.com/t/SrmHc7pr
Seems that this option can cause problems, we will fix it as soon as possible. In the next theme update most likely. If you have used that option please send us an email at contact@tagdiv.com and provide admin login information. Or even if you did not use the option and the composer is not working for you, contact us by email for investigation.
Thanks
Hi,
So the error is present when activating the child theme from what I understand. A default child theme should not cause such issues, it does not contain any code that can cause this.
Please try again, use the child theme provided in the theme package, do not enter any code in it initially. Activate it and check if the error is still happening, it should not. Code you are entering in the child theme might cause the problem, test with a default child theme
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Hi,
The admin-ajax is used by various elements of the theme. These are some similar topics in the matter that you can read
– https://forum.tagdiv.com/topic/admin-ajax-php-issues/
– https://forum.tagdiv.com/topic/admin-ajax-php-bandwidth-hog/
Use for example fewer block types, remove pagination and ajax filters on the blocks.
Thanks
Please provide some more details about what exactly you are referring to, for a better understanding.
Hi,
That can be done in the posts loop settings (latest articles)
– https://www.screencast.com/t/2QefZvwoDdhH
– https://www.screencast.com/t/cXXUn5o9
There you can set the number of posts that will appear in the section.
Thanks
Hi,
I don’t quite understand what that the end result would be. Using it on a category page with category template 1 provides this result
– https://www.screencast.com/t/2cOKdWskkUhR
The code sets the width for the category header and description containers to 100%, it seems to work if that is what you want to do.
Thanks
Hi,
Regarding the mobile menu background, if the mobile theme plugin is not active it can be changed here
– https://www.screencast.com/t/7fAAHdYQ
If the mobile plugin is active the settings are here
– https://www.screencast.com/t/XPrfrNbV
Also the scroll would be present when the mobile theme is active
– https://www.screencast.com/t/sGXK6QYLR2
When inactive it will not appear, it could be made visible by entering this code in Theme panel->Custom CSS
– https://www.screencast.com/t/OctmuN7BL7
@media (max-width: 767px) {
.td-scroll-up {
display: block;
}
The news ticker text can be changed in the theme translation settings
– https://www.screencast.com/t/5YY0QzJy6e
Same for the related articles – https://www.screencast.com/t/hZzfVfoRPeG
Thanks
Hi,
I believe there are stock market plugins that you can try for this. Usually such plugins provide a shortcode that you can place in a text element on the page, in order to display the widget.
Search for plugins like this and try a few, choose the one you like. I cannot make any recommendations since we did not make any tests with such plugins.
Thanks
Hi,
That is exactly what the theme does when setting a background color in the theme panel, it sets a background color on the body. Additionally when doing this it transforms the website into the boxed version, in order to display the background.
So if there is a background color currently on your website, remove it in the theme panel
– https://forum.tagdiv.com/background-introduction/
Pages will not go blue by themselves however and become non-responsive. That would be an issue. I suggest you deactivate all plugins except theme plugins, clear all caching. Check custom code entered in theme panel as well, if you entered any.
We can take a look if you could provide a link to your website. Provide the link here and or by email if necessary at contact@tagdiv.com
Also include a link to this topic in the email.
Thanks
Hi,
The “All” will always be displayed first in the menu, followed by the subcategories in alphabetical order. This cannot be changed by a theme option. It could only be displayed last with a theme modification here
– https://www.screencast.com/t/zDIRU1xPWy
– https://www.screencast.com/t/MwEovjblNzvL
This would be the result – https://www.screencast.com/t/xR2EX64p878y
The order of the subcategories could be changed if needed, with a plugin such as Category Order and Taxonomy Terms Order. This may allow you to change how the categories are displayed.
No need to provide the theme activation key on the forum, I have edited the post and removed it.
Thanks
Hi,
I don’t believe there are any plans at the moment to implement a feature like that. If the request becomes more popular it may be taken into consideration. Or it may be considered regardless if it is a trending feature.
You could try plugins if there are any that have such capabilities. I cannot make any recommendations in the matter unfortunately.
Thanks
Hi,
Seems the author name is hidden with a code
– https://www.screencast.com/t/vlZDvD7Kiyax
That code affects all pages, category pages and posts, basically everywhere the author name would appear. Check the custom code section in the theme panel, maybe the code is located there. Remove the display:none condition.
Thanks
Hi,
That would be the latest articles section, the title inherits the color set here
– https://www.screencast.com/t/hgIJw2WEA
Or you could use some CSS if you want to change the color for that element specifically, and also widgets in the sidebar for the latest articles section
– https://www.screencast.com/t/T9BlvsMHGv
.td-pb-article-list .block-title {
border-color: yellow;
}
.td-pb-article-list .block-title > span {
background-color: yellow;
}
Thanks
Hi,
I have searched online for similar cases, but I found nothing possibly related to this unusual issue. You could create a topic on the official Google forum, they might be able to help with this
– https://productforums.google.com/forum/#!forum/webmasters
All I found is general advice in the matter
– https://support.google.com/webmasters/answer/35120?hl=en
– https://moz.com/blog/how-to-fix-crawl-errors-in-google-search-console
– https://webmasters.googleblog.com/2012/03/crawl-errors-next-generation.html
– https://www.rebelytics.com/crawl-errors-google-search-console/
Thanks
Hi,
If you are referring to the featured video, there is a guide here
– https://forum.tagdiv.com/featured-image-or-video/
Currently this supports videos from YouTube, Vimeo, Dailymotion or Facebook. Check the recommended post templates that should be used with a featured video.
BuddyPress and bbPress are both compatible with the theme
– https://forum.tagdiv.com/how-to-install-bbpress-forum/
Let us know if you have further questions, or if I misunderstood something. Provide more details for a better understanding.
Please do not post your activation key here on the forum, it is not needed to do so. I have edited your posts and removed it.
Thanks
Hi,
You can assign a header menu for all the website, not specific pages. That is the functionality of the theme, there are no options to set multiple menus and condition them to appear on specific pages.
That could only be done with modifications to the theme files, there are some similar topics on the forum
– https://forum.tagdiv.com/topic/display-different-top-bar-menu-with-php/
– https://forum.tagdiv.com/topic/different-headers-on-pages/
– https://forum.tagdiv.com/topic/how-to-register-a-second-menu-for-woocommerce-pages/
– https://codex.wordpress.org/Conditional_Tags
Thanks
Hi,
Those settings should produce the default block header style. The block will inherit the template set in the theme panel. I have tested this functionality and it works properly for me
– https://www.screencast.com/t/tk4B6LKT
– https://www.screencast.com/t/iWrTybHnn
If you are doing the exact same thing and it is not working, we could take a look. Send us an email at contact@tagdiv.com and provide admin login information. Also include a link to this topic in the email.
Thanks
Hi,
If you could provide a link to your website pointing to a post with the issue, we will inspect it.
Thanks