Viewing 30 results - 210,121 through 210,150 (of 244,605 total)
  • Author
    Search Results
  • #335505

    hmm actually maybe they did disappear after I updated Enfold. But I think ill take your advice and rather than sticking in new code I will add it into the widgets. However, could you explain to me how to do that?

    thanks again,

    Joshua

    #335500

    Topic: Site logo pixelation

    in forum Enfold
    #335496
    This reply has been marked as private.
    #335486

    Hey!

    You can add a unique selector to any elements on the advance layout builder except for column layouts. Refer to this link for more info:
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Edit the special heading element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “special-heading-gap”.

    You can add something like this on your custom.css or Quick CSS:

    .special-heading-gap > * {
    word-spacing: 15px;
    }

    Regards,
    Ismael

    #335485

    In reply to: Javascript errors.

    Hi!

    Thank you for using Enfold. I’m sorry but IE7 is not supported by the theme. Tell them to install Chrome or use the latest version of IE.

    Cheers!
    Ismael

    Hey havi!

    Thank you for using Enfold.

    Yes, we already reported the issue to Kriesi. If you don’t want the advanced styling to override the custom colors, edit config-templatebuilder > avia-shortcodes > heading.php. Find this code on line 263:

    $output .= "<div {$styling} class='av-special-heading av-special-heading-{$tag} {$color} {$style} {$class}'>";
    	        		$output .= 		$before;
    	        		$output .= 		"<{$tag} class='av-special-heading-tag' $markup >{$heading}</{$tag}>";

    Replace it with:

    $output .= "<div class='av-special-heading av-special-heading-{$tag} {$color} {$style} {$class}'>";
    	        		$output .= 		$before;
    	        		$output .= 		"<{$tag} {$styling} class='av-special-heading-tag' $markup >{$heading}</{$tag}>";

    Regards,
    Ismael

    #335480

    Hi envapk2!

    Thank you for using Enfold.

    Please post a screenshot on how you want the submenu to look like. You can use imgur, dropbox, clipular etc.

    Regards,
    Ismael

    #335479

    Hi digitalcrossover!

    Thank you for using Enfold.

    1.) It’s not possible with the theme’s contact form by default but you can use the Contact Form 7. Refer to this link: http://contactform7.com/checkboxes-radio-buttons-and-menus/

    2.) Yes, use the WPML plugin if you want multi language site. :)

    Regards,
    Ismael

    #335478

    Hey!

    Thank you for the update.

    Please go to Enfold > Header > Mobile Menu panel. Choose the second option on Header Mobile Menu activation setting.

    Cheers!
    Ismael

    #335473

    Hi Josue,
    Thanks for you answer.
    I’ll make a request then. I noticed that the”floating menu” request I had seen in the “completed” part of the enfold requests page is not there anymore…
    Regards,

    Marie

    #335467

    Hi, I have the same problem with version 3.0.1 of Enfold sliders LayerSlider are empty at the display, with the Avia Builder or shortcode it does not work.
    As I have the extension LayerSlider I also installed in addition to the theme Enfold and I turned on, there it works!
    There is a bug somewhere between Enfold and integrated LayerSlider extension…

    Regards.
    Jean

    • This reply was modified 11 years, 6 months ago by freepixelweb.
    #335465

    Hey Voilaah!

    Thank you for using Enfold.

    Please replace it with this:

    remove_action( 'init', 'avia_woocommerce_cart_placement', 10);
    

    Cheers!
    Ismael

    #335464

    Hey Kameel!

    Thank you for using Enfold.

    You can replace it with the Color Section or the Fullwidth Easy Slider. Add the image as background then set the Background Repeat to Stretch to Fit.

    Cheers!
    Ismael

    #335463

    Hey John!

    Thank you for using Enfold.

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

    a.slide-image {
    display: none !important;
    }

    Cheers!
    Ismael

    #335459

    Hi Animationink!

    Thank you for using Enfold.

    Do you mind if we take a look at the actual website? Make sure that you’re running Enfold 3.0.1.

    Cheers!
    Ismael

    #335458

    Hey momon!

    Thank you for using Enfold.

    You can use this on functions.php:

    add_action('ava_after_content', 'avia_add_social_toolbar', 10, 2);
    function avia_add_social_toolbar($id = "", $context = "")
    {
    	if($context == "single-portfolio")
    		avia_social_share_links();
    }
    
    add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1);
    function avia_add_social_toolbar_template_builder($content = "")
    {
    	$content .= avia_social_share_links(array(), false);
    	$content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>';
    	return $content;
    }

    Cheers!
    Ismael

    #335452

    Hey Ismael,
    Thank you. I’ll eventually try that when I’m fixed on the page “composition”. Project is only starting and I’m still waiting for definitive content. For info there is already a space/separator element below the slider on the “nos recherches” page. So I’m not sure it’s a matter of “height” (cf your code) for what concerns the easyslider. Moreover, depending on the browser (on mac for me), the impact of the slideshow can be on the whole page. it’s very “discrete” and I’m not really sure that you’ve noticed it, but if you pay really attention you will notice that some texts and-or images and-or section move up and down very slightly. But no more problem AS SOON AS the easyslider is not “playing” anymore.

    Once again just to be clear enough :
    1. For me the problem is that “slight elements MOVING problem” / Safari, Chrome, Firefox / cf. Page “nos recherches”
    2. As for you, on the ENFOLD DEMO, the problem seems to be on Safari (mac) only and is more kind of a little “flashing” problem (texts seems to slightly change of weight on and on) ->>>> And this is for the WHOLE page, including footer etc… For info I also had this same “flashing problem” on my own site BEFORE adding text-rendering css.
    http://kriesi.at/themes/enfold/pages/about-us/

    Regards,
    Marie

    Hey takingaction!

    Thank you for using Enfold.

    Please try to add this on Quick CSS or custom.css:

    .mfp-ready .mfp-figure {
    opacity: 1 !important;
    }

    Regards,
    Ismael

    #335446

    Hi katiadiamond!

    Thank you for using Enfold.

    You can use the Content Slider. :)

    Cheers!
    Ismael

    #335441

    Hi!

    Enfold is compatible with the WooCommerce plugin and paypal option is available. The ads plugin looks good, just not sure if it is compatible with Enfold but it’s worth a try.

    Cheers!
    Ismael

    #335439

    Hi aminomar!

    Thank you for using Enfold.

    Are you referring to the Color Section? Please give us a link to the actual page. Please set the Background Repeat to Stretch to fit.

    Regards,
    Ismael

    #335438

    In reply to: Portfolio Problemo

    Hey Indya!

    Thank you for using Enfold.

    I’m not sure what you mean by “port”? Can you please explain it a little bit further?

    Regards,
    Ismael

    #335436

    In reply to: Individual page titles

    Hi Robyone925!

    Thank you for using Enfold.

    You can use this plugin: https://wordpress.org/plugins/wordpress-seo/

    Refer to this link for more info: http://kb.yoast.com/article/146-yoast-wordpress-seo-titles-metas-template-variables

    Best regards,
    Ismael

    #335427

    Hey codecreative!

    Thank you for using Enfold.

    Please add this on Quick CSS or custom.css:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
    padding-top: 150px;
    }
    }

    Best regards,
    Ismael

    #335418

    In reply to: Display Issues IE 10

    Hey Siracher!

    Thank you for using Enfold.

    Please add this on Quick CSS or custom.css:

    .avia-msie-10 .alignnone img {
    width: 100%;
    }

    Regards,
    Ismael

    #335409

    Hey!

    Yes, it is possible but that particular feature is beyond the scope of support. Please visit Envato Studio or Werkpress for further customization. You can also vote or request the feature on our Feature Requests page.

    Regards,
    Ismael

    Hi mixedmedia99!

    Thank you for using Enfold.

    Edit the page then look for Layout > Header visibility and transparency, select transparent header. Change the main menu color on Enfold > Advanced Styling. Edit the Main Menu Links. Change the color backgrounds on General Styling or use the Color Section.

    Regards,
    Ismael

    #335405

    In reply to: gravity form

    Hey paso70!

    Thank you for using Enfold.

    You need to generate the form shortcode on a temporary post or page. Copy it from there.

    Regards,
    Ismael

    Hey shenom!

    Thank you for using Enfold.

    You can edit includes > helper-social-media.php. Find this code:

    'twitter' 	=> array("encode"=>true, "encode_urls"=>false, "pattern" => "https://twitter.com/share?text=[title]&url=[shortlink]")
    

    Cheers!
    Ismael

    #335402
    BruceJackson
    Participant

    Hey,

    when I choose the color #ffad1d in theme options / generel styling then it automatically changes to #ffac1d. The same effect is when I try with the RGB selection: 255 / 173 / 29 always changes automatically to 255 / 172 / 29.

    Enfold Version Number is 3.0 / WordPress 4.0

    Many thanks for your help.
    Bruce

Viewing 30 results - 210,121 through 210,150 (of 244,605 total)