Forum Replies Created

Viewing 20 posts - 9,161 through 9,180 (of 12,027 total)
  • Author
    Posts
  • in reply to: Event Date with year #164766
    Skandha
    Participant

    @cappellanova: Can you let me know which Events type you are using. Is Post, Page, Category or Custom?

    Kind Regards,
    Skandha

    Skandha
    Participant

    @nicolej: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
    /* To change color of menu links */

    .site-navigation a {
    	color:#123456;
    }
    /* To change color of menu links */
     .site-navigation a:hover {
    	color:#123456;
    }
    /* To change the thickness of border of menu items */ 
    .site-navigation .current_page_item > a, .site-navigation .current-menu-item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-ancestor > a {
    	border-bottom:6px solid;
    }
    
    /* To change background of Featured Content section */
    #featured-content-section {
    	background-color:#123456;
    }

    You can change the color and border size according to your choice.

    And let me know which paragraphs you want to be highlighted.

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

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

    @billyd: Glad I was able to help you. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: How to use the Essential Content Types Pro plugin #164761
    Skandha
    Participant

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

    #mobile-login-toggle {
    	display:none !important;
    }

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

    in reply to: How to use the Essential Content Types Pro plugin #164759
    Skandha
    Participant

    @elliottrae: You can add the screenshot image in Dropbox and paste the link to the image here or you attach the image and send it to me as an email.

    Kind Regards,
    Skandha

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

    @debgoonan513: Can you let me know on which post you have added next page tag? I can’t seem to find it.
    Did you use the tag like <!--nextpage--> to separate the page?

    Kind Regards,
    Skandha

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

    @thomaswaerness: Can you let me know which version of Safari you are using and also if you are using it on Windows or Mac OS?

    Kind Regards,
    Skandha

    in reply to: How to use the Essential Content Types Pro plugin #164726
    Skandha
    Participant

    @elliottrae: Hello Elliot,
    I am not able to see the Login tab on mobile devices. Can you please attach me a screenshot of the issue so that we can be on the same page?

    Kind Regards,
    Skandha

    in reply to: Links do not open in new "tab" or "window" #164723
    Skandha
    Participant

    @tattoo-tom: Hello there,
    I deactivated and then activated all your plugins again and the links seem to be opening new tab.

    Let me know if the issue is resolved.
    Kind Regards,
    Skandha

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

    @dianoia: That looks fine Jens.

    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/rock-star/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: Section Sorter? #164720
    Skandha
    Participant

    @tcadesign: To change the order of the sections you will need to create a child theme and do a little bit of customization. Let me know if you are familiar with child theme customization so that I can guide you otherwise I suggest you to hire a customizer.

    Kind Regards,
    Skandha

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

    @appareas: I have sent you an email in the address you mentioned above.

    Kind Regards,
    Skandha

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

    There seems to be a little issue with Event Date Day metabox option. The issue will be fixed an update will be released soon. I will let you know when the update is released.

    Kind Regards,
    Skandha

    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

Viewing 20 posts - 9,161 through 9,180 (of 12,027 total)