Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • hi.the post types that I want to have secondary image, are posts & pages.
    the codes I put in function.php are these lines below:

    
    //secondary Thumbnail
    if (class_exists('MultiPostThumbnails')) {
    
    new MultiPostThumbnails(array(
    'label' => 'Secondary Image',
    'id' => 'secondary-image',
    'post_type' => array('post','page')
     ) );
    
     }
    

    and the plugin is edited as you said. in back end everything is ok but I dont have secondary image in pages.

    please help.

    Thread Starter Mohsen35

    (@a3group)

    thanks.
    Older versions worked fine in Persian language. most of words was translated. but after updating, the plugin’s language changed to English. my question is : Did you disable Persian language pack in new updates?
    the bests.

    you can use the link below to set admin body ltr. this will temporary solve your problem.

    here

    and after you made your admin-style.css put these codes in it.

    body.wp-admin{
    	direction:ltr !important;
    }
    • This reply was modified 9 years, 4 months ago by Mohsen35.
    Forum: Themes and Templates
    In reply to: Parent
    Thread Starter Mohsen35

    (@a3group)

    thank you for reply. but please read other comments.
    I designed it by myself. and I put link of it.

    Forum: Themes and Templates
    In reply to: Parent
    Thread Starter Mohsen35

    (@a3group)

    My theme is not a child theme and it has no parent. please notice that.

    Forum: Themes and Templates
    In reply to: Parent
    Thread Starter Mohsen35

    (@a3group)

    I’m sorry. let me explain more.
    first I couldn’t install my theme.but then somehow I installed it.
    but it seems now it take twenty twelve theme as a parent.
    the above code is all i used and its the only theme that I have.

    and onething more: are you not Thomas from Ireland? 😀

    Forum: Themes and Templates
    In reply to: Parent
    Thread Starter Mohsen35

    (@a3group)

    what do u mean of code? When I finished writing style.css I coppied those code above it. that’s all the codes that I used.
    pls explain more. sorry for taking ur time.

    Forum: Themes and Templates
    In reply to: Parent
    Thread Starter Mohsen35

    (@a3group)

    /*
    Theme Name: Biozar
    Theme URI: http://www.biozar.ir/wp-content/themes/bio
    Author: A3Group
    Author URI: http://a3group.ir/
    Description: only for biozar
    Version: 1.3
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: Bio biozar
    Text Domain: bio 
    
    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
    */

    here you are. and thanks for reply.

    Forum: Themes and Templates
    In reply to: Parent
    Thread Starter Mohsen35

    (@a3group)

    Yes I did.But It seems that my web take style from other themes too.
    for example the banner of site comefrom my style but the logo comefrom twenty twelve’s style.

    you can see my web HERE

    use mozila and from the menu bar go tools > page info > media
    there you can see the address of pics and etc.ofc you knew that.

    im cofused. pls help me.

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