Noy88
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma] Sub Menu List not disappear without a clickI just tried that. But it don’t seems to work. Anyone else tried it? You need to have sub-menu items in your menu for this problem to manifest.
Forum: Themes and Templates
In reply to: [Enigma] Sub Menu List not disappear without a clickHey,
I was looking at the same problem. But how do you insert the ‘mouseleave’ function again? Think I got confused by the braces and brackets.
I want to insert a different slideshow gallery in a post, not on the Home page.
Thanks.
Any simpler way? I was just trying to put up a simple slideshow in WordPress, but somehow there is no such option. Did the Enigma theme disable that?
Forum: Themes and Templates
In reply to: [Enigma] Title on Portfolio Link wrong on mouseoverSeems like the fix is not put into the update yet. I have to manually edit the home-portfolio.php after the update.
Forum: Themes and Templates
In reply to: [Enigma] Title on Portfolio Link wrong on mouseoverCould the problem be due to the use of the_title_attribute() which is picking up the title from the post, rather than from the theme option?
home-portfolio.php
——————
<div class=”enigma_home_portfolio_showcase_icons”> ” href=”<?php echo $wl_theme_options[‘port_’.$i.’_link’]; ?>”><i class=”fa fa-link”></i>Forum: Themes and Templates
In reply to: [Enigma] Title on Portfolio Link wrong on mouseoverIt is the mouseover title that is wrong, not the link. The link works fine. In fact, it seems like it is picking up the title from the latest post, to use as the title for the mouseover.