Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@bastienchill: Hello there,
I am afraid that is not possible as the breadcrumbs comes from the Catch Breadcrumb plugin.Kind Regards,
SkandhaSkandha
Participant@bastienchill: Hello Bastien,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..blog #contact-section { display: none; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@bastienchill: Hello Bastien,
To change the by text
Go to => Child Theme Folder => functions.php and add the following Code.function bold_photography_by_line() { $post_id = get_queried_object_id(); $post_author_id = get_post_field( 'post_author', $post_id ); $byline = '<span class="author vcard">'; $byline .= '<a class="url fn n" href="' . esc_url( get_author_posts_url( $post_author_id ) ) . '">' . esc_html( get_the_author_meta( 'nickname', $post_author_id ) ) . '</a></span>'; echo '<span class="byline">' . esc_html__( ' by ', 'bold-photography-pro' ) . $byline . '</span>'; }Search for the text
' by 'and replace by with the text of your choice.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@vmitri: Hello there,
Your site seems to be on under construction mode. Please let me know when your site is accessible.Kind Regards,
SkandhaApril 28, 2020 at 4:44 am in reply to: How do I add an image to each of my product page headers? #244529Skandha
Participant@ryanb18: Hello Ryan,
I am afraid it is not possible to have separate header image for single product pages.
To change the background color and height of the header content
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.@media screen and (min-width: 64em) { .single-product .custom-header-content { padding: 60px 50px !important; } } .single-product .header-media { background-color: #123456; }You can change the padding to change the height and change the color according to your choice.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@halfnote2: Hello there,
I will need to look into your site to debug the issue. I will contact you shortly by email.Kind Regards,
SkandhaSkandha
Participant@ryanb18: Hello Ryan,
To change the text Archives 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 otheriwse I suggest you to hire a customizer to get it done.Kind Regards,
SkandhaSkandha
Participant@ryanb18: Hello Ryan,
I am not sure if this plugin will solve your issue but you can try WP Header Images plugin.Kind Regards,
SkandhaSkandha
Participant@bastienchill: Hello Bastien, 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/bold-photography/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@bastienchill: Hello Bastien,
To change font size of widget titles
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..widget-title { font-size: 20px !important; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@miner-media: Hello there,
The update has been released. Please update the theme to the latest version.Then,
Edit the page you have set as your homepage => On the right sidebar you will see Page Attributes => Template => Select No Sidebar: Full Width and Update.Let me know if the gallery on your homepage show full width.
Kind Regards,
SkandhaSkandha
Participant@marcin: Hello Marcin,
Please post in your site URL so that I can look into the issue.Kind Regards,
SkandhaSkandha
Participant@ushasj: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..page #masthead, .page .page-title { display: none; } .page #content { padding: 0; }Let me know if this solves your issue.
Kind Regards,
SkandhaSkandha
Participant@bastienchill: Hello Bastien,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#feature-slider-section .owl-dot::before, #feature-slider-section .owl-dot.active::before { content: ''counter(slides-num) !important; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@bastienchill: Hello Bastien,
It is not possible to change the number. The number depends on the number of images on the slider.Kind Regards,
SkandhaSkandha
Participant@tucanviajero: Hello there,
I checked your site and did not find any issue with slider. Are you still having this issue?Kind Regards,
SkandhaSkandha
Participant@skylaggs: Hello there,
For Gutenberg editor first you will need add a Classic Block.
Edit a post/page => Add New Block => Formatting => Classic BlockAfter adding Classic Block click on Add Media button => Create Audio Playlist => Select your Audio Files and Click on Create a New Playlist.
Let me know if this solves your issue.
Kind Regards,
SkandhaSkandha
Participant@bastienchill: Hello there,
1. Go to => Appearance => Customize => Theme Options => Layout Options => Homepage/Archive Layout => Select Right Sidebar and Publish.
Now,
Go to => Appearance => Widgets => Sidebar => Add your widgets here.2. This maybe due to the caching plugin you are using. Please try deactivating the plugin and see if the issue is resolved.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@willem: Hello there,
To change the image size of the featured image in your blog page you will need to create a chlid theme and do a little bit of customization. Let me know if you are familiar with child theme customization otherwise I suggest you to hire a customizer to get it done.Kind Regards,
SkandhaSkandha
Participant@bastienchill: Hello Bastien,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..widget-area a { font-size: 20px; }Let me know if this works out!
Kind Regards,
Skandha -
AuthorPosts
