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

Home Forums

  • #18383

    Towfiq I.

    administrator

    thanks! I noticed it!

    #18363

    Towfiq I.

    administrator

    the code looks fine. can you send me your site id/pass and I will checkout the issue from the backend of your site.

    #18333

    Towfiq I.

    administrator

    you will have to open it up with your FTP application. you will find it in your zenon theme folder. if you dont know how to use FTP, try this plugin:

    http://wordpress.org/extend/plugins/wp-filemanager/

    #18360

    Towfiq I.

    administrator

    hmm…

    Go to Appearance> Editor and select “page-blog.php” and copy all the code inside it and paste it in http://pastebin.com/

    and share the link of your paste.

    #18331

    Towfiq I.

    administrator

    you will have to open up zenon.js file and replace:

    0.3

    with

    0.7

    to increase the opacity. the value appears twice , you will have to change both of them.

    #18358

    Towfiq I.

    administrator

    are you sure you asssigned the blog page template? It doesnt look like it. when you assign a page template to a page, there is a css class added to the body, which I cannot see.

    #18371

    Towfiq I.

    administrator

    add this to your stylesheet too:

    .desc{font-size:18px;}

    #18356

    Towfiq I.

    administrator

    can you remove the old blog page and recreate it?

    #18328

    Towfiq I.

    administrator

    2. Add this to your stylsheet and let me know if this works for you:

    #header{background:#f6f6f6;}

    It will just change the header color.

    #18354

    Towfiq I.

    administrator

    you should assign the page template “blog page template” to your blog page and then select the category of posts from Zenon Options.

    You can learn more in Appearance> Zenon Options> Documentation> Misc.

    #18369

    Towfiq I.

    administrator

    Add this to your stylesheet:

    body #topmenu ul li a{font-size:18px;}

    and you want to change the font for only the menu? and when you said “tag” font, what do you mean?

    #18352

    Towfiq I.

    administrator

    whats your site address?

    #18326

    Towfiq I.

    administrator

    1. to add the badge follow this method:

    First open up header.php and add this line:

    <li class="soc_insta"><a title="Instagram" target="_blank" href="put your instagram url here...">Instagram</a></li>

    after this line:

    <li class="soc_rss"><a title="Rss Feed" target="_blank" href="<?php echo of_get_option('rsssoc_text'); ?>">RSS</a></li><?php } ?>

    then add this to your stylesheet:

    .social ul .soc_insta a{ background:url("http://i.imgur.com/OU4yS.png") no-repeat!important;}

    2.whats your site address?

    #18318

    Towfiq I.

    administrator

    Check out this 2 threads:

    http://wordpress.org/support/topic/out-of-memory-when-uploading-images?replies=18

    http://wordpress.org/support/topic/fatal-error-on-image-upload-out-of-memory?replies=6

    My suggestion is convert the image first with a image processing/editing application like photoshop and then upload the image.

    #18225

    Towfiq I.

    administrator

    question mark?? thats odd. can you post a link where its showing question mark?

    #18101

    Towfiq I.

    administrator

    when you add thee code, it will increase the blocks height.

    #18222

    Towfiq I.

    administrator

    you can give this plugin a try:

    http://wordpress.org/extend/plugins/subscribe2/

    #18099

    Towfiq I.

    administrator

    1. Add this to your stylesheet:

    body .midrow_block{height:275px;}

    2. First from index.php find these lines that you added:

    <div class="midrow_blocks">
    <p>Organizational health and growth can be hindered by the personal limitations of its leaders. Successful leaders must be trustworthy and serve as effective role models in team relationships. Since no one is perfect, personal transformation and continued personal development must happen first in the lives of the leaders. We believe that everyone is a leader at some level. We also believe that no team, business or organization will ever rise above the constraints of its own leadership. Participants will learn to remove personal and professional constraints so that personal transformation can occur, leading to healthy, trusting relationships. This training when implemented will result in positive change within companies as well as in family and personal settings.</p>
    </div>

    and replace this line:

    <div class="midrow_blocks">

    with this:

    <div id="wlcm" class="midrow_blocks">

    Then, add this to your stylesheet:

    body #wlcm{height:100px!important; font-size:18px;}

    #18220

    Towfiq I.

    administrator

    its a plugin. disable it.

    #18055

    Towfiq I.

    administrator

    Go to the Plugin’s settings page and make sure you enable the file viewing and editing.

    Then From the plugin’s page Navigate to wp-content/themes/triton/js/

    #18053

    Towfiq I.

    administrator

    you will have to access the file with FTP application or this plugin:

    http://wordpress.org/extend/plugins/wp-filemanager/

    #18205

    Towfiq I.

    administrator

    the text font is already Arial. Go to Appearance> Editor and select “stylesheet” from right and add this line to the very bottom:

    .midrow_block p{font-weight:bold;}

    #18203

    Towfiq I.

    administrator

    what font do you want it to change to?

    #18097

    Towfiq I.

    administrator

    1. Remember how you replaced these in the index.php with the image code? put theme back on before your image codes.:

    <?php echo of_get_option('block1_textarea'); ?>
    <?php echo of_get_option('block2_textarea'); ?>
    <?php echo of_get_option('block3_textarea'); ?>
    <?php echo of_get_option('block4_textarea'); ?>

    2. Add these line to your index.php:

    <div class="midrow_blocks">
    <p>Your text here......</p>
    </div>

    after this line:

    <!--SLIDER END-->

    #18201

    Towfiq I.

    administrator

    text size of the blocks title? text? or both?

Viewing 25 posts - 2,151 through 2,175 (of 2,462 total)