Michael Jensen
Forum Replies Created
-
You have a better choice if you still want the credit text, but need to modifi it.
In the file: themes>storefront>inc>storefront-template-functions.php
Copy the line 118-142
if ( ! function_exists( 'storefront_credit' ) ) { /** * Display the theme credit * * @since 1.0.0 * @return void */ function storefront_credit() { ?> <div class="site-info"> <?php echo esc_html( apply_filters( 'storefront_copyright_text', $content = '© ' . get_bloginfo( 'name' ) . ' ' . date( 'Y' ) ) ); ?> <?php if ( apply_filters( 'storefront_credit_link', true ) ) { ?> <br /> <?php if ( apply_filters( 'storefront_privacy_policy_link', true ) && function_exists( 'the_privacy_policy_link' ) ) { the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); } ?> <?php echo '<a href="https://woocommerce.com" target="_blank" title="' . esc_attr__( 'WooCommerce - The Best eCommerce Platform for WordPress', 'storefront' ) . '" rel="author">' . esc_html__( 'Built with Storefront & WooCommerce', 'storefront' ) . '</a>.' ?> <?php } ?> </div><!-- .site-info --> <?php } }
Modify as you wish:
- https://woocommerce.com
- WooCommerce – The Best eCommerce Platform for WordPress
- Built with Storefront & WooCommerce
And paste it into you child themes functions.php Before the closing
?>
php tag- This reply was modified 6 years, 6 months ago by Michael Jensen.
Forum: Plugins
In reply to: [WooCommerce POS - Point of Sale] Tax CalculationSolved
I use another plugin called ATUM, installed before POS.
By deaktivating and reaktivating ATUM, everything is greatThanks Pavel
Looking forward to it ??
Best Regards
MichaelForum: Plugins
In reply to: [Force Refresh] I dont see it workingHey Jordan
Have just updated, made a change and it have refreshed after about 3 min.
And no errors in Google console – VERY NICEThanks
Forum: Plugins
In reply to: [Force Refresh] I dont see it workingHey Jordan
Thanks – lokking forward for it ??
Forum: Plugins
In reply to: [Force Refresh] I dont see it workingHi Jordan
I still dont get any refresh, and the console gives this:
force-refresh.built.min.js?ver=1519796185:318 Error creating object (ForceReload)! See error below for details.
(anonymous) @ force-refresh.built.min.js?ver=1519796185:318
i @ jquery.js?ver=1.12.4:2
fireWith @ jquery.js?ver=1.12.4:2
ready @ jquery.js?ver=1.12.4:2
K @ jquery.js?ver=1.12.4:2
force-refresh.built.min.js?ver=1519796185:320 ReferenceError: Modernizr is not defined
at Object.debug (force-refresh.built.min.js?ver=1519796185:257)
at Object.ajaxCall (force-refresh.built.min.js?ver=1519796185:172)
at Object.getSiteVersion (force-refresh.built.min.js?ver=1519796185:79)
at Object.bindGetSiteVersion (force-refresh.built.min.js?ver=1519796185:58)
at Object.init (force-refresh.built.min.js?ver=1519796185:43)
at HTMLDocument.<anonymous> (force-refresh.built.min.js?ver=1519796185:312)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)
(anonymous) @ force-refresh.built.min.js?ver=1519796185:320
i @ jquery.js?ver=1.12.4:2
fireWith @ jquery.js?ver=1.12.4:2
ready @ jquery.js?ver=1.12.4:2
K @ jquery.js?ver=1.12.4:2Michael
Forum: Themes and Templates
In reply to: [Iconic One] Can I update the site without updating the theme?LOL – And dont forget to make a child theme on the new site ;-D
Forum: Themes and Templates
In reply to: [Iconic One] Can I update the site without updating the theme?Hi
Nomather how you do it, you should start with a backup, if you use the free https://www.ads-software.com/plugins/duplicator/ you will be safe!Now, the most safe way, will be to install you Duplicator file on a new supdomain! This way, you will not make danger to the online version, then here try to update the WP and after that the Theme and other plugins.
If you run into problems, you can refer to the online/unchanged version and find the differences.
About Yoast, you should first export the SEO settings from SEO Ultimate, or else you will loose all meta titels and describtion. After installing Yoast you can import these and keep the meta.
____________________________________
When working on your subdomain:
____________________________________
Loose this plugin and do it manually: https://www.ads-software.com/extend/plugins/open-external-links-in-a-new-window/Maybee it will be the right time to change for https:// at the same time. Most hostings, approve of the free https://letsencrypt.org/ certificat
Happy working ??
Forum: Themes and Templates
In reply to: [Iconic One] change Link URL in site logoRajan
What if i dont want the logo to link to anything??
Reason is, i have a home link in my menu, and dont want to share the link value with the logo ??
Hope you can help
Thanks MichaelForum: Themes and Templates
In reply to: [Iconic One] ResponsiveIt is allready Resonsive, what do you meen??
Forum: Themes and Templates
In reply to: [Iconic One] Changing element colorHi
You will need to do this in Custom CSS.themonic-nav .current-menu-item > a, .themonic-nav .current-menu-ancestor > a, .themonic-nav .current_page_item > a, .themonic-nav .current_page_ancestor>a {
background: none repeat scroll 0 0 #16A1E7;
}Change #16A1E7 to the color you need
Forum: Themes and Templates
In reply to: [Iconic One] Font Color ChangesFrom here it is white ??
Clear your browser cashe and try again!
Forum: Themes and Templates
In reply to: [Iconic One] How to add border to mobile menuAnd there is all ready a border you can control in custom CSS
select.selectnav {
border: 1px solid #DDD;
border-radius: 4px;
margin: 4px;
padding: 10px;
width: 96%;
}Forum: Themes and Templates
In reply to: [Iconic One] How to add border to mobile menuCan you give the URL/adress of your site ???
Thanks Job
The problem was the firefox browser, i did not se the sorting row. But logging in on Chrome i got it! THANKS