-
AuthorSearch Results
-
May 14, 2015 at 2:03 pm #6809
In reply to: Add Image to Header on Pages
Try to add at the end of header.php (Appearance>editor>header.php)
Regards,
ShriMay 12, 2015 at 5:41 am #6688In reply to: 'Read More' Button on Homepage Slider
Hi Adam,
Kindly check Appearance>Editor>header.php
Search for read more. And remove only the text read more »
Should be good. Let us know if that worked fine for you.
Regards,
Shri
May 11, 2015 at 12:54 pm #6662In reply to: Homepage slider information missing
for read more text:
open functions.php file and go to line no. 393
where you can see the “Read More” text in third rowMay 11, 2015 at 12:53 pm #6661In reply to: Homepage slider information missing
Hi,
for slider caption and controllers:
open header.php file and go to line no.85
where you can see code line this:
replace with this:
Regards,
ShriMay 11, 2015 at 11:58 am #6654In reply to: Change text of "Contact Us" slider button
Hi,
No. Kindly check header.php (Appearance>editor>header.php) and search read more to change the text.
Regards,
ShriMay 11, 2015 at 9:17 am #6645In reply to: Change contact form language "I Am One"
Hi,
2 ways of doing this:
1. Editing the file at wp-content/themes/iamone-pro/inc/custom-functions.php
Or
2. Opening the pot file using poedit in languages folder (wp-content/themes/iamone-pro/languages/iamone.pot
And then updating the languages of all the English to the default one you need.
Regards,
ShriMay 6, 2015 at 2:27 pm #6537In reply to: Hide Social Section
Hi Go to Appearance – Editor –
Footer (footer.php)
delete everything and copy and paste the code below<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package SKT Biz
*/
?>
<div id=”copyright”>
<div class=”container”>
<div class=”left”><?php echo of_get_option(‘footertext’, true); ?></div>
<div class=”right”><?php echo of_get_option(‘footerlinks’, true); ?></div>
<div class=”clear”></div>
<?php wp_footer(); ?>
</footer>
</body>
</html>
May 2, 2015 at 4:53 am #6430In reply to: Nature one pro help
Lastly for single posts of the blog if you want to remove on that as well (sorry we will give this manageable in next version upgrade). Kindly do this:
Click on Appearance>Editor>header.php line number 121. This is the code:
<?php } else { ?>
<?php $thumbnailSrc = get_template_directory_uri().’/images/about-banner.jpg‘ ; ?>
<img src=”<?php bloginfo(‘template_url’); ?>/timthumb.php?src=<?php echo $thumbnailSrc; ?>&h=395&w=1398&zc=1&a=c” alt=”” />
<?php } ?>
I bolded the text which needs to be replaced.
So upload any image sized: 1398 by 395 (if possible or similar ratio) via media library and get the url of the image.
And replace that url of the image with the above bolded text.
That’s it the default image would be replaced.
April 30, 2015 at 11:48 am #6379In reply to: best translation method
Hi,
Thanks for letting us into your WordPress. It appears you haven’t purchased WPML.
If you have purchased WPML you need to enable it from here: http://www.sheyda.it/wp-admin/plugin-install.php?tab=commercial
Because the same shortcodes i pasted into yours work here: http://moritz.feeddog.org/
Regards,
ShriApril 30, 2015 at 6:50 am #6367In reply to: Nature one pro help
Thanks for this quick reply. Unfortunately it doesn’t work.
I changed the line<p><a href=”<?php echo of_get_option(‘slideurl’.$sln,true); ?>”><?php _e(‘Read More…’,’skt-natureone’); ?></a></p>
to
<p><a href=”<?php echo of_get_option(‘slideurl’.$sln,true); ?>”><?php _e(”,’skt-natureone’); ?></a></p>
but nothing happens. The text “Read More…” is still there.April 29, 2015 at 4:21 pm #6345In reply to: best translation method
Hi shri,
thanx for your reply, i tried your method, but seems that the theme catch the code as text.u can see the effect on : www.altfra.it/test4
in “our service” section, beyond the 4 boxes.
and i would also u to segnalate that the function in wpml plugin, to translate the string, recognises the string to translate ( an example “latest post”) and gives me the chance to translate it, but after saving, in main site when i change the language, the text remains the same.
Pls help.
Regards.
Francesco
April 29, 2015 at 12:46 pm #6336In reply to: How to move the menu to the top of the page?
Appearance>editor>open header.php file and cut the code from line no. 92 to 111
this is the code: <div class=”header”>
<div class=”header-inner”>
<div class=”logo”>
<a href=”<?php echo home_url(‘/’); ?>”>
<?php if( of_get_option( ‘logo’, true ) != ” ) { ; ?>
<img src=”<?php echo esc_url( of_get_option( ‘logo’, true )); ?>” / >
<?php } else { ?>
<h1><?php bloginfo(‘name’); ?></h1>
<?php } ?>
</a>
<p><?php bloginfo(‘description’); ?></p>
</div><!– logo –>
<div class=”toggle”>
<a class=”toggleMenu” href=”#”><?php _e(‘Menu’,’skt-white’); ?></a>
</div><!– toggle –>
<div class=”nav”>
<?php wp_nav_menu( array(‘theme_location’ => ‘primary’) ); ?>
</div><!– nav –><div class=”clear”></div>
</div><!– header-inner –>
</div><!– header –>
and put this code below the body tag (after line no. 26).<body>
Regards,
Shri
April 28, 2015 at 3:13 pm #6295Hi I would like to move the menu / header to the top of the page, instead of being below the slider, if possible it would be nice to do this via custom CSS so I do not need to edit the theme.
I did try to move the code within the header.php which did work but then the menu did not display on any of the pages, but would prefer to do it using custom CSS code please.
if you can help thanks.
April 28, 2015 at 10:28 am #6282In reply to: Nature one pro help
Hi Mario,
Thanks for the nice words. Here is how. Kindly visit Appearance>Editor>Header.php
And check line: <p><a href=”<?php echo of_get_option(‘slideurl’.$sln,true); ?>”>Read More…</a></p>
Remove Read More… text. And it should be good.
Regards,
ShriApril 20, 2015 at 8:47 am #6015In reply to: Down arrow link?
Hi,
Kindly check header.php (Appearance>Editor>header.php) line number 88.
Exact code is: <a href=”<?php echo get_site_url(); ?>/#services” class=”arrow-down”></a>
Regards,
Shri
-
AuthorSearch Results
Search Results for 'php'
-
Search Results
-
Hi I would like to move the menu / header to the top of the page, instead of being below the slider, if possible it would be nice to do this via custom CSS so I do not need to edit the theme.
I did try to move the code within the header.php which did work but then the menu did not display on any of the pages, but would prefer to do it using custom CSS code please.
if you can help thanks.