Page 264 – Acme Themes

Forum Replies Created

Viewing 15 posts - 3,946 through 3,960 (of 4,157 total)
  • Author
    Posts
  • in reply to: Nice Free theme #5705
    acmethemes
    Keymaster

    Hello jagurroy,
    Thank you so much for doing business with us. We really feel happy to get you as our premium user.
    Please follow the below steps to import dummy content on your site. In this dummy data, it contains 3 types of file and each file need to import individually. Please download the dummy data from the link below.
    http://www.acmethemes.com/blog/wp-content/uploads/2016/04/corporate-plus-pro-dummy-data.zip

    1. Import the XML file via Tools > Import > WordPress
    2. Import the dat file using this plugin https://wordpress.org/plugins/customizer-export-import/
    3. Import the WIE file using this plugin https://wordpress.org/plugins/widget-importer-exporter/
    That’s it! This will work only if you do not rename the theme.

    If you feel any confusion while importing dummy content, please write us. We will provide the best alternate solution for you.

    Best Regards,
    Acme Supports

    in reply to: One Site Page #5941
    acmethemes
    Keymaster

    Hello Manuel,
    Thank you so much for using our theme Corporate Plus Pro. Please follow the documentation link to make the site one page as our demo. https://doc.acmethemes.com/corporate-plus-pro/#CreatingMenus
    If you feel any confusion regarding theme, please do write us. We will do our best to solve your problem as soon as possible.

    Best Regards,
    Acme Supports

    in reply to: Child Theme Help #4699
    acmethemes
    Keymaster

    Thank you icryptic. We are really happy that you figured our your problem yourself. If you face any problem afterwards, let us know. We will do our best to help you as soon as possible.

    Thanks

    in reply to: breadcrumb #4696
    acmethemes
    Keymaster

    Hello Samir,
    Thank you so much for you question. You have different method to translate the “You are here” on the breadcrumb. Please prefer the suitable and simple method.
    1. Create a mo file of the theme and add inside the languages folder. https://codex.wordpress.org/I18n_for_WordPress_Developers
    2. Just edit that file, breadcrumb.php. Write your own text instead of You are here.
    Note: We strongly recommended you to use child theme for theme customization or edit.
    https://codex.wordpress.org/Child_Themes

    If you have any further query, please feel free to ask.

    Best Regards,
    Acme Supports

    in reply to: Child Theme Help #4701
    acmethemes
    Keymaster

    Hello icryptic,
    Thank you so much for trying to edit theme with yourself and we are so happy that you are editing theme with Child Theme approach. We are really happy to got the client as you.
    If you are trying to edit the file of parent with child theme approach, please follow the guidelines to edit.
    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/social-links.php make the same directory path on child theme. acmethemes/hook/social-links.phpNo 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.

    If you need any help, please write the question here.
    Thanks

    in reply to: Removing "Category:" from the title of category pages #5100
    acmethemes
    Keymaster

    Hello tenblog,

    Please use the following filter hook in the child theme functions.php

    add_filter( 'get_the_archive_title', function ($title) {
    
        if ( is_category() ) {
                $title = single_cat_title( '', false );
            }
        return $title;
    
    });

    Best Regards,
    Acme Themes

    in reply to: Feature Slider img blurred #4714
    acmethemes
    Keymaster

    Hello ChicagoMusicGuide,

    We just checked your site the image is much smaller than the recommendation. Every images of slider are in 300 * 300 ratio. For example the following one.
    http://chicagomusicguide.com/wordpress/wp-content/uploads/2016/03/Twin-River-300×300.jpg
    Can you please check and confirm again.

    Best Regards,
    Acme Themes

    in reply to: Scroll to Top, Hide on Mobile #4722
    acmethemes
    Keymaster

    Hello icryptic,

    If you are creating child theme or plugin, we suggest you write this kinds of CSS code in separate CSS files and just enqueue it.
    Or it is just small CSS code you can just write in Custom CSS option of the theme.
    Thank you so much.

    Best Regards,
    Acme Themes

    in reply to: Shortcodes for widgets? #4704
    acmethemes
    Keymaster

    Hello ChicagoMusicGuide,

    Thank you so much for you suggestions. We also think same as you. But we are very sorry currently it is not available. We suggest you to use Page Builder by SiteOrigin ( https://wordpress.org/plugins/siteorigin-panels/ ) , Although we have not tested our theme with it but we think it will work. In coming future, we are planning to make similar types of plugin or shortcodes for inner pages. But it will take some time to implement. Again sorry for your inconvenient.

    Best Regards,
    Acme Themes

    in reply to: Shortcodes for widgets? #4706
    acmethemes
    Keymaster

    Hello,
    There is no any options for making the other page and post like home page. You can’t add the widgets on the other pages.
    If you need the widgets on the other pages you have to write custom code for it. We haven’t created shortcode for the widgets. If you are familiar with WordPress codes, please create a shortcode and use it.
    If you need help, you can hire customizer too. http://www.acmethemes.com/customization-request/

    Note: Child theme is recommended to customize theme.

    Best Regards,
    Acme Supports

    in reply to: Feature Slider img blurred #4716
    acmethemes
    Keymaster

    Hello,
    If you used Acme Fix Images plugin, you have to add the images size bigger than the image size defined on media. Please try once by adding the image size greater. Example 1200*900
    If you will get the same issue, we will help you to fix the issue.

    Thanks

    in reply to: Child theme recommendations #4709
    acmethemes
    Keymaster

    You are most welcome. Please let us know if you have any confusion.
    Thanks

    in reply to: Still having strange issue with icons #5366
    acmethemes
    Keymaster

    Hello Trajan2845,

    We are sure this must be due to conflicting CSS with the plugin. Please try disabling plugin one by one and check the frontend. You can start from disabling Slider Plugin( If you have used ).
    Please try this and let us know if this help you.

    Best Regards,
    Acme Themes

    in reply to: Child theme recommendations #4711
    acmethemes
    Keymaster

    Hello icryptic,
    Please download the child theme of SuperMagPro and install and activate it. If you need to customize single page, just put the single.php on the root directory and customize it. If you need to edit others file, just make the same folder structure as parent theme and only add the files you need to edit.
    http://www.acmethemes.com/blog/wp-content/uploads/2016/04/supermagpro-child.zip

    If any problem arise, let us know.

    Best Regards,
    Acme Supports

    in reply to: Feature Slider img blurred #4718
    acmethemes
    Keymaster

    Hello Samir,

    Thank you for using our theme SuperMagPro.
    Please setup images like in the docs https://doc.acmethemes.com/supermagpro/#SettingupImagessize , also fix image size by using the plugin Acme Fix Image ( https://wordpress.org/plugins/acme-fix-images/ ).
    Also please share your site url, it will help us to know your actual problem.

    Best Regards,
    Acme Themes

Viewing 15 posts - 3,946 through 3,960 (of 4,157 total)