Forum Replies Created

Viewing 15 posts - 211 through 225 (of 1,166 total)
  • Author
    Posts
  • in reply to: photos format for main-slider #39143
    themearile
    Keymaster

    Hi Thomas

    Thanks for contacting us.

    Recommended size for the slider image is 1920*800px. And please select the full-size option when you upload slider images in the theme.

    See the screenshot http://prntscr.com/qjvcs8

    Let me know if it works.

    Thanks

    in reply to: Lead Contact In Service Page #38930
    themearile
    Keymaster

    Hi Sohail Bakhrich

    Please add the below code in the functions.php file in the theme.

    add_filter( ‘woocommerce_page_title’, ‘new_woocommerce_page_title’);
    function new_woocommerce_page_title( $page_title ) {
    if( $page_title == ‘Shop’ ) {
    return “New Shop Title”;
    }
    }
    Let us know if it works.

    Thanks

    in reply to: How To Change SHop Page Breadcrumb #38928
    themearile
    Keymaster

    Hi Sohail Bakhrich

    Please add the below code in the functions.php file in the theme.

    add_filter( 'woocommerce_page_title', 'new_woocommerce_page_title'); 
    function new_woocommerce_page_title( $page_title ) {
      if( $page_title == 'Shop' ) {
        return "New Shop Title";
      }
    }

    Let us know if it works.

    Thanks

    in reply to: Lead Contact In Service Page #38888
    themearile
    Keymaster

    Hi Sohail

    You can add the contact page link in the service read more button so when customer click the service button then it will redirect in the contact page.

    Thanks

    in reply to: How To Change SHop Page Breadcrumb #38868
    themearile
    Keymaster

    Hi Sohail

    Please follow the below help article step by step for display the breadcrumb using the Rank Math plugin.

    https://rankmath.com/kb/breadcrumbs/

    Thanks

    • This reply was modified 2 years, 5 months ago by themearile.
    in reply to: Team Members – Can’t Edit #38855
    themearile
    Keymaster

    Hi Amber

    Please use the latest version of the ArileWP Pro theme then your problem will be resolved.

    The latest version of ArileWP Pro is 1.5.5.

    Thanks

    in reply to: How To Change SHop Page Breadcrumb #38853
    themearile
    Keymaster

    Hi Sohail

    Yes, you can use the Rankmath plugin as per your requirement but the Yoast SEO plugin also provides advanced SEO features to the site. You can consider it.

    Thanks

    themearile
    Keymaster

    Hi Marcelo

    Thanks for contacting us.

    Please select the full-size option when you upload slider images in the theme see the screenshot http://prntscr.com/qjvcs8

    And you can use the recommended slider image size is 1920*800px.

    Let me know if it works

    Thanks

    in reply to: New Service Section “See More” Text is Brown? #38793
    themearile
    Keymaster

    Hi Trevor

    Please add the below css code in the Additional CSS box, Please go to Appearance => Customize => Additional CSS then paste the CSS here and click on to Publish button.

    .service-links a:not([href]):not([tabindex]) {
    color: #fff;
    }

    Let us know if it works for you.

    Thanks

    in reply to: How To Change SHop Page Breadcrumb #38787
    themearile
    Keymaster

    Hi Sohail

    To change the breadcrumbs of the shop page and product you need to use the Yoast SEO Plugin.

    So please follow the below steps :-

    1. Please install and activate the Yoast SEO Plugin https://wordpress.org/plugins/wordpress-seo/ and set the product for the product taxonomy like the screenshot https://prnt.sc/eLGJna9Nes3k.

    2. And please go to designexo-pro >> template-parts and open the file site-breadcrumb.php and copy and paste the below link code in this file and save the file.

    https://pastebin.com/i4JNikYZ

    Now check your shop page breadcrumb.

    Let us know if it works.

    Thanks

    in reply to: Bulleted/Number lists not showing correctly on mobile #38783
    themearile
    Keymaster

    Hi Scott

    Please add the css code below in Additional Css Box. Please go to Appearance => Customize => Additional CSS then paste the CSS here and click on to Publish button.

    .entry-content ul,
    .entry-content ol {
    margin-left: 1.4rem;
    }

    Let us know if it works.

    Thanks

    in reply to: Title Box in Hero Image #38719
    themearile
    Keymaster

    Hi Kevin

    Please add the css code below in Additional Css Box. Please go to Appearance => Customize => Additional CSS, paste the CSS here, and click the Publish button.

    .theme-slider-content {
    top: 75%;
    }

    Let us know if it works.

    Thanks

    in reply to: Title Box in Hero Image #38677
    themearile
    Keymaster

    Hi Kevin

    Please see the screenshot https://prnt.sc/fDkxA_EumpYe and confirm whether you want it to look like it.

    Thanks

    in reply to: Bulleted/Number lists not showing correctly on mobile #38663
    themearile
    Keymaster

    Hi Scott

    Thanks for contacting us.

    Please share a snapshot of the issue so we can check and give you the propper solution.

    Thanks

    in reply to: Title Box in Hero Image #38634
    themearile
    Keymaster

    Hi Kevin

    Please add the css code below in Additional Css Box. Please go to Appearance => Customize => Additional CSS, paste the CSS here, and click the Publish button.

    .theme-slider-content .theme-caption-bg .title-large {
    font-size: 4rem;
    }

    Please change the font size as per the requirement.

    Thanks

Viewing 15 posts - 211 through 225 (of 1,166 total)