Viewing 30 results - 9,631 through 9,660 (of 11,218 total)
  • Author
    Search Results
  • #304705

    In reply to: Logo position

    Hey Christian!

    For the logo issue, try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px) {
        .responsive #top #header .logo img{
            max-height: 73px !important;
            height: 73px !important;
            top: 5px;
        }
    }

    Regarding altering the color section padding:

    #colorsectionid .content{
    padding: 20px 0 !important;
    }

    If you want to change the height you’d need to set a fixed value, like:

    #colorsectionid{
    min-height: 400px;
    }

    If you use a Child Theme on an already created site you can use the Import Parent Theme settings button (Enfold > Import/Export) to avoid building it again.

    Cheers! 
    Josue

    #304561

    Hi!

    You should see Custom CSS field now – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/blur.jpg
    Please edit your buttons and add “transparent-button” into custom CSS field, update your page then add following custom CSS code in Quick CSS field ( inside Enfold theme options > General Styling tab ) or Custom.css file ( inside Enfold/CSS folder )

    .transparent-button a.avia-button {
    background: transparent !important;
    border: 1px solid white !important;
    box-shadow: inset 0 0 10px white;
    }

    Code will be applied only on buttons with custom CSS class “transparent-button”.

    Cheers!
    Yigit

    #304527
    uriggs
    Participant

    How can I add button next to the social icons at the top of my enfold theme?

    I want to add a schedule now button from a appointment scheduling company http://www.schedulicity.com

    thanks

    Riggs

    #304385

    In reply to: Icon size on button

    Hey youyou78!

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

    span.avia_button_icon {
    font-size: 20px;
    }

    Regards,
    Yigit

    #304183

    Hi!

    Thank you for the info.

    Please use this on Quick CSS or custom.css:

    .avia-button-wrap.avia-button-center.avia-builder-el-7.el_after_av_heading.avia-builder-el-last a.avia-button.avia-icon_select-no.avia-color-custom.avia-size-large.avia-position-center {
    background: transparent !important;
    border: 1px solid white !important;
    box-shadow: inset 0 0 10px white;
    }

    Another way to do that is to apply a unique css selector for the button or any advance layout builder elements. Edit functions.php, find this code:

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

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');
    

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

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

    .transparent-button a.avia-button {
    background: transparent !important;
    border: 1px solid white !important;
    box-shadow: inset 0 0 10px white;
    }

    Refer to this link for more info: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Regards,
    Ismael

    Saltdepot
    Participant

    I have just transferred an existing site to a new hosting and done all the normal wordpress things to get it working i.e changed url and home fields in database.
    Now when I click on page edit (any page) content is not displayed and I have a “busy” circle that does nothing. Also if I click on the actual theme in Appearance: Themes, nothing happens!!
    Finally and more important if I click on the “enfold” menu item I get the display for front page settings and logo locations but the “save all changes” button is grayed out. Effectively none of the buttons work and the fields will not accept changes!
    Any help appreciated

    #303921

    Topic: Enfold issues…

    in forum Enfold
    rjflaherty
    Participant

    Two current issues I need help with. The first one may be related to the second one:

    1. on my homepage if i set up three one-third layout elements with no content everything is fine. once i add text/images to those elements and update all but one layout element disappears – along with anything below it (ie: testimonials, logo slider)

    2. it will not accept a theme update from from 2.6.2 to 2.9.1. when i select the “update theme” button it goes to a blank gray Update Themes page in the dashboard.

    anyone else having this issue or can help?

    Thank you much.

    #303642

    Hey blankonblank!

    Thank you for using Enfold.

    Do you mind if we take a look at the actual page with the button? We can remove the background of the button via CSS.

    Regards,
    Ismael

    #303575
    moprosk
    Participant

    Ref: https://kriesi.at/support/topic/replacing-or-adding-a-custom-icon/

    Hi Enfold Team

    I searched and found a post regarding this issue however it was never resolved and I am facing the same issue the previous poster faced.

    I do not see:

    $html .= "<a {$blank} href='".$icon['social_icon_link']."' class='avia-font-entypo-fontello'>".$avia_config['font_icons'][$icon['social_icon']]."</a>";

    in

    ‘helper-social-media.php’

    to replace with

    if($icon['social_icon'] == 'rss'){
    $html .= "<a><img src='http://mywebsite.com/image.jpg' alt='' /></a>";
    }else{
    $html .= "<a>".$avia_config['font_icons'][$icon['social_icon']]."</a>";
    } 

    I am trying to create a simple cart button that links to /cart – I like the idea of replacing an RSS icon (which I won’t be using) with the Entypo cart icon, linking internally to the cart page.

    I truly appreciate all of the help and support you have already provided via this forum and look forward to hearing back from you.
    M

    • This topic was modified 11 years, 3 months ago by Yigit.
    #303187

    Hi Rustybucket!

    Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your buttons custom CSS classes and adjust their position using custom CSS code in Quick CSS field.

    Cheers!
    Yigit

    #302854

    In reply to: Blog Posts Overlay

    This reply has been marked as private.

    Hi!

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

     #av_section_2 input.button { background-color: #9ef2e0!important; border: none!important; margin-top: 25px; margin-left: 10px; }
    #av_section_2 .avia_ajax_form p { width: 22%; clear: right; }
    .avia_ajax_form .form_element_half { width: 37.5%; }

    Cheers!
    Yigit

    This reply has been marked as private.
    #302484
    Thinckx
    Participant

    Hello Enfold enthousiasts,

    I created a new site on my own server. After migrating it to a one.com hosting, the advanced layout editor stopped working. What I get is a blank screen with a loading img.

    Off course, I checked the threads on tis forum. I have no plugins installed, flushed the cache, raised the php memory limit, tried on onther computers, browsers. I uploaded the theme to the latest version. That was yesterday, no succes.

    Today I installed the theme on my local server (xampp). I had the same problem. When I started over from scratch, I noticed that, with a clean enfold install on my local server, the advanced layout editor didn’t work either, nor could i click the media button. When I switched over to twentyfourteen, the media button worked again.

    Could it be some server settings? I talked to the one.com support but got no real answer.

    Thanks for your help in advance.

    #302423
    Ba2que
    Participant

    When I installed the theme first via my WordPress dashboard after I clicked on activate theme the page went blank (this was the end of the URL admin.php?avia_welcome=true&page=avia) and did not tell me the theme was activated. After that I clicked the back button and I saw the Enfold menu option on the side bar. I clicked that menu option and it went to a blank page (this was the end of the URL admin.php?page=avia). After I went to the theme menu option on the side bar and clicked on customize the theme and went to a blank page (this was the end of the URL customize.php?theme=enfold). The plugins installation page was also blank (this was the end of the URL themes.php?page=install-required-plugins).

    What did I just buy a blank page theme? I tried to see for answers in this forums but none of the one I found were of any help. I am getting frustrated and I hope this has a solution. I got a headache and tried to do it via FTP. I saw the useless video and did not help at all because when I logged in the dashboard I had the same things happening, blank pages all over the place.

    I hope to get a prompt answer since I have already wasted two days trying to do it myself.

    #302074
    DuriaGlobal
    Participant

    Dear Enfold Team,

    is it possible to place social share buttons not only in blog posts but also in pages after the content?

    Many thanks for all your support in advance!

    Kind regards
    Andreas

    #301938

    In reply to: WPML Plugin

    Hey!

    1) Did you install/configure this WPML extension: http://wpml.org/documentation/getting-started-guide/media-translation/ ? It’s required to translate images like posts/pages.

    2) Make sure all posts/pages/portfolio entries are translated independently. Otherwise the original entry overwrites the “cloned” translated entry. You just need to click the “Translate Independently” button: http://www.clipular.com/c/4673705724608512.png?k=0JgIrSOUpHKLo5oIjhbT1mPAbY8 on the editor page to stop this behavior.

    3) See http://kriesi.at/documentation/enfold/translating-the-portfolio-slug-with-wpml/

    Cheers!
    Peter

    #301841

    Hi!

    Enable this and set a class of “icon_right” to the button in question, then add this to the Quick CSS:

    .icon_right .avia_button_icon {
        right: -0.3em !important;
        left: auto !important;
        float: right;
    }

    Regards,
    Josue

    xma001
    Participant

    Hi, i make a child template, i activate the advanced editor in post according to this video http://vimeo.com/64996057. On localhost advanced editor work, but with strange behavior, when make a page with advanced editor and next return in editor mode don’t see anything only blank page, also in text tab.
    When install online the theme and child theme the button for advanced editor don’t work, when click button nothing happen.
    In the debug.log i get the error :
    Invalid argument supplied for foreach() in /home/XXXX/public_html/tmp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php on line 133

    i get this error only on remote server not localy.

    thanks in advance.
    max

    #301488
    wgmassociatesllc
    Participant

    On the sample page http://kriesi.at/themedemo/?theme=enfold you have 7 pictures in one row below the image in the Some Enfold Core Features section. I can only seem to get 5 images on Row 1 and 2 images on Row 2. My thumbnails are showing up larger than yours. I went to school on how you have done it and can’t seem to find the issue.

    My thumbnails look square. See second link below. I don’t see how you save the thumbnail changes. All I have is a back button.

    It looks like my thumbnails are rectangular now and when I had them square (I will try to make them square again) … when square they were still bigger than the demo site but it looks like both were showing 80×80 in the code.

    I have wasted hours on this for my client.

    #301376

    Topic: Version Update

    in forum Enfold
    mjsnim
    Participant

    Hi, I have a problem about the missing shortcode button.
    I don’t have any solution, but I just want to be trying to update my enfold theme to latest version to fix the issue.

    Now my theme version is 2.6.1 but it is not updated automatically.
    So I found the video tutorial (https://kriesi.at/support/topic/latest-enfold-theme-update/).
    Here is my question.
    Is it okay to upload the new version “enfold” folder directly to current folder via FTP even if I edited some html files?
    Actually I changed some codes of enfold theme already, so I don’t want to remove the current design of my website.

    If there are some other ways to update the theme, please let me know.

    Thank you.

    #301211

    Hey doze!

    Please try to use the Codestyling plugin to translate or change existing text strings. Download and install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate/change the text strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner). You can also use tools like Poedit instead: http://poedit.net/ and oupload the po/mo translation files into the Then upload them into the wp-content/themes/enfold/lang/ folder.

    Best regards,
    Peter

    cerasel
    Participant

    Hello,

    I am no expert in coding but am curious so I have tried to sort the first part of the issue (moving the search button in the secondary menu) by following the advice in this topic from late 2013 – https://kriesi.at/support/topic/move-search-icon-to-secondary-menu/ – unfortunately I could not find the code bits referred in there in the header .php file :(

    Could you please help? And also let me know if there is a similar way in inserting a widget area created with Enfold in the same menu bar?

    Many many thanks for your help, it would be great to solve this as I have reached the maximum of my abilities here!

    Best!

    #300907

    In reply to: Gravity Forms Styling

    Hi – just installed Gravity Forms for the first time and tried a few test polls and surveys. Here’s the test page: As you can see, the Enfold theme over-rides the in-built styles of the forms, and the results aren’t nice, particularly the bullet points added in front of the questions and radio buttons. How do I remove these bullet points? How do I get the Forms styled as shown in the Forms preview window?

    Thanks,
    Rebecca

    #300844
    This reply has been marked as private.
    #300802
    CoolPenguinSays
    Participant

    Firstly, I must say I love working with the Enfold template, so thanks for a great product. Just a quick question.

    You know the wonderful social media icons / buttons that are built in to enfold to share a post entitled share this entry? Can I use them elsewhere on the site? If yes how do I do it?

    Kevin.

    #300752
    cl
    Participant

    Hello Kriesi-Team,

    i´d have some more questions…

    Concerning to link 1:
    1. HEADER: on android-systems the header moves down when scrolling. Do you have a solution herfore?
    2. LAYER SLIDER: on the homepage we just did some layouts with the layer slider. at the 3rd slide we embedded a vimeo-video. After playing the video, the video-frame stays visible. Is there a possiblity to fade it out?

    Concerning to link 2 we would like to modify the fullwidth-slider – is it possible …
    1. … to hide the goto-slide-elements (round buttons)?
    2. … to use the “framed text” only for the subline?
    3. … to change the colour of the frame?

    Thx a lot for your reply,
    Christian

    #300714

    Hey Igor! :)

    I am not sure if that would be easily possible but you can try using Code Block element and add your button inside it using HTML – http://i.imgur.com/kjjya7I.png
    and then you can add custom CSS code to Quick CSS in Enfold theme options > General Styling tab to style it

    .custom-text {
    position: fixed;
    top: 60%;
    z-index: 9999!important;
    left: 0%;
    background-color: yellow;
    padding: 10px;
    }

    Cheers!
    Yigit

    #300383
    altei
    Participant

    Of course I can ad a button or link to a page for download of a pdf document (for example brochure or price list), but what I am looking for is how to do that without admin knowledge ( to have just a box in admin, Author, editor page for putting a pdf file) any idea ? This is I suppose change of admin environment …
    Thank you

    Hey!

    Sorry for the late reply!
    Elements are displayed in HTML order and the button that is on the bottom of left column will always be displayed before the right column. The simplest way would be turning on custom CSS field for ALB element ( please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and giving your buttons that are at the bottom of left 1/2 column element a custom class ( for example: custom-desktop-button ) and add an extra button with the same link to bottom of right 1/2 column with a unique class ( for example: custom-mobile-button ). And using following code in Quick CSS in Enfold theme options under General Styling tab, you can display the left button on desktop while keep extra button hidden, and hide left button on mobile and display extra button instead

    @media only screen and (max-width: 768px) {
    .custom-desktop-button { display: none!important; }
    .custom-mobile-button { display: block !important; }}
    @media only screen and (min-width: 769px) {
    .custom-mobile-button { display: none !important; }}

    Regards,
    Yigit

Viewing 30 results - 9,631 through 9,660 (of 11,218 total)