Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Forum Replies Created

Viewing 25 posts - 2,401 through 2,425 (of 2,462 total)

Home Forums

  • #15139

    Towfiq I.

    administrator

    Good to know. 🙂

    amd thanks for the detailed instruction.

    #15137

    Towfiq I.

    administrator

    Did you assign the menus to a position?

    The social icons are redirected to a 404 page because you did not put the whole url in the field. you have to add “http://” before your urls, so it looks like: http://twitter.com/towfiqi

    Sorry. I am not on Skype or GChat.

    #15135

    Towfiq I.

    administrator

    Remove the folder “Triton” then try uploading the theme from back-end.

    #15133

    Towfiq I.

    administrator

    delete the folder and upload the extracted folder via ftp.

    #15130

    Towfiq I.

    administrator

    can you extract the zip file and upload it via ftp?

    #15068

    Towfiq I.

    administrator

    BBpress

    #15028

    Towfiq I.

    administrator

    1. Maybe Not possible. Generally, people create their own facebook “page” and then display the members of the page to your website. There are plenty of plugins to display facebook fans to a website, but not friends.

    2. Try this plugin: http://wordpress.org/extend/plugins/wordbooker/

    #14963

    Towfiq I.

    administrator

    no, not for the index.php..it will mess up your seo status. Just the single.php file and page.php file.

    #14961

    Towfiq I.

    administrator

    do the same thing in page.php file also.

    #14959

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “single.php” from right and find this line:

    <h2 class="postitle"><a href="<?php the_permalink();?>"><?php the_title(); ?></a></h2>

    and replce it with:

    <h1 class="postitle"><a href="<?php the_permalink();?>"><?php the_title(); ?></a></h1>

    #14958

    Towfiq I.

    administrator

    Go to Settings> Reading and set this option:

    “Blog pages show at most”

    #14872

    Towfiq I.

    administrator

    No, you don’t need to enter any code. send me your site id/pass and site address through this page and I will try to set it up for you.

    http://www.towfiqi.com/contact

    #14869

    Towfiq I.

    administrator

    after extacting the zip file you will get a file “page.php”. rename it “nivo-page.php” and upload it to your scyllpro theme folder with an ftp application.

    #14867

    Towfiq I.

    administrator

    oh shoot. my bad. rename the page file with nivo-page.php file.

    #14865

    Towfiq I.

    administrator

    Download the page.zip file and extract the php file inside it and upload it to your scyllapro folder. after that create an n new page and assign the new page template from the post editor. In the post editor under “Page Attributes” Select page template and select “Page with Nivo” from the dropdown menu.

    The page will show the same slider that is shown in the homepage.

    #14863

    Towfiq I.

    administrator

    Yes you can do this but, but some custom work is needed. Let me know What slider do you want in your front-page? and what slider do you want for the other page?

    #14907

    Towfiq I.

    administrator

    Here is a demo of Triton Pro:

    tritonpro.towfiqi.com

    #14905

    Towfiq I.

    administrator

    Try this css code(keep it exactly same):

    #menu ul .no_bg, #menu ul .no_bg a, #menu ul .no_bg span, #menu ul .no_bg:hover, #menu ul .no_bg a:hover, #menu ul .no_bg span:hover{background:none!important;}

    #14903

    Towfiq I.

    administrator

    Try this:

    <li class=no_bg><a href="#"><span><img src="images/UK_sm.gif" alt="" border="0" /></span></a></li>
    </div>
    <!--Menu END--></div>

    and then add this line to your stylesheet:

    .no_bg, .no_bg a, .no_bg span, .no_bg:hover, .no_bg a:hover, .no_bg span:hover{background:none!important;}

    #14901

    Towfiq I.

    administrator

    I am not sure what you are trying to do… can you elaborate?

    #14899

    Towfiq I.

    administrator

    Nice! well done!

    #14861

    Towfiq I.

    administrator

    Just checked you site. It is working fine. Can you load the site with a different Browser? maybe it is a browser related issue.

    #14749

    Towfiq I.

    administrator

    Why do you have to upload them with ftp? Uploading through wordpress should be enough.

    #14747

    Towfiq I.

    administrator

    The calender plugin you are using is causing this issue. Try disabling it.

    #14731

    Towfiq I.

    administrator

    Open up amphion.js file from “js” folder and replace these lines:

    jQuery("a.hasimg").fancybox({
    'transitionIn' : 'elastic',
    'transitionOut' : 'elastic',
    'speedIn' : 400,
    'speedOut' : 200,
    'overlayShow' : true
    });

    with these:

    jQuery(".hasimg[href$='.jpg'], .hasimg[href$='.png'], .hasimg[href$='.gif']").fancybox({
    'transitionIn' : 'elastic',
    'transitionOut' : 'elastic',
    'speedIn' : 400,
    'speedOut' : 200,
    'overlayShow' : true
    });

Viewing 25 posts - 2,401 through 2,425 (of 2,462 total)