Forum Replies Created

Viewing 20 posts - 9,181 through 9,200 (of 12,034 total)
  • Author
    Posts
  • Skandha
    Participant

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

    body:not(.home):not(.page-id-162):not(.page-id-379):not(.page-id-409):not(.page-id-312):not(.page-id-304):not(.page-id-315):not(.page-id-296) .site-description {
    	display:none;
    }

    This will display the site description only on your homepage, Ernährungstraining page and the sub items of Ernährungstraining.

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

    in reply to: Repositioning large text and link on header video #164705
    Skandha
    Participant

    @billyd: Remove the following CSS Code you have added for the header media

    p {text-align: justify;} 
    
    .custom-header-content {
    	max-height: 20px;
    }
    
    .wrapper {
        padding-top: 10px!important;
    }
    
    /* to reposition the texts on the opening video */
    
    .custom-header-content .site-header-text {
        margin-top: -219px;
    	 margin-left: 150px;
    }
    
    .custom-header-content .more-link {
        margin-top: 360px;
    }
    
     /* to fix the blank space above the youtube videos */ 
    .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before{
    padding-top:0%;
    }

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

    .custom-header-content {
    	transform:translateY(-30%); 
    }

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

    in reply to: Next page not working? #164699
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    Skandha
    Participant

    @nicolej: Let me know on which specific pages you want the subheading to be displayed.

    To change the height of the Header Image
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header-content {
    	padding:100px 98px 500px; 
    }

    You can change the padding to adjust the height of the header image.

    To have different header images per page.
    Go to => Dashboard => Edit a Post/page => Set a featured image.

    Now,
    Go to => Appearance => Customize => Header Media => Enable on Entire Site, Page/Post Featured Image

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

    in reply to: Events date not working #164649
    Skandha
    Participant

    You can change the post date that is being displayed.
    Go to => Dashboard => Edit post/page => On the right hand sidebar you will see Events Date Day and Events Date Month where you can change the date.

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

    Skandha
    Participant

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

    .site-description {
    	font-size:30px;
    }

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

    in reply to: Categories Layout #164638
    Skandha
    Participant

    @jazart72: Thank you very much for your appreciation. Let me know if you have anymore issues. Have a great day! 🙂

    Kind Regards,
    Skandha

    Skandha
    Participant

    @nicolej: No you wont need to take care of anything in the future. There were few warnings in one of the function due to which the customizer was not working. That has been fixed. 🙂

    Kind Regards,
    Skandha

    in reply to: Categories Layout #164632
    Skandha
    Participant

    @jazart72: 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/fotografie/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

    Skandha
    Participant

    @nicolej: Hello Nicole,
    I have fixed the issue with the customizer on your site. Can you please login to your site and check if the issue is resolved?

    Kind Regards,
    Skandha

    in reply to: Header Youtube vid not playing sound – please help! #164628
    Skandha
    Participant

    @billyd: 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/my-music-band/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: Sub menu drop down is "clipping" items #164620
    Skandha
    Participant

    @tattoo-tom: Glad I could help you out. Have a great day! 🙂

    KInd Regards,
    Skandha

    in reply to: deactivate primary menu in "rock star" theme #164618
    Skandha
    Participant

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

    #menu-toggle {
    	visibility:hidden;
    }
    
    #menu-toggle::before {
        content: '\f419';
        font-family: genericons;
        visibility: visible;
        color: #fff;
        font-size: 20px; 
     }

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

    in reply to: Categories Layout #164617
    Skandha
    Participant

    @jazart72: You seem to have figured out how to add space between posts in blog page.
    For categories.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .archive article {
         margin-bottom:30px !important;
    }

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

    in reply to: video home #164608
    Skandha
    Participant

    @valelotartaro: To add a header image
    Go to => Appearance => Customize => Header Media => Header Image => Add New Image

    Yes, it is possible to insert a slider that works both on desktops and mobiles.
    Go to => Appearance => Customize => Theme Options => Featured Slider => Add explore the slider options

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

    in reply to: How do I put the Ad code on my website? #164603
    Skandha
    Participant

    @jbitakis: Were you able to get a code from you amazon associate account to embed into your website?

    Kind Regards,
    Skandha

    in reply to: Error on updating and saving pages #164602
    Skandha
    Participant

    @appareas: Were you able to receive my email? I had sent it yesterday.

    Kind Regards,
    Skandha

    in reply to: Disable "view full size" on Gallery #164601
    Skandha
    Participant

    @belenmusic: Try disabling all your plugins excerpt Catch Gallery and check if this resolves the carousel issue. Please follow this link to more about plugin conflicts and to know which plugin is causing the conflict.

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

    in reply to: Theme Not Updating After Autoupdate done by Host #164599
    Skandha
    Participant

    @amandaatdinnerofherbs: This is very strange. Can you try reinstalling the theme again and check if the issue is resolved?

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

    in reply to: Catch Fullscreen, bugs and small issues #164598
    Skandha
    Participant

    @thomaswaerness: I checked your site and if you remove the previous css code the white space issue seems to be gone and even the menu seems to be working well. Please clear your browser cache and let me know if the issue is resolved.

    Kind Regards,
    Skandha

Viewing 20 posts - 9,181 through 9,200 (of 12,034 total)