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,226 through 2,250 (of 2,462 total)

Home Forums

  • #17678

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “index.php” and replace this:

    <?php echo of_get_option('block1_textarea'); ?>

    with this:

    <?php do_shortcode('<!--wp_twitter_goodies--> ');?>

    #17676

    Towfiq I.

    administrator

    what are the shortcodes?

    #17029

    Towfiq I.

    administrator

    you probably installed a zip extracting software which enables you to open the zip file as a folder, without extracting. Just upload the “zenon.zip” file. do not double click the folder.

    #17640

    Towfiq I.

    administrator
    #17639

    Towfiq I.

    administrator

    You need to learn about SEO:

    http://yoast.com/articles/wordpress-seo/

    #17637

    Towfiq I.

    administrator

    it should automatically added to google after 2-3 weeks of the site went live.

    Go to Settings> Privacy and make sure you checked this option:

    Allow search engines to index this site.

    #17572

    Towfiq I.

    administrator

    The code you added, replace “mylists” with “list5”

    To add numbered list try this:

    <ol class="mylists">

    <li>List item 1</li>
    <li>List item 2</li>
    <li>List item 3</li>
    </ol>

    #17570

    Towfiq I.

    administrator

    it may not be possible to add the lists via shortcode but it can be achieved with css.

    Add lists like this inside the column:

    <ul class="mylists">
    <li>List item 1</li>
    <li>List item 2</li>
    <li>List item 3</li>
    </ul>

    and let me know what list type shortcode do you want to make it look like.

    #17567

    Towfiq I.

    administrator

    You can activate the plugin again when you are done with the site setup.

    #17565

    Towfiq I.

    administrator

    Are you using any cache plugin?

    #17568

    Towfiq I.

    administrator

    can you please send me the link of the post where you are trying to do this?

    #17563

    Towfiq I.

    administrator

    what do you mean? you do not see the “Triton Options” page?

    Or all the menus under Appearance?

    #17421

    Towfiq I.

    administrator

    Probably the theme file was broken. I sent you the theme again. let me know.

    #17360

    Towfiq I.

    administrator

    Use the featured image to add thumbnails.

    and use this plugin to exclude “hotel” posts from front page:

    http://wordpress.org/extend/plugins/advanced-category-excluder/

    #17397

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “stylesheet” from right and add this line:

    #slider li img{border:none;}

    #17358

    Towfiq I.

    administrator

    this is not where you should put it. remove that file from there and upload it to:

    public_html/wp-content/themes/triton

    #17394

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “functions.php” and add these lines:

    function add_search_to_wp_menu ( $items, $args ) {
    if( 'primary' === $args -> theme_location ) {
    $items .= '<li class="menu-item menu-item-search">';
    $items .= '<form method="get" class="menu-search-form" action="' . get_bloginfo('home') . '/"><p><input class="text_input" type="text" value="Enter Text & Click to Search" name="s" id="s" onfocus="if (this.value == 'Enter Text & Click to Search') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Enter Text & Click to Search';}" /><input type="submit" class="my-wp-search" id="searchsubmit" value="search" /></p></form>';
    $items .= '</li>';
    }
    return $items;
    }
    add_filter('wp_nav_menu_items','add_search_to_wp_menu',10,2);

    before this line:

    //Post Thumbnail

    #17396

    Towfiq I.

    administrator

    I am not sure what you are trying to say.

    #17356

    Towfiq I.

    administrator

    Try a free FTP application like “Filezilla” to access your files via ftp.

    #17354

    Towfiq I.

    administrator

    when you bought the hosting from bluehost they sent you an email with id of password of your FTP account. find that email. if you cant find it, you will have to ask bluehost about the FTP id/password.

    #17392

    Towfiq I.

    administrator

    Go to Appearance> Widgets and add widgets to “Right Sidebar” and the sidebar will automatically show up.

    #17352

    Towfiq I.

    administrator

    no, it should be in the main Triton directory. its strange. are you sure you uploaded the file correctly via ftp?

    #17390

    Towfiq I.

    administrator
    #17350

    Towfiq I.

    administrator

    download and extract the attached file and then Upload this file to your Triton Folder.

    Then go to Appearance> Editor and select “page_postlist.php” from right and find cat=1 and change it with the category id of “hotel” category. Then assign the page template “Hotel Posts” to that sommar>boende page.

    #17347

    Towfiq I.

    administrator

    yes I am willing to help. 🙂

    I am kinda busy right now, so I will try to do this tomorrow.

    and I wont need the id/password. I will let you know how to do it.

Viewing 25 posts - 2,226 through 2,250 (of 2,462 total)