This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
****** NOTE ****** | |
$test_array should be deleted and will throw cautions on the theme options page of wordpress | |
<?php | |
/** | |
* A unique identifier is defined to store the options in the database and reference them from the theme. | |
* By default it uses the theme name, in lowercase and without spaces, but this can be changed if needed. | |
* If the identifier changes, it'll appear as if the options have been reset. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php $i = 0; ?> | |
<?php foreach($this->getItems() as $_item): ?> | |
<?php if($i++ == 3) break; ?> | |
<?php | |
/** | |
* Magento responsive theme | |
* | |
* @category design |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app > etc > local.xml | |
this is where the database name, username and password are added |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Make the condition | |
If ALL of these conditions are TRUE : | |
to | |
If ALL of these conditions are FALSE : | |
Then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\.orig\..*$ | |
\.orig$ | |
\.chg\..*$ | |
\.rej$ | |
\.conflict\~$ | |
^wp-login\.php$ | |
^wp-cron\.php$ | |
^license\.txt$ | |
^wp-load\.php$ | |
^wp-comments-post\.php$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reset a user's password | |
You can always reset the password for a user on your domain. This is helpful when: | |
A user forgets his or her password | |
A user's account is compromised (security concerns) | |
To reset a user's password: | |
Sign in to the Google Admin console. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I just ran into this issue, and fixed it by making sure the Initial Width and Initial Height weren't blank. You can set these values under Primary Lightbox Settings > Size tab. I set both values to 10%, and the problem went away. |