Forum Replies Created

Viewing 27 posts - 151 through 177 (of 177 total)
  • Avatar: maxmullins
    Max Mullins
    Participant
    May 19, 2017 at 13:52

    Hello @dusza

    1) Theme options store all settings of color adjustments, logo etc that has been overwritten during update and it is caused wrong setings to links and images. They can be imported from your main site. Please use import settings for theme options – import/export: http://prntscr.com/f9npsp.
    2) You may use license code twice. One for main production site and second for testing and construction.

    Regards,
    Max Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 19, 2017 at 12:49

    Sorry,
    We don’t provide support for third party pugins which are not comes in our theme package. You may contact wpkraken.io team for any kind of custom plugin integration.

    Regards
    Max Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 19, 2017 at 12:25

    Hello, @Rin

    PLease clarify what kind of email you would like to customize. The email which can be seen by user after registering on woocommerce shop can be edited from woocommerce settings->email->proper email. The template fiels can be seen for each type of email from admin panel. Please see the http://prntscr.com/f9n6t9

    Kind regards,
    Max Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 19, 2017 at 12:21

    Hello,

    42. Sorry there are no such option in our theme that allows to change certain option for products. This is additional customization which lays beyond the scope of our basic support and you may contact WP-Kraken team if you need help with additional customization.WordPress Experts At Your Service – WP Kraken

    Regards,
    Maks Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 19, 2017 at 10:32

    Hello @Mxmarcu,

    We will consider your point of veiw for our next theme updates.
    For now it can be solved via custom.css and theme settings.
    1)You may add all necessary filters you already have displayed on shop page in appearance->widgets->shop sidebar and enable hidden sidebar switcher in dasboard->theme options->product page layout.
    2)Select shop page layout with right sidebar enabled. like on screenshot http://prntscr.com/f9lxq4.
    Also please add following code into the custom.css in theme_options->custom.css to hide text on tablets and mobile phones:

    @media only screen and (min-width: 767px) {
       .archive  .filter-content{display:none!important}
    }}

    Regards,
    Max Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 19, 2017 at 09:27

    Hello @Damon,

    What theme version of legenda you are using and what is the version of IE you tried for tests? To create banner you may use our Visual Composer elements we used to create our demo. Pдease see following screenshot: http://prntscr.com/f9l6s7. Also please test this issue with default wordpress theme like twenty fourteen as it can be not our theme related.

    Regards,
    Max Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 19, 2017 at 09:01

    Hello @Paycheck,

    Add following code into the dasboard->theme options->custom.css for all content areas(below header and above footer):
    .content a{color:white;}
    Only for the page and VC column with text you mentioned:

    .vc_custom_1488441711374 a {color:white;}
    

    Regards,
    Max Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 19, 2017 at 08:04

    Hello, @dusza.

    Your theme vesion is out of date. Please update all theme files and plugins to the latest version from themeforest. Plugins can be updated from our page.

    Regards,
    Max Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 19, 2017 at 07:29

    You are welcome!

    Regards,
    Maksym Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 18, 2017 at 18:03

    Hello,

    Please create Child theme which comes bundeled in the theme download package and upload it on ftp in wp-contents/themes/. It is to prevent your modifcations from overwriting during next theme update:
    Then edit yoursite/wp-content/themes/xstore/woocommerce/cart/cart.php like follows:
    Cut part of the code from line 161 to 170:

    	<div class="col-md-<?php echo esc_attr( $cols ); ?> pull-right">
    		<div class="row">
    			<div class="col-xs-12">
    				<div class="bag-total-table">
    					<div class="cart-collaterals">
    						<?php do_action( 'woocommerce_cart_collaterals' ); ?>
    					</div>
    				</div>
    			</div>
    		</div>

    Paste it above line 45:
    <?php if ( wc_coupons_enabled() ) { ?>
    . You may also provide us with temporary ftp access in private content for such minor customization
    Here you may read about child themes

    Regards,
    Maks Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 18, 2017 at 16:43

    You are welcome!
    We would appreciate your positive feedback on themeforest

    Regards,
    Maks Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 18, 2017 at 16:35

    Hello,

    Please add next line of code to change placeholder text:

    #etheme-popup .mc4wp-form .et-mailchimp input[type="email"]:o-moz-placeholder { 
    color: rgba(0, 0, 0, 0.51) ;
    }
    #etheme-popup .mc4wp-form .et-mailchimp input[type="email"]:-moz-placeholder { 
    color: rgba(0, 0, 0, 0.51);
    }
    -ms-input-placeholder { 
     color: rgba(0, 0, 0, 0.51) ;
    }
    #etheme-popup .mc4wp-form .et-mailchimp input[type="email"]:o-moz-placeholder -moz-placeholder {color: rgba(0, 0, 0, 0.51);
    }

    Regards,
    Maks Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 18, 2017 at 16:20

    Thank you for your positive reply.
    We would appreciate if you leave a feedback or rating on tthemeforest.

    Regards,
    Max Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 18, 2017 at 15:56

    Hello

    Please, update the theme to latest version. We have made some changes to fix the spam issue. You can find the updated version in the Downloads area of your account on ThemeForest.
    Also, please check if the issue with notification email persists when you use default WooCommerce registration on My Account page (WooCommerce > Settings > Account > Enable registration on My Account page) and default WC theme Storefront (Appearance > install and activate Storefront theme). Reply back about the results.

    Regards,
    Max Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 18, 2017 at 14:09

    Hello @Paycheck85.

    You may add following code into the dashboard->theme options->custom.css to change all links color and hover effect for theme: a{color:white!important;}. Please provide us with the link to this page to let us give you more specific code.

    Regards,
    Max Mullins
    `

    Avatar: maxmullins
    Max Mullins
    Participant
    May 18, 2017 at 13:59

    Hello @fabregas

    Please note that this is custom modifications and lays beyond the scope of our theme basic support.
    You may create child theme in wp-contents/themes/woo_child which comes with theme download package. Then copy and modify wp-content/themes/woocommerce/single-product.php after line 16 before woocommerce content and add additional widgetised sidebar area like it described in widgetised sidebar.
    Add following code:
    <?php dynamic_sidebar( 'yourcustomsidebar' ); ?>
    then open fuctons.php of the chid theme and add next code to it as it decribed in article above:
    / See the __() WordPress function for valid values for $text_domain.

    register_sidebar( array(
        'id'          => 'yourcustomsidebar',
        'name'        => __( 'Top Menu', $text_domain ),
        'description' => __( 'This sidebar is located above the age logo.', $text_domain ),
    ) );
    

    Then you will get new sidebar are which can be filled by static block.

    Regards,
    Max Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 18, 2017 at 12:46

    Hello @kyllaz

    Sorry for the late reply. Would you mind to provide us with link to the page where we can see the issue.

    Regards
    Max Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 18, 2017 at 12:40

    Hello,

    You may check and edit line 393 in
    /wp-content/themes/xstore/framwork/shortcodes.php
    The custom js file creation lays beyond the scope of our basic support. Please also note that any customization should be done within Child theme to prevent overwriting them on next theme update.

    Regards,
    Max Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 18, 2017 at 12:25

    Hello,

    1. I see that button is already fixed to the bootom of the product image. Have you managed to make it or we sould assist you further.
    2. Please clarify your request with more details or provide us with screenshot of the element you would like to paint differently. You may use such screenshot maker as Lightshot

    Regards,
    MaX Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 18, 2017 at 11:39

    Hello,

    PLease try to add following code into the Theme Options > Styling Custom CSS

    .mc4wp-form .et-mailchimp input[type="submit"] {
        color: white;
        font-size: 10px;
        width: auto;
        background: #e74948!important;
        opacity: 1;
        line-height: 40px;
        height: 40px;
    }
    .mc4wp-form .et-mailchimp input[type="email"] {
        border: 1px solid rgba(103, 103, 103, 0.19);
        color: black;
        background: white;
    }

    Code of the MailChimp form (MailChimp > Forms) is

    <div class="et-mailchimp"><p>
    	<label>Email address: </label>
    	<input type="email" name="EMAIL" placeholder="Your email address" required />
    </p>
    
    <p>
    	<input type="submit" value="Sign up" />
    </p>
    </div>

    Regards,
    Max Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 18, 2017 at 10:40

    Hello @bobk

    Please check footer, prefooter and copyright area in dasboard-appearance->widgets and try to add/modyfy replace the default empty positions with rectangles of woocommerce items or custom textarea widgets. And also provide with the link o the page where video is present.

    Regards,
    Max Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 18, 2017 at 09:54

    Hello,

    1. Please check your Shop sidebar in Appearance > Widgets and set http://prntscr.com/f97hed
    2. Go to Theme Options > Color Scheme > Fixed Header Text Color > Dark.
    3. It is the right old way to use POEDIT and other tools for translation but i am sure that you may check out loco translate plugin and clearly see all plugins, themes files.
    4. Please read this article https://docs.woocommerce.com/document/fixing-blurry-product-images/
    If you want to make equal size for all the product images, either upload images with the same sizes or enable Hard Crop in WooCommerce-> Settings-> Product -> Display.
    Don’t forget to install Regenerate thumbnails plugin and Regenerate thumbnails after that. https://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Max Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 18, 2017 at 09:14

    Hello @poacher

    1. You may add any custom html code for promopopup using staticblock options and Visual Composer in dashboard->static block. Check this tutorial about how to create newsletter popup: https://8theme.com/demo/docs/royal/index.html#!/0_newsletters.
    Please provide us with link to to this template in case yu would like to simply copy and paste some wrapper elements like white cart.
    2. Mailchimp form in our demo which is placed within static block for custom html and inserted in newsletter as custom Visual composer column in static block. Let us check the link to provide you with more details.

    Regards,
    Maksym Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 17, 2017 at 16:25

    Hello @Paul
    If you would like to change wording from “English to English” you may open woocommerce.pot translation file that lays within wp-content/woocommerce/in18n/woocommerce.pot with text editor and search for string “proceed to paypal”. Then resave file and upload it to ftp with overwriting. Please note that it can be rewrited during next woocommerce plugin update. And you should use child theme for such method to prevent your code from overwriting.

    Regards
    Max Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 17, 2017 at 15:17

    Hello

    Please enable header top bar switcher in themeoptions->header http://prntscr.com/f8we1p

    Regards,
    Max Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 17, 2017 at 14:29

    Hello

    We don’t see following issue on default theme enabled on clean wordpress installation. Let us check the isssue with our theme enabled. PLease reply us

    Regards
    Max Mullins

    Avatar: maxmullins
    Max Mullins
    Participant
    May 17, 2017 at 13:53

    Hello Woofer16

    The checkout page does not contain footer and prefooter area because of marketing concept which is tested by woocommerce users and checkout page is designed that way for customers better expirience. It keeps their attention on sales process.
    We will add the feature to switch footer on and of in our future theme updates. Hovewer you may create childtheme and put your customizations there.
    The second option we suggest to you in case it is cruxial to have footer enabled is to create childtheme: https://codex.wordpress.org/Child_Themes. Also search your theme download package to get childtheme files and copy them via ftp into the wp-content/themes/*child_theme*. Then copy original theme file for checkout page on ftp like follows: *yorsite*/wp-content/themes/xstore/woocommerce/checkout/checkout.php to childtheme/woocommerce/checkout/checkout.php and make following changes in it using text editor such as notepad:
    remove && !is_checkout on line 11 and line 26. After changes line 11 should looks like:
    <?php if( ( ( function_exists('is_checkout') ) || ! function_exists('is_checkout') ) && $custom_prefooter != 'without' && is_active_sidebar('prefooter') ): ?>
    And line 12:
    <?php if( ( function_exists('is_checkout') ) || ! function_exists('is_checkout') ): ?>
    It will enable footer on all pages including checkout page too. Please reply us after changes.

    Regards,
    Max Mullins

  • 1 2 3 4 5 6
    Viewing 177 results - 151 through 177 (of 177 total)
Viewing 27 posts - 151 through 177 (of 177 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.