Forum Replies Created

Viewing 15 posts - 541 through 555 (of 1,196 total)
  • Author
    Posts
  • themearile
    Keymaster

    Hi Hans

    If you want to add the link in shortcode content then follow the below screenshot.

    http://prntscr.com/118riij

    Let us know if it works.

    Thanks

    themearile
    Keymaster

    Hi Hans

    Please follow the below help article to add the custom link to the menu.

    https://mindseyedesign.co.uk/custom-links-wordpress-menu/

    Let us know if it works.

    Thanks

    themearile
    Keymaster

    Hi Hans

    Please add this code at the end of the code in the functions.php file.

    Thanks

    themearile
    Keymaster

    Hi Hans Goutier.

    Please did not add the above code because this code has some errors. So please add the below code for your work.

    /* Automatically set the image Title, Alt-Text, Caption & Description upon upload
    ———————————————————————–*/
    
    add_action( 'add_attachment', 'my_set_image_meta_upon_image_upload' );
    
    function my_set_image_meta_upon_image_upload( $post_ID ) {
    // Check if uploaded file is an image, else do nothing
    if ( wp_attachment_is_image( $post_ID ) ) {
    $my_image_title = get_post( $post_ID )->post_title;
    // Sanitize the title: remove hyphens, underscores & extra
    // spaces:
    $my_image_title = preg_replace( '%\s*[-_\s]+\s*%', ' ',
    $my_image_title );
    // Sanitize the title: capitalize first letter of every word
    // (other letters lower case):
    $my_image_title = ucwords( strtolower( $my_image_title ) );
    // Create an array with the image meta (Title, Caption,
    // Description) to be updated
    // Note: comment out the Excerpt/Caption or Content/Description
    // lines if not needed
    $my_image_meta = array(
    // Specify the image (ID) to be updated
    'ID' => $post_ID,
    // Set image Title to sanitized title
    'post_title' => $my_image_title,
    // Set image Caption (Excerpt) to sanitized title
    
    'post_excerpt' => $my_image_title,
    // Set image Description (Content) to sanitized title
    'post_content' => $my_image_title,
    );
    
    // Set the image Alt-Text
    update_post_meta( $post_ID, '_wp_attachment_image_alt',
    $my_image_title );
    // Set the image meta (e.g. Title, Excerpt, Content)
    wp_update_post( $my_image_meta );
    }
    }

    Let us know if it works.

    Thanks

    themearile
    Keymaster

    Hi MAN KIT WONG

    Thanks for contacting us.

    Please first reset your site and now import the demo7 using the below help article.

    https://helpdoc.themearile.com/?docs=arilewp-pro/one-click-demo-import

    Let us know if it works.

    Thanks

    • This reply was modified 5 years ago by themearile.
    in reply to: Change Products to Product Categories on Home Page #16352
    themearile
    Keymaster

    Hi Christopher

    Thanks for contacting us. Don’t worry we are here to help you.

    Please share the screenshot of the products you want to display on the home page. And also please share your site URL so we can take a look and assist you better.

    Thanks

    themearile
    Keymaster

    Hi Shirley

    Don’t worry we are here to help you.

    Please see the screenshot https://prnt.sc/10zorvi it’s working well. This will be working great on the mobile devices as per your requirement.

    Thanks

    in reply to: Reading time #16312
    themearile
    Keymaster

    Hi Hans

    There is no such option in the theme but you can follow the below help articles to find the reading time of an article.

    https://www.wpbeginner.com/plugins/how-to-display-estimated-post-reading-time-in-your-wordpress-posts/

    Probably this will work for you.

    Thanks

    in reply to: Sección Testimonios no permite agregar nuevos. #16244
    themearile
    Keymaster

    Hi  ANTONIO

    Please let us know are you install the latest version of the ArileWP Pro theme from themearile account.

    If you have updated with the latest version then please clear the browser cache because it’s working perfectly on our end.

    Thanks

    • This reply was modified 5 years ago by themearile.
    in reply to: standard menu to hamburger #15984
    themearile
    Keymaster

    Hi Jan Petrus

    Ok please add the below CSS code in the Additional CSS box to display like the above screenshot.

    Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to Publish button.

    @media (min-width: 992px) and (max-width: 1024px) {
    .navbar .row.align-self-center .align-self-center {
    display: inline-block;
    float: left;
    width: 30%;
    }
    .navbar-light .navbar-brand img {
    width: 200px;
    height: auto;
    }
    .navbar-expand-lg .navbar-collapse {
    width: 70%;
    }
    .navbar .nav {
    margin-bottom: 1.438rem;
    margin-top: 1.438rem;
    float: right;
    width: 100%;
    }
    }

    Let us know if it works.

    Thanks

    themearile
    Keymaster

    Hi Shirley

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

    @media (max-width: 500px) {
    #theme-main-slider .item {
    height: 400px;
    }
    }

    Let us know if it works.


    Thanks

    themearile
    Keymaster

    Hi Shirley

    We have checked your site but it is not live. So please set your site to live and let us know so we can take a look and provide you a good solution.


    Thanks

    in reply to: standard menu to hamburger #15896
    themearile
    Keymaster

    Hi Jan Petrus

    Please take a look at the screenshot and let us know are you want to like the https://prnt.sc/10u4ngi screenshot.

    If you want to like the screenshot then we can provide you the custom CSS code.

    But if you want the mobile menu in 1024 size then we need much code customization in the theme so this is out of the scope of our theme support.

    Thanks

    in reply to: regular view vs mobile view #15890
    themearile
    Keymaster

    Hi Shirley

    Thanks for contacting us.

    This ticket already running for another customer. So please create a separate ticket for your query so we can help you in a good way.

    Thanks

    in reply to: regular view vs mobile view #15599
    themearile
    Keymaster

    Hi Gregory

    Please add the below CSS code in the Additional CSS box.

    @media (max-width: 500px){
    .navbar .nav .menu-item .nav-link {
    font-size: 16px !important;
    }
    .navbar .nav .menu-item .dropdown-item {
    font-size: 14px !important;
    }
    }

    Let us know if it works.

    Thanks

Viewing 15 posts - 541 through 555 (of 1,196 total)