Viewing 30 results - 7,111 through 7,140 (of 11,220 total)
  • Author
    Search Results
  • #647279

    Hi,

    we added this code to the Quick CSS section under Enfold > General Styling :

    .buttonsinline {
    	display:flex;
    	align-items: center;
    	justify-content: center;
    }
    
    

    Best regards,
    Vinay

    #647168
    sarutty
    Participant

    Hi Enfold team,
    The contract form doesn’t save any further setting after my import demo.
    After updating the page,it get back to the default on Submit Button Label,Message Sent label,E-Mail Subject,Autorespond Text,Colours.. etc .

    Some page can sent contact but some cannot.

    Thank you in advance.
    Sarut J.

    #646966

    Hey tonyska,

    Thank you for contacting us.

    To make these changes please enable custom class name support http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    To reduce top margin on the buttons click on it and add class name “custom_margin”

    To add margin to the blog page image click on the image and add custom class name “blog_page_img”

    lastly Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .custom_margin {
      margin: 10px 0!important;
    }
    
    blog_page_img{
    margin-left: 10px!important;
    }
    

    Best regards,
    Vinay

    #646568

    Hey Kurt,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #wrap_all #header #menu-item-511.av-menu-button-colored > a, #top #wrap_all #menu-item-511.av-menu-button-colored > a .avia-menu-text {
        background-color: #ca0003;
    }
    #top #wrap_all #header #menu-item-511.av-menu-button-colored > a:hover, #top #wrap_all #menu-item-511.av-menu-button-colored > a:hover .avia-menu-text {
        color: #FFF;
    }
    

    Best regards,
    Vinay

    Hi 1039 Online,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .nf-modal-link .avia-button:hover {
    cursor:pointer;
    }

    Regards,
    Rikard

    #646330
    1039 Online
    Participant

    I used the CSS given in this post https://kriesi.at/support/topic/enfold-buttons-next-to-each-other-within-same-columns/ to make two buttons inline so that they would appear next to each other. However, now they are not centered. How can I have them both inline and centered?

    #646314

    Hey raisonbrands,

    That’s the correct CSS code please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .inner_product_header_cell h3{
         color:#00afef!important;
      }
    

    You may not see the changes until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

    #646126

    hello thanks but I didn’t see any footer example on UBERMENU and I don’t know if it will working with enfold theme.

    But I see the button switcher (in bottom right) http://wpmegamenu.com/ – do you know a plugin to add this? because that ‘s what I m looking for.

    #645850

    Hi,

    You may need to re-set the theme options by selecting one of the pre-defined themes in Enfold >general Styling > Select a predefined color scheme then choose your colors it should work.

    Please note you need to backup theme settings as choosing a different color scheme will override all the theme settings.

    Regarding the child themes issue please try adding the custom css in Enfold > general style > Quick CSS to check if it is working there. If it works it should work in child theme too. If it has any issue picking up CSS please switch to Enfold parent theme and activate the child theme again this should sort out your issue.

    Or another common problem is a browser cache. Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

    #645688

    Hi,

    The images appears correct on chrome and firefox. i am unable to re-produce this issue. however look at the screenshot you sent what i feel is that that there may be an issue with caching or image overlay effect please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    If that do not do the trick please disable image overlay effect http://kriesi.at/documentation/enfold/disable-css-overlay-on-images/

    Best regards,
    Vinay

    #645675

    Hi,


    @goldengate415
    Let me know which version of Enfold old version you need i can share the link to download if it is not a very old version :)


    @hurricaneweb
    i checked your site and both backend and frontend appears to be working correctly please see screenshots attached in private. The site looks good on my end. You may not see the changes until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

    #645424
    Vinay
    Inactive Moderator

    2016 August 5th – Version 3.7

    This is a “no-thrills” compatibility and bugfix release that ensures that the theme works fine with:

        - the upcoming version of WordPress 4.6
        - WooCommerce 2.6
        - WPML 3.4.1.1
        - The new google Maps API
        - the Instagram API
        - the Facebook SDK version 2.7
        - also adds small Bugfixes

    Google Maps API Tutorial – http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key/

    2016 June 6th – Version 3.6.1
    Link to 3.6 update Blog post http://kriesi.at/archives/enfold-3-6-a-healthy-update-fitness-gym-app-and-health-coach-demo

    	- style.css - new version number
    	- folder lang: re exported all po/mo files which should fix some issues with the language files
    	- folder config-templatebuilder: 
    	    - added: a php check that can prevent a critical error when updating was not done properly and the server still loaded older files
    	    - improved: table element now allows for more than 13 columns
    	    - fixed: a javascript bug with woocommerce

    2016 June 6th – Version 3.6

    	- new demo content:
    		- APP demo
    		- GYM demo
    		- Health demo
    
    	- style.css - new version number
    	- header.php - added some necessary css classes
    	- functions-enfold.php - fixed: a few errors generated in conjunction with WP-CLI
    	- functions.php - switched to the default wordpress title tag generator recommended in https://codex.wordpress.org/Title_Tag#
    
    	- folder framework: 
    		- added: new predefined styling “white-black” (Used in Gym Demo)
    		- improved: iconfont uploader is now able to use packs from http://www.flaticon.com/packs
    		- improved: iconfont uploader is now able to import custom icons from demos
    		- improved: iconfont uploader now is able to apply user defined custom names to the fonts. simply name the zip file: “iconset.YOURNAME.zip” - replace YOURNAME with a name of your choice
    		- improved: demo import script now includes iconfont files
    		- improved: favicon is now also displayed in the backend of your theme
    		- improved: changed a few files that generated false positives in some security plugins
    		- improved: improved the form generator mail sending logic
    		- improved: performance of the dynamic style generator
    		- fixed: a translation issue with contact forms
    
    	- folder config-templatebuilder:
    		- added: the ability to hide columns and cells on mobile devices
    		- added: background color option for masonry elements
    		- added: new coloring/saturation option for the google maps element: “Full color fill”
    		- added: new minimal styling option for the data table element
    		- improved: icon element color selector allows rgba colors now
    		- fixed: an issue that truncated links that contain multiple commas
    		- fixed: an issue with template builder sections that no longer worked after deleting a column inside
    		- updated: google maps API to the latest version
    	
    	- folder includes: 
    		- added: new default styling “White Black”	
    		- added: new styling options for “<mark>” and “<u>” element that lets you spice up a sites typography considerably
    		- added: new google fonts
    		- added: new css classes to the header generator
    		- fixed: the wedding demo import file caused a non editable issue on some servers	
    		- fixed: an issue with the markup helper for blog that wasn't properly deactivated 	
    		- fixed: a pagination issue with the blog element when set to grid and an offset was applied
    		- fixed: a minimum width issues with the facebook widget
    		- fixed: an issue with the construction demo content on mobile devices
    		- fixed: removed the "portrait" and "landscape" that are used to controll masonry display tag from interacting with related posts
    		
    	- folder lang: 
    		- updated: several language files and added a first version of hungarian
    
    	- folder js: 
    		- fixed: an issue with Instagram widgets and wrong lightbox groups	
    		- fixed: an issue with the page preloader not working properly when safari back button is used
    		- improved: up/down sliding with a more dynamic transition	
    
    	- folder css: 
    		- fixed: enfold date picker styling when woocommerce bookings is active	
    		- fixed: alignment of multiple slideshow buttons on mobile 	
    		- fixed: alignment of form fields on mobile	
    		- fixed: space between partner elements on mobile devices	
    		- fixed: an issue with testimonials stopping after they are clicked on a mobile device	
    		- fixed: a few z-index issues with the fullwidth menu element
    		- improved: caption styling of easy slider	
    		- added base styling for the <mark> and <u> (underline) element	
    
    	- folder config-layerslider:
    		- updated: layerslider to the latest version (5.6.8)
    		
    	- folder config-woocommerce:
    		- fixed: an issue with disabled buttons not receiving the correct styling
    • This topic was modified 9 years, 8 months ago by Vinay.
    Zest
    Participant

    Hi,
    Is there a simple way to get the mailchimp signup on one row, i.e. the button on the same row as the email field. I saw the discussion in https://kriesi.at/support/topic/footer-and-enfold-mailchimp-newsletter-widget-horizontal-and-responsive/ but for some reason I could not get it to work.

    Keep up the good work!

    #645189

    Topic: Image URL Insert

    in forum Enfold
    dvan
    Participant

    This is a NOOB question.

    In the regular editor, I can hit the MEDIA button, and have the option of inserting a LINK to an image, or an image from my WP Library.

    How do I get an image URL in the Avia Advanced Editor in Enfold? The images are linked outside of my word press install

    Thanks!

    Found the culprit! We recently installed this Meet the Team plugin: http://codecanyon.net/item/modern-team-showcase-wordpress-plugin/12173695

    I deactivated it and sure enough, the Special Heading Element and Button showed up on Home page while logged in.

    Any suggestions on how to get this plugin to work with Enfold?

    After this was applied: https://kriesi.at/support/topic/anyone-else-having-issues-with-chrome/

    I am still not able to view Special Headings, Text Boxes, Buttons, Gravity Forms while logged into WP Admin. Can someone please help ASAP? I really need to be able to view when pages are live or in preview to see if I like what I see.

    This is happening across multiple browsers & both mac & pc as mentioned above which makes me think it has to be something within Enfold!

    #644842
    ericawarren
    Participant

    I got an email indicating that there was a new update to the Enfold Theme. Normally, this shows in WordPress and I simply select the upload button. This time there is nothing in my word press site to indicate that there is an update. When I went to the site – via a link in the email – the download button was for the whole program and not the update. I don’t want to over-write anything. I also don’t know how to upload it to my wordpress site. It was just a bunch of folders and docs. Can you please send me detailed instructions on how to do this? Thanks, Erica

    #644790
    strumpumpel
    Participant

    Dear support,

    i will change my checkout page in woocommerce. But i dont find the right .php file….. :(
    Under themes/enfold/config-woocommerce not find a checkout-form.php or others…..

    Show my pic in upload. I will right from checkout button a additional text.
    How can make this, that this change after woocommerce new update is every ready, nor is readable and the text there remains

    So thanks for help! :)

    #644631
    quebag
    Participant

    hi,

    we post blog entries with downloads attached (pdf-files) wie download button.
    we want to count how often a file was downloaded.
    is it possible with enfold ?
    we don`t want to install a extra plugin like “download manger” because
    the blog posts (beiträge) are created with a input form (formidable pro)

    #644630

    Hi,

    Once you login to the forum please click on Enfold under topics or click on this link on top you should be able to see a big blue button that say’s open a new thread. or just scroll down and start a new thread/ticket.

    It is just that many issues in one ticket will snowball and lead to a lot of confusion so we request you to open new tickets if the issues are not related.

    also please don’t forget to provide a link to your site so we are able to inspect the element in question in order to help!

    Best regards,
    Vinay

    Hi,

    Alright. Download the latest version of the theme from your themeforest account then upload it somewhere in your file server. Post the FTP details here then we’ll update the theme for you. Or just clean the transients by clicking the button in the transient cleaner plugin’s panel then go back to the Enfold > Theme Updates panel and refresh it.

    Best regards,
    Ismael

    #644402

    In reply to: Change Button Text

    Hey creatiffco,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-button  .avia_iconbox_title {
    	font-size: 16px;
    	font-weight: 600;
    }
    

    For a responsive Layerslider please make sure the “Responsive” options is turned on in Admin > LayerSlider > Slider of your choice > Slider Settings > Responsive mode

    Best regards,
    Vinay

    #644394

    Topic: Theme Options import

    in forum Enfold
    mjupp
    Participant

    I have imported enfold theme but when I go to theme options the button option to import pages, categories etc is not there.Also within the Demo download section all the demos give an error when trying to download.

    #644350

    In reply to: Fatal Error with 3.6

    Hi,

    Glad it’s working for you. To hard refresh press the Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    @drimendo If you are able to login to the wordpress backend please de-activate and activate the theme and it should work.
    If not access the theme folder via FTP and rename the enfold theme folder to enfold2. Login to wordpress backend and install a fresh copy downloaded from themeforest and it should resolve the issue.

    Best regards,
    Vinay

    #644224

    Hi,

    Once you are in the Enfold support forum and see all the topics scroll down to the bottom where it say’s “Start a new topic” to open a new ticket.

    The site looks good on my end. You may not see the changes until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

    tipict
    Participant

    Dear support team,

    I’m new with both Enfold and WordPress. It’s a great theme.

    I am using Enfold in a multisite setup and I have created a child theme. I activated this child theme in the Network management panel and I have activated it on all my multisites. I configured the child theme settings on one site and copied these settings to the other sites with the import/export function. So I know how to edit the child theme css.

    3 questions:

    1. I want these settings to be synced between the sites so when I change something on the main WordPress site, this will effect all (sub)sites.

    2. I also want to link the different sites to each other in the header of the website like http://www.ziggo.nl is doing on its site (Prive, Zakelijk, Horizon Go, Entertainment). What is the best way to do this (where do I start) when the header decreases in vertical size while scrolling like my theme settings?

    3. Within the enfold theme it is also possible to give extra attention to one or more menu items via the menu styles. How can I edit the “Button Style Colored” ?

    Thanks for your support.

    – Patrick

    • This topic was modified 9 years, 10 months ago by tipict.
    #644099

    Hi Andy,

    Even though I have come across this page in my research, I have not specifically tried the iframe solution as this did not cross my mind to be a solution to the problem seeing as the popups on this page are also being launched from a text link (which I completed successfully with displaying the form). The form is just a mail chimp enfold form that can be used in the advanced layout builder. it also has a shortcode which means it can be embedded in the div to display so there is no external content hence no need for an iframe solution. the method used to display whatever is in the popup is irrelevant here. What is relevant is to actually get the popup to display on the click of the button.

    What I cannot get sorted is to get the popup to… well… urr… pop up when the BUTTON is clicked. Not a text link as in these solutions/guides. For more clarity, please check the link in the private content. Thats the url to the test page. When I click on the “Sign up for our limited time offers” button. the form should pop up.

    I will create a sample page with all the solutions that I have tried, working and not working and then revert back to you with that page.

    Thanks for the brilliant support so far. It is very much appreciated.

    staubi
    Participant

    Hi Enfold-Team,

    first of all thanks for this awesome Theme :)

    I have two problems after update from 3.5.2 to 3.5.4 and the problems didnt solve after update to 3.6

    1) In my backend, the layout builder does not shown correctly.

    2) The icons fontello does not shown correctly in backend and at the homepage (and also the mobile menue button)

    I have tried this post:

    https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/

    but this didn´t resolve these issues.

    Also i removed older versions of enfold theme folder and child theme folder per ftp and uploaded new version 3.6 but it doesn´t work.

    Could you please have a look inside it?

    Thanks for your help

    Best regards, Tobi

    abortolotti
    Participant

    Hi guys,
    Great update, you done a super job.

    I’m unable to upload the flaticon icons packs I downloaded though.

    I go to Enfold–>import/export and click on the Icon Font Manager “Upload/Select Fontello Font zip” button to upload the new flaticon zip file and I get the following error:

    [error] 12974#0: *86 FastCGI sent in stderr: “PHP message: PHP Fatal error: Call to a member function attributes() on a non-object in /var/www/vrworld/www.vacationrentalworldsummit.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 205” while reading response header from upstream, client: 162.158.152.245, server: http://www.vacationrentalworldsummit.com, request: “POST /wp-admin/admin-ajax.php HTTP/1.1”, upstream: “fastcgi://127.0.0.1:9001”, host: “www.vacationrentalworldsummit.com”, referrer: “http://www.vacationrentalworldsummit.com/wp-admin/admin.php?page=avia&#8221;
    2016/06/07 11:11:14 [error] 12974#0: *86 FastCGI sent in stderr: “PHP message: PHP Fatal error: Call to a member function attributes() on a non-object in /var/www/vrworld/www.vacationrentalworldsummit.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 205” while reading response header from upstream, client: 162.158.152.245, server: http://www.vacationrentalworldsummit.com, request: “POST /wp-admin/admin-ajax.php HTTP/1.1”, upstream: “fastcgi://127.0.0.1:9001”, host: “www.vacationrentalworldsummit.com”, referrer: “http://www.vacationrentalworldsummit.com/wp-admin/admin.php?page=avia&#8221;

    I tried on a different site, different server and have the same result.

    Any clue on that?

    Thanks. Looking forward to use the new icons :)

    Antonio

    #644026
    ouranos3
    Participant

    Hi Enfold team,

    So i read : “We also added a few tags to the advanced styling editor (the <u> and the <mark> tag), that allow you to make better use of different typographic features”

    I don’t really understand. I’m ok with using the advanced styling menu in Enfold options. But what about these html tags ?

    The Enfold editor applies a <span style=”text-decoration: underline;”> when I click the underline button and I think we can’t use the mark tag either in this editor.

    So it’s intended to apply styles to pre-coded elements in Enfold ?
    Or to use with manual tags entered in WordPress editor text tab ?

    If it’s intended to style Enfold code, ok for the <u> tag, but how can we know where <mark> tags are used without checking in the source code everytime ?

    Thanks for your kind help.

    • This topic was modified 9 years, 10 months ago by ouranos3.
Viewing 30 results - 7,111 through 7,140 (of 11,220 total)