jkenk
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Travelify] How to change width?If I can help – to find out where and what is the code – go under your firefox browswer. Click add-on and download firebug. Then type your domain and click on the little bug. A window will show at the bottom – One side HTML and the other Style. Use the rectangular to put it anywhere into your page – that will show you what is the name of that place. It’s doesn’t change your domain but it can give you an idea where and what it’s called. Once you find it – then go to your dashboard WP, under editor or WPide and typle ctrl + F and it will search that same exact line you are looking for to change it the way you want. Always make a copy on your notepad so if you make a mistake you can put it back. Hope that help.
Forum: Themes and Templates
In reply to: [Travelify] Changing Width of websiteIf I can help – to find out where and what is the code – go under your firefox browswer. Click add-on and download firebug. Then type your domain and click on the little bug. A window will show at the bottom – One side HTML and the other Style. Use the rectangular to put it anywhere into your page – that will show you what is the name of that place. It’s doesn’t change your domain but it can give you an idea where and what it’s called. Once you find it – then go to your dashboard WP, under editor or WPide and typle ctrl + F and it will search that same exact line you are looking for to change it the way you want. Always make a copy on your notepad so if you make a mistake you can put it back. Hope that help.
Forum: Themes and Templates
In reply to: [Travelify] Logo not workingIf I can help – mine works under Travelify. Here is the step I took. First I went into my firefox browser and add a firebug so I can see what is the code name – your the rectangular and put it anywhere on your site. Make sure you are under HTML and Style. Then I download Glimp.org which you can resize the picture but make sure you export it as a png. That way it will blend with the background. Then go under your dashboard, Media and download the picture. Copy the URL and past it into a note pad. Then go under WPide/Theme/Travelify/Library/Structure/Header
Then to Ctrl + F which will show on your dashboard – search for site-title –
Replace <?php bloginfo( ‘name’); ?> with <image src=” “/>
Paste your url in between the bracket. If the logo is too big repeat the above and make it smaller. Hope that help.Forum: Themes and Templates
In reply to: [Travelify] header menu / hyperlinkMy best advice – google tyler moore under youtube. He has a lots answer in regards of blog.
Hello gentleman – thank you very much. when I was following some tutorial in their appearance/widgets they had the BlackStudio TinyMCE and I was looking for the same thing.
Thank you both – now I can see the one called Visual Editor..weird – as I was looking for Black Studio.
Thank you –
Forum: Themes and Templates
In reply to: [Travelify] Copyright center and have All Reserved under AlignI found a way – no worry – It might be not the best way but it work by adding
Forum: Themes and Templates
In reply to: [Travelify] Remove Dotted LineWhat if you don’t have Custome CSS nor Child Theme under Syle.css – is there another place to look?
Forum: Themes and Templates
In reply to: [Travelify] Change copyright footerHo also another tips I just found out tonight – into your footer if you wanted different style,color or bold here is what you put
<p style=”font-family:calibri; font-size:17px; color:blue;”><b>
</b></body>
Forum: Themes and Templates
In reply to: [Travelify] Copyright center and have All Reserved under Alignok I found a way to center my copyright. I install a new plugging which work. It’s fantastick copyright free. It will put your copyright in the center. It’s easy but doesn’t give you a lot option but work.
However, I would love to find out if there is another way as this copyright is way at the bottom and can’t bold it or have all reserved on the second line.
Forum: Themes and Templates
In reply to: [Travelify] How to modify the Footer "Copyright"I just submit another question for copyright center – there is one open but it’s not helping me..
Forum: Themes and Templates
In reply to: [Travelify] Copyright center and have All Reserved under AlignI am still not sure where to put the right code <center> or text-align center into my copyright so it’s in the middle. Is anyone has an idea and how to have my all rights reserved on the second lines. Thank you for any help.
Forum: Themes and Templates
In reply to: [Travelify] How to modify the Footer "Copyright"I am supper happy – Thank you – This is exactly what I was looking for. I even found out <font color=”blue”> I can add this and even in bold <b>
That is cool…and yes I can replace the site-link with my domain name as I don’t want this link since they are already in the site. That way it’s easier for me to find it down the road.
1 last question in regards of the Copyright – it’s located on the left side. What is the HTML code to put it right in the middle – I tried couple things but didn’t work. is only for one space. Is there a different code for the middle just like the example below. <Thanks>
Copyright?2014 TravelKenkDream
All Rights ReservedForum: Themes and Templates
In reply to: [Travelify] How to modify the Footer "Copyright"Ok.. I see it – I was able to find it but through those codes I see they put [site-link] which is my domain in their terms; not sure why but it’s under my blog the right way. Sorry for asking – I am mid-beginner here. I have to go but I’ll come back Friday hopefully to resolve this. No worry – I am not deleting anything and I would anyway make a copy into my note pad prior.
Can I rename the [site-link] with my domain instead.
Like this; [travelkenkdream.com-link]
I know there is not much from my blog right now but I am just started to create my blog so for a beginner I am not doing so bad.$output = ‘<div class=”copyright”>’.__( ‘Copyright ©’, ‘travelify’ ).’ ‘.'[the-year] [site-link]’.’ ‘.__( ‘Theme by’, ‘travelify’ ).’ ‘.'[th-link]’.’ ‘.__( ‘Powered by’, ‘travelify’ ).’ ‘.'[wp-link] ‘.'</div><!– .copyright –>’;
Forum: Themes and Templates
In reply to: [Travelify] How to modify the Footer "Copyright"ok will do so right now. thanks
Forum: Themes and Templates
In reply to: [Travelify] How to modify the Footer "Copyright"I am sorry – where is that under Appearance /editor…