bolsta
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Question about updating with child themeHi Denzel,
Thanks mate. Appreciate it
Hi Steve,
Thanks for getting back to me. So is there a way that i can help google to only show my homepage?
Regards Bol
Forum: Themes and Templates
In reply to: [Customizr] Question about updating with child themeAs some of the guys here know, i am not the most tech savvy guy. If there is a way of giving me a step by step guide on how to get customizr updated without crashing my site it would be brilliant.
I noticed Rocco’s post about having to change some tc’s. But I’m not sure where i need to make these changes. Ie which files/folders.
I’m sure i can make the changes, just need some guidance on where to make them.
Thank you in advance.
Best wishes Bol
Forum: Themes and Templates
In reply to: [Customizr] Question about updating with child themeHi Denzel, thanks for getting back to me so quickly. The error was:
Warning: require_once(/home/bambubol/public_html/wp-content/themes/customizr/inc/init.php): failed to open stream: No such file or directory in /home/bambubol/public_html/wp-content/themes/my-child-theme/functions.php on line 46
Fatal error: require_once(): Failed opening required ‘/home/bambubol/public_html/wp-content/themes/customizr/inc/init.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/bambubol/public_html/wp-content/themes/my-child-theme/functions.php on line 46
Hope this helps you work out what i did wrong.
Thanks again for helping me. I really appreciate it.
Regards Bol
Forum: Themes and Templates
In reply to: [Customizr] Fatale error afte 3.4.37 updateHi Denzel,thanks for checking i really appreciate it. What do you think i did wrong? I updated customizr and the site crashed. it would be really good to be able to edit my site in custimize again.
Regards Bol
- This reply was modified 9 years, 2 months ago by bolsta.
Hi Tom. I really appreciate your detailed information and help. I will update now and donas you suggested and am really looking forward to hearing from you about this function for “prices and currency by Country” this plug in is amazing and this feature will make it even better. Thanks again mate.
Kindest Regards Bol
Sorry forgot to add. The section i am talking about is “prices and currency” then “prices and currency by country” i don’t have the section “multi currency/currency switcher” in my version of booster.
Regards Bol
Ps i have taken a screen shot but am not sure how to attach it in my post.
Hi Tom.thank you for getting back to me so quickly. I don’t think that is the section i am talking about. I have booster for woocommerce installed. I went to booster settings and selected the “prices and currency ” tab. In there it says Prices and Currencies by Country Module options. I have unsleceted “Override Country on Checkout with Billing Country” but am still getting payments in the foreign currency.
Regards Bol
Hi Tom.thank you for getting back to me so quickly. I don’t think that is the section i am talking about. I have booster for woocommerce installed. I went to booster settings and selected the “prices and currency ” tab. In there it says Prices and Currencies by Country Module options. I have unsleceted “Override Country on Checkout with Billing Country” but am still getting payments in the foreign currency.
Regards Bol
Thanks for getting back to me guys. Will try both suggestions.
Would really appreciate some help with this please.
Cheers
Bol.
Hello Valentin,
Mate you are LEGEND. IT WORKS PERFECTLY. Thank you. I really appreciate your help 🙂
Have a great day.Kind Regards
Bol
Forum: Themes and Templates
In reply to: [Customizr] missing author, missing entry-title, missing updatedHello Customizr’s. I have found a solution (I think).
I found this code
//mod content
function hatom_mod_post_content ($content) {
if ( in_the_loop() && !is_page() ) {
$content = ‘<span class=”entry-content”>’.$content.'</span>’;
}
return $content;
}
add_filter( ‘the_content’, ‘hatom_mod_post_content’);//add hatom data
function add_mod_hatom_data($content) {
$t = get_the_modified_time(‘F jS, Y’);
$author = get_the_author();
$title = get_the_title();
if ( is_single() || is_page()) {
$content .= ‘<div class=”hatom-extra”><span class=”entry-title”>’.$title.'</span> was last modified: <span class=”updated”> ‘.$t.'</span> by <span class=”author vcard”><span class=”fn”>’.$author.'</span></span></div>’;
}
return $content;
}
add_filter(‘the_content’, ‘add_mod_hatom_data’);It seems to have solved the issues. I copied it into my Child Theme function.php
Regards
Bol
Forum: Themes and Templates
In reply to: [Customizr] missing author, missing entry-title, missing updatedHi D4z. So i am not sure the best way to fix these errors. Do you know what I can do?
Thanks mate.
Kind Regards
Bol