Forum Replies Created

Viewing 20 posts - 2,421 through 2,440 (of 4,116 total)
  • Author
    Posts
  • tikaram
    Participant

    @adminnoogasystems-com : when you upgrade from Rock Band to My Music Band Pro all the changes that you have made or the customization will also be copied. Since Rock Band is the child theme of My Music Band, the Pro Version of the theme is My Music Band Pro. I will help you resolve the issues if any, please do not give a Bad review. Let me know what issues are you facing after upgrading to Pro version of the theme.

    Regards,
    Tikaram

    in reply to: migration website #152982
    tikaram
    Participant

    @toerfiets : You will need to transfer the database and the files to the server of your desired domain. If you do not have knowledge about server administration, i recommend you to seek professional help from an expert. Let me know if you have any theme related issues.

    Regards,
    Tikaram

    in reply to: Removing the Footer Photo #152696
    tikaram
    Participant

    @kwhooley: Go to Appearance => Customize => Color Options => Footer Color

    Under Sidebar Area Background Image : Click on remove.

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Featured Post on Clean Box Pro #152272
    tikaram
    Participant

    @macorsini : You will need to seek help from a professional who is expert in cleaning the infected files. make sure that your files are cleaned and try installing the themes again if required.

    Regards,
    Tikaram

    in reply to: Woocommerce shop unstyled #152221
    tikaram
    Participant

    @theophila : The WooCommerce pages do not contain the <article class="hentry">. The content and the Html are also controlled by the plugin. The updates to the plugins might have affected to the design as well. If you would like to have a white background with red border on top as in the other pages. Go to Appearance=> Customize => Additional css and add the following css.

    .post-type-archive-product .woocommerce-wrap, .single-product .woocommerce-wrap, .woocommerce-page .woocommerce-wrap {
    	background-color: #fff;
    	border-top: 2px solid #cc2b3a;
    	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.12);
    	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.12);
    	box-shadow: 0 2px 2px rgba(0,0,0,0.12);
    }

    The WooCommerce shop is styled as you may check the style.css file with class name as .woocommerce. Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Theme Option customize #152092
    tikaram
    Participant

    If you would like to remove the images from featured content. Go to Appearance => Customize => Additional css and add the following css. m

    .featured-content-thumbnail {
    	display: none;
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    tikaram
    Participant

    @canual: Try doing a fresh installation of the theme again and let me know if the problem still persists. If you would like to have more features and flexibility please upgrade to the Pro Version of the theme.

    Regards,
    Tikaram

    in reply to: Theme Option customize #152065
    tikaram
    Participant

    @sorina68 : If you would like to display your own desired images instead of the blank images, you can edit each post and add featured image to each post. The featured image will be displayed instead of the blank images. If you would like to completely disable the images. Go to Appearance => Customize => Additional css and add the following css

    #services-section .services-section-thumbnail {
    	display: none;
    }

    Let me know if this resolves your issue or not.

    Regards,
    Tikaram

    tikaram
    Participant

    @ian : Login to your WordPress Dashboard Go to Appearance => Customize => Additional css and add the following css .

    @media only screen and (max-width: 480px) {
    
    .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
    .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label{
    	display:inline !important;
    }
    img[class*="align"], img[class*="wp-image-"] {
    	max-width:90%;
    }
    .gform_wrapper {
    	margin:16px;
    }
    }

    Let me know if this resolves your issue. Actually this is not a theme related issue. Its due to the plugin css of gravity form.

    Regards,
    Tikaram

    in reply to: Footer copyright not autofilling #151715
    tikaram
    Participant

    @dhaak93: Try doing a fresh installation of theme again. We don’t seem to find any issue with the theme.

    Regards,
    Tikaram

    in reply to: Footer copyright not autofilling #151653
    tikaram
    Participant

    @dhaak93: Footer Editor feature is available in Pro version only. Please upgrade to pro if you would like to use this feature.

    Regards,
    Tikaram

    in reply to: Optional sidebar bug #151652
    tikaram
    Participant

    @vavw : You can display the desired pages only in a different way as well. Go to Appearance => Menus and click on Create a new menu. Provide a menu name and click on create menu.
    Once the menu has been created you can select the desired pages from the page block.
    After you have added the menu items save the menu.

    Go to Appearance => Widgets. Add Navigation Menu widget to the Optional Sidebar. Add a desired title and select the menu that you crated recently to display in the sidebar.

    You will see the menu items in the optional sidebar. Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Align logo, header image, header sidebar #151260
    tikaram
    Participant

    @jsilver : Go to Appearance => Customize => Additional css and add the following css.

    @media screen and (min-width: 990px) {
    #sidebar-top {
    	margin-right: 200px;
    }
    #header-content{
    	margin:0;
    }
    #masthead .site-branding {
    	margin-left: 100px;
    }
    }

    Regards,
    Tikaram

    in reply to: Align logo, header image, header sidebar #151140
    tikaram
    Participant

    @jsilver : Go to Appearance => Customize => Additional css

    Replace the following css

    #branding{
    background: url(/wp-content/uploads/2013/08/arokis-bkgd-purple-III-merged.png)
      left top repeat-x;
    border: none;
    border-bottom: 1px solid #dfdfdf;
    }

    with

    #masthead{
    background: url(/wp-content/uploads/2013/08/arokis-bkgd-purple-III-merged.png)
      left top repeat-x;
    border: none;
    border-bottom: 1px solid #dfdfdf;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Page Header Image #150575
    tikaram
    Participant

    @medialinealbus : The option to have different header image for featured content is not available. Please let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Page Header Image #150150
    tikaram
    Participant

    @medialinealbus :Can you please post the address of the site and let me know your issue as well. Its difficult to provide support with the help of screen shot only.

    Regards,
    Tikaram

    in reply to: Content layout not consistent #149506
    tikaram
    Participant

    [email protected] : Glad to know that the issue has been resolved, Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Page Header Image #149426
    tikaram
    Participant

    @medialinealbus : Can you please explain in detail what you would like to do ? Please post in your Site Url as well.

    Regards,
    Tikaram

    in reply to: CSS editing in free version #149425
    tikaram
    Participant

    @joshua : If you would like to make changes to your site with additional css. Login to your WordPress Admin, go to Appearance => Customize => Additional css an add the desired css.
    You should never edit your theme files directly. The additional css feature is available in both Pro and Free version.

    Regards,
    Tikaram

    in reply to: Download #149023
    tikaram
    Participant

    @t-dubbis: If you would like to get the older version. Please fill and submit the form from contact us. The sales team will take care of your query.

    Regards,
    Tikaram

Viewing 20 posts - 2,421 through 2,440 (of 4,116 total)