Forum Replies Created

Viewing 20 posts - 9,821 through 9,840 (of 12,027 total)
  • Author
    Posts
  • in reply to: Add text above search box #159358
    Skandha
    Participant

    @webgrid: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Move Title & Menus To Flush Left and Changing Rollover Color #159350
    Skandha
    Participant

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

    /* To move the title and menu to the left */ 
    #header-content {
    	margin-left:0 !important;
    }
    
    #header-content, #access div, #access-secondary div, #access-footer div {
    	margin:0 !important;
    }

    You seem to have succeeded in changing hover color of the site title.
    Let me know if this is what you want!
    Kind Regards,
    Skandha

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

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

    .sub-menu:hover li a::after {
    	display:none;
    }

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

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

    @salamali: This is strange. Can you revert to the old version you were using? Did you backup the old version of the theme during update?

    Kind Regards,
    Skandha

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

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

    #menu-item-54 a::after {
    	content:'\00000a Home';
    	white-space:pre;
    }
    #menu-item-1090 a::after {
    	content:'\00000a Services';
    	white-space:pre;
    }
    #menu-item-64 a::after {
    	content:'\00000a Company';
    	white-space:pre;
    }
    #menu-item-65 a::after {
    	content:'\00000a Recruit';
    	white-space:pre;
    }
    #menu-item-66 a::after {
    	content:'\00000a News';
    	white-space:pre;
    }
    #menu-item-67 a::after {
    	content:'\00000a Contact';
    	white-space:pre;
    }

    Since the theme is a boxed and you have made it full width the sections are not center aligning properly. You will need to get your site customized for this purpose. I suggest you to hire a customizer.

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

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

    @shieldmediaworks: Glad I could help you out. Do leave us a review and let me know if you have anymore issues. 🙂

    Kind Regards,
    Skandha

    in reply to: Featured Tab Content Question #159303
    Skandha
    Participant

    @inksla: 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/divin/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: Remove "Read more" button in feature slider #159302
    Skandha
    Participant

    @ns151: 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. Have a good day! 🙂

    Kind Regards,
    Skandha

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

    @ta0102: Let me know the English translation of all the menu items and I will provide you the CSS Code to do that.

    Kind Regards,
    Skandha

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

    @richardmin: I checked your site and you already have the latest version of the theme on your site.

    Kind Regards,
    Skandha

    in reply to: Featured Tab Content Question #159233
    Skandha
    Participant

    @inksla: Did you Go to => Appearance => Customize => Homepage Settings => Your homepage displays as a Static Page => Select Posts Page as Blog.

    Let me know if you have selected this option.
    Kind Regards,
    Skandha

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

    @ta0102: Can you let me know which image is not showing up well?

    You can use Promotion Headline Options to display text below the menu. Go to => Appearance => Customize => Theme Options => Promotion Headline Options

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

    in reply to: Change top Menu button font color and Icon in Mobile #159228
    Skandha
    Participant

    @greenwhite560: 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/adonis/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: 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

Viewing 20 posts - 9,821 through 9,840 (of 12,027 total)