Hi,
That is the mobile theme version of the website, you have activated the mobile plugin
– https://forum.tagdiv.com/the-mobile-theme/
Note that the mobile theme plugin is optional, you can simply deactivate it. Then the same content from desktop will be displayed on mobile devices.
Thanks
Hi,
I don’t quite understand what you mean, what exactly is the problem. It would be helpful if you could provide some more details about the issue, for a better understanding.
The burger seems to be clickable now, and a header logo is not present form what I can see.
Thanks
Hi,
That would be the footer logo, it can be changed or removed in the theme panel
– https://www.screencast.com/t/ym3mHWDgmN
For the centering of those element you could use a code like this
– https://www.screencast.com/t/nfHFnJgKk
.footer-text-wrap,
.footer-social-wrap {
text-align:center;
}
It must be entered in Theme panel->Custom CSS section.
Thanks
Hi,
Indeed there is a issue with the default state of the links. A theme condition is not applying because of an addition to the module titles
– https://www.screencast.com/t/atCsGvJ5Pr2C
That span between the heading and link is causing the issue, this theme condition is not applying anymore
– https://www.screencast.com/t/goNdG0cP
I could not say where that code originates from, or what it’s purpose is. I could modify the code in the theme to make it aplly in the new situation
– https://www.screencast.com/t/BiePiwHRFE7
h3 > span > a{
color: #111111;
}
The code has to be entered in Theme panel->Custom CSS.
Thanks
Hi,
Sorry for the misunderstanding, indeed the hero elements has buttons but they do not have a scroll to class feature, at the moment. That option is specific to the button element only.
This might be added in future updates however. Sorry if this is an inconvenience for you.
Thanks
Hi,
So you would like to not display featured images on that particular category page. Note there are a couple of modules that do not display thumbnails
– https://demo.tagdiv.com/newspaper/category/module-8-layout/
– https://demo.tagdiv.com/newspaper/category/module-9-layout/
You could select one of them for that category page, in the per category settings in the theme panel
– https://www.screencast.com/t/RvbYi0FRJic
That would be a solution, all the other modules display thumbnails. Please correct me if I misunderstood something.
Thanks
Hi,
The authors box can be used on pages built with the composer, or as a widget in sidebars for example.
The team member is one of the many multi-purpose elements introduced in the 8.5 theme update. The multi-purpose plugin was made available, to be used together with the tagDiv composer. It ads many items and functionality to the builder
– https://www.screencast.com/t/mx9RDI5pckCr
Thanks
Hi,
The theme package provides a mobile theme plugin, this is optional. If you decide to install and activate it, you can select a menu to be used specifically for it
– https://www.screencast.com/t/uHA3oBKvJ
You can find out more about this plugin functionality here
– https://forum.tagdiv.com/the-mobile-theme/
As I mentioned this is optional. When it is not active, the mobile version is created using the theme responsive design. The same elements from desktop will be displayed on mobile devices, including the menu.
If this is not what you wanted to know, please try to provide some more details for a better understanding.
Thanks
Hi,
Seems there are no featured images set for posts, a featured image or video has to be set like this in order for the theme to create thumbnails
– https://forum.tagdiv.com/featured-image-or-video/
– https://forum.tagdiv.com/featured-image/
– https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
The theme will automatically create thumbnails from the featured images for all modules that are enabled in the theme panel
– https://forum.tagdiv.com/theme-thumbs/
Thanks
Hi,
Sorry for the misunderstanding. Regarding the single image, you could set the image size to contain in the settings
– https://www.screencast.com/t/onbQbFDl
That would produce better results for example
– https://www.screencast.com/t/TTJcRpb20B
Even a text element would do the job – https://www.screencast.com/t/7pVnbXqm
Or you could try some other elements that can display images, check the result with them
– https://www.screencast.com/t/2SotlnJGthNE
Most of those elements are added by the multi-purpose plugin introduced in a previous theme update. I see you use an older version of the theme, you will have to update in order to use them.
The theme by default will not display the last updated date of the posts. That could only be done with a plugin maybe, or with a few modifications in the theme files. This is a similar topic mentioning the necessary changes
– https://forum.tagdiv.com/topic/post-last-updated/
Thank you!
You could split the row in 4 columns initially, then using inner rows split each column further if needed, depending what you want to display in them
– https://www.screencast.com/t/iwOxELUMfyIf
Rows can be stretched as well – https://www.screencast.com/t/j3wLQatnu6u
Thanks
Hi,
@cesaroito So the pagination in the search page is not working properly for you. Please provide a link to your website so we can inspect it.
You can try as a first step to deactivate all plugins, leave only theme plugins active and clear all caching. If you have custom code added in the theme files or theme panel check that as well.
This issue can have may causes, for example in the topic above it was a server htaccess configuration that caused it. You could check with the hosting provider as well, see if they can help.
If possible try with a default WordPress theme and see if the issue is still present. Let us know the results.
Thanks
Hi,
That is unusual, with that header style you are using the header ad should already be centered. I see the ad is no longer showing on your website so I can inspect it. I have tried placing an ad using the same header style, but it is centered for me by default
– https://www.screencast.com/t/02FO22lRiyQ
If you could display the ad again, I will be able to inspect it and try to identify why it is not centered.
Thanks
Hi,
Please send us an email at the address mentioned above for further investigation. Include a link to this topic in the email. We cannot recreate this issue in our tests.
Thanks
Hi,
The issue was fixed in theme version 8.2 since it was discovered, following the WordPress update. If that !important tag is still present in the theme stylesheet in your case, it means that you are using an older version. The theme since that release does not have the mentioned parameter in the stylesheet
– https://www.screencast.com/t/EKzXZZOXwwV
Thanks
The mobile theme plugin is not required, it is optional to install it. This plugin is intended to be used if you would like to present a different and simpler version of the website
– https://forum.tagdiv.com/the-mobile-theme/
So it is up to you whether you want to use it or not. When the mobile plugin is not active the background image can be changed as shown above, and the colors here
– https://www.screencast.com/t/ZXq72ZvIEjfp
A setting for setting a color when the menu is sticky does not exist, this could only be done with CSS. Like this
– https://www.screencast.com/t/QZD4ylWkngz
This code will make the menu bar have a different color chosen by you, when the menu is sticky. It can be entered in Theme panel->Advanced CSS in the phones section
.td-header-menu-wrap.td-affix .td-header-main-menu{
background-color: red!important;
}
Thanks
If it is a shortcode, it can be entered in a simple text element, like this example for a contact form
– https://www.screencast.com/t/WxrXty1AP2n
– https://www.screencast.com/t/SA0G6t7iXwY
So simply drag and place the text element below the grid where you want it to appear, enter the shortcode in the text and save the page. Then view the page
– https://www.screencast.com/t/MLkl9575
The widget should appear, like the contact form in my example
– https://www.screencast.com/t/G2uLHapX
Thanks
I see now what you are referring to, I will add this as well on our list. The developers will consider it, it may be available in the theme in future updates. Thank you for all your suggestions.
Then something else is causing the issue. Deactivate all plugins except theme plugins as a quick test, clear all caching installed and CDN files if used. If you use a child theme, switch to the main theme. Remove any custom code in the theme panel temporarily, do not enter code in the theme files directly.
Try these suggestions and check the results. If there is still a problem, please send us an email at contact@tagdiv.com and provide admin login information. We will take a look. Also paste a link to this topic in the email.
Thanks
Hi,
The system is automatic, the available translation will be the one with the most similarly translated words, this is considered to be correct. Users will download that version when translating.
When more translations are shared the words will be compared, if there will be more similarities then the current translation, this will be available.
Unfortunately there is no way to force a particular shared translation to have priority above the rest.
Thanks
Hi,
That would be the only solution. Only one page builder should be active at a time. Single image elements are affected by both composers when they are simply active, they have a different functionality in each composer.
For example the tagDiv composer uses the image as a background in the single image. Visual composer single image has a different implementation. When both are active the single image will not display properly.
You will have to eventually decide on the composer you want to use, and deactivate the other. Simple as that. The tagDiv composer is considered the main page builder in the theme and it will receive many more features in the future.
Thank you!
Hi,
There is a bottom margin below each paragraph, this has a value of 26px
– https://www.screencast.com/t/ls9q6uaeCyn
It could be changed with some CSS if needed, a theme option dedicated for this is not available.
This code will modify the margin in every location a paragraph is used
.td-page-content p, .td-post-content p, .wpb_text_column p, .td_block_text_with_title p, .woocommerce #tab-description p, .mce-content-body p {
margin-bottom: 20px;
}
Modify the code with the margin value you want and then enter it in Theme panel->Custom CSS section.
Thanks
Hi,
There will be no problem activating the theme on a sub-domain for testing purposes. You can go ahead and install the theme and theme plugins there and activate it.
Thanks
Use the browser inspector to check how the grids will display in terms of responsiveness
– https://www.screencast.com/t/T4nEq1GTb
These results would be more accurate, since this is how they will look when loaded on specific devices.
Hi,
Please check the theme documentation, every block setting is mentioned in this guide
– https://forum.tagdiv.com/block-settings-guide/
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
You can change block titles, ajax menu, filter the posts and sort them as you wish.
Thanks