Forum Replies Created

Viewing 20 posts - 9,541 through 9,560 (of 12,027 total)
  • Author
    Posts
  • in reply to: Catch Inspire Stats #161897
    Skandha
    Participant

    @bluejay47: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Can't activate pro version #161896
    Skandha
    Participant

    @bluejay47: Glad it worked out. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: No slider function on my homepage #161893
    Skandha
    Participant

    @joker1958: Hello there,
    There seems to be an issue with the get_the_privacy_policy_link(). The issue will be fixed in the next update.
    I could send you a .zip file of the updated theme so that you can check if the issue is resolved.
    Let me know what you would like to do.

    Regarding the Scrollup Option
    Make sure you have not checked the option to disable option.
    Go to => Appearance => Customize => Theme Options => Scrollup Options

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    Skandha
    Participant

    @sebarzon: Hello there,
    I checked your site and you don’t seem to be using our theme and WordPress for your site. Please post in your issues in the respective support forum.

    Kind Regards,
    Skandha

    in reply to: Search missing in Demo and Theme? #161854
    Skandha
    Participant

    @gustavson: Hello there, I hope I was able to help you out. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-education/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Bug in Single Page/Post Image Layout options #161851
    Skandha
    Participant

    @guanghui123: You don’t seem to be using our theme. Please post your issues and queries in the respective theme support forum.

    Kind Regards,
    Skandha

    in reply to: Like button #161850
    Skandha
    Participant

    @guanghui123: You don’t seem to be using our theme. Please post your issues in the respective theme support forum.

    Kind Regards,
    Skandha

    in reply to: Several "bugs" and questions #161848
    Skandha
    Participant

    @gustavson:
    1) Regarding Colors please let me know which colors you would like to change and I will provide you the additional CSS for that.

    2) Are these issues resolved?

    Kind Regards,
    Skandha

    Skandha
    Participant

    Hello guys,

    The bug has been fixed and an update has been released. Please update the theme and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    in reply to: unable to add new page or new post #161831
    Skandha
    Participant

    @sharmillashah: Please try deactivating all your plugins and check if this resolves the issue.

    Let me know if the issue persists.
    Kind Regards
    Skandha

    Skandha
    Participant

    @naoko-kaku: You can always revert to the previous version if you backup your theme before updating the theme. When you update the theme using Catch Web Tool’s Updater Module you will find an option to backup your current version so that incase any bugs shows up you can revert back to the previous version. The backed up theme .zip file will be stored in the Media section on your dashboard. Incase of any issue you can download the theme from the link in the media section and upload it again.

    Let me know if this helps you out!
    Kind Regards,
    Skanhda

    in reply to: Header Media Title #161826
    Skandha
    Participant

    @philadelphiadance: You seem to have activated Radix Theme on your site. I will need you to activate Catch Fullscreen Pro theme so that I can look into the issue.
    You can check out the screen shot below. The activated theme is Radix Theme and not Catch Fullscreen Pro.
    https://www.dropbox.com/s/o1tol7xeo0is1vj/Screenshot_2018-12-19%20PhiladelphiaDANCE%20org.png?dl=0

    Kind Regards,
    Skandha

    in reply to: problem with in the CSS catch responsive pro #161819
    Skandha
    Participant

    @frederic-bar: Maybe you could use a <h2> tags instead of <title> tags.

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

    in reply to: Missing author data in single post Clean Portfolio Pro #161811
    Skandha
    Participant

    @healyourliving: For the author bio you will need to install and activate Jetpack Plugin. Then activate the Custom content types module from the Jetpack Plugin. After activating the module you will find Content Options in the customizer.
    Go to => Appearance => Customize => Content Options => Author Bio => Check the option Display on single posts

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

    Skandha
    Participant

    @infogranufunk-de: There seems to be an issue with color option only reflecting on live preview and not on the site. The issue will be resolved and an update will be released very soon. Thank you for reporting us the issue.

    Kind Regards,
    Skandha

    in reply to: Like button #161786
    Skandha
    Participant

    @flaco: Glad you were able to figure it out! Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Slider Image Size #161784
    Skandha
    Participant

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

    #slider-section .attached-post-image.wp-post-image [
            width:602px;
    }

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

    in reply to: Edit first paragraph and Bold in Cover Image text blocks #161736
    Skandha
    Participant

    @mrsrainbow: You will need to keep those paragraph is separate <div class> so that you can add individual CSS codes for them. This screenshot should clear out what I mean to say
    https://www.dropbox.com/s/0i91z3j163pfbrf/screen-shot1.PNG?dl=0

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Featured Slider Chooser #161725
    Skandha
    Participant

    @twin6: Regarding the slider dots issue when exceeding 19 slides.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #controllers {
    	z-index:25;
    }

    To center logo and the top menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:961px) {
    	#header-top, #header-right {
    		float:none !important;
    		clear:both;
    		text-align:center;
    	}
    	#site-logo, #hgroup {
    		display:block !important;
    		float:none !important;
    	}
    	.header-sidebar .widget {
    		float:none !important;
    	}
    	.header-sidebar .menu, .header-sidebar .widget_text {
    		float:none !important;
    	}
    	#header-left {
    		display:flex !important;
    		justify-content:center;
    		float:none !important;
    	}	
    }

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

    in reply to: problem with in the CSS catch responsive pro #161723
    Skandha
    Participant

    @frederic-bar: I am not sure but the deactivating the plugin should not make you lose the plugin data. I suggest you to contact the plugin support regarding this issue as the problem seems to be coming from the plugin.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

Viewing 20 posts - 9,541 through 9,560 (of 12,027 total)