Sonal S SinhaKeymaster
- Topics: 10
- Replies: 6995
- Total: 7005
Member since: June 12, 2013
Hi Berit,
Unfortunately haven’t seen anything like this. But i believe you can add a php widget and add the php code which calls comment field.
Regards,
Shri
Sonal S SinhaModerator
- Topics: 0
- Replies: 31303
- Total: 31303
Member since: August 16, 2013
Hi Lenka,
I changed some code in the php files.
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/
Regards,
Dave
RiccardoParticipant
- Topics: 1
- Replies: 2
- Total: 3
Member since: April 14, 2016
Hi Jim;
This is what I did; it worked for me.
1) In the PHP sheet look for “footer-3”
Appearance > Editor (Under Templates) Select > Theme Footer(footer.php)
comment out and replace like this…
<?php
/**
* <?php if(!dynamic_sidebar('footer-3')) : ?>
* <div class="cols-4 widget-column-3">
* <h5><?php if( of_get_option('frptitle') != '') { echo of_get_option('frptitle'); } ; ?></h5>
* <?php echo do_shortcode( '[footer-posts show="2"]') ;?>
* </div>
* <?php endif; ?>
*/
?>
Then press the “Update File” button.
2) In the style sheet look for “= Footer css”
Appearance > Editor (Under Templates) Select > Stylesheet(style.css)
comment out and replace like this…
/*
* .cols-4{width:21.6%; float:left; margin:0 6.5% 5% 0; }
* Edit [DATE][REASON] NEW STYLE
*/
.cols-4{width:28.8%; float:left; margin:0 6.5% 5% 0; }
Then press the “Update File” button.
That’s it.
robMember
Member since: May 17, 2016
I have tried uploading the Gravida PRO download file to WP. However I get this message
“The uploaded file exceeds the upload_max_filesize directive in php.ini.”
could you shed some light on it please.
Regards
Raimondo ZorodduParticipant
- Topics: 11
- Replies: 12
- Total: 23
Member since: April 12, 2016
Hello Shri,
id did as you’ve suggested and it just showed me up 3 dots “…”
On your second instance suggestion, I actually don’t know how to redirect a page inside wordpress. Just looked HERE, but i don’t want to install and study another plugin…
So this is my solution: PHP
Went to index.php file (under the Theme directory) and edited like this:
<?php $contenuto = wp_trim_words( get_the_content(), $complete['featured_excerpt'] );?>
<p><?php echo str_replace("[su_row] [su_column size=\"1/2\"]",$cambia, $contenuto); ?></p>
I’ve searched my shortcode and replaced with nothing, so it won’t show in homepage anymore…
The only thing is: next time i will update the theme, I will loose my edit, do you know “something” to avoid loosing of php direct editing to the theme ?
Hope my solution could even be usefull for Markia 🙂
Best Regards
Raimondo
Sonal S SinhaKeymaster
- Topics: 10
- Replies: 6995
- Total: 7005
Member since: June 12, 2013
You can add a section above footer in footer.php and add a full wide footer. You can remove the original footer by not displaying it using CSS.
Regards,
Shri
Sonal S SinhaKeymaster
- Topics: 10
- Replies: 6995
- Total: 7005
Member since: June 12, 2013
For both of you kindly go to index.php and search excerpt and change it to content if this is difficult for you both we would like to get admin access to the site via sktthemes.net/contact
This way it will show the shortcodes.
Regards,
Shri
Sonal S SinhaKeymaster
- Topics: 10
- Replies: 6995
- Total: 7005
Member since: June 12, 2013
Hi,
1. You can kindly go to Photo gallery area in WordPress admin and add photos. Just follow this video on the part of only adding photos and categories: How to set up Photo Gallery: https://www.youtube.com/watch?v=akgcWw8DD9o
2. You can kindly visit appearance>editor>custom-functions.php or functions.php to find the reservation form.
Regards,
Shri
Ruth NelyMember
- Topics: 2
- Replies: 4
- Total: 6
Member since: May 12, 2016
Please I need help. I ciykd advance my work
URL http://dahesa.com.mx/wp/wp-admin/
send me the following error
Parse error: syntax error, unexpected’}’in /home/dahesi1z/public_html/wp/wp-content/themes/interior-pro/functions.php on line 58
And the
URL http://publicidad-net.com/wp/wp-admin/
I still marking errors and I reestablished the original theme and now even drives me Word dam.
Please is urgent
Tks
Ruth Daniel
I am receiving an error message when using a specific plug in
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘hook_custom_javascript’ not found or invalid function name in /home/choose28/public_html/wp-includes/plugin.php on line 525
http://chooseyoulove.com/mantras-for-mommas-2/
Ruth NelyMember
- Topics: 2
- Replies: 4
- Total: 6
Member since: May 12, 2016
in URL dahesa.com.mx/wp apear the error next
Parse error: syntax error, unexpected ‘}’ in /home/dahesi1z/public_html/wp/wp-content/themes/interior-pro/functions.php on line 58
Sonal S SinhaModerator
- Topics: 0
- Replies: 31303
- Total: 31303
Member since: August 16, 2013
Hi Natasha,
Kindly go to function.php and add this code in the bottom of the page.
function custom_excerpt_length( $length ) {
return 100;
}
add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );
Regards,
Brad
Sonal S SinhaModerator
- Topics: 0
- Replies: 31303
- Total: 31303
Member since: August 16, 2013
Hi Natasha,
Kindly go to Appearance>>Editor>>page-box.php
Find this code <?php the_content(); ?>
and replace it with this code
<?php echo content('30'); ?>
You can change the excerpt length by increasing the value.
Regards,
Brad
SimonMember
- Topics: 1
- Replies: 1
- Total: 2
Member since: May 13, 2016
Perfect, thank you. Could you also tell me where to configure mail servers etc. as the mail from the contact form currently does not arrive at the desired mailbox? The site is running with php on windows if that is relevant?
MattMember
- Topics: 2
- Replies: 15
- Total: 17
Member since: May 2, 2016
Hi Dave,
Have changed the following line ” ‘.content( of_get_option(‘testimonialslenth’) ).’ ” in custom-functions.php, but now only three full-stops are showing for all eight testimonials.
Regards,
Matt