Viewing 30 results - 142,471 through 142,500 (of 142,790 total)
  • Author
    Search Results
  • #23340
    Scott
    Participant

    I have a page (http://apexcriticaldefense.com/course-registration/) that after you submit the form, the page does not scroll to the top for you to see the “thank you” message, you have to manually scroll up. Is there a way for this to auto scroll? Please feel free to test it out and see for yourself.

    Thanks,

    Scott

    #117337

    Hi,

    You can post them here https://kriesi.at/support/topic/enfold-feature-requests.

    Regards,

    Ismael

    #23335
    tocal
    Participant

    I’ve put a ‘special heading’ field above a slider on my site but the padding above and below is very wide. I’ve found the CSS to shrink it but it seems to be a global property (line 961 of layout.css).

    .content, .sidebar{
    padding-top:20px;
    padding-bottom:20px;
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    box-sizing: content-box;
    min-height: 1px;
    z-index: 1;
    }

    How can I specify the change to only target this area?

    #118799

    the navigation is left-aligned now!

    the logo is still on the left side – should be right-aligned…

    i use a fixed header with fixed y-dimension:

    #header_main .container, .main_menu ul:first-child > li > a {

    height: 80px !important;

    line-height: 80px !important;

    }

    html.fixed_header #main {

    padding-top: 80px;

    }

    div .logo {

    float: right;

    position: absolute;

    right: 0;

    }

    .main_menu {

    left: 0;

    }

    Hi jasmine,

    I’ll tag the topic for Nick so he knows to re-up it.

    Regards,

    Devin

    #119249

    In reply to: No preview

    Hi Michael,

    Do you mean when using the Advanced Layout Editor (drag and drop layout editor)? I’m not sure if that would be fixable or not just because of the way the save works on those items. Because they are saved separate from the visual editor data, I don’t know how wordpress treats it when previewing vs publishing.

    I’ve tagged the topic for Kriesi however so that he can look further into it.

    Regards,

    Devin

    Hi,

    This was definately a rough one. I came up with the css that fixes Firefox , but it unfortunately breaks Chrome. So please do this.

    Open up header.php and change line 13 that looks like

    <html <?php language_attributes(); ?> class="<?php echo " html_$style ".$responsive." ".$headerS;?> ">

    to look like

    <html <?php language_attributes(); ?> class="<?php echo avia_get_browser('class', true) ." html_$style ".$responsive." ".$headerS;?> ">

    Save that file, and now add the following CSS to Quick CSS or your /css/custom.css file

    .firefox #top p a, .opera #top p a {
    display:inline !important;
    position:inherit !important;
    }

    Please let us know if this one does the trick.

    Thanks,

    Nick

    Jasmine Lovelstzy
    Participant

    Hi Team,

    We set up colors as much as we could under Theme Options -Styling and the article below has links, bold descriptions and <h2> text and its all the same color. They would like it to be different. Is it possible?

    Here is a link to the page http://babyblueshelp.com/baby-blues

    1.) LINKS: so under 1. and 2. the bold text that is in blue are also links (if you hoover it would be different color)

    2.) BOLD: and the rest under 3., 4. thru 10. its also bold but does not have links yet it also shows the same color.

    3.) <h2>: Text on top is also the same color.

    How can we change it if possible.

    thx

    jasmine

    #118922

    I’ll go ahead and close the topic in that case :)

    Regards,

    Devin

    Hi Antonio,

    My guess is the autoplay on the video is causing the avia builder to run into issues. In general, its never a good idea to have videos auto play but when using the advanced editor, it attempts to run anything inside of it/display images to better help users making visual layouts (we’re looking at options for this).

    Another thing to try would be to disable Jetpack and the Statcounter plugin and see if that helps. Jetpack, while feature packed is very invasive in what it effects through wordpress but perhaps one/both of them is having some conflicts with the video content or the builder in general.

    I wasn’t able to reproduce any of the testimonial issues on my end however. Is it only in a specific browser or OS?

    Regards,

    Devin

    #119034

    Hi Andy

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top .grid-entry .inner-entry {
    background: #333;
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.2); /*border on portfolio items*/
    }

    and

    #top .grid-entry-title {
    background-color: #333; /*bg of title for portfolio item*/
    color: #fff; /*color of title text*/
    }

    The footer issue is most likely not possible without quite a bit of tweaking. Since each footer section doesn’t actually touch the one next to it, you would need to re-do that grid section to allow a line to extend past the edge of the actual widget.

    Regards,

    Devin

    #116875

    Thanks Devin,

    I’ve been working on this and wanted to stay in communication as its taking some time so would appreciate if you can keep this topic open while i work on this in case i have some more questions.

    thx

    jasmine

    #119285

    I have the same question.

    Ismael helped me with the incarnation theme and it worked (*post: https://kriesi.at/support/topic/transparent-header-1#post-109588 )

    and i tried to use the same css with Enfold but its not working.

    so would also appreciate help with the css for Enfold to make both header and body transparent.

    thx

    jasmine

    Jasmine Lovelstzy
    Participant

    Hi Team,

    Not sure if it takes so long but its been over a day and i still cant view the video. This is Nick’s post its closed so cant post there https://kriesi.at/support/topic/how-to-create-a-full-background-image-under-blank-page#post-110911

    * this is a screenshot i get http://demo.globalads24.com/wp-content/uploads/2013/05/Picture-61.png

    * this is a live link http://vimeo.com/channels/aviathemes/66091327

    thx

    jasmine

    #118597

    So you are saying that you will never ever make changes to functions.php og custom.css? If so it makes sences to drop Child Themes.

    I am used to Child themes, but have never made one so I guess I am not one of them; “users who know what they’re doing will use a child theme anyway”.

    I searched around and found this: https://kriesi.at/support/topic/child-theme-1

    But testing gives me issues with the socket https://kriesi.at/support/topic/socket-540px so I got a bad feeling and am now uncertain if I dare go ahead and start building the site around this Child theme.

    I guess Im saying that I would love to either now that functions.php and custom.css would never ever got modified or that you would provide a proper Child theme identical to the “mother theme”.

    Thanks!

    #118890

    So your demo page has customizations you dont even know about? http://kriesi.at/themes/enfold/shortcodes/iconbox/?skin=Vine

    Is avia-builder-el-5 the icon box with top icon?

    Actually Kriesi just forgot to update the version number in style.css. If the change log (version.txt which lists all changes) mentions the new 1.4 version changes you have the right version. We also integrated an update notification script into Enfold – when we release a new version (i.e. 1.5) the theme will display a yellow notification message at the top of the admin screen.

    #119227

    In reply to: Small request

    Hi taliwalt,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top .avia-team-member .team-social {
    border: 7px solid rgba(0,0,0,0.1);
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    }

    I added in the other items that make up its general appearance so you have them as well. It uses rgba color to define the color and transparency so you can change it as needed.

    Regards,

    Devin

    Hey,

    Glad it worked . :)

    Regards,

    Ismael

    #119177

    In reply to: Menu Font Changes

    Hi,

    For the menu you can use this

    #top .main_menu .menu li > a {
    display: block;
    text-decoration: none;
    padding: 0 13px;
    font-weight: normal;
    font-size: 12px;
    font-weight: 600;
    font-size: 13px;
    font-family: Helvetica;
    }

    For the submenu, try this.

    #menu-sub-menu a {
    font-size: 15px;
    color: red;
    }

    Regards,

    Ismael

    #118864

    In reply to: Font size questions

    Hi,

    You can alter the fonts on the FullWidth EasySlider with these

    .avia-caption-title {
    font-size: 15px;
    }

    .avia-caption-content {
    }

    You can use this for the menu.

    #top .main_menu .menu li > a {
    display: block;
    text-decoration: none;
    padding: 0 13px;
    font-weight: normal;
    font-size: 12px;
    font-weight: 600;
    font-size: 13px;
    font-family: Helvetica;
    }

    Regards,

    Ismael

    #118889

    Hi,

    You can target a specific iconbox. You can do that by adding the avia-builder selector.

    #top .iconbox.avia-builder-el-5 {
    background: rgba(110, 128, 128, 0.49) !important;
    }

    Please try to inspect each of your iconboxes and look for the avia-builder selector. I think it is the only way you can specify a different color for each iconbox.

    Regards,

    Ismael

    #23276

    Topic: Menu Font Changes

    in forum Enfold
    jwferne
    Participant

    Hi Guys,

    Have a simple question for you all. I was wondering if you can tell me how to properly find and define the font characteristics for the the:

    – Top Menu – and also with selected and hover

    – Sub Menu – and also with selected and hover

    I’m getting really confused on what to grab with firebug.

    Sorry for the noob question, but thank you very much for your help!!!

    – John

    #119030

    Hi andyhoodified,

    I see the same issue though I don’t know how it might be fixable as it seems to be a rendering bug with chrome. I’ll tag Kriesi on the topic to see if he has any ideas.

    As for email alerts, no I don’t think so though you can add the topic to your favorites (at the top of this page) and keep track of them that way.

    Regards,

    Devin

    #23272

    Topic: nav menu questions

    in forum Enfold
    jeffcrain
    Participant

    I posted this earlier. The response had a closed topic and there was no way for me to respond.

    I want to move the navigation menu down and keep the logo the same size. I was given this code:

    .nav {

    position: relative;

    right: -20px;

    top: 55px;

    }

    #top .logo, .logo a {

    height: 90px;

    width: 210px;

    left: 8px;

    top: -11px;

    }

    The only thing I was able to do was to change the size of the logo. I could not move the nav menu down.

    Other questions:

    How do I remove the search magnifying glass from the menu?

    How do I change the text height, bold, etc?

    How can I remove the current page from the menu?

    Thank You

    #118964

    Hi mmoesslang,

    A) Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top .main_menu .menu li a {
    font-family: Arial;
    }

    Read more about font-family http://www.w3schools.com/cssref/pr_font_font-family.asp

    B) I don’t know of a way to easily move the search icon/functionality from the main menu as its kind of a theme function. I’ve asked Kriesi about it just now and will update when I know more.

    C) We’ll need to see the issue live to inspect the code and see whats going on. So if you can provide a link, we’ll look further.

    Regards,

    Devin

    abortolotti
    Participant

    I’ve been recently experiencing lots of troubles with making pages. Seems like there is some conflict somewhere and the only thing I can think of is an embed code I inserted from a video I upload on vimeo today. I used the “text block” content element to insert the following embed code in the text editor tab:

    <iframe src=”http://player.vimeo.com/video/66140588?title=0&byline=0&portrait=0&autoplay=1&loop=1&#8243; height=”375″ width=”500″ frameborder=”0″></iframe>

    which is an autoplay, looped short video, and I can’t save whatever I am doing most of the time. I tried with different browsers, different computers yet the result is the same. Sometimes I can save, other times I cannot save the work I am doing.

    Sometimes the windows open on the visual editor, sometimes on the text editors by default, within the same element, such as the “icon list”.

    Sometimes it shows everything blank in the visual editor although there should be some content there, which shows up in the text editor instead (!!!), other times it rolls back to previous content I wrote, losing the most recent one. And all within a few minutes of working on the page…

    Also, after inserting the embed code above, I see the video playing immediately inside the back end of the Avia layout builder. Is that normal?

    I tried removing the code and erasing the box altogether, yet the problem persists. So I added the box and the code again, maybe it’s not that fault…

    I haven’t installed any plugin recently, nor has the theme any other plugins that I installed before I experienced these problems, apart from the following which have been there for two weeks:

    Akismet (active)

    BBpress (active, without any forum started yet).

    Cashie Commerce (no active)

    JetPack(active)

    Statcounter (active)

    Woocommerce (not active)

    Also: I have the “default editor” showing the Avia layout builder and the “advanced” editor showing the regular empty page with the content box. Is that correct or is it reversed?

    Thanks for your help;-)

    Antonio

    Perfect. That’s what I needed. Thanks.

    #23254

    Topic: Socket 540px

    in forum Enfold
    webpress
    Participant

    If there is little or noe content on a page the socket goes 540px high!

    Whats wrong? Im using child theme from here: https://kriesi.at/support/topic/child-theme-1

    #119043

    Hi pureoption,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top .grid-entry .inner-entry {
    margin-right: 0px;
    box-shadow: none;
    }

    Regards,

    Devin

Viewing 30 results - 142,471 through 142,500 (of 142,790 total)