Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterPlease add this CSS to trim the title on one line
#business-field-latest-news-3 .latest-news-title,
#business-field-featured-pages-grid-11 .item-title,
#business-field-featured-pages-grid-10 .item-title{
white-space: nowrap;
overflow: hidden;
margin-right: 10px;
}.business_field_widget_latest_news .latest-news-text-wrap{
padding: 20px;
}Regarding fonts please follow the screen record
https://www.awesomescreenshot.com/video/13775581?key=b875b7798d0d542c0ded94132c37ea9fPsink
Keymasteryes, it is possible, Could you please share the site URL? We will inspect and provide you with a CSS that will fix the issue
Psink
KeymasterCould you please share your site URL? and some of reference screenshot, it would be easy to figure out the issue
Psink
Keymaster@THEJASWINI, We are sorry for the trouble that you are getting editing the site.
Is there any error occurring while editing the site with elementor. We would be grateful if you would share some of the screenshots.We have tested it from our side and it’s working fine as you can see in the screen record
https://www.awesomescreenshot.com/video/13672047?key=068ad54e3710d7b3e1388d8c79b21f78Please elaborate on the issue in more detail so that we can help you to solve that issue. Also, it would be better if you share some reference screenshot
Psink
KeymasterSorry, the feature is only available on the pro version of the Header Enhancement Plugin. You can buy the pro version and enable the sound on header media
here is the link
Header Enhancement PluginPsink
Keymaster@JULY1962, you can follow the screen record
https://www.awesomescreenshot.com/video/13543528?key=3d6a5897a7dd6a59cf240b188b9c7264Psink
Keymaster@TIGS-SMITHGMAIL-COM, Could you please chare your site URL? We will check nad inform you
December 20, 2022 at 10:13 pm in reply to: Mobile output with theme version 3.0 looks strange, i.e. menu, sub-menus, items #187562Psink
Keymaster@KKNP, Add this CSS, and for the background color you can change the color code in the ‘background-color’
@media only screen and (max-width: 900px){
#main-nav .main-navigation-search{
display: none;
}.menu-toggle:hover, .menu-toggle:focus{
background-color: #1e73be;
}
}December 19, 2022 at 10:57 pm in reply to: How can I remove the search icon in the menu on Corponess #187545Psink
KeymasterAdd this CSS in the Customizer >> Additional CSS
#primary-menu .search-menu{
display:none;
}Please let us know if its works
December 19, 2022 at 10:45 pm in reply to: Mobile output with theme version 3.0 looks strange, i.e. menu, sub-menus, items #187544Psink
KeymasterPlease Add This CSS,
html[lang=”auto”] .trail-item a[rel=”home”] span,
html[lang=”sv-SE”] .trail-item a[rel=”home”] span{
display:none;
}html[lang=”auto”] .trail-item a[rel=”home”]:after,
html[lang=”sv-SE”] .trail-item a[rel=”home”]:after{
content: “Hem”;
}@media only screen and (max-width: 900px){
.main-navigation .menu-toggle {
margin: 10px 10px 5px;
border: solid #fff;
}.menu-rum {
margin-left: 0px !important;
}#main-nav ul ul{
background-color: #0c0e1082 !important;
}#primary-menu .sub-menu li > a {
font-size: 11px;
color: #ffffff !important;
background-color: #ffffff00 !important;
}#primary-menu .sub-menu li.current-menu-item > a{
background-color: #1e73be !important;
}}
Let us know if its works
December 16, 2022 at 2:09 am in reply to: Activated Breadcrumb Simple gives error in Google Rich Results #187509Psink
KeymasterAs we have to get updated with the WordPress version and the PHP version. We have to get updated to the latest version. Older versions may arise many issues because in every update functions are added or deprecated.
So in every update of WordPress, we have to check compatibility and release new updates by fixing the issue that arises with the new version of WordPress. In the same way, there is no such breadcrumb issue in the past days. And now in present days issue arise and we have fixed that issue in the latest version.
Psink
Keymaster@DAVIDF, Please add this CSS in the Additional CSS
@media screen and (min-width: 1025px){
#inner-content-wrapper #primary {
width: 75%;
float: left;
padding-right: 30px;
}#inner-content-wrapper #secondary {
width: 25%;
float: left;
}
}December 15, 2022 at 10:21 pm in reply to: Activated Breadcrumb Simple gives error in Google Rich Results #187463Psink
Keymaster@KKNP, The issue has been fixed in the latest version. You are using v2.4 on your site, please update the theme to the latest version which is v3.0.
Psink
Keymaster@TIGS-SMITHGMAIL-COM, we have released the update please update the theme you will be able to change the theme color to any color you want
After the theme update, you will notice inside customizer >> color there you will see custom color options
Psink
Keymaster@MPAY22, We will provide a few lines of CSS code, Add that in the Additional CSS in the customizer
Here is the CSS code
#main-slider .cycle-caption{
top: 65% !important;
}You can change the number as per your requirement
Please follow the screen record
https://www.awesomescreenshot.com/video/13302458?key=fe9b7bd4b9db053d2e55c4c2e6e3a495Regards,
-
AuthorPosts