Viewing 30 results - 210,481 through 210,510 (of 244,586 total)
  • Author
    Search Results
  • #333704
    This reply has been marked as private.
    #333701

    Hey DROR!

    Thank you for using Enfold.

    Can you give us a link to the actual page where you’re testing this? I can’t seem to reproduce the issue on my end. Custom colors and custom size, both for Heading and subheading is working fine.

    Best regards,
    Ismael

    #333683

    Hey Fabio!

    Thank you for using Enfold.

    I’m sorry but you can’t import a single demo page. Please switch the advance layout builder to debug mode. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    Refer to this link for more info: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    This is the About Us page shortcode: http://pastebin.com/gg2F5e18

    Regards,
    Ismael

    #333676

    Part of the problem is that there is no way to add a class or ID to the <a> tag when you specify the URL for the image (from the LINK tab).

    My web developer was able to track down where to add the ID by digging through the source files of the LayerSlider.

    This is where we found it
    themes\enfold\config-layerslider\LayerSlider\includes\slider_markup_html.php

    				// HTML attributes
    				$level = isset($layer['props']['level']) ? $layer['props']['level'] : '';
    				$el->addClass('ls-l'.$level);
    				if(!empty($layer['props']['id'])) { $inner->attr('id', $layer['props']['id']); }
    				if(!empty($layer['props']['class'])) { $inner->addClass($layer['props']['class']); }
    				if(!empty($layer['props']['url'])) {
    					if(!empty($layer['props']['rel'])) {
    						$el->attr('rel', $layer['props']['rel']); }
    					if(!empty($layer['props']['title'])) {
    						$el->attr('title', $layer['props']['title']); }
    				} else {
    					if(!empty($layer['props']['title'])) {
    						$inner->attr('title', $layer['props']['title']); }
    				}

    And this is what we’ve had to change

    				// HTML attributes
    				$level = isset($layer['props']['level']) ? $layer['props']['level'] : '';
    				if($layer['props']['id'] == 'wistia'){
    					$el->addClass('ls-l fancybox-iframe'.$level);
    				} else {
    					$el->addClass('ls-l'.$level);
    				}
    				if(!empty($layer['props']['id'])) { $inner->attr('id', $layer['props']['id']); }

    Is there another way to do this other than modifying the source code, so that when we update the theme it doesn’t break it?

    • This reply was modified 11 years, 6 months ago by Perenso.

    Hey!

    Use this plugin to alter the products order.

    Regarding the product list sorting, feel free to request it here as a new feature.

    Cheers!
    Josue

    #333668

    Hey Dominik!

    Thank you for using Enfold.

    I translated the inquiry using google translate but its still a bit unclear to me so I’ll ask Dude and Andy to take a look. If you can translate the question to english, that would be great. Thanks.

    Cheers!
    Ismael

    #333666

    Hey Jean!

    Have you tried using the Enfold built-in form? you can set a redirection there – http://screencast.com/t/IKDrQlqItT8C

    Cheers!
    Josue

    #333665

    Hi silviouk!

    Thank you for using Enfold.

    Please post the link to the actual page. We would like to check it. For the meantime try to go to Appearance > Widgets, remove the Categories widget. See if that changes anything.

    Cheers!
    Ismael

    Hey erussell!

    Thank you for using Enfold.

    Do you mind if we take a look at the actual page? Do you want to separate the prev and next button? A screenshot of what you’re trying to do will help.

    Best regards,
    Ismael

    #333659

    Hey BrianBookwalter!

    Thank you for using Enfold.

    Please use the do_shortcode function. Refer to this link: http://codex.wordpress.org/Function_Reference/do_shortcode

    Best regards,
    Ismael

    #333649

    Hey marienoisette!

    Thank you for using Enfold.

    I’m sorry but you lost me on the “one column” part. Yes, it is possible to use the Fullwidth Submenu as anchor menu. Add it on the page where you want to create a single page navigation. Insert Color Sections to correspond with the anchor menus that you added on Fullwidth Submenu. Please review the single page navigation documentation.

    Cheers!
    Ismael

    #333648

    Hi, Yigit:

    Much thanks for your help.
    I think it is because I modified some CSS files then it is changed a lot in layout. I am modifying them one by one and now the blog page returns to normal.
    I will ask for your help once I got any problem I could not solve.
    Enfold is a very wonderful theme, it has many function and very flexible to use, also with an amazing team support.Thanks again.

    Enffie

    #333643

    In reply to: Change button height

    Hi Kristofer!

    Thank you for using Enfold.

    If you want the button with two lines, you can try this:

    .avia-button.avia-size-medium {
    min-width: 90px;
    max-width: 90px;
    }

    Cheers!
    Ismael

    #333637

    Hey profil77!

    Thank you for using Enfold.

    Please post the link to the actual page here. The id you gave is the response id so we won’t be able to locate it.

    Best regards,
    Ismael

    #333634

    In reply to: Jumpy slider

    Hi kasperschjoenning!

    Thank you for using Enfold.

    I’m sorry but it looks fine when I test it. Try dragging the scrollbar when scrolling instead of using the mouse wheel. The parallax effect will look smoother. If possible, please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Ismael

    #333625

    In reply to: Mega Menu bug

    Hi!

    Thank you for using Enfold.

    Please toggle any settings on Enfold options panel then save changes. See if that fix the mega menu alignment issue. If that didn’t work, add this on Quick CSS or custom.css:

    .avia_mega_div.avia_mega4.twelve.units {
    left: -500px !important;
    }

    This is a temporary fix. I’ll ask Kriesi to take a look.

    Cheers!
    Ismael

    #333624

    Hi chinmaytam!

    Thank you for using Enfold.

    Please try to toggle the settings on Enfold > General Layout > Dimensions Panel. Save changes. A lot of users reported layout issues and resetting the theme options by simply clicking save fix it for them. If the issue persist, let us know. Anyway, I checked the cart and it is showing fine.

    Regards,
    Ismael

    Hi MDPC!

    Thank you for using Enfold.

    Did you replace the config-wpml folder with the old files that Kriesi modified to fix the issue? I’ll ask him to take a look again.

    Regards,
    Ismael

    #333622

    Hey!


    @designactual
    : I’ll ask Yigit about that.


    @Khaled_288
    : The theme needs to be updated every now and then to keep up with WordPress. Yes, the “functionality” will not work if you upgrade WordPress and leave the old version of the theme. That’s why you need to update the theme every time a patch is available. I’m sorry but you’re using a VERY old version of the theme and a lot has change since then. The only thing you can do to keep up with WordPress 4.0 is to update Enfold to 3.0.1. A lot of elements might break so you need to reconfigure the options or create them from scratch. If you don’t want to do that, you can downgrade WordPress to an older version to keep it as it was. If the advance layout builder is not working, deactivate the plugins then test it on another browser or computer.

    Please update the theme to 3.0.1 then post the login details here. We would like to check it. We won’t be able to help with the modification changes but we’ll try to fix the advance layout builder.

    Regards,
    Ismael

    #333617

    In reply to: meta tags-Enfold

    Hey ElementArt!

    Thank you for using Enfold.

    You can find them on header.php file.

    Cheers!
    Ismael

    #333616

    Hey bartvandenbelt!

    Thank you for using Enfold.

    I’m sorry but can you please give us a link to the circle image? Are you referring to the testimonials section? Please try this:

    .avia-testimonial-image:before {
        content: " ";
        width: 0; height: 0;
        border-bottom: 30px solid #6C6;
        border-left: 52px solid transparent;
        border-right: 52px solid transparent;
        position: absolute;
        top: -30px;
    }
    
    .avia-testimonial-image {
        margin-top: 30px;
        width: 104px;
        height: 60px;
        background-color: #6C6;
        position: relative;
    }
    
    .avia-testimonial-image:after {
        content: "";
        width: 0;
        position: absolute;
        bottom: -30px;
        border-top: 30px solid #6C6;
        border-left: 52px solid transparent;
        border-right: 52px solid transparent;
    }
    
    .avia-testimonial-image {
    overflow: visible;
    border-radius: 0;
    }

    Best regards,
    Ismael

    Parse error: syntax error, unexpected ‘&’, expecting ‘]’ in /wp-content/themes/enfold/functions-enfold.php on line 796

    Hi!

    Thank you for using Enfold.

    The theme doesn’t override any of the button’s styling. Revo slider itself change the button styling. As you can see in this code, there are inline styling that overrides .buttontest styling. Try adding !important value on the button’s css properties.

    <div class="tp-caption tp-fade tp-resizeme start" data-x="100" data-y="100" data-speed="300" data-start="500" data-easing="Power3.easeInOut" data-splitin="none" data-splitout="none" data-elementdelay="0.1" data-endelementdelay="0.1" data-endspeed="300" style="z-index: 2; white-space: nowrap; -webkit-transition: all 0s ease 0s; transition: all 0s ease 0s; min-height: 0px; min-width: 0px; line-height: 21px; border-width: 0px; margin: 0px; padding: 0px; letter-spacing: 0px; font-size: 13px; left: 411.5px; top: 100px; visibility: visible; opacity: 1; transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.0025, 0, 0, 0, 1);"><a href="#" class="buttontest" style="-webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; min-height: 0px; min-width: 0px; line-height: 50px; border-width: 5px; margin: 0px; padding: 0px; letter-spacing: 0px; font-size: 20px; max-width: 100px;">Buttontest</a>
    		</div>

    Best regards,
    Ismael

    #333604

    Hi OlivierCharlot!

    Thank you for using Enfold.

    I’m sorry but we don’t provide support for third party plugins as stated on our support policy. Anyway, there’s another SEO plugin that is compatible with Enfold. Please try this: https://wordpress.org/plugins/wordpress-seo/

    Best regards,
    Ismael

    #333603

    Hi wpstarter!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .iconbox_top .iconbox_content {
    margin-bottom: 10px;
    }
    }

    Best regards,
    Ismael

    #333597
    climateearth
    Participant

    There’s something really funky about my Enfold.

    Sometimes, Advanced Layout Editor won’t load fully
    Sometimes the editor opens, but the content section under the different layout options keeps loading and loading until infinity. This situation sometimes gets fixed by choosing another tab in the editor and hitting enter in the address bar, making it redload the page.

    Most of the time, Advanced Layout Editor won’t load at all
    This is the situation I’m in currently. I can’t get it to load at all. Clicking on the button “Advanced Layout Editor”, shifts the page down a little, but nothing else happens.

    Shortcodes menu opens but doesn’t work
    But in the window that opens, where I can enter content to a Toggle Accordion, for example, clicking on each element to edit text, doesn’t do anything. I can drag & drop the order, I can use the dropdowns that say “Align icons left or right”, but the Save or editing don’t work.

    This affects other Wordpres buttons, too, like the Add Media button. It only adds # to the address bar. But doesn’t load.

    What I’ve tried already:

    • WordPress is up to date, WordPress 4.0, was installed with a 1-click install
    • Enfold is up to date
    • I’ve emptied and re-emptied my caches, and even rebooted my computer a few times, and ran CleanMyMac
    • I’ve tried with Chrome Version 38.0.2125.101 and also Firefox, Safari (both in newest versions)
    • I’ve installed updates to OSX Mavericks
    • I’ve tried this on another computer with older versions of OSX and web browsers
    • I’ve asked the support from the web host, they did something to help increase WordPress processing speed
    • I’ve tried fiddling with the address of the page, taking the # or “avia” or “editor” to somehow force it to load the editor differently
    • It just does not work at all now.
      Before, it was spotty, most pages would take 4-5 tries to get it to load up the editor.
      Now it won’t do it at all. None of the buttons respond to clicking on them, nor does it even load or spin after clicking on it.

      I have some addons in my Chrome, but since the problem persists in all browser, don’t think that’s the issue.
      Only other apps I’ve got running are Creative Cloud, Arq (backup software), Dropbox, Hangouts, and while not an app, I do have a Wacom tablet driver also running. But that’s it. And the browser.

      This is for a client. Their old site is at the root.
      This is the new site I’m working on: climateearth.com/home/

    #333596

    In reply to: Blog Comments

    Is there an alternate way to do this in Enfold 3.0 settings or custom css without editing the php file?

    #333586

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-menu.av_menu_icon_beside {
    border: none!important;
    }

    Regards,
    Yigit

    #333577

    Hi silviouk!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .error404 .sidebar {
    display: none!important;
    }
    .error404 .content {
    width: 100%!important;
    border: none!important;
    }

    Cheers!
    Yigit

    #333576

    Hi Calcite!

    You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
    You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.

    Regards,
    Yigit

Viewing 30 results - 210,481 through 210,510 (of 244,586 total)