Forum Replies Created

Viewing 20 posts - 10,661 through 10,680 (of 12,027 total)
  • Author
    Posts
  • in reply to: Promotion Headline Left and Right sections #150696
    Skandha
    Participant

    @violetdeb: For the promotion getting cut off at the top on pages other than the homepage and on landscape mobile
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:767px) {
    	#promotion-message {
    		position:relative;
    		top:43px;
    	}
    }
    @media screen and (min-width:428px) and (max-width:767px) {
    	#promotion-message {
    		position:relative;
    		top:80px;
    	}
    }

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

    in reply to: Header text align #150694
    Skandha
    Participant

    @vraba: Replace the previous CSS Code by the following Code.

    .entry-container {
    	position:relative;
    	top:100px;
    }

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

    in reply to: Theme help! #150693
    Skandha
    Participant

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

    .custom-header {
    	height:100vh;
    }
    body:not(.home) .site-branding {
    	position:relative;
    	bottom:115px;
    }

    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    in reply to: Menu not displaying on Apple Products #150692
    Skandha
    Participant

    @mkolson757: There seems to be an issue with menu in the homepage in mobile phones.
    Please try deactivating all the plugins and check if this resolves the issue.

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

    Skandha
    Participant

    @kevins-llc: I have replied to you in the separate issue you posted in the forum.

    Kind Regards,
    Skandha

    in reply to: wont let me use live preview or customization #150690
    Skandha
    Participant

    @kevins-llc: Please try deactivating all the plugins and check if the issue is resolved.

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

    Skandha
    Participant

    @moilaure1: Please try disabling all the plugins and check if this resolves the issue. Also check if the customizer works with a default wordpress theme.

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

    in reply to: Error in Services & Testimonials #150688
    Skandha
    Participant

    @svguitar: Can you please translate the error message in English?

    Kind Regards,
    Skandha

    in reply to: How to change readmore button #150653
    Skandha
    Participant

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

    /* To change color of readmore button */
    .readmore a {
    	background-color:blue !important;
    	border-color:#123456 !important;
    	color:yellow !important;
    }
    /* To change color of readmore button on hover */
    .readmore a:hover {
    	background-color:red !important;
    	border-color:pink !important;
    	color:blue !important;
    }

    You can change the color according to your requirement!
    Kind Regards,
    Skandha

    in reply to: Error in the website #150652
    Skandha
    Participant

    @kira143: 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: Header Media Title/Text/Link not appearing #150634
    Skandha
    Participant

    @taulepton: I checked your site and the header media title, text and link seems to be showing up well.
    Do you have any other issues? Please let me know.

    Kind Regards,
    Skandha

    in reply to: Theme help! #150633
    Skandha
    Participant

    @mtcr: I checked your site and It looks like you seem to have resolved the issue yourself.

    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

    in reply to: Multi-Color Secondary Menu #150632
    Skandha
    Participant

    @axolotljim: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-responsive/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: Menu not displaying on Apple Products #150631
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Error in the Header #150630
    Skandha
    Participant

    @svguitar: Please try doing a fresh installation of the theme and check if the issue persists.

    Let me know if the issue persists and also post in your site URL with my music band pro activated.
    Kind Regards,
    Skandha

    in reply to: Header text align #150629
    Skandha
    Participant

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

    .entry-container {
        margin-top:150px;
    }

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

    in reply to: Script To Prevent People From Coping Blog Content #150594
    Skandha
    Participant

    @skilledg: For this you will need to find a suitable plugin from the wordpress plugin repository.

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

    in reply to: Classic menu + social menu in header #150592
    Skandha
    Participant

    @vavw: There seems to be an issue with the feature to add social icons on header with classic menu. This isssue will be resolved and updated in the next theme update. Thank you for reporting us the issue.

    Kind Regards,
    Skandha

    in reply to: Default view include promotion section? #150584
    Skandha
    Participant

    @violetdeb: Glad I was able to help out. Have a good day! 🙂

    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

    in reply to: Display post dates on my website #150582
    Skandha
    Participant

    @nicolasbassand: To display dates on articles front page and category page
    Go to => Child Theme Folder => Create new folder template-parts => Create another folder inside template-parts and name it content => Create new file content.php and paste the code from this link.

    Now, the date should be displayed in the featured content section as well.

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

Viewing 20 posts - 10,661 through 10,680 (of 12,027 total)