[OFFER ALERT!] This Halloween, Get Any Premium Theme for Just $19 [GET IT NOW]
Jump to content

Mili

Support
  • Posts

    125,216
  • Joined

  • Last visited

Posts posted by Mili

  1. Hello Germain,

     

    All our themes are well built and are fast.

     

    If I were to recommend one in particular I would suggest Schema. It may look a little different than your current design but it may work out for you.

     

    The speed is indeed largely dependent on the server and the plugins/scripts being used.

     

    Regarding your autoresponder, I assume that it is a plugin that you are using. Probably a widget, if yes you should be able to use it with our themes too but we do not gurantee that.

    To use autoresonders, to collect emails from your site we recommend using a service such as MailChimp and use our plugin : https://mythemeshop.com/plugins/wp-subscribe-pro/

     

    I hope that helps. :)

    • Upvote 1
  2. Hello,

     

    Thank you for choosing MyThemeShop. :)

     

    1. Yes, those can be disabled from the theme, we would give you Custom CSS for that that you can place in your Theme Options.

    Open a forum topic about that question once your theme is live on your site and our moderators will give you the CSS for it.

     

    2. If I understood your request correclty, yes the add to cart button can be visible without the hover effect but would require some core changes to the theme. Our team will be able to assist you with that once your theme is installed.

  3. Hello,

     

    This issue will be fixed in the next update of the theme. If you need a fix for it right now: 

     

    To solve it please open index.php file ( or copy index.php to child theme folder if you are using child theme ) and replace this:
    <div class="banner clearfix">
    with:
    <div style="width:100%; overflow:hidden; float:left;">
    <div class="banner clearfix">
    and this:
    </div><!-- slider-container --> 
    with:
    </div>
    </div>
    Hope that helps, let us know how it goes.
     
    Thank you.
  4. Hello,

     

    Yes, you can add an itunes button in the header but it would require slight customizations.

     

    Open the file header.php and locate this code:

     

    <div class="header-signbtn">
     
    Before that code add your iTunes button code.
     
    The only available icons are the ones that you see in the theme options.
    You can add custom icons if in the file header.php below the line of code mentioned earlier you add this:
     
    <a href="LINK  URL GOES HERE" style="background: #FFF;">
    <i class="fa fa-facebook"></i>
    </a>

    Then change the fa-facebook with your desired Font Awesome class: https://fortawesome.github.io/Font-Awesome/icons/

    Or use a custom image with this code:

     

    <a href="LINK  URL GOES HERE" style="background: #FFF;">
    <img src="IMAGE URL GOES HERE"/>
    </a>
  5. Hello,

     

    There is no option in the theme to remove that logo but if you open a forum topic about that issue our moderators will try to find a solution for you.

     

    The options panel cannot be translated to Spanish however the theme's text can be if you go to Theme Options > Translation panel. 

  6. Hello,

     

    1. The approval of the comments on the blog posts are not related to theme settings but to WordPress. You can mange your approval of comments from WP > Settings > Discussions and select which method of approval suits you.

     

    2. We do have a built-in Contact Form but it is very basic, I would recommend using the Contact Form 7 plugin if you wish to have a more extensive form.

     

    3. The banner locations are in the Header below the post title and below the post content. Those locations cannot be changed. The only locations you can change for the banners is if you place your ads in the sidebar, then you can move them around in the sidebar.

×
×
  • Create New...