Forum Replies Created
-
#18363On July 27, 2012 at 5:23 am
the code looks fine. can you send me your site id/pass and I will checkout the issue from the backend of your site.
#18333On July 27, 2012 at 5:22 amyou 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:
#18360On July 27, 2012 at 5:16 amhmm…
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.
#18331On July 27, 2012 at 5:10 amyou 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.
#18358On July 27, 2012 at 5:07 amare 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.
#18371On July 26, 2012 at 10:40 pmadd this to your stylesheet too:
.desc{font-size:18px;}
#18356On July 26, 2012 at 10:40 pmcan you remove the old blog page and recreate it?
#18328On July 26, 2012 at 3:04 pm2. Add this to your stylsheet and let me know if this works for you:
#header{background:#f6f6f6;}
It will just change the header color.
#18354On July 26, 2012 at 2:58 pmyou 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.
#18369On July 26, 2012 at 2:56 pmAdd 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?
#18326On July 26, 2012 at 11:48 am1. 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?
#18318On July 25, 2012 at 11:48 amCheck 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.
#18225On July 20, 2012 at 5:48 pmquestion mark?? thats odd. can you post a link where its showing question mark?
#18101On July 18, 2012 at 7:47 pmwhen you add thee code, it will increase the blocks height.
#18222On July 18, 2012 at 6:55 amyou can give this plugin a try:
#18099On July 18, 2012 at 6:49 am1. 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;}
#18055On July 17, 2012 at 5:04 pmGo 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/
#18053On July 17, 2012 at 12:11 pmyou will have to access the file with FTP application or this plugin:
#18205On July 17, 2012 at 10:22 amthe 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;}
#18097On July 16, 2012 at 7:26 pm1. 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-->