Viewing 30 results - 241,561 through 241,590 (of 244,427 total)
  • Author
    Search Results
  • #26773
    mlkg
    Participant

    Hi!

    I want to use small jQuery-Scripts on a page built with Layout Builder on enfold. After a little fiddeling I found out that I can write the scripts in a widget in a custom widget area and enclose it in some function:

    <script language=”javascript”>

    (function($)

    {

    “use strict”;

    $(document).ready(function(){

    alert(“page loaded”);

    });

    }(jQuery));

    Ok, thats nice, but I don’t want to bother the visitor with alerts :-) but say I wonna charge a specific link with a custom onclick event (hide the respective element and show another instead).

    For this to accomplish I need to set up a function which I can call e.g. via hide me

    But I can’t figure out where I have to place the function correctly. It doesn’t work anywhere within or outside the code above. Any help?

    @Kriesi: The perfect thing would be an element in Layout Builder which can contain Javascript-/jquery Statements and custom CSS for this particular page.

    #131474

    When you make a page, the “default editor” button or the “advanced layout editor” appears when editing or adding elements to that page.

    I was adding short code for a form on the contact page and was updating, and all of a sudden when you select the “advanced layout editor” button, there is nothing. No field, just total white space under the button. On all pages. Not even a window appears to drag elements into nor do those menu items for those components show up. Just the button. Totally blank below that.

    On another site using the ENFOLD theme, I began to have problems with the same tool. At least in that case, the window still appeared, and the code/type was still in the window. But you couldn’t see them. They were all white. Which is weird because i didn’t style them in any way.

    So whatever I was doing in that case, i chose to do something else/a different layout/different configuration and thankfully the problem went away in that case.

    Is this what you are talking about? http://www.wprecipes.com/how-to-increase-wordpress-memory-limit-the-easy-way

    Thx again, Devin

    #26767
    seven_style
    Participant

    Hello,

    I have set up a Color Section with a Background image (fixed). It creates a perfect effect on my website, but it doesn’t work on iPhones & iPad (there is no scroll over the image). Is there an option to make it work.

    Moreover, how can I enlarge the Padding? I have selected Large, but I saw on the Enfold theme that the padding was even larger.

    Thanks for your support.

    Best

    #26766
    seven_style
    Participant

    Hello,

    Could you tell me how to setup a chosen image that would appear when creating a shortcut of my website on an iPhone desktop please. I have seen many websites doing that. Is it possible with Enfold?

    Thanks in advance

    #26758
    mbarbes
    Participant

    Hi. I’d like to add a box of a Google Map similar to what’s done on the demo Contact page: http://kriesi.at/themedemo/?theme=enfold on my homepage (not in the slider). I found the exact code I need to embed in a div and tried adding it to the Text content element and the map shows in the preview but on the actual site I just see the code. How can I do this?

    Thanks.

    Hi,

    Can you increase it to 128M or higher? Do you have the latest version of Enfold?

    Please switch the Avia Builder to debug mode. This way you’ll be able to see the actual shortcode below the Advance Layout Editor.

    Edit functions.php, find this code

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

    Below, add the code:

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

    Regards,

    Ismael

    #131343

    Thanks, Ismael!

    One issue: Menus don’t save their state. I’ve tried using Appearance > Menu (change and save pages, set menu at left and Save, I even tried deleting and recreating a brand new menu) and Customize Enfold itself to set the homepage menu. That works for the Preview, but then it reverts as soon as I close the Preview.

    How to set the menu permanently?

    Also, for making iconboxes into links, that method is great! But how can I change the text so it’s not green and underlined? I want it to look normal but clickable. Thanks again

    Sam

    #131382

    Hi,

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

    .avia-caption .avia-caption-content p {
    background: red;
    }

    You can also use rgba values to render transparent background

    .avia-caption .avia-caption-content p {
    background: rgba(255,0,0,0.5);
    }

    Change the font family using this:

    .avia-caption .avia-caption-content p {
    font-family: Courier;
    }

    You can use this plugin too: http://wordpress.org/plugins/wp-google-fonts/

    Regards,

    Ismael

    You can change the default layout of your blog page from the Theme Options>General Settings>Blog Style

    Blog Style

    This option lets you choose the default blog display for your sites blog page (set in the main Theme Options tab).

    The choices can be viewed in the demo as follows:

    Multi Author Blog

    Single Author – Small Preview Picture

    Single Author – Big Preview Picture

    Blog Grid

    From the demo here: http://kriesi.at/themes/enfold/blog/

    Note that you must have a featured image set for each blog post to get the images to show up for the various layouts.

    #26753
    ashlandwebsites
    Participant

    Hi

    Thanks for another great theme. I am having some trouble with the galleries.

    1) When I check “Crop thumbnail to exact dimensions” in media settings the thumbnails are the ratio of the original image but they line up very awkwardly. http://www.nancyashmead.com/paintings/

    I created this galley in another theme with the basic wordpress gallery and it looks good with images various ratios. http://www.judithpavlik.com/teens/ .

    With Enfold the basic wordpress gallery has only one thumb size so I can’t use that either

    2)

    When I try to edit an existing gallery it shows that there are no images so rather than being able to add to a gallery I have to rebuild the whole gallery. This is a pain for my artist clients who are constantly adding new work to existing galleries.

    3)

    The load time is very slow. The images are semi-transparent for half a minute and then load to their full color versions.

    Thanks very much

    David

    #131222

    Hi AbacoSoft,

    No, not at the moment. Sorry about that but you can request additional features like that in the enfold feature request that is stickied at the top of the Enfold forum.

    Regards,

    Devin

    Hi yucozt,

    There were some changes in the past few updates with the layerslider and included files. It was there previously but was removed and is no longer required. So if you previously had the dummy data imported it may have an issue if the files were removed from the server somehow (ie if you deleted the whole folder when updating).

    Regards,

    Devin

    #114761

    Make it easy to put pages into columns. Image, Title excerpt. That way you can do the three column highlighted pages thing. This functionality was in all the recent themes.

    Nick: There are 2 ways you can do this :

    1) with a post slider set to not slide; or
    2) with the blog set to grid>

    skosmer
    Participant

    I just bought 2 more licenses of the ENFOLD theme thinking I could figure it out eventually.

    I just spent a few hours building a new site with it.

    Now the Advanced Layout Editor will not work on ANY of my pages.

    Do I have to start from scratch all over again?

    #131471

    I am talking about the enfold bult-in page builder and not the wordpress regular visual editor

    #114760

    For the gallery element, can we you add option to display caption under the image instead of on rollover.

    Also can you W3C validate the theme.

    Thanks!

    <Nick: There is no standard yet (next year) so it's
    not possible to validate till everyone agrees to a standard.
    W3C changes their validator once in a while but nothing is set in stone yet.

    #26738

    Topic: Pricing

    in forum Enfold
    rlhinton
    Participant

    I am a CPA offering cloud-based accounting based on monthly bank transactions. I would like a price calculator that would tell my prospects an estimated monthly amount for my services. The price calculator on HubSpot (http://www.hubspot.com/pricing) is exactly what I am talking about. Is it possible to create a price calculator like HubSpot in Enfold? Or is this beyond the scope of the Enfold theme or will require extensive programming knowledge?

    Thank you in advance,

    Ray

    #26734

    Topic: WP Newbie questions

    in forum Enfold
    hotshotzatl
    Participant

    I am new to wordpress and enfold.

    I am currently trying to replicate my site to wordpress with enfold theme.

    I just have a few questions to start, any help would be greatly appreciated

    1. How do I change H1,h2, etc size and font

    2. I would like to create a box around some of the text like this http://tinypic.com/r/douxx2/5 how do I recreate this in enfold?

    3. I would like to place a graphic line above the footer like here http://tinypic.com/r/33wbj4l/5 Is this possible?

    4. I would like to replace the default social icons found here http://tinypic.com/r/xlcbuu/5 is this possible?

    smorrone
    Participant

    Iam new to WP. i am using enfold child theme. because i don´t want the updates mess up changes i made

    3 questions

    1. How i can get a solid collor progress bars, without de stroboscopic effect? it is possible?

    2. Icon box when i use it theres is like a deffault size for them, wich is ok, but in some cases there are to big for the diagramation /lay out i am using in a page, is there an easy way to meake them smaller?

    3. I need to use “novecento” font, that is not included in the theme, how can i use it?

    My mother tonge is spanish, sorry for the rough english

    thanks

    #131398

    Sorted; I chose to not display header with page title and breadcrumb navigation, and added H1 within the main text block instead.

    #131249

    In reply to: Multilanguage question

    Thanks Dude,

    and something final…

    i think enfold is seo friendly right?? I need to add aplugin for better seo results, this theme needs it, if is it yes, what plugin you suggest!!

    Kind regards,

    xrisxal2000

    P.S Thanks for the great Support!

    #131328

    In reply to: Problems with iPad.

    Hi,

    Please upgrade to Enfold 1.8.2.

    You can decrease the padding and the font size when viewing on iPad portrait mode. Add this on your custom.css or Quick CSS

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 7px;
    font-size: 11px;
    }
    }

    Regards,

    Ismael

    #131342

    Hi,

    1.) You can edit the menus on Appearance > Menus panel.

    2.) You can enclose the iconbox shortcode inside an anchort tag then place it inside a textblock shortcode, something like this

    [av_textblock]
    <a href="http://kriesi.at">[av_icon_box icon='1' position='left' title='IconBox Title' link='' linktarget='no']This is an iconbox[/av_icon_box]</a>
    [/av_textblock]

    3.) You can manually edit 404.php to change the layout of the 404 page template.

    Regards,

    Ismael

    #130232

    In reply to: Adding images to table

    Hi,

    You can add a request here: https://kriesi.at/support/topic/enfold-feature-requests

    Regards,

    Ismael

    #26725
    skrinks
    Participant

    Hi,

    I want to increase the H1 heading font size on internal pages. I’ve tried previous support suggestions of quick CSS changes like this:

    h1 { font-size: 34px; }

    and

    .template-page .entry-content h1 { font-size: 34px;}

    But this only affects the H1 on the home page. I want to enlarge the H1 on internal pages – an example page on my site (under construction) is http://welloptimised.com.au/website-optimisation/content-marketing/

    Can you please advise how / where I can make that change?

    Thanks a lot,

    Steve

    #26720
    fabzero
    Participant

    Hi, i need to change color/transparency of the background for the text in the easyslider.

    I can also change font color for slider with a custom css?

    image example: https://dl.dropboxusercontent.com/u/36786817/Schermata%202013-07-25%20a%2013.25.23.png

    Thanks for support

    #131183

    In reply to: Multilingual captcha

    Afaik the captcha which comes with Enfold is a simple equation – the user has to sum up two values (like 2 + 2 = ?), etc.

    I’m not sure why the captcha should be different from language to language because the equation and the solution is always the same?

    #131064

    I didn’t test the code but you can try to insert it at the bottom of functions.php. It will only work if the blog is on the homepage though because the is_home() check will exclude all other pages.

    #114759

    Another vote to support the masonry grid style for galleries please!

    #129480

    OK. Thanks.

Viewing 30 results - 241,561 through 241,590 (of 244,427 total)