kelex
Forum Replies Created
-
Forum: Plugins
In reply to: [Gmedia Photo Gallery] Gallery plugin shows with some lines of code beneathI had that issues when I installed both plugins on my test site in my computer. I did not have the issue on my live site, though.
Forum: Themes and Templates
In reply to: [Customizr] Add pictures to pageI substituted them with my own pictures ,point the url to the location where the pictures are stored in wordpress but they do not show.I tried this same code as html file and it loaded on a browser very well
Forum: Themes and Templates
In reply to: [Customizr] Add pictures to pageI Pasted this code on the text tab just as you adviced, and it gets the page outlined when viewed on the visual tab of the edit page but the picture does not show.When viewed via a browser, the page does not show, Just the word “picture1” and when the word is clicked it gives a responce “The requested content cannot be loaded.Please try again later”.
Forum: Themes and Templates
In reply to: [Customizr] Add pictures to pageWhere do I get more info on twitter bootstrap to enable me finish this page?
Forum: Themes and Templates
In reply to: [Customizr] Add pictures to pageThanks, I applied the code and its ok but I need to adjust the code to enable the (description)text/words align properly as they start from the bottom side of the pictures instead of the top side.
I want to apply tables to the code you sent, as a 2nd option .Hope it works.
Forum: Themes and Templates
In reply to: [Customizr] Add pictures to pageThanks, I applied the code and its ok but I need to adjust the code to enable the (description)text/words align properly as they start from the bottom side of the pictures instead of the top side.
I want to apply tables to the code you sent, as a 2nd option .Hope it works
Forum: Themes and Templates
In reply to: [Customizr] Add pictures to pageWould I have to apply this lines of code in the “custom CSS” area, under appearance button?
Forum: Themes and Templates
In reply to: [Customizr] Add pictures to pageThat thread seems to treat image gallery issues. I want to have my web pages displaying pictures along with texts. e.g list of members of an organisation with their pictures.
Forum: Themes and Templates
In reply to: [Customizr] Add pictures to pageI mean while designing a web page and I want to add picx and align them accordingly
Forum: Themes and Templates
In reply to: [Customizr] editing the footer credit and web linkThanks a lot, Acub…it works!
Forum: Themes and Templates
In reply to: [Customizr] editing the footer credit and web link<?php add_filter('tc_credits_display', 'my_custom_credits'); function my_custom_credits(){ $credits = 'href="http://mywebsite.com/"'; $newline_credits = ''; return ' <div class="span4 credits"> <p> · © '.esc_attr( date( 'Y' ) ).' <a href="'.esc_url( home_url() ).'" title="'.esc_attr(get_bloginfo()).'" rel="bookmark">'.esc_attr(get_bloginfo()).'</a> · '.($credits ? $credits : 'Web Site by <a href=" http://mywebsite.com/" >mycompany limited</a>').' ·'.($newline_credits ? '<br />· '.$newline_credits.' ·' : '').'</p></div>'; } ?>Forum: Themes and Templates
In reply to: [Customizr] editing the footer credit and web linkThis is the code running in the functions.php
………..
<?php
add_filter(‘tc_credits_display’,
‘my_custom_credits’);
function my_custom_credits(){
$credits = ‘href=”http://mywebsite.com/”‘;
$newline_credits = ”;
return ‘
<div class=”span4 credits”>
<p> · © ‘.esc_attr( date( ‘Y’ ) ).’
<a href=”‘.esc_url( home_url() ).'”
title=”‘.esc_attr(get_bloginfo()).'”
rel=”bookmark”>’.esc_attr(get_bloginfo()).’ ·
‘.($credits ? $credits : ‘Web Site by mycompany limited‘).’
·’.($newline_credits ? ‘
·
‘.$newline_credits.’ ·’ : ”).'</p></div>’;
}
?>Forum: Themes and Templates
In reply to: [Customizr] Cant Change my footer.phpI created a child theme with css and functions.php files.I copied the scr ipt to functions.php and the code shows on the page header instead of footer area of the web page.
Forum: Themes and Templates
In reply to: [Customizr] Slider Front Page HELPI have followed the guide in the link you provided .When I get to the “select a slider” where the image will show, I did not see the demo slider in the drop down button.I typed ‘demo slider’ and noticed that the picture did not add to the demo slider
Advice
Forum: Themes and Templates
In reply to: [Customizr] How to resize the whole layout?Assuming I wanted to reduce the size of the site layout because its all components of the site on display; slider, widgets,buttons etc boldened @ the present sCale. I am working with 15.5″ screen.