Forum Replies Created

Viewing 15 posts - 571 through 585 (of 1,555 total)
  • Author
    Posts
  • 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,

    in reply to: WEN travel show wrong author name on post #187420
    Psink
    Keymaster

    Yes, we have informed the theme author about this. He will manage to release an update of the Wen Travel Pro by adding an option to choose either to show the admin name or the writer’s name as the author of the posts

    in reply to: WEN travel show wrong author name on post #187408
    Psink
    Keymaster

    @ALBE, The theme will show the writer’s name as the author of the article. But yes we can change that by customizing the theme. for that, you will need to hire a customizer team

    in reply to: Remove “Adapt pet” #187407
    Psink
    Keymaster

    @TIGS-SMITHGMAIL-COM, please follow the screen record to remove the button form the header

    https://www.awesomescreenshot.com/video/13270089?key=d229b7757b95b42cdaa8e3e5140ac666

    in reply to: Change theme colours #187405
    Psink
    Keymaster

    @TIGS-SMITHGMAIL-COM, Ahh yes unfortunately the theme only offer the 4 theme scheme color. But no worries we are working on the custom color option, from this option we will able to choose any color we want

    We will be releasing the new update within 48 hours. And we will let you know once we released the update

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

    @RANJIT, To enable sound you will need to install Header Enhancement Plugin

    Here is the link for the plugin
    https://wordpress.org/plugins/header-enhancement/

    Let me know if this helps you out

    in reply to: Centered text in mobile table cells #187342
    Psink
    Keymaster

    @KKNP, Yes I can see the text of the table aligned at the center on the smaller devices. Here is the CSS that will fix the issue

    @media only screen and (max-width: 1023px){
    td, th{
    padding: 10px;
    text-align: left;
    }
    }

    Please let us know if it works

    in reply to: Centered text in mobile table cells #187329
    Psink
    Keymaster

    @KKNP, please add this CSS at the end of the Additional CSS.

    #breadcrumb {
    margin-left: auto;
    }

    #main-nav .main-nav-wrapper .container{
    z-index: 1;
    }

    #breadcrumb .container div {
    position: absolute;
    }

    #breadcrumb .breadcrumb-trail .trail-items{
    padding: 10px 20px;
    padding-bottom: 30px !important;
    }

    After adding the above CSS your site looks something like this
    https://www.awesomescreenshot.com/video/13079498?key=0d9c4880f7905e1484c61a8a0ebaf68c

    Please let us know if it works or not

    in reply to: Theme not compatibe #187328
    Psink
    Keymaster

    @THOMASS, I guess maybe the plugin is responsible for the blinks. You can try deactivating the plugin one by one and find out which plugin is responsible. Once you find out you can uninstall that plugin

    Regarding Changing the theme yes it may affect the ranking, it depends upon the scripts and other resources used in the theme

    • This reply was modified 3 years ago by Psink.
    Psink
    Keymaster

    @THOMASS, Could you please report this issue to the theme author? You are using the generatepress theme

    Here is the support link https://generatepress.com/support/

Viewing 15 posts - 571 through 585 (of 1,555 total)