Page 252 – Acme Themes

Forum Replies Created

Viewing 15 posts - 3,766 through 3,780 (of 4,157 total)
  • Author
    Posts
  • in reply to: Logo Output and Customizer #4560
    acmethemes
    Keymaster

    Hello James,
    While viewing your site, you made a child theme and customize theme parent theme. In this case you have edited lots of code over there. So, while editing code, did you edit the files from acmethemes/hooks/header.php. If so, please let us know or compare the code of child theme and parent theme inside that file. We are in confusion that, what you changed over there. So, please once check the above file or replace the file of child theme with parent theme. But, make sure you have backup of all the files. 🙂

    Warm Regards,
    Acme Supports

    in reply to: Background Colour #5985
    acmethemes
    Keymaster

    Hello Roger,
    Thank you so much for using our theme. From the options you can only change the background of the image section. If you want to make the whole section color white, please add the below CSS code,

    body.home {
        background: #ffffff;
    }

    Go to Appearance > Customize > Layout/Design Options > Custom CSS and paste the above code there. Hope this will solve your problem.

    Warm Regards,
    Acme Supports

    in reply to: Logo Output and Customizer #4562
    acmethemes
    Keymaster

    Hello James,
    Would you please provide the Site URL so that we can check and try to find the solutions.

    Thanks

    in reply to: Logo Output and Customizer #4564
    acmethemes
    Keymaster

    Hello James,
    Thank you so much for your question regarding our theme.
    1. Have you enabled, Logo Only from the Setting there ? You will get a multiple options inside the Site Identity. After adding the logo, please click on Logo Only to enable it.
    2. We will check that plugin on our theme and inform you about the issue. Because there are numbers of plugin available, so we didn’t check all the plugin. We only check the major plugin. We will inform you later.

    Best Regards,
    Acme Supports

    in reply to: How to show full post on homepage? #5078
    acmethemes
    Keymaster

    Hello Edward,
    Thank you so much for using our theme Acmeblog. If you want to make the content full on home page, please change the code the_excerpt to the_content inside template-parts>content.php file. Hope you will able to make the changes.

    Thanks

    acmethemes
    Keymaster

    Hello Dirk,
    Thank you so much for doing business with us. As per your question, Free theme can not directly updated on the pro theme because, free theme has less options but pro has more. So, we are so sorry that you have to do some setting once again after activating pro theme. Because, the features and widgets on the pro theme are really greater than the free theme. So, you just need to manage the Appearance > Customize setting, no all the setting need to setup again. You just need drag and drop widget and some setting to save. If you have any confusion regarding this, let us know. We will mentor you in every steps.

    Best Regards,
    Acme Supports

    acmethemes
    Keymaster

    Hello Shaun,
    Please add the below custom CSS.

    .single .single-feat img, .single .single-feat {
        width: 100%;
    }

    Hope this will help to solve your problem.

    Thanks

    in reply to: Child Theme Hooks Folder #5647
    acmethemes
    Keymaster

    Hello sidfilmz,

    Your child theme style.css is fine.
    By seeing your code it seems like there must be sidebar present that you have added, in the back-end.
    But for appearing sidebar( widgets) at the front-end, overriding templates files will work but doesn’t work for hooks files and folder( however it will work on pro version http://www.acmethemes.com/themes/corporate-plus-pro/ ),for the hooks file you need to remove_action of parent theme, then add child theme action by add_action.
    ( The solution given by Acme Supports will work on Pro version only, because in pro version you can even override each and every folder and files inside acmethemes/ folder expect init.php ).
    Please use remove_action and add_action for removing hooks and adding hooks for now.

    Best Regards,
    Acme Themes

    in reply to: Child Theme Hooks Folder #5649
    acmethemes
    Keymaster

    Hello sidfilmz,
    Thank you so much for using our theme and thanks for your questions too. We only provide access to the premium theme support for our premium users. We know that you have a better knowledge about WordPress codes and child themes.
    While editing the parent theme from child theme, you have to make the folder structure same as parent theme on the child theme.
    1. Create a child theme. (You already have it)
    2. Make the same directory path as parent theme on child theme.
    Example: If you want to edit the file which is inside the acmethemes/hook/header.php make the same directory path on child theme. acmethemes/hook/header.php No need to add the the files inside the directory, just put the file which you are going to edit.
    3. If you need to edit some other files, please follow the same process on 2.

    We tested create a child theme and test Corporate Plus theme and it is working fine here. Please check once that you create a functional child theme.

    If you have any confusion on, please let us know. We will provide the best solutions for you.

    Warm Regards,
    Acme Supports

    in reply to: Hide Tags on All Post #5734
    acmethemes
    Keymaster

    Hello Shaun,
    Please add the below CSS codes to hide tags.

    .home .tags-links {
        display: none;
    }

    Go to Appearance > Customize > Layout/Design Options > Custom CSS and paste the above code there.
    Hope this will solve your problem.

    Best Regards,
    Acme Supports

    in reply to: Hide Tags on All Post #5736
    acmethemes
    Keymaster

    Hello Shaun,
    Thank you so much for your question. Based on your question, we checked our theme demo site and there is no Tags appearing below the content. So, would you please provide your site URL, so that we can check your issues and provide you the best solution.

    Best Regards,
    Acme Supports

    in reply to: Sub menus & image re-sizing on ipad #5652
    acmethemes
    Keymaster

    Hello Noel,
    Thank you so much for using our theme Corporate Plus Pro. We checked our demo site and it is working fine. Have you used the Acme Fix Image plugin to fix the image size as mentioned on the documentation ? Please follow the proper documentation and try to fix the problem. https://doc.acmethemes.com/corporate-plus-pro
    Have you changed any line of code on theme? Let us know if you changed any.Or this may arise due to plugin conflicts. So, please check by uninstalling unwanted plugins too.

    Best Regards,
    Acme Supports

    in reply to: Featured Image Upload freezes page #4569
    acmethemes
    Keymaster

    Hello ChicagoMusicGuide,
    This type of issue is not found on our demo and we checked our site and it is working fine. It may cause the error due to plugin, upload permission issues or may be due to server issues. If we got that issue we will inform you because we haven’t got such types of issue here. And while viewing your site there are lots of issue on the site console, it may arise due to change in theme edit or plugin conflicts.
    Please remove unwanted plugins and check it.

    Thanks

    in reply to: Mobile layout #4588
    acmethemes
    Keymaster

    Thank you ChicagoMusicGuide for your question and issue regarding our theme. We will check your site on the devices and inform you about the solutions. We just checked our demo site and it is working fine. And we hope that you fix the images size using Acme Fix Images too and hope you already followed the documentation instructions. We will check it shortly and inform about the issues.

    Best Regards,
    Acme Supports

    acmethemes
    Keymaster

    Hello Narciso,
    Thanks for your question regarding theme Corporate Plus Pro. Did you edit the theme code? If you did so, it may cause due to that problem. Currently you are using version 1.2.0 but we have the updated version 1.2.1 on our site. Download the theme from your account http://www.acmethemes.com/my-account/ and update the theme. But, only update the parent theme, not the child theme. And always use the child theme while customizing the theme.

    Thanks

Viewing 15 posts - 3,766 through 3,780 (of 4,157 total)