Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterHi @amrobertson86:
1. For this, you can either build a child theme and then edit the 404.php file where you can remove the code
get_sidebar();
or you can just hide it using CSS. For that you need to add the following CSS in “Appearance => Customize => Additional CSS” box:.error404 .sidebar { display: none; } .error404 .content-area { float: none; margin: 0 auto; }
2. This is not really good as per the design but if you want to add the following CSS in the “Appearance => Customize => Additional CSS” box:
@media only screen and (min-width: 75em) { .navigation-classic .main-navigation ul ul a:hover, .navigation-classic .main-navigation ul ul a:focus { text-decoration: underline; } }
3. You can add the following CSS in the “Appearance => Customize => Additional CSS” box, the following CSS will make the logo size 100px and also will revert the margin that you have added for the desktop.
@media only screen and (max-width: 1199px) { .site-header .site-header-main { margin-top: 0; } .site-header-main .site-header-menu { margin-left: auto; margin-bottom: 14px; } .custom-logo { max-width: 100px; } .site-branding { margin: 0; } }
Sakin
KeymasterHi Anouk,
Can you post your site URL so that I can check the layout? It should be full width by default.
About the Headling and Sub-headline, there is an option only to add a Title.
Regards,
SakinSakin
KeymasterHi @wouterhollander and @wouterhollander,
You can install and active “Hide Archive Label” https://wordpress.org/plugins/hide-archive-label/ plugin and then go to “Tools => Hide Archive Label” to access this plugin setting and check which you want to remove and save changes.
For custom post types you need to check “Taxonomy” and for category and tag, check “Category and Tag”. So, check it as per your need.
Regards,
SakinSakin
KeymasterHello Magnus,
Let me check with the sales and developer team and get back to you.
Regards,
SakinSakin
Keymaster@heinelg: Yes, we all do miss it sometimes that is why we are here to help you. Also, this block editor is relatively new to all of us.
Glad to hear that my support worked on your website. 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.
Regards,
SakinSakin
Keymaster@narnia_2020: In the Audioman theme, the post title is shown automatically on the Featured Content. To change the button text, you need to go to “Appearance => Customize => Theme Options => Excerpt Options” and then change “Read More Text”.
Regards,
SakinSakin
KeymasterHi Dirk,
The mobile menu issue has been fixed. Please update the theme to the latest version
Regards,
SakinSeptember 7, 2022 at 7:15 pm in reply to: Are transparent sticky headers possible in this theme? #310622Sakin
Keymaster@bfindeisen: I see that you have added CSS in the “Additional CSS class(es)” section. You need to add it in “Appearance => Customize => Additional CSS” box.
Sakin
Keymaster@nerdrave87: Your blog URL has been deleted. Glad to hear that my support worked on your website. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/costello/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.
Regards,
SakinSeptember 7, 2022 at 6:51 pm in reply to: Unable to customize buttons embedded in blocks like Post Excerpt, etc. #310616Sakin
Keymaster@bfindeisen: Can you let us know in which section for a block you are using it? Maybe share the page URL where you are having issues with the post excerpt button. You might need Custom CSS.
Sakin
Keymaster@heinelg: So, there is a Color section in the block editor and you can change the color from there. Just open that page in the block editor and then click on “Block” on your side panel then you will see the “Color” section. See this screenshot.
Sakin
Keymaster@nerdrave87: Yes, you can remove that capitalize from CSS by adding the following CSS in the “Appearance => Customize => Additional CSS” box:
blockquote.wp-block-quote cite, .wp-block-pullquote cite, [class^="wp-block-"]:not(.wp-block-gallery) figcaption, figure.wp-block-table figcaption { text-transform: none; }
Regards,
SakinSeptember 3, 2022 at 6:09 pm in reply to: How to remove author and date from posts + how to resize the header media logo #310390Sakin
KeymasterHi @kunzibert09:
Thanks for using the Music Journal theme. Nice to hear back from you and glad that my support worked on your website. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/music-journal/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! 🙂
Regards,
SakinSeptember 3, 2022 at 2:17 am in reply to: How to remove author and date from posts + how to resize the header media logo #310374Sakin
KeymasterHi @kunzibert09:
The logo in the Header Video is from “Appearance => Customize => Header Media => Header Media Logo”. Also, that logo size is 3600px width which is too high for speed optimization as it only displays the width of 480px. So, it’s best to use the image with a width of 480px.
About the logo on the pages, that is from “Appearance => Customize => Site Identity => Logo“.
Regards,
SakinSeptember 1, 2022 at 9:02 pm in reply to: How to remove author and date from posts + how to resize the header media logo #310294Sakin
KeymasterHi @kunzibert09: Thanks for using the Music Journal theme. Let me answer your questions:
1. Yes, you can hide that by adding the following CSS in the “Appearance => Customize => Additional CSS” box:
/* Hide Header author and date */ .entry-header .entry-meta { display: none; }
2. Please upload the logo image size that you want to display as uploading a larger image size will increase your site loading time. Also, you can change the width of the image size using the CSS. You can change the width in the following CSS, where I have increased the default size of 180px to 320px and then add it in the “Appearance => Customize => Additional CSS” box:
/* Logo Image Size */ .custom-logo { max-width: 100%; width: 320px; }
Regards,
SakinSakin
KeymasterHi Hans,
Thanks for your appreciation and supporting Catch Themes. Making this topic solved and closed.
Have a nice day.
Regards,
SakinSakin
KeymasterHi HansH,
The site toerfietsleusden.nl is using a theme 404 template file 404.php inside the ‘travelore-pro’ folder which you can use the translation plugin to translate the 404.php file strings or use 404 sidebar and add heading and paragraph block as per your need. Also, I see that you have enabled Header Media. So, if you want to use the widget then you need to hide the header media text by adding the following CSS in the “Appearance => Customize => Additional CSS” box:
.error404 .header-media { display: none; }
I see that now, you have removed the server 404 from routes.toerfietsleusden.nl and it’s also using the 404 templates. So, you can do the same with it as well.
Regards,
SakinSakin
Keymaster@matigka : It should work fine with Elementor Builder. Also, you can download our free plugin “Page Builder Companion” to work with Page builder.
Sakin
KeymasterHi Hans,
The site https://routes.toerfietsleusden.nl/. Login to your server’s main root folder where you should be default server HTML files like 404.html you need to delete that. You can ask your hosting server support team to find that file.
About the site http://toerfietsleusden.nl/. It is Forbidden for me and I am checking the site from California, US.
Regards,
Sakin -
AuthorPosts