Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    10.09.2015 at 07:55 #20574

    Hi,

    I think you have already asked this before. https://theme4press.com/support/topic/full-width-blog-with-4-columns-grid/

    If any feature that you require, but is not available within the theme, you can contact us via our services page https://theme4press.com/services/ or hire a developer from http://jobs.wordpress.net/

    Sorry, I am just an employee and I have to follow company rules, my employer is not going to pay me for customization work done for customer, or any customization assistance, other than providing Custom CSS code.

    Hope you understand my difficulties. It’s difficult for me to find this awesome job as a Support Moderator in this forum. Thanks!

    Best Regards,
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    10.09.2015 at 07:42 #20565

    Hi,

    The Revolution Slider is a plugin, it will not be removed when you update your Alora Theme. It will not be affected. We will not be providing any updates for Revolution Slider. Take care, do not accidentally delete the plugin, you will not be able to install back from the Theme admin.

    In the latest Alora Theme, there will not be a message to ask you to install Revolution Slider, because the packed zip file is removed from the Theme zip file.

    Any client whom had not used Alora Theme before, will not be able to install Revolution Slider from within the Theme admin. They will need to purchase from the plugin authors.

    Hope this clarifies your doubts.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    10.09.2015 at 07:29 #20564

    Hi,

    Glad it worked for you.

    Best Regards,
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    10.09.2015 at 07:23 #20563

    Hi,

    Sorry for the bold text in my previous reply, it was a HTML error, I forgot to close the strong tag. I forgotten to take a look after I posted.
    I wasn’t loosing my patience and shouting. 🙂

    To display a grid of products, you can use woocommerce shortcode recent_products

    For example.

    [recent_products per_page="12" columns="3" orderby="date" order="desc"]

    For more information. Please read the following article http://docs.woothemes.com/document/woocommerce-shortcodes/#section-5

    For the page title, please use the following codes.
    It should affect only desktop monitor.
    Increasing -100px will move the title further to the left.

    @media screen and (min-width: 768px){
    .product_title.entry-title {
    left: -100px;
    position: relative;
    width: 500px !important;
    }
    }

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    10.09.2015 at 07:05 #20562

    You are welcome!

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    10.09.2015 at 07:00 #20561

    Hi,

    It’s not a theme bug, it’s your server memory exhaust.

    Meaning there is not enough memory on your server to run your website properly. You need to contact your web hosting company, you probably need to pay some fees for increasing memory.
    Please note that defining WP_MEMORY_LIMIT with a greater value will not work unless you have “spare” memory allocated. The best way is to contact your web hosting company.

    The following is the error message I saw in your webpage source code.
    http://laclassebleue.fr/wp-admin/admin-ajax.php?action=evolve_dynamic_css&ver=4.3

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 9126605 bytes) in /datas/vol2/w4a136058/var/www/laclassebleue.fr/htdocs/wp-includes/wp-db.php on line 1092

    http://prntscr.com/8em19x

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    10.09.2015 at 06:49 #20560

    Hi,

    Your website details posted here https://theme4press.com/support/topic/can-not-insert-theme4press-sliders-and-or-elastic-sliders/#post-20441
    does not work anymore, there is 500 internal error. http://prntscr.com/8elyag

    Hope you get your site working soon.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    10.09.2015 at 06:45 #20559

    Hi,

    Your website details posted here https://theme4press.com/support/topic/can-not-insert-theme4press-sliders-and-or-elastic-sliders/#post-20441
    does not work anymore, there is 500 internal error. http://prntscr.com/8elyag

    May I know if you have changed your website url?

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    10.09.2015 at 06:39 #20558

    Hi,

    The Theme Options -> Typography is for front end only.
    In WordPress, there is no “official” way to make the editor css dynamic.
    The editor css is static and in the file editor-style.css

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    09.09.2015 at 11:58 #20543

    Hi,

    Please use the following codes in your Theme Options -> Custom CSS

    .woocommerce-message {
    background: #999999 none repeat scroll 0 0 !important;
    border: 1px solid #999999 !important;
    }

    Result screenshot. http://prntscr.com/8eagiu

    Sorry, I have never use that plugin you mention, in fact, I have never use any of the woocommerce premium plugins. Sorry, I have no idea if it will work with our theme.

    Thanks!