-
Search Results
-
Hi,
I bought the “Easy Social Share Buttons” plugin (bestseller on Themeforest) and when it is enabled ALB for post is not loading.
Its working for pages though.The error appears once following libraries are loaded:
http://prnt.sc/cc84p1Any ideas what might be causing this? I disabled all plugins, but it still doesn’t load… must be something within Enfold.
Hi team Enfold,
We have a problem in relation to a former post: https://kriesi.at/support/topic/style-of-single-menu-button-item-link-to-submenu/
We have a Main Menu button (Investor Relations page), which is blue (#003366) with text being grey (#b7b7b7). When active the Main Menu button text turns white (#ffffff). But when we select one of the pages within the Custom menu in the left widget, the button turns grey (#b7b7b7).
All the pages within the Custom menu have the Investor Relations page as parent page. Though not the archive page (Meddelelser).
My question:
How can I get the Main Menu button to show text white (#ffffff), when the pages including archive page are active?I use the following css to change color on button and button text color:
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text { background: #003366; color: #b7b7b7 !important; font-style: bold; border-color: #003366; } #top #wrap_all .header_color .av-menu-button-colored > a:hover > .avia-menu-text { background: #003366; color: #ffffff !important; font-style: bold; border-color: #003366; }I have formerly used this CSS to highlight text color on a Main Menu button, when a submenu and single portfolio pages were active:
#top #wrap_all .header_color .av-menu-button-colored > a:hover > .avia-menu-text, #top #wrap_all .header_color .av-menu-button-colored.current-menu-item > a > .avia-menu-text, #top.single-portfolio #wrap_all .header_color .av-menu-button-colored > a > .avia-menu-text { background: #003366; color: #ef3e5b !important; font-style: bold; border-color: #003366; }Hey guys,.. Trying to get some javascript to work in an Enfold button. Not quite sure of the syntax,.. but eveything I’ve tried doesn’t work. A small “Added to Cart” confirmation window is suppose to pop up when the button is clicked.
See attached login credentials.
Site I developed and maintain is the first link.
The client does a redirect of the URL to second link – i don’t know what that # string is – it just began appearing.
Worse, click on any story from the home page and click the back button to return to the home page – the top slider element and other page elements appear blank.
The site actually lives at the third link.
The problem does not occur when viewing the site through this URL.
I don’t know where this strange URL addition is coming from – is it from the client’s redirection / URL scheme, or is it theme (Enfold) generated?
thanks in advance!
Topic: Popup Maker & Enfold Menu
Hi,
I am trying to create a popup on the Link in the main menu with Popup Maker, but there are some problems. This is the instruction from Popup Maker: http://docs.wppopupmaker.com/article/51-open-a-popup-from-a-wordpress-nav-menu
It works in a standard template but not with Enfold. Somehow nothing happens when the link is clicked. I’ve tried both versions…
It looks like something is stoping the code in the menu to execute…Here is what shows up on the page when I add the popmake-421 code to the menu:
<li style="cursor: pointer;" id="menu-item-206" class="popmake-421 menu-item menu-item-type-custom menu-item-object-custom av-menu-button av-menu-button-bordered menu-item-top-level menu-item-top-level-5 pum-trigger current-menu-item"> <a class="pum-trigger" style="height: 88px; line-height: 88px; cursor: pointer;" href="#popmake-421" itemprop="url"> <span class="avia-bullet"></span> <span class="avia-menu-text">GET DEMO</span> <span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span> </a></li>If I add the code to the main content, then it opens normaly
Could you pls let me know, if there is a workarround for Popup Maker in Enfold theme.
Thank you
AnandaHi!
I’m having some issues with my product pages’ Add to cart buttons – when clicked nothing happens, and nothing is added to the cart. When in category view, or even using Avia product grid, clicking Buy/Add to cart, the products gets added to the cart correctly. The Update cart button does not work either. I have this problem with 2 sites under this multisite, both using Enfold and woocommerce.I’m using multisite, and everything is updated to the latest version per date. Please advice :)
Best regards!
Hi Team,
There is a strings show after button “If you are not happy with the results below please do another search”
I would like to translate it to everything, so I did install the “String Locator” and run the scan.
Now It comes up bunch of the lang files, in which files should I edit with, please? or correct me if i were wrong.
Regards
Topic: Layerslider WP Blank?
Hi,
Please take a look at the test page in Private area.> In this page, I want to have a custom font (Dinar) for the button.
–
This is what I had already done to make that possible:
1>> I have already upload 2 custom fonts in Enfold-Child folder, names are “IRANSans” + “Dinar” and I also added @font-face commands for these fonts in custom.css file in Enfold; exactly like the below code:@font-face { font-family: 'IRANSans'; src: url('http://inomax.ir/wp-content/webfonts/IRANSansweb.eot'); src: url('http://inomax.ir/wp-content/webfonts/IRANSansweb.eot?#iefix') format('embedded-opentype'), url('http://inomax.ir/wp-content/webfonts/IRANSansweb.woff2') format('woff2'), url('http://inomax.ir/wp-content/webfonts/IRANSansweb.woff') format('woff'), url('http://inomax.ir/wp-content/webfonts/IRANSansweb.ttf') format('truetype'), url('http://inomax.ir/wp-content/webfonts/IRANSansweb.svg#IRANSans') format('svg'); } fieldset label { font-family: "IRANSans" !important; } @font-face { font-family: 'Dinar'; src: url('http://inomax.ir/wp-content/webfonts/dinar.eot'); src: url('http://inomax.ir/wp-content/webfonts/dinar.eot?#iefix') format('embedded-opentype'), url('http://inomax.ir/wp-content/webfonts/dinar.woff2') format('woff2'), url('http://inomax.ir/wp-content/webfonts/dinar.woff') format('woff'), url('http://inomax.ir/wp-content/webfonts/dinar.ttf') format('truetype'), url('http://inomax.ir/wp-content/webfonts/dinar.svg#IRANSans') format('svg'); }2>> “IRANSans” is now shows properly in the whole of the website, there is no problem with this font.
3>> But for the button, I applied custom css class to that button element, the class name was choose as “test-pg-title”
4>> I then add this below code to the Quick Css part:#top .test-pg-title a .avia_iconbox_title { font-family: 'Dinar' !important; }But, the “button” is still doesn’t show the desired font, “Dinar”.
Please let me know.
Regards,
SadeghI am transitioning from the Abundance theme to the Enfold Theme. Abundance has the Template Builder that includes the ability to add a “Post/Page Content” element to the template. I don’t see this feature in the Enfold’s superior Avia Layout Builder. Am I just overlooking it somehow? My intent is to add the page content of another page to my home page.
—–
Update: Sorry – I am both embarrassed and relieved to have discovered my own pathetic overlook. All I have to do is hit the “Save Entry As Template” button.
When you view the site from a mobile device, the About Us button has submenus. When you click on About Us, the submenu list shows up, but you are unable to open the About Us page.
I have 7 different registered Enfold Sites and have this problem with every one of them.
Please help.
JodyGood morning,
I have tried to install polylang this morning, and I have found several problems…Firstly, my native language is Spanish….So I have created the Spanish language, and the English language,
I have set up the settings in order to establish the links, etc….
The point is that when I go to the edit screen of any page, I hit on the plus button close to english language, and yes, it creates a new page, but EMPTY, totally empty….I have tried to publish it empty, to see if accessing later I could see something but;
I couldn´t even see my Page in English in the Pages menu…..although it was set up like the main one….When I tried to access to my website, it shows an english empty page….Everything a disaster….
I have had to deactivate and delete completely polylang, and now, i don´t know how to proceed at all…
Please, could you try to help me?
In addition, would you recommend any video/manual that could fit with installing polylang and Enfold….?I have posted in private my data access,
Thanks in advance,
David



