Forum Replies Created

Viewing 30 posts - 14,911 through 14,940 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    June 3, 2015 at 10:21

    Hello,

    Please provide us with a video link you want to show.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 3, 2015 at 10:19

    Hello,

    To fix the error “Fatal error: Allowed memory size of 67108864 bytes exhausted” you need increase memory_limit value to 128M.
    Please try it.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 3, 2015 at 10:18

    Hello,

    The problem is that session files can’t be written in the directory /home/206581/data/tmp/. Please check with your host if permissions are set correctly to that folder.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 3, 2015 at 10:12

    Hello,

    You can reorder Woocommerce items as described here:
    http://www.alphablossom.com/move-woocommerce-price-on-single-product-page/
    So to move “price” you need add this code in functions.php of your child theme:

    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
    add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 25 );

    Unfortunately size guide can’t be moved because in this case we have to decrease the width of variations form and buttons will be displayed one after the other.

    Sorry for inconveniences.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 3, 2015 at 09:52

    Hello,

    Please add this code in custom.css file:

    .menu > li > a {
     font-size: 16px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 3, 2015 at 09:46

    Hello,

    Please add this code in custom.css file:

    .minimal-light .esg-filter-checked {
     display: none;
    }

    Concerning the buttons it requires additional customization in php and css files to make them similar to portfolio buttons.
    If you have necessary skills you may try to do this yourself or we can modify buttons style just to make them familiar to portfolio buttons, but not similar.

    Thank you for understanding.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 3, 2015 at 09:17

    Hello,

    That’s great.
    If there are any questions feel free to contact us.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 3, 2015 at 09:16

    Hello,

    As you’re using Woocommerce Product Add-ons plugin you need disable Ajax “Add to Cart” in Theme Options > Single Product Page > Ajax “Add to Cart” > Off.
    After that check products pages.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 3, 2015 at 09:13

    Hello,

    Please check if you closed all tags in products editor, for example I found unclosed <p> tags for “Verona French Antique Mantel” product in short description editor and closed them.
    Please check all your products whether you missed any code and after that check products layout.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 3, 2015 at 08:47

    Hello,

    Add this code in custom.css file:

    .tp-simpleresponsive >ul li {
     border: 2px solid #008f85;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 3, 2015 at 08:36

    Hello,

    Please update Ultimate VC Addons, Essential Grid plugins as well. You can download them here:
    https://www.8theme.com/download-plugins/

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 3, 2015 at 08:29

    Hello,

    To make your site working as you want I had to disable Ajax “Add to Cart” in 8Theme Options > E-Commerce > Single Product Page > AJAX “Add To Cart” > Off.
    Please check Cart page now.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 3, 2015 at 08:22

    Hello,

    You’ve been replied in other topic.
    Please don’t duplicate your queries.
    This topic will be closed.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 3, 2015 at 08:21

    Hello,

    You provided us with wp-admin panel credentials, but we also need FTP access. If you don’t know it please ask your host to give you FTP login details.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 3, 2015 at 08:17

    Hello,

    You need enable Visual Composer editor for portfolio in wp-admin panel > Visual Composer > General Settings > mark all “Content Types”. Then you’ll see VC editor in portfolio pages.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 2, 2015 at 21:28

    Hello,

    These values are commented. You need remove ; for all functions, so it will look like

    ; Increase maximum post size
    post_max_size = 100M
    
    ; Increase maximum upload size
    upload_max_filesize = 100M
    
    ; Increase execution time
    max_execution_time = 600
    
    ; Memory Limit
    memory_limit = 64M
    
    ; Enable url fopen
    allow_url_fopen = on

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 2, 2015 at 20:37

    Hello,

    As I see there are low values for upload_max_filesize, post_max_size functions. Please ask your host to increase them to 64M and enable allow_url_fopen function (it’s disabled now).

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 2, 2015 at 20:32

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 2, 2015 at 20:29

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 2, 2015 at 20:28

    Hello,

    Please add this code in custom.css file:

    .main-nav .menu > li .nav-sublist-dropdown {
     top: auto !important;
    }

    How to create custom.css you can watch in this tutorial.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 2, 2015 at 20:06

    Hello,

    Try to add this code in .htaccess file of your site:

    <IfModule mod_headers.c>
       Header set Access-Control-Allow-Origin "*"
    </IfModule>

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 2, 2015 at 20:02

    Hello,

    Please provide us with wp-admin panel and FTP credentials in Private Content to check the issue.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 2, 2015 at 20:02

    Hello,

    Please provide us with wp-admin panel and FTP credentials in Private Content to check the issue.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 2, 2015 at 20:00

    Hello,

    Please view the screenshot:
    http://storage2.static.itmages.com/i/15/0602/h_1433271447_1620090_ca91dc4031.png
    Is columns size not changed?
    They were more narrow than they are now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 2, 2015 at 19:54

    Hello,

    Please provide us with wp-admin panel credentials in Private Content.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 2, 2015 at 19:51

    Hello,

    I’ve edited the file wp-content/themes/royal 2/frameworkshortcodes.php in line 1746 and replaced the code ico-pinterest to ico-linkedin.
    Please check icons now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 2, 2015 at 19:45

    Hello,

    We’re sorry for a long delay.
    I’ve added the code in functions.php file in wp-content/themes/royal royal directory:

    add_action( 'wp_print_scripts', 'my_deregister_plugins_js', 100 );
     
    function my_deregister_plugins_js() {
       wp_deregister_script( 'plugins' );
      }

    Please clear browser cache and check.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 2, 2015 at 18:59

    Hello,

    Add empty text widget into “Place in header top bar” area in Appearance > Widgets.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 2, 2015 at 18:58

    Hello,

    Please give us correct FTP and wp-admin panel credentials.
    We’ll try to help you.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 2, 2015 at 18:56

    Hello,

    You cam modify the icons style is 8Theme Options > Styling > Woocommerce > Sale label and New label.

    Regards,
    Eva Kemp.

  • 1 2 3 497 498 499 1,045 1,046 1,047
    Viewing 14,940 results - 14,911 through 14,940 (of 31,382 total)
Viewing 30 posts - 14,911 through 14,940 (of 31,382 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.