Forum Replies Created

Viewing 20 posts - 9,841 through 9,860 (of 12,034 total)
  • Author
    Posts
  • in reply to: Footer columns and responsive design #159227
    Skandha
    Participant

    @dicneth: I will let you when the update is released. I hope other people having the same issue can benefit from your solution.

    Kind Regards,
    Skandha

    in reply to: Remove "Read more" button in feature slider #159226
    Skandha
    Participant

    @ns151: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change color and border color of slider arrows */
    #feature-slider-section .cycle-prev, #feature-slider-section .cycle-next {
     	border-color:#123456;
     	color:#123456;
    }
    
    /* To change background hover color of slider arrows */
    #feature-slider-section .cycle-prev:hover, #feature-slider-section .cycle-next:hover,#feature-slider-section .cycle-prev:focus, #feature-slider-section .cycle-next:focus {
      	background:#fff;
    }
    
    /*To change the background color of slider pager */
    #feature-slider-section .cycle-pager span:hover, #feature-slider-section .cycle-pager span:focus, #feature-slider-section .cycle-pager .cycle-pager-active {
      	background-color:#123456 !important;
      	background-image:none !important; 
    }
    
    /* To change the color and background color of button */
    input[type="submit"] {
    	background-color:#123456 !important;
      	background-image:none !important;
            color:
    
    }
    
    /* To change the color of links on focus */
    a:focus, a:hover, #feature-slider-section .entry-title a:hover, #feature-slider-section .entry-title a:focus, .menu-toggle:hover, .menu-toggle:focus, .dropdown-toggle:hover, .dropdown-toggle:focus, .search-submit:hover, .search-submit:focus, .entry-meta a:hover, .entry-meta a:focus, .site-info a:hover, .site-info a:focus, #search-toggle, #share-toggle, .main-navigation ul :hover > a .main-navigation ul :hover > a, .main-navigation ul .focus > a, .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .site-header-cart .cart-contents:hover, .site-header-cart .cart-contents:focus, .site-header-menu .social-navigation a:hover, .site-header-menu .social-navigation a:focus, .absolute-header .site-header-menu .social-navigation a:hover, .absolute-header .site-header-menu .social-navigation a:focus, .absolute-header .menu-toggle:hover, .absolute-header .menu-toggle:focus, .absolute-header .site-header-cart .cart-contents:hover, .absolute-header .site-header-cart .cart-contents:focus, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a, .navigation-classic.absolute-header .main-navigation ul ul :hover > a, .navigation-classic.absolute-header .main-navigation ul ul .focus > a, .post-navigation a:hover .nav-title, .post-navigation a:focus .nav-title, .section .section-title a:hover, .section .section-title a:focus, .section .entry-title a:hover, .section .entry-title a:focus, #testimonial-content-section .cycle-prev:hover, #testimonial-content-section .cycle-prev:focus, #testimonial-content-section .cycle-next:hover, #testimonial-content-section .cycle-next:focus, #events-section.has-background-image .entry-meta a:hover, #events-section.has-background-image .entry-meta a:hover, #events-section.has-background-image .entry-meta a:focus, #events-section.has-background-image .entry-meta a:focus, #events-section.has-foreground-image .entry-meta a:hover, #events-section.has-foreground-image .entry-meta a:hover, #events-section.has-foreground-image .entry-meta a:focus, #events-section.has-foreground-image .entry-meta a:focus, #events-section.has-background-image .entry-title a:hover, #events-section.has-background-image .entry-title a:hover, #events-section.has-background-image .entry-title a:focus, #events-section.has-background-image .entry-title a:focus, #events-section.has-foreground-image .entry-title a:hover, #events-section.has-foreground-image .entry-title a:hover, #events-section.has-foreground-image .entry-title a:focus, #events-section.has-foreground-image .entry-title a:focus, #portfolio-content-section .entry-title a:hover, #portfolio-content-section .entry-title a:focus, .team-content-wrapper .hentry-inner:hover .entry-title a, .team-content-wrapper .hentry-inner:focus .entry-title a, .audioman-mejs-container.mejs-container button:hover, .audioman-mejs-container.mejs-container button:focus, #top-playlist-section .audioman-mejs-container.mejs-container .mejs-controls .mejs-playpause-button.mejs-button button:hover, #top-playlist-section .audioman-mejs-container.mejs-container .mejs-controls .mejs-playpause-button.mejs-button button:focus, table.shop_table_responsive tr td a:hover, table.shop_table_responsive tr td a:focus, .product-container a.added_to_cart:hover, .product-container a.added_to_cart:focus, .single-product .product_meta a:hover, .single-product .product_meta a:focus, .single-product div.product .woocommerce-product-rating .woocommerce-review-link:hover, .single-product div.product .woocommerce-product-rating .woocommerce-review-link:focus, .woocommerce-info a:hover, .woocommerce-info a:focus, .woocommerce-tabs ul.tabs li a:hover, .woocommerce-tabs ul.tabs li a:focus, .variations .reset_variations:hover, .variations .reset_variations:focus {
    	color:#fff !important;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Error: Update package not available #159220
    Skandha
    Participant

    @richardmin: Can you please post in your site URL?

    Kind Regards,
    Skandha

    in reply to: Removing search form from Audioman Pro #159219
    Skandha
    Participant

    @shieldmediaworks: Hello there, 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/audioman/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.

    Kind Regards,
    Skandha

    in reply to: Header image not shrinking on mobile #159218
    Skandha
    Participant

    @shieldmediaworks: I don’t think you can do much with the images looking stretched on smaller screens. As the header image you have put has two figure on the right and the left side it will look stretched when you decrease the width of screen in order to adjust with the screen size.

    Kind Regards,
    Skandha

    in reply to: URGENT – Bug with 4.0 catch base pro update #159216
    Skandha
    Participant

    @salamali: This is strange. You can customize your footer using the Footer Editor Option inside Theme Options. Can you let me know what other customization that you made was lost?

    Kind Regards,
    Skandha

    in reply to: I am unable to Remove Title of my Home Page. #159212
    Skandha
    Participant

    @aryan: You don’t seem to be using our theme. Please post your issues and queries in the respective theme support forum.

    Kind Regards,
    Skandha

    in reply to: Removing search form from Audioman Pro #159161
    Skandha
    Participant

    @shieldmediaworks: Go to => Appearance => Customize => Theme Options => Menu Options => Check to disable search box in Header

    Let me know if this is what you want.
    Kind Regards,
    Skandha

    in reply to: Hi #159159
    Skandha
    Participant

    @mohdazher71: Do you mean your catch themes account or something else?

    Kind Regards,
    Skandha

    in reply to: Translation with WPML not working with some theme options #159158
    Skandha
    Participant

    @ewa-gryc-zerych: I will look into the issue and get back to you. Also, can you contact WPML Plugin support and ask them to have a say on this.

    Kind Regards,
    Skandha

    in reply to: Catch Base Pro Purchase #159157
    Skandha
    Participant

    @ta0102: Can you let me know the screen size of the device you are viewing from? From my end I see the image on the center.

    Kind Regards,
    Skandha

    in reply to: Removing scroll effect #159153
    Skandha
    Participant

    @hoiung: I will look into all these issues and get back to you soon. Thank you for reporting the issue.

    Kind Regards,
    Skandha

    in reply to: two post pages in featured content #159148
    Skandha
    Participant

    @toerfiets: You could use Featured Post or Page Content as the Read more link is available there.

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

    in reply to: Catch Base Pro Purchase #159147
    Skandha
    Participant

    @ta0102: To create a child theme you can use our Generate Child Theme Plugin.
    Install and Activate the plugin, then you will see Generate Child Theme plugin tab on your WP dashboard. Click on it which will take you to the plugin dashboard. Now select parent theme as Catch Base Pro and fill up other fields and click on Generate. This will create and activate the child theme.

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

    in reply to: Header image not shrinking on mobile #159143
    Skandha
    Participant

    @shieldmediaworks: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width:797px) {
    	.has-header-image .custom-header-media .wp-custom-header img {
    		object-fit:unset;
    	}
    }

    Let me know if this is what you want.
    Kind Regards,
    Skandha

    in reply to: Box where arrow should be in menu #159139
    Skandha
    Participant

    @deegibbons: Sorry for the late reply. Please try doing a fresh installation of the theme and let me know if the issue persists.

    Kind Regards,
    Skandha

    in reply to: Footer columns and responsive design #159135
    Skandha
    Participant

    @dicneth: The issue will be resolved and updated in the next theme update.

    Let me know if the social icons are still disappearing.
    Kind Regards,
    Skandha

    in reply to: Error: Update package not available #159134
    Skandha
    Participant

    @richardmin: Sorry for the late reply. Are you still having this issue?

    Kind Regards,
    Skandha

    Skandha
    Participant

    @marebos: Sorry for the late reply. Please post in your site URL.

    Kind Regards,
    Skandha

    in reply to: image borders – separating lines #159126
    Skandha
    Participant

    @luismarioochoa: It would be easier to make the text bold if you gave <td>Make Your Pick </td> a class like <td class=pick>Make Your Pick</td> then you could add the following Code

    .pick {
         font-weight:bold;
    }

    To move the add to cart button even closer up to the price box remove the <br> after
    <input name="currency_code" type="hidden" value="CAD">

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

Viewing 20 posts - 9,841 through 9,860 (of 12,034 total)