Forum Replies Created

Viewing 20 posts - 5,381 through 5,400 (of 12,027 total)
  • Author
    Posts
  • in reply to: Add blog page to breadcrumbs #244543
    Skandha
    Participant

    @bastienchill: Hello there,
    I am afraid that is not possible as the breadcrumbs comes from the Catch Breadcrumb plugin.

    Kind Regards,
    Skandha

    in reply to: Hide contact infos on blog and posts #244541
    Skandha
    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,
    Skandha

    in reply to: Blog and posts issues #244540
    Skandha
    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,
    Skandha

    in reply to: Video works on desktop not mobile #244530
    Skandha
    Participant

    @vmitri: Hello there,
    Your site seems to be on under construction mode. Please let me know when your site is accessible.

    Kind Regards,
    Skandha

    Skandha
    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,
    Skandha

    in reply to: change to static page #244528
    Skandha
    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,
    Skandha

    in reply to: Why does my gallery/posts header say ‘Archives’? #244515
    Skandha
    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,
    Skandha

    in reply to: How do I add an image to the category header image? #244509
    Skandha
    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,
    Skandha

    in reply to: Change slider count number #244508
    Skandha
    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,
    Skandha

    in reply to: How to change the sidebar text font size ? #244506
    Skandha
    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,
    Skandha

    in reply to: Full width not applying to some features #244500
    Skandha
    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,
    Skandha

    in reply to: Contact form/element #244499
    Skandha
    Participant

    @marcin: Hello Marcin,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Removing page titles #244498
    Skandha
    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,
    Skandha

    in reply to: Change slider count number #244497
    Skandha
    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,
    Skandha

    in reply to: Change slider count number #244488
    Skandha
    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,
    Skandha

    in reply to: slider does not work #244486
    Skandha
    Participant

    @tucanviajero: Hello there,
    I checked your site and did not find any issue with slider. Are you still having this issue?

    Kind Regards,
    Skandha

    in reply to: Can’t find button “Add media” #244485
    Skandha
    Participant

    @skylaggs: Hello there,
    For Gutenberg editor first you will need add a Classic Block.
    Edit a post/page => Add New Block => Formatting => Classic Block

    After 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,
    Skandha

    in reply to: Blog and posts issues #244484
    Skandha
    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,
    Skandha

    in reply to: Featured images #244483
    Skandha
    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,
    Skandha

    in reply to: How to change the sidebar text font size ? #244470
    Skandha
    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

Viewing 20 posts - 5,381 through 5,400 (of 12,027 total)