Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
It is weird, but i seem to have added 2 portfolio’s to the product page and the image icons now show hover text. Go figure – but it works!
April 27, 2015 at 2:57 pm in reply to: How to use child theme but still edit theme files and not lose changes in Update #169077Brilliant works like a charm. Cannot thank you enough!
April 27, 2015 at 2:41 pm in reply to: How to use child theme but still edit theme files and not lose changes in Update #169071Thanks Rui,
yes i need to redo functions: the hello was just one example, but i need to realign the header with subscription being last and my account first etc.
April 27, 2015 at 11:04 am in reply to: How to use child theme but still edit theme files and not lose changes in Update #168980I am having issues with the child theme not picking up my php changes. I have uploaded and activated the child theme: neighborhood-child.
Example: I wanted to change the sf_header.php file. So I find the php file here:
/neighborhood/includes/swift-framework/sf-content-display/sf-header.phpI change “Welcome” to “Hello” in line 469
Then I upload the new sf-header.php to the child theme here:
/neighborhood-child/includes/swift-framework/sf-content-display/sf-header.phpThe change does not work. What am I doing wrong?
April 24, 2015 at 10:07 am in reply to: Remove Personal Shopper in Header layout but leave in Top bar Config #168082I figured it out, it was a upper case/lower case issue
April 24, 2015 at 8:26 am in reply to: Remove Personal Shopper in Header layout but leave in Top bar Config #167995Please see my screen shots below, the find and replace has not worked although you said it is easy to do.
Attachments:
You must be logged in to view attached files.April 14, 2015 at 1:56 pm in reply to: Remove Personal Shopper in Header layout but leave in Top bar Config #165077Hi Mohammed, i installed the plugin, but nothing is happening.
April 1, 2015 at 12:23 pm in reply to: Remove Personal Shopper in Header layout but leave in Top bar Config #162561Rui I did not create files in my child theme to handle code changes, and have lost all the changes above that you and mohammed did.
1. What files must I replicate to add the “Select Options/Buy Product” code that mohammed did, and
2. You resolved some Caps issue in mohammed’s code, what does the corrected code look like.Sorry for this major inconvenience. Fault on my side.
April 1, 2015 at 8:12 am in reply to: How to use child theme but still edit theme files and not lose changes in Update #162492with the same folder structure, or can i just paste directly
Im trying to swap the location of my-account-left with my-account-right.
I have entered the following code in custom css, but the width is not showing properly on the my account page, what am i doing wrong.
/*swap my account left and right*/
.my-account-left {
float: right;
width: 30%;
}
.my-account-right {
float: left;
width: 70%;
}February 18, 2015 at 5:05 pm in reply to: Remove Personal Shopper in Header layout but leave in Top bar Config #151339Thanks Rui, amazing.
February 18, 2015 at 4:54 pm in reply to: Remove Personal Shopper in Header layout but leave in Top bar Config #151333This reply has been marked as private.February 18, 2015 at 4:49 pm in reply to: Remove Personal Shopper in Header layout but leave in Top bar Config #151331Mohammed added this code for me yesterday, and it has alot of this translations, maybe that affected it. I needed him to change Select Options to Buy Products in the product
function sf_text_strings( $translated_text, $text, $domain ) {
$translated_text = strtolower($translated_text);
switch ( $translated_text ) {
case ‘select options’ :
$translated_text = __( ‘Buy Product’, ‘woocommerce’ );
break;
}
return $translated_text;
}
add_filter( ‘gettext’, ‘sf_text_strings’, 20, 3 );February 18, 2015 at 4:47 pm in reply to: Remove Personal Shopper in Header layout but leave in Top bar Config #151327no havent used any translations, my site is in english. its everywhere in my theme. this is quite strange, i only noticed it now.
Attachments:
You must be logged in to view attached files.February 18, 2015 at 4:13 pm in reply to: Remove Personal Shopper in Header layout but leave in Top bar Config #151305I think its a woocommerce problem, i might be wrong.
hello in topbar:
subscribe, register, login,
Registered customers, Not registeredall these suppose to have caps in the first letter, but they are appearing as lowercase. Strange
Attachments:
You must be logged in to view attached files. -
Posted in: We hit Power Elite.