Forum Replies Created

Viewing 20 posts - 2,421 through 2,440 (of 4,113 total)
  • Author
    Posts
  • in reply to: Removing the Footer Photo #152696
    tikaram
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    [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
    Member

    @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
    Member

    @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
    Member

    @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

    in reply to: Accident purchased "Clean Box" instead of "Catch Box" #148000
    tikaram
    Member

    @bigoslesli : The sales team should have provided you the desired theme. Can you please check and let me know that you have the desired theme ?

    Regards,
    Tikaram

    in reply to: European Union General Data Protection Regulation #147522
    tikaram
    Member

    @wolpertinger : Our themes and plugins do not collect any data and we do not provide any data to third parties as well. You may create a privacy policy page and show notifications to the user who uses your website. Let me know if you have any queries.

    Regards,
    Tikaram

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