-
AuthorSearch Results
-
December 11, 2017 at 11:41 am #89347
In reply to: SKT Construction
First you need to edit the wp-config.php file on your WordPress site. It is located in your WordPress site’s root folder, and you will need to use an FTP client or file manager in your web hosting control panel.
Next, you need to paste this code in wp-config.php file just before the line that says ‘That’s all, stop editing! Happy blogging.’
define( 'WP_MEMORY_LIMIT', '256M' );
This code tells WordPress to increase the PHP memory limit to 256MB.
Once you are done, you need to save your changes and upload your wp-config.php file back to your server.
You can now visit your WordPress site and memory exhausted error should disappear now.
Regards,
ShriDecember 11, 2017 at 8:02 am #89325In reply to: SKT Construction
memory_limit 128 Mb (viz:http://81.2.195.64/phpinfo/
December 11, 2017 at 8:01 am #89324In reply to: SKT Construction
also on this website http://test.reno-sro.cz not working CUSTOMIZE wp admin button ?
it say: Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 122880 bytes) in /web/htdocs1/reno_srocz/home/subdoms/test/wp-admin/includes/menu.php on line 255
Forum Moderator:
Hi,
Kindly ask your hosting provider to increase allowed memory size.
Regards,
Chris————— hello again please help me, the provider say he dont give more memory size, it should be anough , is it any diferent solution ? thank you lot.
that work good for the featured images of the posts. thank you
now how we get this one
1 – need add shortcode for currerany under price
please check link – https://bodyfeed.com/product/team-bodyfeed-2015-triathlon-suit/
Here is shortcode – <?php echo do_shortcode(‘[woocs]’); ?>
Documentation – https://currency-switcher.com/documentation/please read this
can we have like on this link ???
please check link – https://bodyfeed.com/product/team-bodyfeed-2015-triathlon-suit/
I add that on short description but I like to show it there, at top menu is not visible
you can also leave at manu top but also add at each product like I have at link please
thank you
December 6, 2017 at 8:03 pm #89093In reply to: Build page menu gone
I figured out the menu issue….
Under the (header.php) directly under the <!– toggle –>
<div class=”sitenav”>ADD : style=”display: block;”>
Still working on the Footer CSS issues. :/
December 6, 2017 at 6:33 am #88989In reply to: Charity Pro Theme Questions
Hi,
Kindly edit skt-charity-pro/functions.php and paste below code at the end:
// Enable excerpt in pages
add_post_type_support( 'page', 'excerpt' );
After kindly edit skt-charity-pro/page-boxes.php file, go to line number 52 and replace below code
<?php echo content( of_get_option('donatebxexcerptlength') ); ?>
with
<?php the_excerpt(); ?>
Regards,
ChrisDecember 5, 2017 at 9:42 am #88912Topic: Fonts are not loading
in forum All Other ThemesHi
On the last 2 themes I downloaded the fonts are not loading the google stylesheet into the rendered page. For example on this theme:
https://www.sktthemes.org/shop/furniture-carpenter-wordpress-theme/
I have to manually load the google style sheet into the header.php file to get the google fonts to load?
My site is in maintenance mode so I need to send you a link to the log in.
Have you seen this before?
BredaDecember 4, 2017 at 5:30 am #88754In reply to: Installation
Hi,
Kindly ask hosting to increase upload_file_max_size in php.ini to 10mb and this problem should be solved.
If you hosting doesn’t respond fast kindly send us FTP details and WordPress admin details via sktthemes.net/contact and we will do the free installation for you.
Regards,
ShriDecember 1, 2017 at 9:53 pm #88686In reply to: wp register
Hi guys,
I’ve fixed this problem with a code in the theme’s functions.php page with a redirect link that I finally found.
Shanti.
November 30, 2017 at 8:07 am #88571In reply to: Customized theme shortcode
Hi Brad,
the website is in maintenance mode, so you would only see the coming soon page. I can´t see why you should need the URL to answer my questions. The question is where or in which php file are the definitions of the theme shortcodes stored? And is it possible to create an additional new shortcode by copying the settings of e. g. the [menu-price] shortcode amd then modify them?
Regards,
TomNovember 29, 2017 at 2:27 pm #88530In reply to: Remove Phone label in footer
Thank you Chris. I figured it out. I had to go to Appearance >> Editor then found the Footer.php.
November 29, 2017 at 12:18 pm #88499In reply to: Child theme not working
Hi Greg,
Feel free to make changes to the PHP files then. Our updates are not automatic but manual so no worries of your customization getting removed.
Regards,
ShriNovember 28, 2017 at 10:31 pm #88377In reply to: Remove Phone label in footer
Thank you Chris.
The first one for the mobile worked great.
But I am not able to get to the footer.php. How do I find that?
November 28, 2017 at 12:11 pm #88350In reply to: Child theme not working
Hi Shri,
I need to make changes to the .php files so Appearance>theme options for Custom CSS won’t suffice.
Regards,
Greg
November 28, 2017 at 6:23 am #88292In reply to: Remove Phone label in footer
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
For mobile
@media screen and (max-width:767px) { .signin_wrap .phno .fa { display:none;} }
For Footer
Kindly go to footer.php and find text "Phone" and remove there.
Regards,
Chris -
AuthorSearch Results
Search Results for 'php'
-
Search Results
-
Topic: Fonts are not loading
Hi
On the last 2 themes I downloaded the fonts are not loading the google stylesheet into the rendered page. For example on this theme:
https://www.sktthemes.org/shop/furniture-carpenter-wordpress-theme/
I have to manually load the google style sheet into the header.php file to get the google fonts to load?
My site is in maintenance mode so I need to send you a link to the log in.
Have you seen this before?
Breda