Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterHi Rebecca,
Please add the following CSS in “Appearance => Customize => Additional CSS” box:
.home .custom-logo { margin-top: 30px; }
September 18, 2022 at 9:49 pm in reply to: Suddenly page is different color and top nav is gone #311033Sakin
Keymaster@summerfoote: Sorry, there is no quick way to restore it. So, the best way to replace is through FTP. You need to download the zip file from https://wordpress.org/themes/cleanportfolio/ and upload it through FTP. Or you can simply activate any other theme and then delete the Clean Portfolio theme and then re-upload it back.
Note: If you havne’t edited the theme files then it must be a plugin issue. So first I recommend you to try deactivating the plugin one by one and check your site.
September 18, 2022 at 9:18 pm in reply to: GOSIGN Didn’t Work on my Theme Fotografie Pro !!! #311029Sakin
KeymasterHi Marc,
Sorry for the late reply as it went on Spam. What do you mean by GOSIGN is not working? Can you explain what are you trying to add?
Regards,
SakinSeptember 16, 2022 at 1:50 am in reply to: Suddenly page is different color and top nav is gone #311008Sakin
Keymaster@summerfoote: Have you edited any theme files inside the theme folder
cleanportfolio
?Sakin
KeymasterHi Moni,
I have replied you at https://catchthemes.com/support-forum/topic/can-i-update-or-do-i-need-a-child-theme/
Regards,
SakinSakin
KeymasterHi Moni,
I just check with the sales and looks like your subscription for the theme is expired. Please check your subscription status from your account at https://catchthemes.com/my-account/. Also, you can contact our sales at https://catchthemes.com/contact-us/
Regards,
SakinSeptember 15, 2022 at 12:13 am in reply to: Suddenly page is different color and top nav is gone #310968Sakin
Keymaster@summerfoote: Looks like you have edited the
page.php
file insidecleanportfolio
folder. Please check, it should be like this https://themes.svn.wordpress.org/cleanportfolio/1.2.8/page.phpSakin
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,
Sakin -
AuthorPosts