Forum Replies Created

Viewing 15 posts - 556 through 570 (of 1,549 total)
  • Author
    Posts
  • in reply to: Irregular Card Sizes and font #187826
    Psink
    Keymaster

    Please 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=b875b7798d0d542c0ded94132c37ea9f

    in reply to: Irregular Card Sizes and font #187777
    Psink
    Keymaster

    yes, it is possible, Could you please share the site URL? We will inspect and provide you with a CSS that will fix the issue

    in reply to: We Travel pro #187776
    Psink
    Keymaster

    Could you please share your site URL? and some of reference screenshot, it would be easy to figure out the issue

    in reply to: Unable to edit the theme with Elementor #187722
    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=068ad54e3710d7b3e1388d8c79b21f78

    Please 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

    in reply to: Header Video has no sound #187633
    Psink
    Keymaster

    Sorry, 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 Plugin

    in reply to: Separate Blog Page #187632
    Psink
    Keymaster
    in reply to: Change theme colours #187603
    Psink
    Keymaster

    @TIGS-SMITHGMAIL-COM, Could you please chare your site URL? We will check nad inform you

    Psink
    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;
    }
    }

    in reply to: How can I remove the search icon in the menu on Corponess #187545
    Psink
    Keymaster

    Add this CSS in the Customizer >> Additional CSS

    #primary-menu .search-menu{
    display:none;
    }

    Please let us know if its works

    Psink
    Keymaster

    Please 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

    Psink
    Keymaster

    As 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.

    in reply to: Primary Sidebar disapeared #187464
    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;
    }
    }

    in reply to: Activated Breadcrumb Simple gives error in Google Rich Results #187463
    Psink
    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.

    in reply to: Change theme colours #187462
    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

    in reply to: Slider Caption #187421
    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=fe9b7bd4b9db053d2e55c4c2e6e3a495

    Regards,

Viewing 15 posts - 556 through 570 (of 1,549 total)