Forum Replies Created

Viewing 20 posts - 5,701 through 5,720 (of 12,027 total)
  • Author
    Posts
  • in reply to: I Can’t use the new wp editor with catchbase pro #241496
    Skandha
    Participant

    @salamali: Hello there,
    Can you please deactivating all your plugins and check if the window becomes wider?

    Let me know if the issue persists!
    Kind Regards,
    Skandha

    in reply to: reduce text size on custom for table layout #241485
    Skandha
    Participant

    @metalsunny: Hello there,
    I checked your site on my android phone and the table seems to be showing up fine. Can you please attach me a screenshot of how it is showing up at your end?

    Kind Regards,
    Skandha

    in reply to: code visible in service section #241482
    Skandha
    Participant

    @toerfiets: Hello Hans,
    The update has been released. Please update the theme and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    in reply to: words in menu item get automatically capitals #241481
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-navigation ul ul a {
        text-transform: unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Chique Pro remove page title #241454
    Skandha
    Participant

    @viennayeung: Hello Vi,

    Go to => Appearance => Customize => Additional CSS and replce the following CSS Code with the code you have added.

    /* To remove all page titles except Homepage titles */
    body:not(.home) .custom-header .entry-title {
        display: none;
    }
    
    /* To change the color of custom header button */
    .custom-header .more-link {
        background-color: #123456;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: reduce text size on custom for table layout #241453
    Skandha
    Participant

    @metalsunny: Hello there,
    I checked your site you seem to have used a different table now and it seems to be working well. Is your issue resolved?

    Kind Regards,
    Skandha

    in reply to: Switch from free to Pro not possible #241442
    Skandha
    Participant

    @avviano: Hello Walter,
    The recommended format for header video is .mp4 as it is supported by all the browsers and it is a core feature. It is possible to use different format like WebM for header video but that is beyond our support scope. So, if you really need it I suggest you to hire a customizer to get it done.

    To get rid of the little image line at the bottom
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .has-header-video .custom-header-media .wp-custom-header video,
    .has-header-video .custom-header-media .wp-custom-header iframe {
    	padding-bottom: 0;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Change color hoover at the top of header media section #241436
    Skandha
    Participant

    @katie-le: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Rock Star Pro Theme Slider Not Transitioning #241435
    Skandha
    Participant

    @swiftyrox: Hello there,
    I checked your site and the slider images seems to be transitioning well. Are the slides not changing at your end?

    Kind Regards,
    Skandha

    in reply to: Wider width to pages #241425
    Skandha
    Participant

    @alemello: Hello AleMello,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site {
    	margin:0 !important;
    	width: 100% !important;
    }
    @media screen and (min-width: 1280px) {
    	.site {
    		width: 100% !important;
    	}	
    }
    @media screen and (min-width: 1152px) {
    	.site {
    		width: 100% !important;
    	}	
    }
    @media screen and (min-width: 1100px) {
    	.site {
    		width: 100% !important;
    	}	
    }
    @media screen and (min-width: 990px) {
    	.site {
    		width: 100% !important;
    	}	
    }
    @media screen and (min-width: 767px) {
    	.site {
    		width: 100% !important;
    	}	
    }
    @media screen and (min-width: 700px) {
    	.site {
    		width: 100% !important;
    	}	
    }
    @media screen and (min-width: 600px) {
    	.site {
    		width: 100% !important;
    	}	
    }
    @media screen and (min-width: 540px) {
    	.site {
    		width: 100% !important;
    	}	
    }
    @media screen and (min-width: 480px) {
    	.site {
    		width: 100% !important;
    	}	
    }
    @media screen and (min-width: 400px) {
    	.site {
    		width: 100% !important;
    	}	
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: words in menu item get automatically capitals #241424
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-navigation a {
        text-transform: unset;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: how do you remove the view more button from homepage #241423
    Skandha
    Participant

    @packr: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @kthoreson: Hello there,
    Your site URL was not posted. Can you post your site URL?

    Kind Regards,
    Skandha

    in reply to: reduce text size on custom for table layout #241421
    Skandha
    Participant

    @metalsunny: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .gtb-sp > .gtb-fw {
        width: 80vw !important;
        margin-left: -40vw !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Disable Right Column from Home Page #241419
    Skandha
    Participant

    @paulhetherington101: Hello there,
    The option to have different layouts in different pages is only available in pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.

    Kind Regards,
    Skandha

    in reply to: Not able to update Simple Catch Pro theme #241418
    Skandha
    Participant

    @sanket: Hello there,
    I have sent you an email. Please check your inbox.

    Kind Regards,
    Skandha

    in reply to: Featured image #241412
    Skandha
    Participant

    @ujesko: Hello there,
    Please post in your site URL and let me know which featured image you are talking about.

    Kind Regards,
    Skandha

    in reply to: code visible in service section #241274
    Skandha
    Participant

    @toerfiets: Hello Hans,
    The issue has been fixed and update should be released soon.

    Kind Regards,
    Skandha

    in reply to: Upgrade to WordPress 5.4 and issues with Theme Options #241273
    Skandha
    Participant

    @stafca: Glad the issue is resolved. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Featured slider #241263
    Skandha
    Participant

    @meehakugmail-com: Hello there,
    The option to disable pause on hover feature in the slider will be added and an update will be released soon. I will let you know when the update is released.

    Kind Regards,
    Skandha

Viewing 20 posts - 5,701 through 5,720 (of 12,027 total)