Forum Replies Created

Viewing 20 posts - 11,721 through 11,740 (of 12,035 total)
  • Author
    Posts
  • in reply to: Logo – size and centre #133322
    Skandha
    Participant

    @sazerelli: Since you want the logo to be bigger than it’s original size the resolution of the logo has decreased.

    Let me know if you have anymore issues.

    Regards,
    Skandha

    in reply to: Adding Video to Header #133319
    Skandha
    Participant

    @tmurthy: Have a good day!

    Regards,
    Skandha

    in reply to: Align logo to the title #133314
    Skandha
    Participant

    @gruis28: Glad the issue is resolved. Have a good day.

    Regards,
    Skandha

    in reply to: Adding HTML geo tags to website #133311
    Skandha
    Participant

    @vikas: Please check out the following plugin.

    Let me know if this does the work for you.

    Regards,
    Skandha

    in reply to: slideshow with audio #133310
    Skandha
    Participant

    @hollyehrocketmail-com: The audio control bar starts only after the video content so it does not block any content. You cannot decrease the height of it but you can remove the whole bar if you want. Let me know what you would like to do.

    Regards,
    Skandha

    in reply to: Logo – size and centre #133309
    Skandha
    Participant

    @sazerelli: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:1023px) {
    	.custom-logo-link img {
    		width:12%;
    		max-height:200px !important;
    	}
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: Adding Video to Header #133308
    Skandha
    Participant

    Hello @tmurthy, I think I found a better solution for your issue.

    Go to => Appearance => Customize => Additional CSS and the following CSS Code.

    @media screen and (min-width:64em) {
    	.has-header-video .custom-header-media {
    	min-height:450px;
    	}
    }
    #wp-custom-header-video {
    	object-fit:cover;
    }

    Let me know if this works out for you.

    Regards,
    Skandha

    in reply to: Title, Menu, Text colors #133300
    Skandha
    Participant

    @luismarioochoa: To get rid of the white line
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #mobile-footer-menu {
    	border:none;
    }

    To correctly set primary menu as sticky menu
    Go to => Dashboard => Settings => myStickymenu => Change the Sticky Class to .nav-primary and save changes.

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: Change Footer font color #133296
    Skandha
    Participant

    Hello @donadonatoearthlink-net, We can check if a css is working or not or edit a css code using the inspect element option when you right click on the browser screen. You can try for yourself. We cannot log in to your admin panel without you providing us the admin credentials.

    You seem to be using a very old version of the theme. Please update the theme to it`s latest version to make best use of the theme. Also clear your browser cache. This may be the reason the CSS i provided you is not working at your end.

    Let me know if the issue persists.

    Regards.,
    Skandha

    in reply to: Title, Menu, Text colors #133262
    Skandha
    Participant

    @luismarioochoa: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    To make the Navigation Menu transparent

    .nav-primary {
    	background:none;
    }

    To center the footer menu

    @media screen and (max-width:991px) {
    	#mobile-footer-menu {
    		text-align:center;
    	}
    }

    To get rid of division above footer

    #site-generator {
        border:none;
    }

    I’m afraid the scroll up icon cannot be moved that way.

    Let me know if this solves your issue.

    Regards,
    Skandha

    in reply to: How to upload images to the slider #133260
    Skandha
    Participant

    @luismarioochoa: Please check out this link to know how you can upload images to you slider.

    Let me know if this solves your issue.

    Regards,
    Skandha

    in reply to: Title, Menu, Text colors #133259
    Skandha
    Participant

    @luismarioochoa: Go to => Appearance =>Customize => Additional CSS and add the following CSS Code.

    To center the Title/Tagline

    #site-branding, #site-logo, #site-header {
    	display:block;
    	float:none;
    }
    .site-title {
    	text-align:center;
    }

    To center the navigation menu

    .menu.catchresponsive-nav-menu, #menu-main {
        float: none;
        text-align: center;
        width: 100%;
    }
    .catchresponsive-nav-menu li { 
    float: none; 
    }

    To center the mobile menu icon

    @media screen and (max-width:991px) {	
    	#mobile-header-left-menu {
    		float:none;
    		text-align:center;
    	}
    
    	.mobile-menu-anchor {
    		display:block;
    	}
    }

    To change the color of the text in calender page as you said

    span.gigpress-info-label {
    	color:#ff0000 !important;
    }
    
    span.gigpress-info-item {
    	color:#ffffff;
    }

    Let me know if this works out.

    Regards,
    Skandha

    in reply to: Empy spaces in Page Content #133258
    Skandha
    Participant

    @edufuster: Try disabling all your plugins and check your site. Let me know if this issue still persists.

    Regards,
    Skandha

    in reply to: Samsung Galaxy Y screen size? #133257
    Skandha
    Participant

    @effess: The minimum width supported is 280px but the width of Samsung Galaxy Y seems to be 240px. I suggest you to hire a customizer for this purpose.

    Regards,
    Skandha

    in reply to: Testimonial Slider not working properly #133256
    Skandha
    Participant

    @spokehouse: I can’t tell you the exact date but it will be very soon. Will let you know when the update is released.

    Regards,
    Skandha

    in reply to: Background – Footer Menu – Smartphone #133255
    Skandha
    Participant

    @artpriskaleutenegger-ch: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-footer-menu .wrapper {
    	background-color:#000;
    }

    Let me know if this solves your issue.

    Regards,
    Skandha

    in reply to: Align logo to the title #133254
    Skandha
    Participant

    @gruis28: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:1025px) {
    	.custom-logo {
    		position:absolute;
    		margin-left:330px;
    		top:110px;
    	}
    }

    Let me know if this works out.

    Regards,
    Skandha

    in reply to: Adding Video to Header #133253
    Skandha
    Participant

    Hello @tmurthy, Sorry for the late reply. I will forward this issue to the development team let you know as soon as there comes a better solution for it.

    Regards,
    Skandha

    in reply to: gallery width #133197
    Skandha
    Participant

    @banneser: I suggest you not to edit theme files without creating a child theme as all your edits will be lost when you update the theme. Can you post in your site URL.

    Regards,
    Skandha

    in reply to: Disable author and pemalinkin footer #133166
    Skandha
    Participant

    @vasikk: Yes you will need to create a child theme and edit the content-single.php file. Let me know if you comfortable with child theme customization.

    Regards,
    Skandha

Viewing 20 posts - 11,721 through 11,740 (of 12,035 total)