Viewing 30 results - 211,891 through 211,920 (of 244,545 total)
  • Author
    Search Results
  • #326335

    In reply to: Move slider to header

    In that case you’d need to purchase LayerSlider as a standalone plugin so it allows you to use its shortcodes anywhere, either that or use an Enfold built-in slider (Easy Slider, Fullwidth Slider, etc).

    The procedure would be the same:

    function custom_func() {
    	echo do_shortcode('[PUT SLIDER SHORTCODE HERE]');
    }
    add_action('ava_after_main_menu', 'custom_func');

    Best regards,
    Josue

    #326334

    Hi!

    Thank you for the info.

    1.) Please post the login details to We would like to test the testimonial shortcode. Have you tried recreating the testimonials? As I said, the update might break some of the elements so you need to reconfigure it.

    2.) Choose a thumbnail on the Gallery Big Preview Image Size.

    3.) The Portfolio Grid is now set to full width by default. Place it inside a 1/1 column to make it look like exactly as before.

    4.) We would like to check this. Please give us a temporary login details on the test site. **removed upon request**

    5.) The latest update is using a different lightbox. The old lightbox “prettyPhoto” is a bit outdated. We replaced it with MagnificPopup. If you still want to use prettyPhoto, deactivate MFP on Enfold > Theme Options > Lightbox Modal Window. Install prettyPhoto as a stand alone plugin.

    Regards,
    Ismael

    • This reply was modified 11 years, 6 months ago by Yigit.
    #326333
    FoxWebsites
    Participant

    Hello

    I’m testing WP4 and Enfold 2.9.2 against an existing site running older versions of both. We’re getting a JavaScript error on displaying a tooltip (caption) in a photo gallery. The problem is in the display_tooltip function of AviaTooltip:

    text = element.data(this.options.data).trim(),

    Uncaught TypeError: undefined is not a function avia.js?ver=2:1419
    $.AviaTooltip.display_tooltip avia.js?ver=2:1419
    m.isFunction.e

    We’ve experienced this elsewhere – we have created a tooltip using your JS:

    new $.AviaTooltip({"class": 'avia-siteswitch-tooltip',data: 'avia-siteswitch-tooltip', event:'click', position:'bottom', scope: "body", attach:'element'});

    Which broke with the same error on upgrade. We had to change the structure of the markup declared in the data attribute data-avia-siteswitch-tooltip to make it work – but we couldn’t work out what had changed, we were kinda fixing in the dark.

    Can you help? Be great to know what to do in both cases and also let us know if this is a bug, or whether we can’t rely on your UI classes to change going forward.

    Thanks

    #326329

    Hey!

    I tested the accordion slider on a test page and it works fine. I was able to edit the element without any problem. http://novabook.us/novabookblog/test-accordion/

    Looks like you added a lot of themes before Enfold. Deleting those items that you don’t use will not hurt.

    Cheers!
    Ismael

    #326326

    Hi annameis!

    Thank you for using Enfold.

    Please post the actual url of the thread or topic. A screenshot of what you’re trying to do will help.

    Regards,
    Ismael

    #326325

    Hey Gurify!

    Thank you for using Enfold.

    Did you set the slider to Responsive on Slider Settings? Make sure that you fill in the Full-width slider settings. Default value is 1140.

    Regards,
    Ismael

    #326323

    Hey rira!

    Thank you for using Enfold.

    You can use this on Quick CSS or custom.css:

    #top .alternate_color.title_container .main-title a {
    color: red;
    }

    If that doesn’t work, use this:

    #top .main_color.title_container .main-title a {
    color: red;
    }

    Best regards,
    Ismael

    Hi!

    Thank you for using Enfold.

    Are you using the Image element when adding the images? You can add google analytics tracking code on an onclick attribute. First, you need to add a unique selector to the image element. Refer to this link for more info:
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Use “ga-track” for example. Add this on functions.php to apply the onclick attribute on the link:

    function add_custom_script(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(".ga-track a").attr("onclick","_gaq.push(['_trackEvent', 'Videos', 'Play', 'Baby\'s First Birthday']");
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    Modify the tracking event code: https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide#SettingUpEventTracking

    Best regards,
    Ismael

    #326321

    Hi!

    Where is the actual contact form? I checked the page http://www.whitestagweddings.com/contact/ but I don’t see any contact form. Make sure that you use your own tracking code and the correct tracking id. Please refer to these links for more info:

    http://kriesi.at/documentation/enfold/add-onclick-event-to-the-contact-form-submit-button/
    https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide#SettingUpEventTracking

    Cheers!
    Ismael

    #326316
    marcellettim
    Participant

    Hello – on mobile devices, or when you minimize the browser window to the size of a mobile device, there is dead-space below the slider. I do not have this issue on any other sites that are running Enfold. Can you help?

    #326311

    In reply to: Share this entry

    Hi Mkieling!

    Thank you for using Enfold.

    What do you mean by “share the language of this sentence”? Do you want to change it?

    Regards,
    Ismael

    #326309

    Hey oneandonlyeric!

    Thank you for using Enfold.

    1.) You can use this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    #footer div .av_one_fourth.first {
    display: none;
    }
    }

    2.) Do you mind providing a screenshot of what you’re trying to do? You can try the layer slider.

    Best regards,
    Ismael

    #326308

    Hi bakbek!

    Thank you for using Enfold.

    You can try freelancer.com or odesk.com for that. Or visit Envato Studio and Werkpress for theme or layer slider customization.

    Cheers!
    Ismael

    #326306

    Hi bakbek!

    Thank you for using Enfold.

    You can increase the logo height on header shrink with this:

    .header-scrolled .logo, .header-scrolled .logo a, .header-scrolled .logo a img {
    max-height: 70px !important;
    top: -5px;
    }

    Best regards,
    Ismael

    #326305

    Hi avivitgolanschutz!

    Thank you for using Enfold.

    I’m sorry but we don’t provide support for third party plugins as stated on our support policy. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.

    Cheers!
    Ismael

    #326304

    Hey stjosephs!

    Thank you for using Enfold.

    You can generate the shortcode using the shortcode wand on a post or page. Copy the shortcode and place it as Menu Label on Appearance > Menus.

    Regards,
    Ismael

    #326303

    In reply to: Query : Footer Layout

    Hi curmi01!

    Thank you using Enfold.

    Please set the menu as Enfold Footer Menu on Appearance > Menus panel.

    Best regards,
    Ismael

    #326302

    In reply to: Portfolio Post 404

    Hey surfaholic!

    Thank you for using Enfold.

    Please try to flush the permalink settings. Go to Settings > Permalink then click the Save button once.

    Cheers!
    Ismael

    #326299

    Hey bakbek!

    Thank you for using Enfold.

    Please use this on functions.php:

    add_action('after_setup_theme','avia_remove_main_menu_flags');
    function avia_remove_main_menu_flags(){
            remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
    }

    Regards,
    Ismael

    #326291

    Hey Vinícius!

    Thank you for using Enfold.

    Please try to use Contact Form 7. See if the email goes through. If not, switch to default WordPress themes then test the CF7 form again.

    Best regards,
    Ismael

    #326284

    Hey @bjacoby!

    You have Enfold 2.9, please update the theme to the latest version (2.9.2).

    Best regards,
    Josue

    #326275

    In reply to: Layout Problem

    Hi!

    This is a somewhat complex task but it is possible to do it with Enfold, i’ll help you get started; basically you’d need to edit the css/grid.css file in order to remove the default spacing columns have.

    You can do this by editing the css/grid.css manually or editing the LESS file (css/grid.less) and recompiling it, you can use this website for that, try changing the @flexGutter value in line 347.

    Cheers!
    Josue

    #326263

    In reply to: Enfold Showcase

    I just rebuilt our student ministry website with Enfold… I’m very excited about how it turned out!
    Thanks for such a great theme!
    http://www.Renov8.org

    codemode
    Participant

    Hi, the chart (table) at the top of my cart page with the product, quantity, price, total etc somehow stretches far off to the right cutting off the “proceed to checkout” and “update cart” buttons — you have to expand the browser window all the way to the right to see them. It is not responsive to screen sizes and therefore you can’t check out on smaller screen sizes.

    All other woo commerce pages and tables are formatted correctly within my site’s max width with the exception of the table atop the cart page.

    I tried containing the [woocommerce_cart] short code on the cart page within the avia layout editor and that doesn’t seem to do anything.

    i’m running WP 4.0 with the latest enfold theme 2.9.2 and latest woo commerce 2.2.4.

    saw this thread: https://wordpress.org/support/topic/woocommerce-checkout-not-mobile-responsive

    Seems to work ok with the default WP 2014 theme, but not with enfold theme.

    any ideas?

    UPDATE: I used the code below to force the cart tables to become responsive, however, the tables still do not respond on mobile phone portrait. If the user does not change to landscape, they have no way of checking out.

    /* START Make the cart table responsive */
    /* http://css-tricks.com/responsive-data-tables/ */
    
    @media screen and (max-width: 640px) {
    
    /* Force table to not be like tables anymore */
    .woocommerce-page table.shop_table, 
    .woocommerce-page table.shop_table thead, 
    .woocommerce-page table.shop_table tbody, 
    .woocommerce-page table.shop_table th, 
    .woocommerce-page table.shop_table td, 
    .woocommerce-page table.shop_table tr { 
    	display: block; 
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    .woocommerce-page table.shop_table thead tr { 
    	position: absolute;
    	top: -9999px;
    	left: -9999px;
    }
    
    .woocommerce-page table.shop_table tr { 
    	/*border: 1px solid #d2d3d3; */
    }
    
    .woocommerce-page table.shop_table td { 
    	/* Behave  like a "row" */
    	border: 1px solid #d2d3d3; 
    	position: relative;
    	padding-left: 30% !important; 
    }
    
    .woocommerce-page table.shop_table {
    	border: none;
            max-width:1030px!important;
    }
    
    .woocommerce-page table.shop_table td.product-spacer {
    	border-color: #FFF;
    	height: 10px;
    }
    
    .woocommerce-page table.shop_table td:before { 
    	/* Now like a table header */
    	position: absolute;
    	/* Top/left values mimic padding */
    	top: 6px;
    	left: 6px;
    	width: 45%; 
    	padding-right: 10px; 
    	white-space: nowrap;
    }
    
    /*
    Label the data
    */
    .woocommerce-page table.shop_table td.product-remove:before {
    	content: "DELETE";
    }
    
    .woocommerce-page table.shop_table td.product-thumbnail:before {
    	content: "IMAGE";
    }
    
    .woocommerce-page table.shop_table td.product-name:before {
    	content: "PRODUCT";
    }
    
    .woocommerce-page table.shop_table td.product-price:before {
    	content: "PRICE";
    }
    
    .woocommerce-page table.shop_table td.product-quantity:before {
    	content: "QUANTITY";
    }
    
    .woocommerce-page table.shop_table td.product-subtotal:before {
    	content: "SUBTOTAL";
    }
    
    .woocommerce-page table.shop_table td.product-total:before {
    	content: "TOTAL";
    }
    
    .woocommerce .quantity, 
    .woocommerce #content .quantity, 
    .woocommerce-page .quantity, 
    .woocommerce-page #content .quantity {
    	margin: 0;
    }
    
    .woocommerce-page table.cart td.actions, 
    .woocommerce-page #content table.cart td.actions {
    	text-align: left;
    	border:0;
    	padding-left: 6px !important;
    }
    
    .woocommerce-page table.cart td.actions .button.alt, 
    .woocommerce-page #content table.cart td.actions .button.alt {
    	float: left;
    	margin-top: 10px;
    }
    
    .woocommerce-page table.cart td.actions div, 
    .woocommerce-page #content table.cart td.actions div,
    .woocommerce-page table.cart td.actions input, 
    .woocommerce-page #content table.cart td.actions input {
    	margin-bottom: 10px;
           width: 100%;
    }
    
    .woocommerce-page .cart-collaterals .cart_totals {
    	float: left;
    	width: 100%;
    	text-align: left;
    }
    
    .woocommerce-page .cart-collaterals .cart_totals th, 
    .woocommerce-page .cart-collaterals .cart_totals td {
    	border:0 !important;
    }
    
    .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
    .woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
    .woocommerce-page .cart-collaterals .cart_totals table tr.total td {
    	padding-left: 6px !important;
    }
    
    .woocommerce-page table.shop_table tr.cart-subtotal td,
    .woocommerce-page table.shop_table tr.shipping td,
    .woocommerce-page table.shop_table tr.total td,
    .woocommerce-page table.shop_table.order_details tfoot th,
    .woocommerce-page table.shop_table.order_details tfoot td {
    	padding-left: 6px !important;
    	border:0 !important;
    }
    
    .woocommerce-page table.shop_table tbody {
    	padding-top: 10px;
    }
    
    .woocommerce .col2-set .col-1, 
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, 
    .woocommerce-page .col2-set .col-2,
    .woocommerce form .form-row-first, 
    .woocommerce form .form-row-last, 
    .woocommerce-page form .form-row-first, 
    .woocommerce-page form .form-row-last {
    	float: none;
    	width: 100%;
    }
    
    .woocommerce .order_details ul, 
    .woocommerce-page .order_details ul,
    .woocommerce .order_details, 
    .woocommerce-page .order_details {
    	padding:0;
    }
    
    .woocommerce .order_details li, 
    .woocommerce-page .order_details li {
    	clear: left;
    	margin-bottom: 10px;
    	border:0;
    }
    
    }
    
    /* END Make the cart table responsive */
    
    • This topic was modified 11 years, 6 months ago by codemode.
    #326242
    gb
    Participant

    Hi,

    I am using the layout builder to get the home page that I want and it really is a great builder!

    I noticed that with the sample homepages for Enfold, the space between lines and different content is shorter.

    Meaning the space between my advanced layer slider, separator, post slider, etc has a bigger gap than the theme samples.

    How do I adjust, minimize the space between each of these things to be the same spacing as the Enfold homepage samples?

    Thanks,

    GB

    #326241

    Topic: Remove Scroll to Top

    in forum Enfold
    randallpacker
    Participant

    I have tried the CSS styling to remove the scroll to top icon, found in this forum, but nothing works. Do you need an updated script to work in the current version of Enfold?

    #326228

    Topic: Enfold 3

    in forum Enfold
    mirzepapa
    Participant

    i was wondering about the release date of enfold 3.0, so curious about the huge release :-)

    Cheers, Sebastian

    #326217
    macatokio
    Participant

    Hi, a quick question:

    Using 2.9.2, I am not able to remove this from header.php, I mean: even being commented out, this stuff seems duplicated. Am I doing something wrong or a bug ?

    Commented out in header.php

    <!-- add feeds, pingback and stuff
    <link rel="profile" href="http://gmpg.org/xfn/11" />
    <link rel="alternate" type="application/rss+xml" title="MyBlog Blog RSS2 Feed" href="http://subdomain.myblog.com/feed/" />
    <link rel="pingback" href="http:///subdomain.myblog.com/xmlrpc.php" />  -->
    

    This still appears in headers, just before html5shiv:

    <link rel='canonical' href='http://subdomain.myblog.com/12/' />
    <link rel="profile" href="http://gmpg.org/xfn/11" />
    <link rel="alternate" type="application/rss+xml" title="MyBlog Blog RSS2 Feed" href="http:///subdomain.myblog.com/feed/" />
    <link rel="pingback" href="http:///subdomain.myblog.com/xmlrpc.php" />
    <!--[if lt IE 9]><script src="http:///subdomain.myblog.com/wp-content/themes/enfold/js/html5shiv.js"></script><![endif]-->

    Thank you

    Cheers!

    #326214
    msonerg
    Participant

    Hello, i can’t edit enfold theme. I updated wordpress and unfold but when i click to edit page, always loading but i can’t see edit options.

    #326213
    dperezr
    Participant

    Hello,

    I recently deleted my wordpress site and decided to make a new one since the last one was my testing site and had so many stuff that were useless. Anyhow after making the new one and logging in to wordpress for the first time, I noticed that the paid version of enfold was already pre installed in my theme section. I found that to be the most bizarre thing ever. I was wondering why that happened. I did delete everything from my hosting. All. But somehow enfold was there.

Viewing 30 results - 211,891 through 211,920 (of 244,545 total)