Viewing 30 results - 4,921 through 4,950 (of 11,211 total)
  • Author
    Search Results
  • fixmytech
    Participant

    https://kriesi.at/theme-overview has a really nice layout i like the buttons that change the gallery links and i like how it changes when viewed on a narrow display such as a mobile phone. where can i get this page as a template to import into enfold?

    #934534

    Only the Enfold theme, no CSS or advanced styling. I didn’t know it was necessary?

    I.m working on http://www.mariekekersten.nl
    How can I use the font and buttons?

    Thank you

    #934449

    Hello Yigit,’

    Thanks for the reply, but I already installed the import demo.
    Stil I don’t know how to change the buttons from square to round or the font type and onther designs, like the Enfold Health theme.
    Or the circle around contact.

    Greetings,
    Lianne

    #934394
    Lianne33
    Participant

    Hello guys,

    I want to maken the same site as the Enfold Health theme,
    But I notice that I can’t make it the same. For example the round buttons?
    Or the text Hello, I’m Emma Fold! in handwriting font

    Is there a example to how it’s done?

    Thank you instead,

    Greetings Lianne

    • This topic was modified 8 years ago by Lianne33.
    #933878

    Victoria,

    I added your code to the “functions.php” file (in the themes/enfold folder) and added it at the end (just after the last “add action” code that was already there) [ Shown below ]. I doesn’t seem to do anything—it still ‘jumps up’ to the top of the page when you click on the pagination ‘buttons’. I cleared the GoDaddy cache, and looked at it with Chrome, Safari, and Firefox and the same thing happens (cleared their caches, too).

    So, I add the “completed_projects” ID to another portfolio item (“Ambrose Ridge”), and it still jumps up to the top of the page:

    Any suggestions?

    Thanks for all your effort!

    Mark Besh
    Visual Impact Systems

    ===============
    . . . .
    /*
    * compat mode for easier theme switching from one avia framework theme to another
    */
    add_theme_support( ‘avia_post_meta_compat’);

    /*
    * make sure that enfold widgets dont use the old slideshow parameter in widgets, but default post thumbnails
    */
    add_theme_support(‘force-post-thumbnails-in-widget’);

    /*
    * display page titles via wordpress default output
    */
    function av_theme_slug_setup()
    {
    add_theme_support( ‘title-tag’ );
    }

    add_action( ‘after_setup_theme’, ‘av_theme_slug_setup’ );

    /*title fallback*/
    if ( ! function_exists( ‘_wp_render_title_tag’ ) )
    {
    function av_theme_slug_render_title()
    {
    echo “<title>” . avia_set_title_tag() .”</title>”;
    }
    add_action( ‘wp_head’, ‘av_theme_slug_render_title’ );
    }

    add_action(‘wp_footer’, ‘ava_new_custom_script’);
    function ava_new_custom_script(){
    ?>
    <script type=”text/javascript”>
    (function($) {
    function a() {
    $(‘.pagination-wrap.pagination-portfolio a’).each(function() {
    var link = $(this);
    link.attr(“href”, link.attr(“href”) + “#completed_projects”);

    });
    }

    $(window).load(function() {
    a();
    });
    })(jQuery);
    </script>
    <?php
    }

    /*
    * register custom functions that are not related to the framework but necessary for the theme to run
    */

    require_once( ‘functions-enfold.php’);

    /*
    * add option to edit elements via css class
    */
    // add_theme_support(‘avia_template_builder_custom_css’);

    see here again https://kriesi.at/support/topic/problems-with-icons-and-buttons-after-enfold-update/
    Again those shortcodes messed up which are in subfolders now ! hr, buttons, icons (table, numbers, portfolio …)

    Sophie
    Participant

    Hi there,

    currently I have some problems with icons, buttons and separators after update to latest version of Enfold. Icons, buttons and separators are broken (e.g. separators are gone lost or – with icons – are looking weird).

    In the private content box you will find the links to the websites: One is my actual website after restoring from latest backup, the second link is a subdomain I immediately set up after I found out that the update crashed my website.

    I already tried disabling all plug-ins and my custom CSS, but nothing changed. Can you please urgently help? Thank you in advance.

    Kind regards,
    Sophie

    how did you update Enfold from 4.2.4 to 4.2.6 ?
    that is only speculative now.
    i ask because all your troubles seems to concern to those alb elements which are now in a subfolder of config-templatebuilder/avia-shortcodes/

    so if you updated via ftp by overwriting files without erasing the whole enfold folder – there are than two f.e. buttons.php (icons, iconboxes, icon-lists etc.)
    maybe this generates a conflict.

    Hi Vinay,

    I don’t mean to be rude but have you even read what I’ve said?

    I didn’t mention about any http 500 error and some of the suggestions you are making for a live website is far from ideal.
    Lets run through these:

    1. Deactivate all plugins.

    This website has a full membership system, I can’t just do this on the live website. No plugins have changed either so it seems very unlikely this is the case.
    I will make a copy of the website today and attempt this as i’ve not yet.

    2. Update the PHP version being used by your hosting server to PHP 7 by getting in touch with your hosting company.

    It would of been helpful if i included this but the website is already on PHP 7, WordPress actually reccommends PHP 7.2 now:
    Looking at the problem I have, its extremely unlikely it will be this causing it, I have full control of the hosting (On a vps).

    Access your site with FTP or log in to your control panel and access the site via File Manager and perform the below steps:

    3. Replace the header.php file in wp-content/themes/enfold folder with an updated version of the header.php file.

    I am very suprised your asking me to do this, if Enfold has an issue with thier latest update, why isn’t it being released ?
    Its never really reccommended to edit parent theme files so really shouldn’t you be telling me to override it in the child theme?

    4. Access your WordPress site root folder and rename the current .htaccess file to .htaccess.bak. Login to WordPress admin area go to settings > permalinks > select “Post name” and save changes.

    This is really unhelpful in my case and well, for some users “post name” might be completely wrong and not what they have set already.
    If “post name” is not already set ( In my case its not) then selecting this will change the urls on the website.

    Just re-saving them is enough to re-generate the links and the .htaccess code WordPress adds.

    5. Define a higher memory limit in WordPress and if possible increasing the memory on the hosting server.

    Our limit is 4x what you specified and wouldn’t cause my issue.

    Now i’ve looked at this a bit more, I have actually found something else wrong with the website.
    I’ll go over them again:

    The first issue – updating to 4.2.6

    When I did this, I some features have dissapeered from the the Avia builder (Namely the icon box I saw).
    This broke the display of the website (as in the website loaded fine, specific elements on the page stopped working and instead showed the shortcode code), so I copied back a version of 4.2.4 (Via ftp) which is what it was before, the icon box in the editor returned, it was working on the front end.

    The secound issue/s – With 4.2.4

    After rolling back and checking this out again, i’ve found more problems.

    The first thing I see on this version is 6 content elements missing from the builder, this is comparing other Enfold websites (Running 4.2.6) we have vs to this one (Running 4.2.4)

    The next thing I notice is that the button on the promo element doesn’t work, I don’t know when this started.

    I hope this is clear with the issues I am having, once I have copied the website over to a new location i’ll let you know how the plugins test goes.
    If you need more information on the steps i’ve taken then please let me know.

    Thanks

    • This reply was modified 8 years ago by infosws. Reason: Easier to read
    #933572

    Update:
    YES, it works perfectly! I tried it out now and tested it – works!

    I always love being independent from plugins – you never know, how long they will be maintained in the future, especially a problem with translation plugins.

    MultilingualPress is based on the multisite function of WP – and since I already use a multisite, this was the perfect solution. The plugin itself is FREE (!), only the premium support is not free, but the free forum does it well, too.

    It works – even with ENFOLD’s AdvancedLayoutBuilder; the only thing you need to do is, turn on the debug mode of ALB (https://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/).

    Then when you edit a post or page, you simply copy the complete code from the debug area below the post/page and paste it in the editor area at the very bottom of the post/page, where the translation happens.

    And when you go to the English counterpart of your post/page, then the only thing you must do, is click on the “Advanced Layout Editor” button … and tatataaaa … you have all ALB elements also in your translation.

    And for the language switch, this shortcode from Ismael works perfectly:

    Hi,

    Thank you for using Enfold.

    Did you add the Product Purchase Element button in the product page? This thread may help.

    // https://kriesi.at/support/topic/avia-editor-product-purchase-button-crash-the-page-at-variable-products/#post-927017

    Best regards,
    Ismael

    #933372

    Hey Toud,

    Thank you for using Enfold.

    Did you try to rescan the links? I’m sorry but we are not sure what caused the issue. Please contact the W P M L team and ask them if the option can alter links inside a shortcode which is what a button is.

    Best regards,
    Ismael

    #933358

    Hi,

    Thank you for using Enfold.

    This is possible but you have override the mini-cart.php template in the child theme. Create a directory called woocommerce > cart in the child theme then copy the mini-cart.php file inside. Edit the file, look for this code around line 76.

    
    <p class="woocommerce-mini-cart__buttons buttons"><?php do_action( 'woocommerce_widget_shopping_cart_buttons' ); ?></p>
    
    

    Replace it with:

    
    <p class="woocommerce-mini-cart__buttons buttons"><?php echo '<a href="' . esc_url( wc_get_cart_url() ) . '" class="button wc-forward">' . esc_html__( 'Continue To Booking', 'woocommerce' ) . '</a>'; ?></p>
    
    

    You can find the original mini-cart.php file in the plugins > woocommerce > templates > cart folder.

    Best regards,
    Ismael

    #933315

    Hi,

    I’m not sure if that option is going to be included in the theme. Please feel free to request – or vote if already requested – such feature on Enfold feature request form. Temporarily, modify the button shortcode in the child theme and add an instruction or more info regarding pdf creation in the “Button Link?” option description.

      array(	
    							"name" 	=> __("Button Link?", 'avia_framework' ),
    							"desc" 	=> __("Where should your button link to?", 'avia_framework' ),
    							"id" 	=> "link",
    							"type" 	=> "linkpicker",
    							"fetchTMPL"	=> true,
    							"subtype" => array(	
    												__('Set Manually', 'avia_framework' ) =>'manually',
    												__('Single Entry', 'avia_framework' ) =>'single',
    												__('Taxonomy Overview Page',  'avia_framework' )=>'taxonomy',
    												),
    							"std" 	=> ""),
    

    Add the description in the “desc” parameter.

    // https://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/

    Best regards,
    Ismael

    emilylongbrake
    Participant

    I set up a development site with a fresh copy of Enfold, and for some reason the Fullwidth Easy Slider isn’t showing up at all (should be the top section) and all buttons on the main page aren’t formatted properly.
    I’ve tried: clearing my browser cache, deactivating all plugins, removing and rebuilding the slider and buttons, deleting and reinstalling Enfold 4.2.6 (twice), deleting and reinstalling the Enfold Child Theme (twice), and re-updating WordPress 4.9.4. The slider and buttons appear correctly in the page preview, but not in Chrome, Firefox or IE.
    Is there some reason these elements wouldn’t appear properly?

    #933247

    Topic: Icons have disappeared

    in forum Enfold
    wcs2
    Participant

    All my icons have disappeared from my site. This includes those in buttons as well as the search icon and the “go to top” icon at the bottom of the page. I’m on WP 4.9.4 and Enfold 4.2.6.
    An example of a page where every icon has been replaced by a placeholder is: http://oxford-biochron.com/ad-fraud-analytics/
    Thanks for any insight you can provide.

    #933006
    Toud
    Participant

    Hello Enfold,

    i saw you’ve made some adjustments in order to solve some compatibility issues between enfold and WPML.
    There is a big problem with – Translate Link Targets function. It broke many of our links. It automatically changed the button from english/french back to romanian. https://toud.eu/services/

    Toud

    #932933
    jordipsierra
    Participant

    I want to change the direction of the “return to the shop” button on woocommerce.
    I have seen the php code on the internet and it says that it has to be put inside the file functions.php of the topic.
    But I put it and it does not work.
    Do you know if in this case it has to be put inside functions.php or functions-enfold.php?
    Or I would like to change the predefined shop page to another one called “plans”, but since the enford theme is not compatible with woocommerce it takes away all the personalization that I have done to the “plans” page.
    I have seen that there is a code to put in functions.php to be compatible, the question is the same, should we put it in functions.php or in functions-enfold.php?

    Thanks in advance

    #932913

    Hi,

    As I understand you like to have 2 menus in the header area, one on the right side of the logo and one below the logo correct?

    To achieve this header layout please perform the below steps:

    1. Select “Logo left, Menu right” from Enfold > Header > Menu and Logo position

    2. Enable header widget area so we can place a menu here using the shortcode later. NOTE: Just paste the php function in functions.php to enable the header widget and please Do NOT copy the CSS code as our alignment is different.

    3. Enable debug mode which will allow you to copy the menu shortcode.

    4. Go to Appearance > Menu and create the menu you like to display and click “SAVE”.

    5. On a blank page drop the “Fullwidth menu” element ( UNCHECK STICKY SUBMENU ) and select an existing menu from the dropdown list. Once you are happy with the menu you will see the shortcode below.

    Example fullwidth menu shortcode:

    [av_submenu which_menu='' menu='27' position='center' color='main_color' sticky='aviaTBsticky' mobile='disabled' custom_class='']
    [av_submenu_item title='Menu Item 1' link='' linktarget='no' button_style='']
    [av_submenu_item title='Menu Item 2' link='' linktarget='no' button_style='']
    [/av_submenu]

    6. Drop a “Text Widget” inside the “header” widget area we created earlier and paste the menu shortcode in the text view as shown below.

    7. Add the below CSS to your site

    
    /* Background color for submenu */
    #top #header .av-submenu-container { 
        background-color: #37a8e0 ;
    }
    
    
    /* Background color for menu items */
    #top #header .av-submenu-container a {
        background-color: gold;
    }
    
    /* Submenu item link color */
    #top #header .av-subnav-menu li a {
        background-color: transparent;
        color: #333;
    }
    
    /* Background color for header when scrolled */
    #top #header_main  {
        background-color: rgba(560, 54, 94, .5);
    }
    
    /* Show fullwidth submenu below the menu overlay */
    .responsive #top #header .av-submenu-container {
        z-index: -1!important;
    }
    @media only screen and (max-width: 767px) {
    .responsive #top #header .av-submenu-container {
        z-index: -1!important;
    }}

    The “Fullwidth submenu” element will appear below the logo in the header area.

    Best regards,
    Vinay

    • This reply was modified 8 years ago by Vinay.
    #932654

    In reply to: Text box height

    Hey GFMutiny,
    Instead for using 5 columns each containing a image, text, and button. Try creating 5 columns in a row for your images, then columns in a row for your text, and 5 more columns in a row for your buttons. Then in the settings for the first column in each row choose “Equal Height”
    Here is a screenshot of the editor:
    2018-03-25_112513
    Each row of columns will be equal height and responsive, here is a screenshot of the front end:
    2018-03-25_113609
    I found that there is no added top and bottom margin or padding for each column so the elements look natural.

    For mobile devices I created 5 more columns below, each with images, text, and buttons and I added a Custom Class “eh-mobile” to hide these columns in desktop view, where the other columns have a custom class “eh-desk” to hide from mobile view.
    2018-03-25_115915
    Here is the css to hide the elements at the brake points:

    @media only screen and (max-width: 766px) {
    .eh-desk {
    display:none !important; 
    }
    }
    @media only screen and (min-width: 767px) {
    .eh-mobile {
    display:none !important; 
    }
    }
    

    If you would like to test the page I created for this example, you can download it here: equal height column test debug code.txt
    and add the code to your site by Enabling the Avia Layout Builder Debug

    Best regards,
    Mike

    #932579

    Hey npmcgrew,

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

    .avia-button.avia-color-grey, .avia-button.avia-color-grey {
    			color:#faf400!important; 
    			border: 1px solid #faf400!important;			
     }
    

    If you still have an issue please provide login access to your site so we can check it closely.

    Best regards,
    Vinay

    #932553

    Hi,

    I did notice the duplicate image you mentioned, for example, the green image is displayed twice when you click the load more button.

    Please check if the image is added to multiple categories?

    If not please access “wp-content/themes” folder via FTP and delete the enfold folder and upload a fresh copy of the theme files (Do not rename the enfold folder and upload new copy).

    Once this is done everything should work fine for you.

    Best regards,
    Vinay

    #932524

    Hi! I did as you recommended and the website appeared again but many things are broken:
    – the colour of the buttons
    – the colour of the separators and the alignment is not centered anymore
    – the icon lists are not shown properly anymore
    – below the footer of the website, there is a note:
    Notice: Use of undefined constant ICL_LANGUAGE_NAME_EN – assumed ‘ICL_LANGUAGE_NAME_EN’ in /var/www/vhosts/phamosa.de/web2017.phamosa.de/wp-content/themes/enfold/framework/php/class-framework-widgets.php on line 73

    This is not the only website I’m having problems with! Same issues with two other domains.

    Please help urgently, most of the websites are already “online” (not on subdomain).
    Shall I downgrade to an earlier version?

    Thanks

    #932516

    Hi,

    The easiest way to change the footer link is to add HTML links or custom text can be added in the copyright field as shown below. If you like to display a button here a button shortcode can also be added in place of Html tag.

    Copyright – MyService

    The second issue in the footer is related to social icons.

    Please check Enfold > Social profiles

    Best regards,
    Vinay

    • This reply was modified 8 years ago by Vinay.
    #932367

    Hi,
    The avia-merged-styles js and css files are only genererated when you save the theme option page for the first time, regardless of any changes.
    Even though you are using a child theme, please go to Enfold Theme Options and click the button at the top “Save all changes” If it doesn’t become active for you go to Enfold Theme Options > General Styling > Quick CSS field and place a space and then back space to remove it, this will activate the button.

    Best regards,
    Mike

    #932144
    mcraig77
    Participant

    Ahoy,

    The buttons in my page builder don’t seem to be working. I assign the buttons to be center but they show on the front end as left justified. Please advise. I recently updated from version 3.3.2 to the newest version of enfold and encountered several issues. including https://kriesi.at/support/topic/contact-form-reloads-page-after-clicking-send/

    The issue is with the red email us button.

    Please advise

    #931994

    Topic: Morphing modal overlay

    in forum Enfold
    MuziekGeluk
    Participant

    Hi

    Does anybody knows how to make a “read more button” with Morphing modal overlay ?

    It’s an Combination of jQuery, CSS transitions to spice up the way modal window opens see https://fancyapps.com/fancybox/3
    Does Morphing modal overlay works with theme Enfold?

    I’am looking for a way to make “read more” more attractive.
    Tips & suggetions are welcome :)

    Big Thanks in advance

    Ignar

    #931943
    brianwelsh
    Participant

    Hi,

    I have a 2/5 Column and I need to add a couple of 1/5 nested columns inside it side-by-side so I can add an image and a button underneath in each nested column.

    Seems simple but I cannot see a nested column element? Is this even possible with Enfold?

    Thanks
    Brian

    #931542

    Hey,

    I’m trying to add some images on my sort option title, I add this ccs code on my (style.css) but when I change the url it’s still the same picture of ENFOLD logo, could you help me please?

    }
    #top .inner_sort_button {
        display: none;
    
    }
    #top .identite-visuelle_sort_button:before{
        content: url(https://rpcreativefactory.fr/wp-content/uploads/2018/03/Sort-option-branding.png);
    
    }
    #top .illustration_sort_button:before{
        content: url(https://rpcreativefactory.fr/wp-content/uploads/2018/03/Sort-option-ilustration.png);
    }
    
    #top .impression_sort_button:before{
        content: url(https://rpcreativefactory.fr/wp-content/uploads/2018/03/Sort-option-print.png);
    }
    
    #top .modelisation-3d_sort_button:before{
        content: url(https://rpcreativefactory.fr/wp-content/uploads/2018/03/Sort-option-web-design.png);
    }
    
    #top .web-design_sort_button:before{
        content: url(https://rpcreativefactory.fr/wp-content/uploads/2018/03/Sort-option-3D.png);
    	
    }

    it’s on the PORTFOLIO section : http://rpcreativefactory.fr

    Thank you!

    #931303
    saschapi
    Participant

    Hi guys,

    I often have customers complain how “hard” it is to offer a download (PDF, ZIP or similar). While it is easy to get editors to understand how to use the page builder and do all their stuff, adding a PDF Link to a button or behind an image is incredibly hard.

    Therefore I would appreciate it, if the standard link dialog in the page builder had a “media Library” function where it would open the media library and you could select a file that is than used as the link. (e.g. fill in the manual link).

    Is anythink planned like this? Or did anybody achieve something like it already?
    If not: Is there a hook to get into this area? I would be happy to try to develope somthing here. But I do not want to touch enfold’s core files for obvious reasons ;)

    Thanks for the input Sascha

Viewing 30 results - 4,921 through 4,950 (of 11,211 total)