Page 16 – Acme Themes

Forum Replies Created

Viewing 15 posts - 226 through 240 (of 490 total)
  • Author
    Posts
  • in reply to: Adding categories to special side menu #27367
    Acme Themes
    Keymaster

    Hello albertramsbottom,

    At the appearance > Menus , at the top right there is screen options. Click there and Check Product Categories.

    Thanks!

    in reply to: underline links #27366
    Acme Themes
    Keymaster

    Hello ,

    Can you send us link of the page with link ?

    Best Regards!
    Acme Themes

    in reply to: Disable/Hide Header #27364
    Acme Themes
    Keymaster

    Good to know 🙂

    in reply to: Animation Disabled but still showing content sliding up #27363
    Acme Themes
    Keymaster

    Hello eliens,

    Can you Please try this again!

    .slideInUp1,
    .slideInUp2,
    .slideInUp3{
    	/*CSS transitions*/
    	-o-transition-property: none !important;
    	-moz-transition-property: none !important;
    	-ms-transition-property: none !important;
    	-webkit-transition-property: none !important;
    	transition-property: none !important;
    	/*CSS transforms*/
    	-o-transform: none !important;
    	-moz-transform: none !important;
    	-ms-transform: none !important;
    	-webkit-transform: none !important;
    	transform: none !important;
    	/*CSS animations*/
    	-webkit-animation: none !important;
    	-moz-animation: none !important;
    	-o-animation: none !important;
    	-ms-animation: none !important;
    	animation: none !important;
            visibility: visible;
    }

    Best Regards!
    Acme Themes

    in reply to: Animation Disabled but still showing content sliding up #27325
    Acme Themes
    Keymaster

    Hello eliens,

    Can you Please try this CSS

    .slideInUp1,
    .slideInUp2,
    .slideInUp3{
    	/*CSS transitions*/
    	-o-transition-property: none !important;
    	-moz-transition-property: none !important;
    	-ms-transition-property: none !important;
    	-webkit-transition-property: none !important;
    	transition-property: none !important;
    	/*CSS transforms*/
    	-o-transform: none !important;
    	-moz-transform: none !important;
    	-ms-transform: none !important;
    	-webkit-transform: none !important;
    	transform: none !important;
    	/*CSS animations*/
    	-webkit-animation: none !important;
    	-moz-animation: none !important;
    	-o-animation: none !important;
    	-ms-animation: none !important;
    	animation: none !important;
    }

    Best Regards!
    Acme Themes

    in reply to: Adding categories to special side menu #27309
    Acme Themes
    Keymaster

    Hello albertramsbottom,

    You can set all menus content from Appearance => Menus.
    Also please provide your site url, it will help us understand what is going on your site.

    Thanks

    Acme Themes
    Keymaster

    Hello Christina,

    Please use child theme for theme customization.

    Thanks!

    in reply to: How to change size of thumbnails #27307
    Acme Themes
    Keymaster

    Hello Dimitra,

    There is WordPress default option to change image size, Go to Setting => Media , After changeing the image size, it will not crop automatically.
    Use Acme Fix Image to crop existing image.

    Thanks

    in reply to: Featured Section – How to Change The Slider ? #27306
    Acme Themes
    Keymaster

    By default you cannot adjust Slider height and width.

    Thanks!

    in reply to: Featured Section – How to Change The Slider ? #27133
    Acme Themes
    Keymaster

    Hello hollowdra,

    If you want to use Theme Default Slider, you can do it from Appearance => Customize => Feature Section Options ,
    If you want to use shortcode, you need to customize the the using Child Theme.

    Best Regards!
    Acme Themes

    in reply to: Change of Slider Amimation to FadeIn or FadeOut #27131
    Acme Themes
    Keymaster

    Hello ,

    Increased/Decreased in feature Slider Speed is available in the Pro Version but fade options is not available.
    Further Pro version has other advanced options too.

    Best Regards!
    Acme Themes

    in reply to: AT Video Gallery widget display problem #27116
    Acme Themes
    Keymaster

    Hello leaguepub,

    Your site looks good when we view your site.
    Please check your site, cleared the browser cache.

    Thanks!

    in reply to: FIXED Missing AUTHOR and Missing Update #27078
    Acme Themes
    Keymaster

    Hello,

    Can you please explain about Missing AUTHOR and Missing Update.
    We are sorry but we didn’t understand.

    Best Regards!

    in reply to: How to put the slider in full width in mobile devices #27077
    Acme Themes
    Keymaster

    Hello Nicolas,

    Can you try this CSS

    div#content {
        width: 100%;
    }
    
    .site-content aside {
        max-width: 1200px;
        margin: 0 auto;
    }

    We are not sure if the provided CSS code work well, We suggest you to create child theme and modify the theme, you can hire developer or hire us to customize the code.

    Thanks!

    in reply to: Bigger font size on pages and articles body #27076
    Acme Themes
    Keymaster

    Hello Dimitra,

    We have already answer your query, so closing this thread, please ask query in only one place.

    Thanks!

Viewing 15 posts - 226 through 240 (of 490 total)