Forum Replies Created

Viewing 15 posts - 901 through 915 (of 1,549 total)
  • Author
    Posts
  • in reply to: icons top-menu /display home in other section #155262
    Psink
    Keymaster

    @RGFLY, can you please share a reference screenshot or a site URL if possible?

    regards,

    in reply to: Boxes aren’t outlined #155210
    Psink
    Keymaster
    in reply to: How do I activate the licence #155166
    Psink
    Keymaster

    Can you please check which version is active on your site. maybe the free version is active

    and can you please share your site URL?

    in reply to: Always user hamburger/mobile menu #155165
    Psink
    Keymaster

    @KOFFIE, You can try this CSS

    
    .menu-toggle {
    	height: 90px;
    }
    .site-logo img {
        max-height: 60px;
    }
    .site-branding {
    	padding: 15px 0;
    	min-height: 80px;
    }
    .site-title {
    	font-size: 26px;
    }
    .main-navigation a {
        border-bottom: 1px solid #eee;
    }
    .main-navigation ul.nav-menu > li {
    	padding: 0;
    }
    .main-navigation ul.nav-menu > li > a {
    	padding: 15px;
    }
    .main-navigation ul.sub-menu li a {
    	padding-top: 15px;
    	padding-bottom: 15px;
    }
    .main-navigation ul ul a {
        width: 100%;
    }
    .main-navigation ul#primary-menu li.current-menu-item > a,
    .main-navigation ul#primary-menu li:hover > a,
    .main-navigation ul#primary-menu li:focus > a,
    .main-navigation ul.nav-menu > li > a {
    	color: #2A3235;
    }
    .main-navigation ul ul,
    .main-navigation ul ul ul {
        box-shadow: none;
        float: none;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 0;
        display: none;
    }
    .main-navigation ul.sub-menu li {
        padding-right: 0;
    }
    .main-navigation .menu-item-has-children > a:before {
        content: "";
        float: right;
        position: relative;
        right: 25px;
        background-color: #ccc;
        width: 1px;
        height: 25px;
    }
    .main-navigation .menu-item-has-children > a:after {
        padding-top: 3px;
    }
    .main-navigation ul.nav-menu > li > a,
    .main-navigation ul.sub-menu li a {
        padding: 15px 15px 15px 25px;
    }
    .main-navigation ul.sub-menu li a {
    	padding-left: 50px;
    }
    .main-navigation ul.sub-menu ul li a {
    	padding-left: 75px;
    }
    .main-navigation ul.sub-menu ul ul li a {
    	padding-left: 100px;
    }
    .main-navigation ul.sub-menu ul ul ul li a {
    	padding-left: 125px;
    }
    .main-navigation .menu-item-has-children a svg {
    	display: none;
    }
    .main-navigation ul.sub-menu li a {
    	border-left: none;
    }
    .main-navigation ul.nav-menu {
        margin-right: 0;
        background-color: #fff;
        margin-top: 25px;
    }
    .main-navigation {
    	position: static;
    }
    .main-navigation a {
    	color: #1C2B42;
    }
    .main-navigation svg.icon-search,
    .main-navigation svg.icon-down {
    	fill: #1C2B42;
        margin-top: -5px;
    }
    .main-navigation ul.sub-menu {
    	border: none;
    }
    .menu-open .menu-toggle .icon-close {
    	display: block;
    	fill: #fff;
    	margin: auto;
    	width: 20px;
    	height: 20px;
    }
    #masthead.site-header .main-navigation ul.nav-menu {
        margin-top: 0;
        position: absolute;
        max-width: 400px;
        top: 100%;
        left: auto;
        right: 0;
        width: 100%;
        border-top: 1px solid #eee;
    }
    .main-navigation .search-menu a {
        display: none;
    }
    .main-navigation form.search-form input {
        background-color: #fff;
        border: none;
        min-height: 55px;
    }
    .main-navigation form.search-form button.search-submit {
    	height: 59px;
    }
    .menu-open #search {
        display: block !important;
    }
    .main-navigation form.search-form input {
    	padding-left: 25px;
    }
    .main-navigation .sub-menu svg {
    	-webkit-transform: rotate(0);
    	-moz-transform: rotate(0);
    	-ms-transform: rotate(0);
    	-o-transform: rotate(0);
    	transform: rotate(0);
    }
    #site-navigation ul ul {
    	background-color: transparent;
    }
    .main-navigation li,
    button.dropdown-toggle,
    .menu-toggle {
        display: block;
    }
    .main-navigation ul.nav-menu > li:not(:last-child):after {
        display: none;
    }
    .main-navigation ul.nav-menu {
    	display: none !important;
    }
    .menu-open.main-navigation ul.nav-menu {
    	display: block !important;
    }
    .main-navigation ul.nav-menu > li:not(:last-child) {
        margin-right: 0;
    }
    .menu-sticky #masthead.nav-shrink .main-navigation ul.nav-menu > li > a {
    	padding: 15px 15px 15px 25px;
    }
    .main-navigation ul ul {
        opacity: 1;
        visibility: visible;
    }
    .main-navigation ul.sub-menu li a {
        color: #000;
    }
    .main-navigation ul.nav-menu li.menu-item-has-children:hover ul.sub-menu li a {
        padding: 15px 15px 15px 50px;
    }
    .main-navigation ul.sub-menu > li:last-child > a {
        border-bottom: 1px solid #eee;
    }
    .main-navigation form.search-form {
        border: none;
    }
    #search:before {
        display: none;
    }
    #search {
        position: relative;
        top: 0;
    }
    #masthead .main-navigation a:hover,
    #masthead .main-navigation ul.nav-menu > li > a:hover,
    #masthead .main-navigation ul.nav-menu li.current-menu-item > a {
        color: #A90125;
    }
    

    Regards

    in reply to: Menu button not working in mobile version #155162
    Psink
    Keymaster

    Can you please check by deactivating all the plugins and see still it is not working. Some third parties plugins may cause this type of issue

    Regards,

    in reply to: Looking to upgrade to House State Pro #155048
    Psink
    Keymaster

    @EMRYSGREEN, yes we can make anything changes in the design, just let us know what you want to changes in the design we are always here to assist you with needed additional CSS

    Regards,

    in reply to: Corponess Pro – Elementor Plug in Issue #155026
    Psink
    Keymaster

    @CLAYHALL, please follow the screen record, there is one setting inside Homepage Setting that need to be enabled in order to edit the homepage with the Elementor

    https://www.awesomescreenshot.com/video/4650330?key=92f5cd9331ba2aab76fdc3ddfdbff3f4

    Please let us know you have any confusion

    Regards,

    in reply to: Change the title of category #154820
    Psink
    Keymaster

    @ICHIGONEKO, can you please share a site URL and the reference screenshot?

    in reply to: import the whole demo #154804
    Psink
    Keymaster

    @Nasasira, Please try to follow the theme instruction here is the link
    https://themepalace.com/instructions/themes/raise-charity-pro/#doc-how-to-setup-front-page-as-shown-in-the-demo-11

    if have any confusion during the process, let us know

    Regards,

    Psink
    Keymaster

    @bedrettin, the code you have tried was correct except for “.home”. Since there is “.home” class it only targets the homepage. In order to apply for all other pages, you can just remove “.home” and it will work for all other pages.

    Regarding background, you can add background property on that existing code i.e

    
    .site-footer .page-section {
        padding: 25px;
        background-color: transparent;
    }
    

    Regards,

    in reply to: How do I activate the licence #154800
    Psink
    Keymaster

    @Kevin, Please follow the theme instruction. Here is the link

    https://themepalace.com/instructions/themes/wen-commerce-pro/#doc-theme-activation-5

    If you have any confusion on the process, Let us know

    Regards,

    in reply to: Show header image when header video not available #154765
    Psink
    Keymaster

    @alinatali, did you add CSS code within the theme file or just in the Additional CSS ?

    If you have changed the CSS code in the theme file you can redownload the fresh Signify Dark theme file and replace it with the currently active Signify Dark theme file on your site

    regards,

    in reply to: import the whole demo #154762
    Psink
    Keymaster

    @Nasasira, can you please try the manual import
    here is the demo file
    https://drive.google.com/file/d/1m9nP87zT1ddG_KaL8pYz4hePZx9rPVfq/view?usp=sharing

    Please download the demo file and follow the screen record
    https://www.awesomescreenshot.com/video/4621454?key=6fbd9cab1ee15930b5a611535bab1e8b

    Before you proceed to import, reset the WordPress first by using the “WP Reset” plugin it is mandatory

    Regards,

    in reply to: import the whole demo #154752
    Psink
    Keymaster

    @nasasira, please follow the theme instruction here is the link https://themepalace.com/instructions/themes/raise-charity-pro/#doc-how-to-setup-front-page-as-shown-in-the-demo-11

    if you get any trouble setting up the homepage, let us know

    Regards,

    in reply to: import the whole demo #154751
    Psink
    Keymaster

    @samratbra, no sir there is no options to try pro features for new users

    Regards,

Viewing 15 posts - 901 through 915 (of 1,549 total)