function.php in divi parent and divi child theme - themes

Does anyone know if an update for the Divi parent theme will also update Divi child theme function.php? My page is down with a fatal error and my last guess (not that that is set in stone - I am a newbie) is that maybe something went wrong when I updated to the latest version of Divi since everything works if I activate my Divi theme, but when I activate my child theme my page comes up with this fatal error :-/ page url dindigitalehjaelper.dk/det-offentlige/

Child Themes will never have an effect on their functions.php as long as they themselves don't get an update. You are safe to update Divi.

if you are using Child Theme. Then you can update the Parent Theme without any worries. Because we create Child theme to store additional codes in it. So changes remains the same in Child Theme.
Also, in Divi > Theme Options > Updated > Rollback To Previous Version can help you in revert the changes and go back to the previous version if the updated version cause some issue/error.

Related

Prestashop new theme collides with default theme

I am currently pulling hair out of my head, as I have spent over 7 hours on this. Here's the problem
I am setting prestashop on my free hosting and trying to install new theme (freshmarket). Everything installs just fine but effects are not working. There are some elements of the default-bootstrap style I cant remove, and I've tried many ways (deleting modules, deleting files directly from ftp folders etc etc) Logo stays the same, menu stays the same, green bar isn't there, and even photos of sample products are from default theme.
here is the url http://nasiona.cba.pl/
and it should look like this www.templatemela.com/demo/PRS050107/
I checked version description of theme and it says it would work on prestashop 1.6.1.4 (which is installed on the server).
#Egg, yes, you're right, sorry.
as for your question - my settings http://i63.tinypic.com/2yvjwye.png (i hope you can see anything cause I wanted to show it all)
Disable the cache (you can refer to Prestashop help http://doc.prestashop.com), reload the page with Ctrl + F5 (clear your browser cache) and check.

Magento: “Add New Set” button in “Manage Attribute Sets” is not visible…

For some reason the "Add New Set" buton is not visible in the "Manage Attribute Sets". Hope someone can help with this...
I have tried everything... gone through all settings... nothing seems to be wrong... Desperate as I was, I even made a complete reinstall on a clean site (and DB)... Same issue...
The "default" set is empty, and there are no unassigned attributes in the list... I think it's weird... (see attached images)
Anyone have an idea of what(if) I'm doing(something) wrong? Everything else seem to be working ok!
(thanks in advance)
Mike
The issue is because there is template files missing in magento 1.9.2.3 version adminhtml catalog directory.
You will need to add the files from magento old version manually to make the attribute section work properly. you can find more detail here:
magento attribute set missing button

Joomla 3.3.1 - Can't edit and create new menus in Menu Manager

I would like to add two new menus to my website, but when I create, or even edit a menu and click Save, Save & Close and Save & New nothing happens.
With Firebug I get
ReferenceError: Hash is not defined
What should I do?
There's a thread here where people have the same problem, and it suggests just clearing your browser's cache fixes it.
http://forum.joomla.org/viewtopic.php?f=706&t=844728&p=3171823#p3171823
That would make sense if you have recently upgraded it and Joomla have updated a javascript file from the previous version.
If not, might be worth seeing if it works in other browsers, to see if it is a Joomla or a similar browser issue.
Failing that, re-install the latest version to make sure you haven't overridden any core files.

Magento cart page is not showing

My Magento cart page is not showing at all. It just comes up with a blank page. Previously this site was developed by another developer and He has disabled the Checkout process. Now I cannot find which settings he has done to stop the checkout process.
Can anyone tell me what are the possibilities to stop the default module from working.
Also every thing else is coming right on the cart page. Header and footer and all the things just that it is not rendering the html for cart block. The Content just came up empty, with no HTML.
Please open the adminpanel and then go to the
System/Configuration/Advanced
there is a tab Disable Modules Output and then enable the Mage_checkout module
As I have told you the previous developer have disabled the modules. But that was not the case the developer have installed some extensions to disable the checkout process but that does not work very well. Then he tries to delete the extensions the wrong way so the entries that were made by those extensions was still in the database table "core_config_data".
And these values are being used by the left over files of the extensions ans he has overridden the magento core files for that. I just copy and replace the core magento files and also cleared the table "core_config_data" table and all things got working once again.

Top navigation bar (categories) not showing

I am using a theme called bootstrapped (http://bootstrapped.magenthon.com/)for my magento project. This theme has somehow removed the top navigation bar. Upon checking the
template/page/html/header.phtml
file, i found this line to be commented - <?php //echo $this->getChildHtml('topMenu') ?>
And i compared it with the
base/default/template/page/html/header.phtml
, i thought may be i need to un-comment it. I tried it. But the top navigation bar didn't show up.
I also searched and looked into various forums, and tried making some minor edits in page.xml and local.xml - Still Nothing happened.
Moreover i also tried adding the code from topmenu.phtml to header.phtml, thinking that i am not able to include the file (topmenu.phtml) - and still top menu doesn't show up.
Can anyone please tell me where i am going wrong?

Resources