Forum Replies Created
-
#107287On March 17, 2014 at 8:56 pm
are you you sure you made the edits in functions.php? the font is not being loaded…
#107284On March 17, 2014 at 8:49 pmtry adding this to your stylesheet:
.single_post { line-height: 2em!important; }
#107283On March 17, 2014 at 8:47 pmyou mean the line height i guess. is this happening with the whole site or only the posts? whats your site address?
#107279On March 17, 2014 at 8:27 pmsorry. remove that and try this:
@media screen and (max-width: 910px) #simple-menu { display: block; float: right; background: rgba(0, 0, 0, 0.5); padding: 15px 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-top: 1.5%; } #topmenu { display: none; } }
#106976On March 16, 2014 at 9:56 pmlooks like you removed these lines from your style.css file. add them to the very top of the file.:
/* Theme Name: Asteria Lite Description: Asteria Lite is a clean responsive theme with a beautiful slider, Narrow and Wide Layout Option, 10 Social Icons and 3 page templates - Full width page, Left sidebar page and a Blog page Template. The theme also allows you to design your site logo with 600+ fonts. The Theme also has a Maintenance Mode feature, Beautiful Gallery feature, Custom CSS feature, Import/Export feature and is fully compatible with Woocommerce and Contact Form 7 Plugin. It also comes with Ajax pagination feature which means you can navigate through posts without page refresh. The theme is SEO Friendly and has plenty of user-friendly options. The theme is translation ready and fully translated into French, Italian, German, Spanish, and Chinese. Asteria Lite is suitable for any types of website - corporate, portfolio, business, blog. Get Free Support without registration on http://www.towfiqi.com/forums/forum/asteria-lite Version: 0.7 Theme URI: http://www.towfiqi.com/asteria-lite-free-wordpress-theme.html Author: Towfiq I. Author URI: http://www.towfiqi.com/ License: GNU General Public License, v2 (or newer) License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html Tags: theme-options, one-column, dark, green, white, right-sidebar, left-sidebar, fixed-width, flexible-width, custom-background, theme-options, translation-ready, translation-ready, featured-images, full-width-template */
remove this from functions.php:
wp_enqueue_style('customfont2',get_template_directory_uri().'/fonts/opensans-light.css', 'open_sans' );
#106615On March 16, 2014 at 7:53 am1. The social links options are in Appearance> Triton Options> Social
2. You can disable the comments by removing this line from single.php, page.php and page-full_width.php file:<div class="comments_template"><?php comments_template('',true); ?></div>
3. can you elaborate on the subject navigation issue?
#106612On March 16, 2014 at 7:45 amhmm. the slide’s text is hanging out..
Go to Asteria Options> Slider and in the slider height field, write “auto”
then add this to your Custom CSS:
#slidera{min-height:370px;}
#106607On March 16, 2014 at 7:28 amreplace this:
body #topmenu ul li a{font-size:20px!important;}, .postitle a:hover, .zn_post_wrap a, #sidebar .widgets ul li a:hover, .comm_meta_reply a:hover, .logged-in-as a, #topmenu .current_page_item a{color:#D73A36;}
with this:
body #topmenu ul li a{font-size:20px!important;} .postitle a:hover, .zn_post_wrap a, #sidebar .widgets ul li a:hover, .comm_meta_reply a:hover, .logged-in-as a, #topmenu .current_page_item a{color:#D73A36;}
#106606On March 16, 2014 at 7:27 amthe shortocdes are in the editor, you will notice them inside the editor while editing a post.
and can you be specific to whats not working well?
#106604On March 16, 2014 at 7:25 amplease lift up the coming soon mode and let me know.
#106225On March 15, 2014 at 3:29 pm#106179On March 15, 2014 at 2:15 pmthe default page template would only work when you delete the page-contact.php
wordpress automatically searches for templates with your page name. if it finds any template file with your page name in it, prefix with
page-
, it automatically assigns the template file to your page. this is whats happening here.#106013On March 15, 2014 at 8:38 amyes. open up single.php and remove this:
<div class="single_metainfo">On <?php the_time( get_option('date_format') ); ?><?php if(of_get_option('dissauth_checkbox') == "0"){ ?> by <?php the_author(); ?><?php } ?></div>
#105372On March 14, 2014 at 1:20 pmnot in the theme editor.
Just click the edit button of your page. in the page post edit page.#105369On March 14, 2014 at 1:16 pmyou posts will be automatically displayed in 3 columns.
#105366On March 14, 2014 at 1:15 pmKarin, Go to Media> Add New and upload your logo and then copy the “file url” from right and paste the link in Triton Options> Logo upload field. Then click the “save options” button.
#105365On March 14, 2014 at 1:13 pmyes. you are correct. because the theme is responsive. to fit the images on all screen size type, you should go for the biggest image size,
1600px x 700px#105364On March 14, 2014 at 1:09 pmopen up index.php and add this:
<a href="http://google.com">My Link</a>
after this:
<?php echo of_get_option('block1_textarea'); ?>
#105359On March 14, 2014 at 1:02 pmcan you please add the code again and let me know?
#105357On March 14, 2014 at 1:01 pmyes you can change the slider text type while editing or creating the slides. just select either layout1, layout2 or layout3 option in each slide. in your case you should select layout1.
#105046On March 13, 2014 at 11:21 pmAllright. We’re good to go pro, but we need those two Text-slider-bars to have even and color-uniform ends
Sorry I dont understand. can you elaborate?
Also the text-sliders need to somehow be vertically controllable/stable across platform in order to get them to stay inside the frame of the image in Firefox and IE
Can you send me a screenshot?
Finally – and i wonder if this is a pro-function (?) – the transparency of the bottom slider needs to be adjustable/controllable (the quite high transparency is too narrowing for the choice of usable pictures for our index-page).
Add this to your Custom CSS:
.nivo-caption .sld_layout1 p{background: rgba(0, 0, 0, 0.2);}