abusaidi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma] Footer Call Out does not show up on home pageHello,
Thank you for fixing the bug.
I downloaded the updated version, but cannot install over the same version. I get the following message during the installation.Unpacking the package…
Installing the theme…
Destination folder already exists. /home/public_html/caraccidentcare/wp-content/themes/enigma/
Theme install failed.
Forum: Themes and Templates
In reply to: [Enigma] Footer Call Out does not show up on home pageThank you, website is located at:
https://www.caraccidentcare.comFor screenshot, please visit
https://www.caraccidentcare.com/footer-call-out/Forum: Themes and Templates
In reply to: [Enigma] Meun not workingProblem Fixed.
Great job on the menu code and great support.Thank you very much. I replaced the code of menu.js and menus are working great with no problem. It “close” or “disappear” the drop down after the mouse lose the focus on the option that have sub menus. claropasto.com menus looked fine to me and closed the submenus too.
See the results at:
caraccidentcare.comForum: Themes and Templates
In reply to: [Enigma] Meun not workingHello,
Thank you for the suggestion; however, the link does not work. I get:
The web address you entered could not be found[more information]
You were trying to go to https://pastebin.com/DMPZCnS3Would you please provide the code directly or via another link?
Where should I paste the code? In the bottom of file perhaps?Thank you
Forum: Themes and Templates
In reply to: [Enigma] Meun not workingPlease also visit
https://demo.weblizar.com/enigma-free-theme/page-b/Page A does not load
Page level 2 does not loadPlease fix this problem on your own site and let us know how it can be done.
Best regards and gratitude.Forum: Themes and Templates
In reply to: [Enigma] Meun not workingThank you for your suggestions. I do not believe, I changed the core of the theme before the menu problem started. I deactivated all the plugins. and modified the .js file per above instruction. No change.
Please visit
https://www.caraccidentcare.com/submenu-test-page/
Test in the menu does not load.I appreciate any help.
Forum: Themes and Templates
In reply to: [Enigma] Meun not workingI have the same problem with the Menu.
I followed the instruction, but it did not work. Any other suggestion. My file enigma_footer_script.js. code is below://scroll js
jQuery().waypoint && jQuery(“body”).imagesLoaded(function () {
jQuery(“.animate_afc, .animate_afl, .animate_afr, .animate_aft, .animate_afb, .animate_wfc, .animate_hfc, .animate_rfc, .animate_rfl, .animate_rfr”).waypoint(function () {
if (!jQuery(this).hasClass(“animate_start”)) {
var e = jQuery(this);
setTimeout(function () {
e.addClass(“animate_start”)
}, 20)
}
}, {
offset: “85%”,
triggerOnce: !0
})
});
// photobos js
jQuery(‘.enima_photo_gallery’).photobox(‘.photobox_a’);
// or with a fancier selector and some settings, and a callback:
jQuery(‘.enima_photo_gallery’).photobox(‘.photobox_a:first’, { thumbs:false, time:0 }, imageLoaded);
function imageLoaded(){
console.log(‘image has been loaded…’);
}
jQuery(“.nav .dropdown-toggle”).click(function () {
window.location = jQuery(this).attr(‘href’);
});