Viewing 30 results - 223,201 through 223,230 (of 243,713 total)
  • Author
    Search Results
  • #251232

    Topic: how to animate icon?

    in forum Enfold
    arturocruztorres
    Participant

    Hello,

    I would like to know how can I animate the Icons like you do in the “A BEAUTIFUL EXPERIENCE!” section of the demo page:
    http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/

    My icons did not animate on hover.

    http://www.adaptixnetworks.com

    Thanks!

    #251230

    Hey boldtranquility!

    Please turn on custom CSS field for elements firstly, please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    Then give a unique class to your text block element, in example, it will be scrolling. Then add following code to Quick CSS and adjust as needed

    div.avia_textblock.scrolling {
    height: 340px;
    overflow: hidden;
    overflow-y: visible;
    }

    Regards,
    Yigit

    #251227

    In reply to: Icons in archive posts

    Hi!

    Please set Blog Style to Single author small preview pic in Enfold theme options

    Regards,
    Yigit

    #251225

    Hi!

    Please add following line before your phone number

    <div class="iconbox_icon heading-color" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></div>

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

    .phone-info span { font-size: 16px; }

    I do not think i understood what you meant on the last question. Can you elaborate or post a screenshot showing the changes you would like to make?

    Best regards,
    Yigit

    Hi Justin!

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

    .content, .sidebar {
    padding-top: 20px;
    padding-bottom: 20px; }

    Best regards,
    Yigit

    #251201

    Hey…

    Check the page …/home-test/.

    You’ll see a block of content titled “What Our Customers Say”.

    This block of content is inside a “Color Section”.

    Notice that the “Color Section” does not extend full page width.

    Adding – #testimonial-color-section-hold .container { width: 100%; } will expand the CONTENT to full page width – not the “Color Section”.

    The thing is this…

    In my experience UNLESS – I have some Avia layout element (say a slider) that extends the full width of the page – as the VERY FIRST element on the page – “Color Sections” will not render as expected.

    I’m able to get-around this behavior (if I don’t want a slider) by adding a “Color Section” as the very first element with a css hack – .avia-section.css-hack { max-height: 1px; min-height: 1px; }

    Later…

    BitSoul

    Cum_Vincere
    Participant

    Hello,

    I would like to inform you that the header setting centered logo + centered menu below, as per you latest version 2.6.2 shows a problem on mobile devices:

    The logo is left aligned, but its left part is cut off by the margin of the page.

    Please note that I have tried this setting on a new, local test install, with the standard “Enfold” logo, with WordPress + Enfold just out of the box.

    Thank you if you can check it.

    #251194

    Hi~ Yes, I may still have issues…
    1. If I choose one image as my header background, does it suppose to use the image and never changed? I mean even I scrolls down and shrinks the header, the image background still showing up instead of nice white color..Is that normal? What if I want to use the white color background when it shrinks.
    2. May I make the image of header background transparent? I use the code below;

    .header_color .header_bg {
    opacity: .5;
    }
    It’s works fine for the white color background but failed for the image background…

    Thanks for your help~

    #251191

    Hey…someone will answer here??

    anca bogdan

    #251188

    Topic: Change blog post order

    in forum Enfold
    boldtranquility
    Participant

    I have a site where the content needs to be dripped (using wishlist member and wp-drip), on the visual aspect of the blog posts/categories and when you add a “blog” section to a “page” I need the default order to be in order

    i.e.

    Post #1
    Post #2
    Post #3

    the way they display by default is
    post #3
    post #2
    post #1

    how can this be changed in the enfold theme?

    #251184

    Hey!

    Thank you for using the theme!

    You might want to increase the wordpress php memory limit to at least 128M. Depending on your hosting environment you might experience an issue when trying to access the Advance Layout Builder. This is usually due to the builder timing out because of a memory limit in your server environment. The first thing you can do to fix this is to add the following lines in your wp-config.php file located at the root of wp directory:

    define( 'WP_MEMORY_LIMIT', '128M' );
    define( 'WP_MAX_MEMORY_LIMIT', '256M' );

    You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Regards,
    Ismael

    #251146

    Hi!

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

    @media only screen and (max-width: 767px) {
    .responsive .mobile_slide_out .logo {
    margin-left: 40%;
    }
    .responsive .logo a, .responsive .logo img {
    height: auto !important;}}

    Best regards,
    Yigit

    #251140

    Hi Ismael,

    Thanks and I appreciate you can’t support 3rd party plugins, so I am grateful. However, I’ve just tested a clean install of Enfold with just this WP Store Locator plugin installed and I am still getting the Google Maps API warning. I’ve changed themes to twentyfourteen and it works fine with that, so it must be Enfold is using the Google Maps API somewhere, even though I haven’t put any google maps on the test site (clean install)??

    I’ve set-up a temporary test site with only Enfold and WP Store Locator installed and have given a login to the plugin author, so hopefully he’ll try and find a fix – I reminded him how popular Enfold was and that it would be beneficial to have his theme working with such a top seller, so hopefully he’ll help!

    However, if you did want to just test it yourself with Enfold and WP Store Locator, please feel free and let me know if you work anything out! Or if you can point out where the other instance of Google Maps API is being included?

    Many thanks,

    Matt

    • This reply was modified 11 years, 8 months ago by MM.
    #251139

    Hi Arda!

    Do you mind posting a link to your website so we can take a look? Please make sure that you are using the latest version of the theme which is 2.6.2. If you are not, see – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    #251133

    Thank you very much – the hosting provider set the limit to 128M and … it works.
    Cheers!
    Chris

    worked perfect. Thanks!

    #251120

    Hey!

    I’m sorry but the memory limit is still 64M when I checked the website. Please contact your hosting provider, maybe you can’t exceed the allowed memory limit. Set it to at least 128M as Dude suggested. We’ll be happy to assist you with the problem once we eliminated the memory limit factor.

    Regards,
    Ismael

    Hey!

    Thank you for the update.

    Please post the login details here. We would like to check the layer slider. Can you please tell us which slider to edit?

    Enfold is fully compatible with the Woocommerce plugin so you don’t have to use another theme for that matter.

    Best regards,
    Ismael

    Hey Ismael, thanks for your reply, I’m encountering the same problem again with me not being able to change a picture, with no error response. I’ve been trying to change the picture in the Layer Slider/Slide 1/Layer 1. I deactivated all my plugins, cleared my cache, cleared browser history, and restarted my Mac. The plugins I currently have are Akismet, All In One SEO Pack, bbPress, Google+ Author Information in Search Results (Free Version), Google Analytics, Google XML Sitemaps, Jetpack by WordPress.com (which I haven’t used yet), SEO Friendly Images, WooCommerce, and WP Super Cache. I’ll be hopefully selling t-shirts from this site soon, and only have the plugins that I need necessary to be successful. I’m hoping that I’ve done a good job so far…? And a quick question Ismael, do I have to get a WooCommerce theme for the WooCommerce plugin, or can I just use the WooCommerce plugin in Enfold (which is what I would prefer)? Thanks for your support with Enfold.

    David
    EternityBeginsNow.com

    #251101
    MM
    Participant

    Hi Guys,

    I am using the WP Store Locator plugin and part of it is not working. The plugin author told me it’s a js error. I deactivated all other plugins and the problem still remained, so I think it must be a conflict between Enfold and the plugin. There are no errors reported on the frontend but the backend, using firebug, reports the following error:

    Warning: you have included the Google Maps API multiple times on this page. This may cause unexpected errors. (main.js:54)

    I am not using google maps anywhere else on the site and as I said, all other plugins were deactivated and I still had the same problems. I tried adding the various codes to my child theme functions.php, that you guys have provided in other threads, for similar errors e.g.:

    add_filter( 'avia_google_maps_widget_load_api', 'avia_remove_widget_script', 10, 2);
    function avia_remove_widget_script($load, $config) {
        $content = apply_filters('avia_builder_precompile', get_post_meta(get_the_ID(), '_aviaLayoutBuilderCleanData', true));
        if(strpos($content, 'avia-google-maps')) return false;
        return true;
    }

    But none of them worked and the Google Maps API warning still showed up. Any other ideas? I’ve contacted the author of the plugin to see if he can test it against Enfold but not sure he’ll be able to help. The plugin works fine with other themes, so although it’s not really your responsibility, I was hoping you may be able to shed light on where else the api is being called or used?

    Thanks,

    Matt

    #251099

    Hi Peter,

    I just set the memory limit to 128M before.

    I think, it is a conflict between WPML and enfold.

    Regards
    Chris

    #251087

    Hi!

    Maybe the php memory limit is too low. Please increase the limit to 128M (128 megabyte). At the moment it’s set to 64M. For more information refer to http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/ and http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Cheers!
    Peter

    #251085

    Hi wacky32!

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

     .avia-content-slider .slide-image img {
    height: 180px!important;
    width: 180px;
    }

    2-

    a.small-preview {
    height: auto;
    }

    Best regards,
    Yigit

    Hi MeisDesign!

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

    @media only screen and (max-width: 767px) {
    .container #advanced_menu_toggle, #advanced_menu_hide {
    display: none!important;
    }
    .main_menu, #header_main_alternate, .responsive #header .main_menu ul {
    display: block;
    }
    }

    If that does not work, please post the link to your website so we can take a look

    Best regards,
    Yigit

    #251073

    In reply to: testimonial managment

    Hey!

    Please enable debugging mode – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
    you can see shortcodes under Avia Layout Builder and copy paste them them to other pages

    Regards,
    Yigit

    #251067

    Hi hebchop!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .av-masonry-gallery .av-masonry-entry {
    width: 10%!important;
    }

    Regards,
    Yigit

    #251066

    In reply to: Image Overlay

    Hey danieldunn10!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .image-overlay.overlay-type-extern .image-overlay-inside:before {
    content: 'your text';
    font-family: 'entypo-fontello';
    }

    Best regards,
    Yigit

    #251065

    Oh , and also, a question: how can i activate another language for the theme? I saw the theme comes with several translations ready, but i don’t know how to activate it. Thank you. :)

    anca bogdan

    #251062
    karanna
    Participant

    Hello,
    I like your theme, it is very easy to use and intuitive, but i have the following issues with Enfold theme:

    1. i cannot move the widgets or open them and the sidebars. (i disabled all plugins and the problem remains and also i changed the theme and the widgets started working normal). This is the website: http://www.evolutiespirituala.ro/

    2. I have a plugin that i would like to keep, Calendarize it! for WordPress but it doesn’t show the events list anymore, in page and in widget area. This is the link to the page that the calendar appears: http://www.evolutiespirituala.ro/events-calendar/ . I works with other theme.

    Thank you very much for your time. I hope for an answer soon. :)

    anca bogdan

    • This topic was modified 11 years, 8 months ago by karanna.
    #251060

    Hi,

    the link is http://www.suedcab.com

    here a shot and a link

    Best regards
    Chris

Viewing 30 results - 223,201 through 223,230 (of 243,713 total)