Viewing 30 results - 223,201 through 223,230 (of 243,396 total)
  • Author
    Search Results
  • outtagear
    Participant

    Hi.
    I created an accordian/toggle on a Enfold page and saved it as a template so that I could just import it on my product pages instead of re-creating it over and over. I do plan on removing some of the toggles depending on which product page it is on, but by using the template, I don’t have to recreate it entirely with every product.

    The only problem I realized is the Avia template import isn’t available on the product pages. So I’m not able to import the accordian I created into the product short description section. I know I can use the shortcode on the product pages and create a new accordian, but I can’t import all the info from my template accordian.

    I also thought about just copying the accoridan code over to the product page, but when I switch to the Default editor, it doesn’t show anything–the accordian I created disappears, even though when I switch back to the Avia layout it is still there.

    What do you recommend? I would prefer to not have to mess with the raw code, as it can get complicated, but if that’s my only option I will. It would be best if I could somehow import my template accordian directly into my product page.
    Here is the accordian I want to copy to the product pages: http://outtagear.com/sample/

    Thanks!

    #249416

    Hi Alzybob!

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

    .avia-menu-fx { display: none; }

    Cheers!
    Yigit

    #249415

    In reply to: Full Width Image

    Hey!

    You can insert your image inside a Color section and give color section a unique id and then add following code to Quick CSS in Enfold theme options under Styling tab

     #your_custom_id .container { width: 100%; }

    Regards,
    Yigit

    #249407

    In reply to: Enfold Theme errors

    no, no plugins are activated. Even when the recommended plugins are activated the error log is showing:

    Undefined variable: class in /Applications/MAMP/htdocs/xio/wp-content/themes/enfold/footer.php on line 43

    Hey!

    Please go to Appearance > Editor and open Functions.php file and find

    avia_nav_menus(); //call the function immediatly to activate
    }

    and add following code right below it

    function enfold_remove_media_controls() {
         remove_action( 'media_buttons', 'media_buttons' );
    }
     add_action('admin_head','enfold_remove_media_controls');

    Cheers!
    Yigit

    #249392

    Hey!

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

    .image-overlay { display: none; }

    Regards,
    Yigit

    Hi mattmorse!

    First update to Enfold 2.6.2. Then, in your child theme make sure that if you have replaced the header.php that you re-replace that file with the new version from 2.6 and make any changes you previously had. The menu location and header setup moved in the parent file.

    Cheers!
    Devin

    Hey vegaspro!

    I’m still not quite clear on what the issue is from the video but image dimensions are handled in multiple ways depending on what you are trying to do. If its for the single product page the image is always going to be constrained by the width of the container the image is in but the source is from your settings in the WooCommerce settings.

    If you want an image to be wider than the current container on the single product page you need to change the layout of your single product pages. For example: http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/

    This allows you to change the grid sizes within a function for your child theme.

    Regards,
    Devin

    #249383

    Hi Swedfit!

    It sounds like your hosting package isn’t quite robust enough to handle the extra strain from bbPress and more so BuddyPress. Talk to your hosting provider about what upgrade packages are available within your budget and what help it will have with BuddyPress specifically.

    It could even be as simple as increasing your memory limit via one of these methods : http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Cheers!
    Devin

    #249382
    #249379

    In reply to: Enfold Theme errors

    Hi jddvette96!

    Have you made any changes on theme files?

    Regards,
    Yigit

    #249378

    In reply to: Background Colours

    Hi!

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

    .logo, .logo a {
    max-height: 90px!important;
    }

    Regards,
    Yigit

    #249377

    In reply to: Video Slide

    Hi!

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

    div .slideshow_caption h2 { font-size: 24px!important; }
    .avia-caption-content { font-size: 16px !important; }
    div .slideshow_caption h2, .avia-caption-content { font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

    Best regards,
    Yigit

    #249376
    Zheq
    Participant

    Dear support team!

    I have i would like tas ask for help about few things:

    1. I would like to change to default tooltip color to any other color and also change the width of it. How is it possible?

    2. When you click on a picture it is showed with lightbox. How can i change the lightbox background color(black) to any other color?

    3. On contact page how can you set the default notification text (please, prove that you are
    human…etc…) to other language. How and where can you edit it? There is a “?” character in the textbox. how can i remove it or change it to other text etc.?

    4. After you send an e-mail via Enfold you get a message with the subject “Thank you for your Message!” Where can you edit this text?

    5. I see many gallery solutions in Enfold. There is one with 1 big picture and there are small ones in a line below it. Does it possible to make that line with small pictures to be scrollable if it contains more picture then the line would allow? With Arrows for example to navigate it to left or right.

    Thank you very much for you help!

    #249374
    Swedfit
    Participant

    Hi!

    I installed buddypress and bbpress on http://www.swedfit.se and the load time increases with 2-3 secs. Im i doing something wrong, why is this happening?

    Is it better to go MU and installed BP and bbpress on a multisite instead?

    I need these on the website but its too slow.

    Im using dream press (dream host).

    #249372

    Hi Alzybob!

    Please see – http://kriesi.at/documentation/enfold/change-the-main-menu-color/

    Regards,
    Yigit

    #249371
    mattiasimonato
    Participant

    hello,
    i’m using enfold for one of my client and i have problem when i set link in image via custom HTML because the image take the javascript of portfolio and create a overlay with the icon.
    here is the problem:
    http://www.fplarreda.com/test-homepage/
    as you can see when you go mouseover on 1 of the 4 boxes under the slideshow the element take the portfolio javascript and does not the rollover image that i set up.

    here is the page without the link and the rollover image work well:
    http://www.fplarreda.com/

    i just want to add a link to each of the four boxes without the javascript overlay.. how can i do it?
    Please help me
    Have a nice day!
    Love from Italy :)
    Mattia

    vegaspro
    Participant

    This has been so confusing that I have made a quick video (with audio) to better explain our issues we are facing with the Enfold theme and WooCommerce settings:

    Video: http://www.screenr.com/4cdN

    In the video I talk about 400×900 on the product image (landing page) but visually you see I tried a dimension that I pulled from Inspect Element and tried a smaller size (448×572) based on that. But it still clips off.

    We already adjusted the settings in WooCommerce thumbnails settings, regenerated images, etc.

    Please please escalate this and address urgently. Here is the home page: http://bit.ly/1bLZSXj

    Regards,
    Daniel

    #249348
    gentle_md
    Participant

    Dear Kriesi,
    I’m using the enfold theme, by the way the best theme ever!
    I have installed version 2.6.1 and using the child theme.
    I edited my site for tablet with the extra css “@media only screen and (max-width: 1140px) …”
    This is working fine!
    Now i want to optimize also the mobile view. But the css @media only screen and (max-width: 480px) is not working.
    Do I miss something? Is it because of the Child theme?

    Please give me a hint.
    Thanks in advance!
    Best,
    Christian

    #249347

    Topic: Enfold Theme errors

    in forum Enfold
    jddvette96
    Participant

    I’m running the latest version of the theme and WordPress. Can you help fix or pinpoint the errors?

    PHP Notice: Undefined variable: class in /Applications/MAMP/htdocs/xio/wp-content/themes/enfold/footer.php on line 43

    #249326
    hebchop
    Participant

    When I try to edit an item in the Avia Layout Builder I get a broken page, the content sits below the editor, and behind the left hand navigation. see image:

    https://dl.dropboxusercontent.com/u/108845888/tmp/enfold-avia.png

    From videos it looks like this content is supposed to open in a lightbox. Does this have to do with new version of WP 3.8? Please help!

    • This topic was modified 11 years, 7 months ago by hebchop.
    #249320

    We have checked it and we see this screen on multiple pc, we have checked from California to our client in Washington and they see it too. Also, notice the menu looks odd and there are small icons at the top of the slider:
    Screen of grey slider

    #249307
    GOWD
    Participant

    Hi, how do I change the socket link “enfold theme by kriesi” link to my own web design company
    Website Development by Go Online Web Design

    #249298

    Hey rcthornt!

    Please update Enfold to the latest version 2.6.2 and let us know if issue remains – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    #249297
    luminosa
    Participant

    Hi,
    I would like to know where I have to copy the full code (incl. license) to embed a webfont bought on Myfonts site.
    I don’t understand if I have to put the code in “Quick CSS” or in the costum.css.
    thank you very much
    bye
    Chiara

    Hi Ismael,

    how can I open a new topic ? I need help to set search icon and rss icon in the slim header (enfold). I have v. 2.6.2 but can’t find this option ? Please help,
    Thank you.

    Nona

    #249289

    Hi noortja!

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

    .main_menu ul { list-style: none; }

    Cheers!
    Yigit

    Thanks for the suggestion and for confirming the Tab element’s behavior. I will try the Accordion. I believe the first time I tried it I got frustrated… but now that I’ve had two weeks with Enfold I’ve learned patience helps and logic….and the support of Moderators.

    Rick

    #249266

    Topic: Full Width Image

    in forum Enfold
    wasiekev
    Participant

    Hi.
    Using Enfold, I want a full width image to appear in the content area. Currently, if I add an image using Avia, it does not span the width of the content area. It leaves white space on the sides.

    Please assist

    Hey!

    You are welcome, glad we could help! :) Let us know if you have any other questions or issues

    Cheers!
    Yigit

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