Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@cappellanova: Can you let me know which Events type you are using. Is Post, Page, Category or Custom?
Kind Regards,
SkandhaJanuary 30, 2019 at 6:31 am in reply to: Customizer Not loading: sanitize-functions.php Line 102 & 123 #164765Skandha
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,
SkandhaSkandha
Participant@billyd: Glad I was able to help you. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
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,
SkandhaSkandha
Participant@appareas: I have sent you an email in the address you mentioned above.
Kind Regards,
SkandhaSkandha
ParticipantThere 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,
SkandhaJanuary 30, 2019 at 1:25 am in reply to: Customizer Not loading: sanitize-functions.php Line 102 & 123 #164709Skandha
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,
SkandhaSkandha
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,
SkandhaSkandha
Participant@debgoonan513: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaJanuary 29, 2019 at 6:38 am in reply to: Customizer Not loading: sanitize-functions.php Line 102 & 123 #164650Skandha
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 ImageLet me know if this works out!
Kind Regards,
SkandhaSkandha
ParticipantYou 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,
SkandhaJanuary 29, 2019 at 5:50 am in reply to: Customizer Not loading: sanitize-functions.php Line 102 & 123 #164646Skandha
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 -
AuthorPosts
