-
AuthorSearch Results
-
March 15, 2018 at 1:55 pm #96711
In reply to: Inner page banner
Cheers.
Got another issue now but I don’t think it’s you as when I tried to update the file I got an error
“Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.”
Fun timesMarch 15, 2018 at 1:43 pm #96710In reply to: Google font not in list
Hi,
Kindly go to header.php and use this code just before closing the head Tag
"</head>".<link href="https://fonts.googleapis.com/css?family=Cormorant" rel="stylesheet">Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
body { font-family: 'Cormorant', serif !important;}Regards,
DaveMarch 15, 2018 at 1:33 pm #96709In reply to: Inner page banner
Hi,
Kindly go to header.php >> And find this code:
$src = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'homepage-thumb' );Replace this new code there:
$src = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'full' );Regards,
DaveMarch 14, 2018 at 1:07 pm #96574https://imgur.com/a/Uf7EZ#7q8BZAH
правильно
И там стоит этот знак там нет грн.
этого не написано
Мне сказали это надо как-то чере код вставить.
в конце файла functions.phpadd_filter( ‘woocommerce_currencies’, ‘add_my_currency’ );
function add_my_currency( $currencies ) {
$currencies[‘UAH’] = __( ‘Українська гривня’, ‘woocommerce’ );
return $currencies;
}
add_filter(‘woocommerce_currency_symbol’, ‘add_my_currency_symbol’, 10, 2);
function add_my_currency_symbol( $currency_symbol, $currency ) {
switch( $currency ) {
case ‘UAH’: $currency_symbol = ‘грн’; break;
}
return $currency_symbol;
}
March 14, 2018 at 12:54 pm #96568In reply to: www.yesport.com.ua
правильно
И там стоит этот знак там нет грн.
этого не написано
Мне сказали это надо как-то чере код вставить.
в конце файла functions.phpadd_filter( ‘woocommerce_currencies’, ‘add_my_currency’ );
function add_my_currency( $currencies ) {
$currencies[‘UAH’] = __( ‘Українська гривня’, ‘woocommerce’ );
return $currencies;
}
add_filter(‘woocommerce_currency_symbol’, ‘add_my_currency_symbol’, 10, 2);
function add_my_currency_symbol( $currency_symbol, $currency ) {
switch( $currency ) {
case ‘UAH’: $currency_symbol = ‘грн’; break;
}
return $currency_symbol;
}
March 14, 2018 at 10:43 am #96505In reply to: Link "Book an appointment" button
Hi,
Your Web Host provider may have installed a firewall between you and the server.
Contact the admin of the server and ask if they allow outgoing communication on port 25,465,587.
It seems like they are blocking certain traffic. Ask them to open the ports.And the php version on hosting server is very old.
Here’s a letter you can send to your host; copy and paste!
I’m interested in running the open-source WordPress
<https://wordpress.org/>web software and I was wondering if my account supported the following:PHP 7.2 or greater
MySQL 5.6 or greater OR MariaDB 10.0 or greater
Nginx or Apache with mod_rewrite module
HTTPS supportThanks!
Regards,
DaveMarch 14, 2018 at 6:33 am #96438In reply to: Girlie Pro Footer
Hi,
Issue resolved.
If you get this problem again in future. So you can fix this problem on yourself.
Kindly go to Inc folder >> custom-functions.php >> Line No 821:
Find this code:
<span><i class="fa fa-calendar"></i> Posted On <a href="'.get_day_link().'">'.get_the_time('d-M-Y').'</a></span>And replace this new code there:
<span><i class="fa fa-calendar"></i> Posted On '.get_the_time('d-M-Y').'</span>Regards,
ChrisMarch 9, 2018 at 8:43 am #96130In reply to: SKT Nature Pro content blog archiv
Hi,
Kindly go to content.php
And find text
"<p><?php echo wp_trim_words( get_the_content(), of_get_option('blogpostpagecontent'), '...' ); ?></p>"And replace
"<?php the_content(); ?>"Regards,
ChrisMarch 8, 2018 at 12:41 pm #96069In reply to: Theme SEO Marketing
Hi,
1. where do I change it so that the slider does not stop when mouse clicks on the picture?
Answer:
Kindly go to frontpage >> slider.php >> and find text “pauseOnHover: true,” and change true to false.
2. where do i delete the image header view?
Answer:
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.page_head { display:none;}Regards,
ChrisMarch 8, 2018 at 9:12 am #96043Topic: Cant find php.ini file in file directory
in forum SKT Biz/Corp Theme SupportHi there, just bought SKT build theme
Went to install it and got the message that The uploaded file exceeds the upload_max_filesize directive in php.ini
I am trying to find the php.ini file in the file manager in my cPanel. I think it should be in the public_html folder?
If it is nowhere should the theme just install? Or do I need to create a php.ini file to upload to my public_html folder?
March 6, 2018 at 2:16 pm #95852Topic: MARVIN – Blank page displayed
in forum All Other ThemesHello, my site running the Marvin theme is showing a blank page and I cannot access the wordpress command center anymore.
My provider told me to put “true” to “WP_DEBUG” in file “wp-config.php” ??The problem is that I cannot acces anything anymore.
Thank you.
March 6, 2018 at 7:36 am #95794In reply to: About the sidebar of CutsNStyle Pro
Hi,
Q: I want to change the name of the contact form of the title
A: Kindly go to sidebar.php and find text “contact form” and change it there.Q: I want to add items
Q: I want to change the name or email name in the box
A: Kindly use this plugin for contact forms: https://wordpress.org/plugins/contact-form-7/
and use contact form shortcode in sidebar.php instead of this shortcode “[contactform to_email=”[email protected]” title=”Contact Form”]”Regards,
DaveMarch 6, 2018 at 5:13 am #95760In reply to: Internet Explorer Menu Compatibility Issue
Hi Chris,
I fixed my IE navigation display by placing the “Edge” compatibility in Editor > header.php. My navigation in IE11 now works after placing the following code in the <head></head> section of header.php.
<meta http-equiv=”x-ua-compatible” content=”IE=edge”>
Complete. Thank you!
March 5, 2018 at 7:57 am #95613In reply to: Social media pics not showing
Hi,
Kindly edit theme’s header.php file and paste below code just before tag.
<script src="https://use.fontawesome.com/c4d7d70cd9.js"></script>Regards,
ShriMarch 5, 2018 at 7:51 am #95604In reply to: Contact Form- Spanish
Hi,
Our contact form is given in appearance>editor>inc>custom-functions.php
However you can replace it using widgets in sidebar by using contact form 7 plugin which allows for spanish form.
Regards,
Shri -
AuthorSearch Results
Search Results for 'php'
-
Search Results
-
Hi there, just bought SKT build theme
Went to install it and got the message that The uploaded file exceeds the upload_max_filesize directive in php.ini
I am trying to find the php.ini file in the file manager in my cPanel. I think it should be in the public_html folder?
If it is nowhere should the theme just install? Or do I need to create a php.ini file to upload to my public_html folder?
Hello, my site running the Marvin theme is showing a blank page and I cannot access the wordpress command center anymore.
My provider told me to put “true” to “WP_DEBUG” in file “wp-config.php” ??The problem is that I cannot acces anything anymore.
Thank you.
