-
AuthorSearch Results
-
March 3, 2015 at 11:52 pm #4297
In reply to: Modifying Company News section
February 27, 2015 at 9:10 pm #4221No, the problem is not resolved with SOE or other plugins.
If you make a search on the Internet, you will see that the problem comes from the template.I solved this problem by modifying the template. It’s very easy.
I added the following lines in the file
content-page.php on line 22
content-single.php on line 22
content.php on line 35
impage.php on line 62:
<div class=”postmeta”>
<div class=”post-date date updated”><?php echo get_the_date(); ?></div><!– post-date –>
<span class=”vcard author”>
<span class=”fn”><?php the_author_posts_link(); ?></span><!– post-author –>
</span>
<div class=”clear”></div>
</div><!– postmeta –>You can add these changes?
Best Regards
February 27, 2015 at 8:36 am #4208In reply to: How to update the Read More Link
You have SKT Full Width Pro. So why are you posting in SKT Black Pro? Anyways kindly check functions.php from Appearance>Editor>functions.php
And search read more. You should get it.
Regards,
ShriFebruary 26, 2015 at 11:23 am #4197In reply to: Problem in "Get In Touch" for "Full Width PRO "
The complete solution to display links and images with adBlock.
Change the link title (eg : “Facebook” by “Facebook – <? Php bloginfo (‘name’); ?>”).
Change the name of the folder that contains the pictures social (eg : “social” by “pictureSocialTemplate”)
Change the names of the images (eg fb-icon.png by fbPicture.png)it is necessary that the names (picture, title, folder) are not in the filter.
Can you make these changes, please?
I can make the changes that are easy, put it would be better if the template was taking these changes.
Also I am not the only one to use this filter with Adblock present by default.Thank you.
February 24, 2015 at 6:57 am #4139In reply to: Contact Form Email
ohh oke. its done now. its setting from my php.ini hosting server.
thq to admin 😉
February 24, 2015 at 5:27 am #4132In reply to: Contact Form Email
Are You sure? because i have tried it more and more. nothing send to my email
here the code at file picart/inc/custom-functions.php
$to = ( get_option(‘skt_contact_recipient_email’) != ” ) ? get_option(‘skt_contact_recipient_email’) : get_bloginfo(‘admin_email’) ;
February 19, 2015 at 4:01 pm #4052In reply to: Making Header Transparent
I found the option in fuction.php – thanks.
my address is ccphotography.me.uk.
I wish to change the size of the header that contains my site title and main menu.
Thanks agains
-CC Photography
February 19, 2015 at 11:42 am #4049In reply to: Making Header Transparent
Yes show us your website url and let us know where in header you want to reduce space.
Yes there is an option in functions.php where fit_always = 0 Change this to 1 and fit_portrait=1 change this to 0.
Should work.
Regards,
ShriFebruary 18, 2015 at 2:17 pm #4031In reply to: Customization a theme
Thank you for a direction.
Unfortunately it was not so easy: if I change any symbol in the “optionsframework_sktparallaxme_pro” after import (any way: changing the dump, changing the value directly in PHP MyAdmin or using SQL Update query) with the next step it has been automatically rewritten by default content. So I had to import whole dump, manually change onlysite_url
andhome
and change any links on the frontpage through Theme Options.BTW I’d like to contribute you an idea (or the code if you need it)
1) change social_icon pictures to Font Awesome characters
2) use posts to show its data on sectionsFebruary 18, 2015 at 8:23 am #4021In reply to: How to not show featured image on blog posting
Hmm..for this i guess you need to check single.php file within theme folder whereby you can remove or comment the featured image from appearing in the post.
Regards,
ShriFebruary 16, 2015 at 6:44 pm #3981In reply to: Problems with the display in Internet Explorer 8
Hi Alex,
We will try to solve it tomorrow by checking. However http://www.w3counter.com/globalstats.php suggests only 2.7% users using IE 8. So use a plugin like this: https://wordpress.org/plugins/advanced-browser-check/ to stop your customers from using IE8 who are visiting your website since it is a very very old browser now. We are into IE11 right now and none of the html5 concepts work in IE8.
Regards,
ShriFebruary 5, 2015 at 12:11 pm #3812In reply to: How to get the BUY PRO VERSION bit on my menu
It was a little unclear where to put that code so I tried popping it in the the custom css section of the theme and in the div class tag of the header.php but both to no avail. Any insight would be greatly appreciated. Here are examples of the code I’ve tried.
.hdr_buy_pro {
float: right;
background-color :#CE3430;
position: absolute;
right: 0;
top: 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}
<div class=”hdr_buy_pro” style=”float:right;background-color:#CE3430″><a href=#submit>Submit your document NOW!</a></div>
February 4, 2015 at 1:21 pm #3786In reply to: How to get the BUY PRO VERSION bit on my menu
Hi Joanna,
Okay strange that you need it.
In header.php after this code:
<div class=”logo”><a href=”some code” rel=”nofollow”>
<img alt=”” src=”some code” />
</a></div>
Place this html there:
<div class=”hdr_buy_pro”><a href=”https://www.sktthemes.org/themes/iamone-pro/” rel=”nofollow”>Buy This Theme</a></div>
And in Appearance>Theme Options>Custom CSS add this:
.hdr_buy_pro {
position: absolute;
right: 0;
top: 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}Regards,
ShriFebruary 3, 2015 at 10:47 pm #3775In reply to: SKT Photo World Pro Home page slider
Pls see the result : http://www.timeweb2001.it/
Parse error: syntax error, unexpected ‘Image’ (T_STRING) in /web/htdocs/www.timeweb2001.it/home/wp-content/themes/skt-photo-world-pro/options.php on line 1432
February 3, 2015 at 2:00 pm #3766In reply to: SKT Photo World Pro Home page slider
Hi,
Photo World Slider images :
Open option.php file from your theme directory eg: …/wp-content/theme/skt-photo-world/option.php
and go to line no: 1404
and pase this code after line no: 1404
======================$options[] = array(
‘name’ => __(‘Slider Image 15’, ‘skt-photo-world’),
‘desc’ => __(‘Fifteenth Slide’, ‘skt-photo-world’),
‘id’ => ‘slide15’,
‘class’ => ”,
‘std’ => ”,
‘type’ => ‘upload’);$options[] = array(
‘desc’ => __(‘Title’, ‘skt-photo-world’),
‘id’ => ‘slidetitle15’,
‘std’ => ”,
‘type’ => ‘text’);$options[] = array(
‘desc’ => __(‘Description or Tagline’, ‘skt-photo-world’),
‘id’ => ‘slidedesc15’,
‘std’ => ”,
‘type’ => ‘textarea’);$options[] = array(
‘desc’ => __(‘Url’, ‘skt-photo-world’),
‘id’ => ‘slideurl15’,
‘std’ => ”,
‘type’ => ‘text’,
‘subtype’ => ‘url’);======================
each and every time you want to extend slider image you have to repeat this code but to make sure to change the number of this code for eg: in our theme there has 15 slider images by default and if you want to add more than 15 then paste this code below the fifteenth image code and extend the number as well.Regards,
Shri -
AuthorSearch Results