Forum Replies Created
-
#464914On March 16, 2015 at 7:50 pm
First Download the image below:
https://themes.svn.wordpress.org/triton-lite/1.3/images/social.pngand then Go to Media Add New and upload the image and copy the uploaded file url.
Then Go to Appearance> Editor and replace this line:
.social ul li a{ display:block; width:28px; height:28px; background:url(images/social.png) no-repeat; text-indent:-999999px;}
with this:
.social ul li a{ display:block; width:28px; height:28px; background:url(YOUR_COPIED_FILE_URL_HERE) no-repeat; text-indent:-999999px;}
#464693On March 16, 2015 at 6:47 amtry adding this to your Custom CSS:
#topmenu ul li a { font-size: 14px!important; }
#463435On March 13, 2015 at 10:25 am#463384On March 13, 2015 at 7:35 amFirst download this image: https://themes.svn.wordpress.org/theron-lite/2.0/images/social.png
Then from your wordpress dashboard, upload the image from Media > Add New and after uploading, copy the file url
and then open up your style.css and replace this with the copied url:
images/social.png
#463378On March 13, 2015 at 7:25 amCan you guys please send me your site’s username and password through this page to let me examine the issue from the backend:
Thanks
#463358On March 13, 2015 at 6:46 amOliver you need to login first to see the Premium Forum.
1. How did you add the image? did you add the image by clicking the “Add media” button?
2. Can you please elaborate on what you mean by come out weird?
Thanks
#463351On March 13, 2015 at 6:36 amplease go to hastebin.com and put all the code of your functions.php file and share the hastebin link here.
Regards
#463155On March 12, 2015 at 8:43 pmOpen up header.php and add this:
<li class="soc_steam"><a title="Steam" target="_blank" href="YOUR_steam_LINK_HERE">Steam</a></li>
after this:
<li class="soc_rss"><a title="Rss Feed" target="_blank" href="<?php echo of_get_option('rsssoc_text'); ?>">RSS</a></li><?php } ?>
2. then add this to your stylesheet:
li.soc_steam a {background: #fff url("http://i.imgur.com/qdCejpn.png")!important;background-position: 2px 2px!important;background-repeat: no-repeat!important;border-radius: 50%;}
#463083On March 12, 2015 at 5:34 pmno theres no limit. can you post a screenshot of the issue?
#462755On March 11, 2015 at 7:41 pmSounds like a permission issue. Ask your host about this.
Thanks
#462753On March 11, 2015 at 7:35 pmPenelope, You got this wrong.
There was a recent mass hack on all over the world.. where a social.png file was used.. the theme has a social.png file for 5+ years. its not infected.. now webhosts are being paranoid and removing all the social.png s from their servers… This is what happened in your case.
There is an easy fix for that, just rename social.png file to soc.png and replace all the “social.png” word with soc.png in your stylesheet and you are good to go. this is tested and works. I suggested this change to other Triton PRO theme users and they successfully made the changes and using the theme till now without any harm.
And I use my personal email address because I want to respond quickly to PRO user’s emails and give them better support.
Regards
#461738On March 9, 2015 at 5:48 pmOpen up page-contact.php and replace this line:
<?php _e("Send", "asteria"); ?>
with this:
<?php _e("Envoyez", "asteria"); ?>
#461735On March 9, 2015 at 5:37 pmSorry for that. Just fixed the issue. Try Now from towfiqi.com >My Downloads
Thanks
#460372On March 6, 2015 at 6:57 pmWilliam by author information do you mean an “About the Author” section? you will have to use a plugin for that..
#459880On March 5, 2015 at 7:30 pmActually what happened is it has been reset to header type 1 which doesnt have a background color. You can change the background color from Asteria Options> Basic> Header Type and set header type to “Header Type 4”
Thanks
#459877On March 5, 2015 at 7:24 pmCan you send me a page link where the author name should be visible but its not?
#459733On March 5, 2015 at 10:14 amNo. It wasn’t removed..The font list are missing on some servers.. The issue is fixed when you make the changes I suggested to make in wp-config.php..
Its weird that its not working for you..Are you guys sure you made the changes to the right file?
Let me know.
#459517On March 4, 2015 at 7:16 pmPlease make the change to wp-config.php and let me know how it goes..
Thanks
#459470On March 4, 2015 at 4:34 pmhmm.. open up your wp-config.php file from your wordpress installation folder and add this line:
define('FS_METHOD', 'direct');
after this:
define('WP_DEBUG', false);
Let me know
#459398On March 4, 2015 at 1:07 pmyou are using the lite version right? how many fonts do you see in the list?
#459286On March 4, 2015 at 7:52 amProbably caused by the language Plugin you are using.. You just update it.. right?
and you will have to login first to see the PRO forum.
Thanks
#459276On March 4, 2015 at 7:41 amPlease Go to Asteria Options> Slider and set the slider height to
auto
#459274On March 4, 2015 at 7:40 amOpen up header.php from Appearance> Editor and replace this:
<li class="soc_plus"><a title="Google Plus" target="_blank" href="<?php echo of_get_option('gpsoc_text'); ?>>">Google Plus</a></li><?php } ?>
with this:
<li class="soc_plus"><a title="Google Plus" target="_blank" href="<?php echo of_get_option('gpsoc_text'); ?>">Google Plus</a></li><?php } ?>
Thanks