Forum Replies Created

Viewing 20 posts - 341 through 360 (of 503 total)
  • Author
    Posts
  • in reply to: Breadcrumb for Portfolio #5885
    Skandha
    Participant

    @lbourgeois: Hello there,
    For that Go to => Child Theme Folder => functions.php

    Search for the code echo isset( $post_type->labels->singular_name )

    Now replace that whole line of code by the following

    if( 'jetpack-portfolio' == get_post_type() ) { 
    	echo  $before . esc_html( 'Pictures and Videos', 'audioman-pro' ) . $after;
    } else { 
    	echo isset( $post_type->labels->singular_name ) ? $before . esc_html( $post_type->labels->singular_name ) . $after : '';
    }

    Now the Project text should show up as Pictures and Videos.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Carousel view without empty space for comments. #5883
    Skandha
    Participant

    @nanai: Hello there,
    I am afraid that it is not possible as the height of the image comes from js the plugin uses. If you a really need it I suggest you to hire a customizer to get it done.

    Kind Regards,
    Skandha

    in reply to: Breadcrumb for Portfolio #5882
    Skandha
    Participant

    @lbourgeois: Hello there,
    Go to => Child Theme Folder => functions.php and add the Code in this link.

    Now search for the code esc_html( '', 'audioman-pro' ) and add the text between the single quotes that would replace the breadcrumb text Project.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: BreadCrumb category name #5874
    Skandha
    Participant

    @animedy: Hello Edo,
    Please post in your site URL so that I can look into the issue you are having.

    Kind Regards,
    Skandha

    in reply to: Carousel view without empty space for comments. #5873
    Skandha
    Participant

    @nanai: Hello there,
    To have full width pages you will need to upgrade to the pro version of the theme. You can check out the additional-features available in pro version of the theme.

    Kind Regards,
    Skandha

    in reply to: Carousel view without empty space for comments. #5853
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Header video not working #5824
    Skandha
    Participant

    @babaroga: Hello there,
    The button shouldn’t show up on any case if you have used the above CSS Code. Can you attach a video of when the button is showing up even when you have added the CSS Code?

    I am afraid it is not possible to have two different videos for desktop and mobile phones.

    Kind Regards,
    Skandha

    in reply to: data-vocabulary.org schema deprecated #5815
    Skandha
    Participant

    @thisisbarry: Hello there,
    The issue will be resolved in the upcoming update. Thank you for reporting the issue.

    Kind Regards,
    Skandha

    in reply to: Header Video option not displaying #5776
    Skandha
    Participant

    @djlostax: Hello there,
    You will need to add Header Video to your theme. Please check this link for more information.

    Kind Regards,
    Skandha

    in reply to: Help with infinite scroll #5775
    Skandha
    Participant

    @andresolz: Hello there,
    Can you let me know on exactly which page you are trying to have the Infinite Scroll?

    Kind Regards,
    Skandha

    in reply to: Header video not working #5774
    Skandha
    Participant

    @babaroga: Hello there,
    The button will not show up if you use the above CSS Code. It is not possible to have both sound on the video and autoplay. The free version has the video sound feature so the video won’t autoplay. The pro version has the toggle option to enable sound and autoplay. So the button is needed as when the sound is enabled the video won’t autoplay.

    Is the video showing up well on mobile devices now? Are you still having any issues?

    Kind Regards,
    Skandha

    in reply to: How to change the number of columns for featured content? #5773
    Skandha
    Participant

    @cricketbirdy: Hello there,
    Please post in your site URL so that I can look into the issue you are having.

    Kind Regards,
    Skandha

    in reply to: Header Video option not displaying #5757
    Skandha
    Participant

    @djlostax: Hello there,
    Can you let me know which theme you are using? Also post in your site URL as well.

    Kind Regards,
    Skandha

    in reply to: Header video not working #5750
    Skandha
    Participant

    @babaroga: Hello there,
    I checked your site on my phone and the header video seems to be showing up fine and autoplaying. The button shouldn’t effect the autoplay function. Can you try checking on other mobile phones as well as I checked your phone in few mobile phones and found no issue with the header video.

    Kind Regards,
    Skandha

    in reply to: Help with infinite scroll #5749
    Skandha
    Participant

    @andresolz: Hello there,
    I checked your site and you seem to be using another scroll plugin on your homepage.

    I am afraid it is not possible to use Infinite Scroll in single pages. If you really need it you will need to get it done by a professional.

    Let me know if you would like to switch back to Catch Infinite Scroll so that I can help you out!
    Kind Regards,
    Skandha

    in reply to: Header Enhancement #5747
    Skandha
    Participant

    @2drumstix: Hello there,
    Header Enhancement Free plugin is used to display Header Video even in mobile devices as the default Header Video does not allow video displayed in screen below 900px width.

    Also Rock Star theme does not have the Header Video feature. You will need to switch a different feature which has the Header Video feature to make use of the plugin.

    Hope this was helpful.
    Kind Regards,
    Skandha

    in reply to: Header Video option not displaying #5717
    Skandha
    Participant

    @djlostax: Hello there,
    You should be able to find the options in
    Go to => Appearance => Customize => Header Media

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Header video not working #5716
    Skandha
    Participant

    @babaroga: Hello there,
    I checked your site in a few mobile phones and the video seems to be working fine. Can you please attach a screenshot of how it is showing up at your end?

    Kind Regards,
    Skandha

    in reply to: unique video for small screens #5715
    Skandha
    Participant

    @babaroga: Hello there,
    Can you please post in your site URL and let me know what you mean by having alternate video on small screens?

    Kind Regards,
    Skandha

    in reply to: Square Tiles aren’t respecting column count #5663
    Skandha
    Participant

    @2molaf: Hello there,
    To have the gallery show up in 4 columns like in the demo
    Edit your Gallery => Select Type as Thumbnail Grid, Select Size as Full Size and Columns as 4 and Update the Gallery,

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 20 posts - 341 through 360 (of 503 total)