Axle Support

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 658 total)
  • Author
    Posts
  • in reply to: Logo: Size and Location #12482
    Axle Support
    Moderator

    Hi @pfannkuchen,

    Please go to Appearance > Customize > Additional CSS and add the following CSS to change size of the logo.

    .site-branding a img.custom-logo {
        width: 200px;
        height: auto;
    }

    Please change width as per your requirement.

    Regarding the location of logo, please let us know where do you want to show it.

    in reply to: Diaporama – slideshow #12462
    Axle Support
    Moderator

    Hi @yao,

    It is not possible to show slideshow on each page. You can either create child theme and customize the theme or use page builder like Elementor Pro (because there is no slider on free version of Elementor) to add slider on each page.

    in reply to: Logo, not product image, in link previews #12452
    Axle Support
    Moderator

    Hi @vickywu

    This happens when we do not have meta/og image defined. You can use Yoast SEO or Rank Math or similar plugin which has the option to assign image for facebook, tiwtter or other social network sites for each page/post/product.

    in reply to: Incompatibility with Estatik Pluggin #12408
    Axle Support
    Moderator

    Hi @acenjoymktg,

    You can find content-post.php and content-page.php on this theme. Please remove the_content() from those files (any one of them which you require) and check if it works.

    in reply to: Diaporama – slideshow #12363
    Axle Support
    Moderator

    Hi @Yao,

    Please follow these steps to add slideshow:
    – Go to Appearance >> Customize >> Featured Slider >> Slider Type
    – Select options like these https://prnt.sc/o3aojf
    – Note that pages you assign for slider need to have Featured Image.

    Please check all pages that you have used for slideshow and if they do not have featured image, assign featured image to them.

    in reply to: Incompatibility with Estatik Pluggin #12362
    Axle Support
    Moderator

    Hi @acenjoymktg,

    We recommend you to create child theme and work on child theme. You can find the_content filter on the folder template-parts > content.php file.

    in reply to: Remove black rippon mobile menu #12337
    Axle Support
    Moderator

    Great!!!

    in reply to: Purchased theme in different websites #12336
    Axle Support
    Moderator

    Hi @acenjoymktg

    Yes, you can use it but you will not get auto updates and premium support. You need to have active license key to get auto updates and premium support. So we recommend you to buy new license for each site. However, if you want to use theme without license key, you can use it as many site as you like.

    Axle Support
    Moderator

    Hi Nikita,

    This is because we have updated the theme to make compatible with Elementor and other page builders.

    You simply need to assign Front Page template for home page to show widgets.

    Please go to Pages, Edit Home page and assign it Front Page template like shown here

    in reply to: Remove black rippon mobile menu #12271
    Axle Support
    Moderator

    Hi There,

    Please go to Appearance >> Customize >> Additional CSS and add following CSS

    #mobile-trigger{
    	background: transparent;
    	left: 15px;
    	padding: 5px;
    	position: absolute;
    	text-align: left;
    	top: -150px;
    }
    
    .sidr-open #mobile-trigger {
    	padding-left: 5px;
    	top: -150px;
    }
    
    #mobile-trigger i{
    	color: #000;
    }

    Please let us know if you need further help.

    Thank you.

Viewing 10 posts - 1 through 10 (of 658 total)