Forum Replies Created
-
AuthorPosts
-
Hi,
You have bought Go Fishing Theme. Which doesn’t have icons with it. The above client asked regarding Pathway Theme and was given the same.
Regards,
ShriHi,
I will have documentation uploaded tomorrow morning. And post the link here. Then may be things are better and a lot clear.
Regards,
ShriHi,
There is a default portfolio and yes you can also use Nimble Portfolio from here: https://wordpress.org/plugins/nimble-portfolio/
Regards,
ShriHi Phillip,
No worries. Kindly check: wp-content/themes/hair_salon_01/css/layout.css
.services .lead class
This class is responsible for the line-height of the text.
You can add line-height within this class to have more spacing within this text.
In case you want us to do it kindly send us ftp details of the theme folder and we will get this done for you.
Regards,
ShriHi,
Well for that you need to edit the code a bit. The way it is coded right now is to show excerpts from the content and nothing else.
But for you, you have to change it to showing content and then manually for each post use the more tag given within WordPress editor area of a post.
Or else add a code within functions.php to grab video from content.
Or else use a plugin: https://wordpress.org/plugins/vipers-video-quicktags/
I know i am not giving one definite answer because i don’t know whether you are a developer or someone non technical.
Also in case you can send us your WordPress site with admin and ftp details at our email: [email protected] we can check if we can do something quickly for you to get videos on short version of your posts.
Regards,
ShriHi,
Within footer.php you will find all the codes used for the widgets. There are 2 widgets: Recent Tweets (which you can change from Appearance>Widgets and add your own) and Photo Stream (Add anything on your own).
In case you want to change the other 2 i.e. Follow us and Contact Us you have to remove the code from Footer.php
In case this is difficult for you and you need all 4 of them widgetized send us FTP details and WP Admin details via email: [email protected] and we will get this done for you.
Regards,
ShriHi,
I believe wrote back via email the answer to this question already where you asked this first.
Let us know if the answer was fine and you could figure out.
Regards,
ShriHi,
All you need to do is visit: wp-admin
Appearance>Theme Options>HomePage Slider
You can set up images over there. Write single line simple title and simple description without html tags.
Regards,
ShriLogo size should be 240px by 60px (width by height).
You can apply <span></span> and include special inline style for any section if you want to change the font size of that section particularly.
Regards,
Shri
Hi,
I tried and tested codes for this week and nothing worked. But found a good plugin: https://wordpress.org/plugins/google-author-link/
This should solve your problem.
Let us know if it works for you.
Regards,
ShriHi,
Image size: 1264px by 560px (width by height)
Regards,
ShriGravida theme widget documentation. Please follow these instructin to change any content from footer.
Contact
Go to theme option >> select contact page details >> add address, tel no., or other contact details this details will automatically display in footer.
Recent Tweets
Go to widgets >> select Recent Tweets >> drag and drop text box widget here >> add this code in the text box
<a class=”twitter-timeline” data-chrome=”nofooter noheader noborders noscroll noscrollbar transparent” data-tweet-limit=”2″ data-link-color=”#fff” data-dnt=”true” href=”https://twitter.com/sktthemes” data-widget-id=”353086898853531648“>Tweets by @sktthemes</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?’http’:’https’;if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+”://platform.twitter.com/widgets.js”;fjs.parentNode.insertBefore(js,fjs);}}(document,”script”,”twitter-wjs”);
</script>
You can create your tweeter widget ID. Please go to this link
HYPERLINK “https://dev.twitter.com/web/embedded-timelines” https://dev.twitter.com/web/embedded-timelines
Flickr Stream
First of all you have to add a plugin which name has Flickr Photos. then go to >> widget >> drag simple flick photo from left side and add it to the photo stream widget which is on right side. Add your flickr id and we’re done.
Follow Us
Go to theme options >> select social setting >> add your social links here and icons will be automatically display in footer widget.
Hi,
Replied back using email for this question as well as another one you asked.
Regards,
ShriHey glad you figured it out.
I was going to post the answer now.
Regards,
Shri
Hi,
All you need to do is create another page template copying the contents of index.php How to create a page template is given here: http://codex.wordpress.org/Page_Templates
Within index.php remove the line: <?php if( (is_home() && get_option(‘page_for_posts’)) || is_front_page() ) { ?>
And also remove this line: <?php } else { ?>
And then add this code above: <?php query_posts(‘category_name=CATEGORYNAME&showposts=5’);
<?php if( have_posts() ) : ?>
Replace CATRGORYNAME with your category name
This will show blog with category.
In case its difficult for you we can create one template for you provided you send us FTP details of the folder where your site is (without ftp and with only WordPress we can’t do).
Regards,
Shri -
AuthorPosts