Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • yes i find out about related items if you like to resizing its available in
    woocommerce-layout.css in wordpress latest version 4.2

    upsells.products ul.products li.product img{width:100%;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.

    you can change width to 30 or 40 % as you wish to resizing the related items

    these codes about related item re sizing i could not find out in woocommerce.css in latest version.
    i m using wordpress version 4.2.1–en_CA with mantra theme so suggest me how i solve?

    hello tnks
    when i upload the php.ini in root directory and wp-admin then its in working , all my plugin.
    but my media memory goes to low 2 mb . how can i increase? my php.ini is:
    <?php
    memory_limit = 100M
    upload_max_filesize = 100M
    post_max_size = 100M
    file_uploads = On
    ‘</p>’

    i have uploaded wordpress 4.1 and its shows fatal error in wordpress news:
    i have mention already the memory limit of 64 MB in config.php
    but this error still alive.
    Fatal error: Out of memory (allocated 22020096) (tried to allocate 311933 bytes) in /home/taqworld/public_html/wp-includes/SimplePie/Parser.php on line 122
    how can i solve it?

    Thread Starter invisageint

    (@invisageint)

    yes tnks for help its ok now

    Thread Starter invisageint

    (@invisageint)

    yes thanks i have done and its make more attractive .
    now i need to know that from where its code presents so my webs from left and right leaving sides will be remove? i mean from right side backgroud is spreading aside.
    waiting for your help?
    Akhtar

    hello
    i m student of word press and recently i have started to make e commerce web site with bilata wordpress theme. myy testing URL name is https://www.test.atqfashion.com
    firstly i am facing problem to maintain its theme background. if you see its not accurate on the screen,from left and right. kindly help me in detail that how can i maintain its sizing?from that its shows perfect on the screen. my theme style sheet shows only these codes :
    /*
    Theme Name: ATQ FASHION
    Theme URI : https://invisageint.com/
    Description:
    Author: akhtar husssain
    Author URI: https://atqfashion.com.com/
    Version: 1.1
    */
    @import url(‘css/style.css’);

    hello every one.
    i m new student in wordpress and during making e commerce web i have uploaded hide-login plugin ,when i press activate its show error on page. my web i running in smooth condition but when i try to login my wp-admin then its show same error on blank page. then i try to enter on my theme page login ,its show smooth and i enter the wordpress but when i click on any option just as dashboard ,post,etc then its again show same error.
    then i download .htaccess file and open it ,its shows:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteRule ^wp-admin$ %{REQUEST_URI}/ [R=301,L]
    RewriteRule ^wp-admin/(.*?)$ /wp-admin/$1?%{QUERY_STRING} [QSA,L]
    RewriteRule ^login/?$ /wp-login.php [QSA,L]
    RewriteRule ^register/?$ /wp-login.php?action=register [QSA,L]
    RewriteRule ^forgot/?$ /wp-login.php?action=lostpassword [QSA,L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    i del these codes and past on it the defult codes:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    and save it and uploaded again on its destination in that folder where the wp installed.
    then i reopen my web +wp-admin i will smoothly enter the WP and all the options working as same as previous.mean ok
    thanks and sorry for my spell
    Akhtar
    [Moderated – these forums do not provide support via Skype]

Viewing 8 replies - 1 through 8 (of 8 total)