Hi,
The weather widget does not have any font settings at the moment. These fonts are predefined in the theme
– https://www.screencast.com/t/Tsy5wCO0O
There could be options added in the future, but I could not say for sure.
A solution would be to change them with CSS. If you should consider it, please provide a link to your website and more details about how you want it to be.
Thanks
Hi,
In that case you could enter the code directly in the theme stylesheet, at the end of the existing code
– https://www.screencast.com/t/xdIlo6vyK4H
Either modify the file by FTP, or you could even edit the stylesheet with the default WordPress editor
– https://www.screencast.com/t/JIi1YDRPS
Or create a child theme for theme customization, and see how it goes
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Hi,
The top grid will display three posts from the Featured category, unless changing the value as shown. The section below will display posts sorted by Latest. The post will be displayed in the latest post loop, depending on post publish date.
Thanks
Hi,
Try reinstalling the theme plugins after changing the theme folder and stylesheet name. Delete them from the plugins folder, and reinstall them from the theme plugins panel. There will be errors if they are active when you change the theme name and activate it.
Thanks
Hi,
There are normal big grids and full big grids. You must use full big grids with the stretch row settings. These are all the available full big grids, at the moment
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
Thanks
Hi,
There are solution to deactivate WordPress attachment pages
– http://incomopedia.com/stop-google-indexing-wordpress-image-attachment-pages/
– https://woorkup.com/stop-google-indexing-wordpress-image-attachment-page/
– http://www.earningguys.com/wordpress/stop-indexing-wordpress-attachment-page/
– http://hostileblog.com/manage-wordpress-attachment-pages/
Thanks
Hi,
If you are referring to Visual composer, the latest theme package includes version 5.4.5 of the plugin.
Regarding the tagDiv composer issue, if the theme system status is set according to the guide you could try this suggestion. Deactivate all other plugins except theme plugins. Then check on a new page if the composer works properly. Let us know the results.
Thanks
Hi,
Maybe it needs to be inserted in the actual post content, as a form of the default WordPress read more tag. However the mentioned WordPress tag cannot be used in the theme, this would be the available pagination for the post page
– https://forum.tagdiv.com/posts-with-pagination/
Thanks
Hi,
A different menu would be possible if you use the mobile theme plugin
– https://forum.tagdiv.com/the-mobile-theme/
The top bar is not displayed on mobile however, mobile theme active or not.
Thanks
Hi,
Please follow the suggestion from this topic
– https://forum.tagdiv.com/topic/wp-admin-widgets-page-shows-blank-page/
Thanks
Hi,
You can 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,
You can use the row settings to achieve full width results on pages
– https://www.screencast.com/t/5Ne2Pqyqur8q
There are also full width grids available
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
Header and footer elements can be stretched as well
– https://www.screencast.com/t/2zSIf7QRWP
Please note that by setting a background color or image in the theme panel, the website will be boxed in this case
– https://forum.tagdiv.com/background-introduction/
Thanks
Hi,
That usually happen when both Visual composer and the tagDiv composer are active. I see you are using Visual composer on posts as well. The solution would be to deactivate the tagDiv composer in the plugins section, if you have decided to use Visual composer as the page builder.
Thanks
Hi,
As it currently is there is no guide that I could provide you for changing the theme name. You can make tests with changing the theme name.
Try deactivating all plugins including theme plugins. Change the folder name and stylesheet name. Activate the new theme in WordPress settings. Reinstall theme plugins. Then check the results.
Thanks
Hi,
That is not a new feature, and I believe it is active by default. In some cases this feature could cause image problems, usually when there are plugin conflicts. Deactivate it if that is the case.
Thanks
Hi,
Please try and understand that if I could give you a viable solution in this matter, I would happily give it to you. We do not have a theme customization service at the moment to make and test different modifications in the theme. That is the current capability of the theme modal feature and it works for what it is intended. Sorry for this inconvenience.
Thanks
Hi,
I believe the more articles box will not be displayed in custom post type pages by default, so there would be no need to make any modification in this matter.
Thanks
Hi,
Yes, that seems to be the case. Maybe the inline image is not the right element in this case since it does not have an option to set a custom link. This might be added later.
You could try the Title over image element, which has an option to set a custom link for the images like this
– https://www.screencast.com/t/Udc0VuEUzh
Sorry for the misunderstanding and the created inconvenience.
Thank you!
Hi,
Also check the theme system status parameter values
– https://forum.tagdiv.com/system-status-parameters-guide/
Insufficient resources can also cause issues in some cases.
Thanks
Hi,
We are sorry that the neither tagDiv composer or Visual composer provided with the theme are not suited for your project. Each one of these editors would usually be sufficient for creating a website.
Maybe you can find a different theme in this case. We will be able to provide a refund if you were to request it.
Thank you!
Hi,
Please check the theme system status parameters
– https://forum.tagdiv.com/system-status-parameters-guide/
Ask your hosting provider to make modifications if needed, then test if the composer works properly. Insufficient resources can cause such issues. Let us know if there still is a problem.
Thanks
Hi,
That can be caused by caching, please try enabling this setting in the theme panel
– https://forum.tagdiv.com/ajax-view-count/
Clear the cache after enabling the setting.
Thanks
Hi,
I really could’n say, could be a setting in the plugin which is causing it. These optimization plugins can cause problems in some cases. You could try a different plugin if this is required.
Also there are many user provided website optimization guides and tutorials here on the forum.
Thanks
Hi,
A theme setting for this is not available at the moment. But you could style the category title with CSS, to be similar to the block header style
– https://www.screencast.com/t/zWSzpaZaaaJy
This is the code used in the example, you may modify it as you wish if needed
.category .td-page-title:before {
content: '\e904';
font-family: 'newspaper',sans-serif;
font-size: 10px;
position: absolute;
bottom: -8px;
left: 0;
right: 0;
text-align:center;
margin: auto;
line-height: 1;
}
.category .td-page-title {
text-align:center;
}
Thanks
Hi,
@Doug Thompson I see that the Jetpack mobile theme is active at the moment on the website. Please deactivate it in the plugin settings, as this will not interpret composer shortcodes
– https://jetpack.com/support/mobile-theme/
If you require a mobile theme plugin there is one provided in the theme package
– https://forum.tagdiv.com/the-mobile-theme/
This is optional, it would be suited for the situations where you would like to display a different version of the desktop pages on mobile.
The same content from desktop will be shown on mobile, if the mobile plugin is not used.
Thanks