Viewing 30 results - 141,781 through 141,810 (of 142,928 total)
  • Author
    Search Results
  • #126488

    Hi,

    Please add this on your custom.css or Quick CSS

    .tribe-events-month-nav select {
    float: left !important;
    margin-left: 50px !important;
    clear: none !important;
    }

    .tribe-events-next-month {
    position: absolute;
    left: 270px;
    top: 5px;
    }

    .tribe-events-prev-month {
    margin-right: 5px;
    position: absolute;
    top: 5px;
    }

    Regards,

    Ismael

    #126126

    I think I know whta the proble might be.

    Problem only exists in Firefox. Chrome is OK

    I was given a piece of code a while back to fix the problem with full width blog.

    The core files restrict the width to only 600px, so i was given this:

    #top .fullsize .template-blog .post .entry-content, #top .fullsize .template-blog .post .entry-content>* {max-width: 100%;}

    Now, that archive full screen is buggered, showing thumbnails size 495×400 for when 3 in a row.

    But if i use a sidebar, it works well. and it is only bad in firefox, chrome is fine.

    #123815

    Hi,

    Use this on your child theme’s style.css

    @font-face {
    font-family:"Free Sans";
    src: url(font/FreeSans.eot) format("eot"),
    url(font/FreeSans.woff) format("woff"),
    url(font/FreeSans.ttf) format("truetype"),
    url(font/FreeSans.svg#FreeSans) format("svg");
    font-weight:normal;
    font-style:normal;
    }

    Call the font, using this

    h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox {
    font-family:"Free Sans";
    }

    Regards,

    Ismael

    #126396

    Hi,

    Adding social media icons is a bit complicated right now. Kriesi will add the capability to modify icons on the next update.

    For the meantime, please follow this link. Go to Nick’s instruction:

    https://kriesi.at/support/topic/youtube-icon

    Regards,

    Ismael

    #125319

    Hi,

    Ok I got you. Here is the css code, please add it to /css/custom.css OR to quick css located in Enfold > Layout Styling.

    .flex_column {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #6640FF;
    background: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    }

    It has a shadow. If you dont want the shadow, you can take out the 3 lines in the middle of what i gave you above that contain the word ‘shadow’ in them. The curve will not be seen in older browsers (ie8 i think and below and 25% of visitors have that browser). To make curves visible to ie8, you need to use 4 transparent images of curves,

    Here is another way to do this that creates a cool looking panel with a 3d effect and curved corners. take the previous one out and add this

    http://www.clipular.com/c?8148149=gdtT_1yP35oTh4-qyi2Hxq7S33M&f=.png

    .flex_column {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: rgba(0,0,0,0.0);
    box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
    border: 2px solid #6640FF;
    /*border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;*/
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    }
    .flex_column:before {
    position: absolute;
    width: 80%;
    height: 40%;
    left: 10%;
    border-radius: 50%;
    z-index: -1;
    top: 0%;
    content: "";
    box-shadow: 0 -7px 16px rgba(0,0,0,0.4);
    }
    .flex_column:after {
    position: absolute;
    width: 80%;
    height: 40%;
    left: 10%;
    border-radius: 50%;
    z-index: -1;
    bottom: 0%;
    content: "";
    box-shadow: 0 7px 16px rgba(0,0,0,0.4);
    }

    Thanks,

    Nick

    #126291

    In reply to: button in menu

    Hi Devin, you wouldn’t happen to be able to help with this would you? In mobile devices it doesn’t have to show as button it can be included in drop down just want the button there for desktop menu.

    Thanks much,

    Chris

    #25315
    Imageco
    Participant

    Sliders load correctly on desktop but not on mobile, what do I need to do to resolve this?

    http://electriciankc.10ens.com/

    Thank you!

    #25313
    tiperry
    Participant

    My website is located at:

    http://www.bmicharter.org/events

    I can’t figure out why the calendar menu dropdowns extend into the header, rather than sit flat on top of the calendar grid view.

    Can you assist?

    I’ve tried to search and find other people having this issue, and I’m not sure what’s causing this.

    #25311
    alouettephoto
    Participant

    I downloaded the installable wordpress theme with the new update (1.7, i am using 1.2) and then go to themes > upload > select the .zip file. It doesnt upload. It always say “Are you sure you want to do this?. Please try again.”

    Another problems: It says the Jquery Library is old (version 1.6.4) but it used to work. I downloaded the Jquery Updater as recommended and it’s still the same. It says “LayerSlider: old jQuery issue”. Not only the image slider dont show up, the post sliders dont show up either.

    Last problem: The Enfold Combo Widget started to look funny. The popular tab is on top and the recent and tag tabs are bellow the widget.

    My new proyect has been on hold because of this :( Please help.

    Hi Martin,

    No not at the moment. I’ve added the request to the Feature Request thread: https://kriesi.at/support/topic/enfold-feature-requests/page/4?replies=99#post-120596

    There could be a way to do it with some custom css on a specific testimonial set up but it would be unique to the implementation and we would need to see it live to see if its doable.

    Regards,

    Devin

    #122493

    In reply to: IE8 image distortions

    Hi, content of blog thumbnails looks perfect now. I add also: .big-preview img {width: 100%;height: 100%;} cause in some places pictures was out of proportions, and this: #top .news-thumb img {width: 100%;height: 100%;} improve appearance of small thumbs in sidebar. Thanks for help and good suggestions. Maybe it’s not bad idea to gather css quick solutions for IE, and conditional style to header.php. Best regards.

    #126124

    Hi J,

    The theme’s grid is set up to make the blog-grid layout alternate between 1 full width and 2 half width blog posts in the blog grid layout. See: http://kriesi.at/themes/enfold/blog/blog-grid/

    So on your phone (s3) you’ll actually get 2 columns at 205px wide since the screen width is 720px. This is equivalent to the column size for the blog grid on desktop screens when using 3 columns and a sidebar as the demo does.

    Regards,

    Devin

    #126074

    Hi rinoy,

    There was a bug with a recent version of bbPress which prevented the wordpress search from searching forum posts. If it isn’t working still and there is no update for bbPress available then it has not been fixed yet.

    In this case, there isn’t anything we can do to fix it since the theme just uses the wordpress search function.

    Regards,

    Devin

    #25303

    Topic: Remove social header

    in forum Enfold
    Imageco
    Participant

    I would like to completely remove the thin grey social header bar at the very top of the layout. How would I achieve this? Thanks!

    #126091

    Thanks Ismael,

    That works for us.

    Sorry Andy, we didn’t mean to hack your post. We probably should have posted on a different topic. Hope you can get everything resolved.

    Cheers

    -Nicolas

    #123980

    Thanks for your help. Text on top doesn’t look very clean.. is there anyway to keep the text at the bottom of the image?

    #25292
    calexander
    Participant

    I have two images with a simple fade transition in the slider, and the slider seems to “blink” or “flash” white a fraction of a second before the transition to the next image. I have seen this behavior across Chrome, Firefox and Safari on Mac. Please see here: christopheralexander.info/h3/ Please let me know what to do to get rid of this. Thank you!

    #125610

    Hi Dennis,

    You would need to use the page ID class for each specific page. Eg:

    #top.page-id-70 .av-special-heading.blockquote > * {
    text-align: center;
    }

    Where 70 is the page ID.

    Regards,

    Devin

    #126189

    Hey Hugo,

    That is what this comment guides you to do: https://kriesi.at/support/topic/issue-with-child-theme#post-116432

    It should have been included in 1.7 as well so if you update the parent theme it should be already in place.

    Regards,

    Devin

    #126177

    Hi mgma,

    I *think* the ajax portfolio slideshows are set to change on mouseover of the individual slides so I’m not sure if the option is available for the ajax view or if Kriesi just accidentally is overriding them.

    I’ve tagged Kriesi on the topic for a definitive answer.

    Regards,

    Devin

    #125817

    In reply to: Enfold custom.css

    Correction #2

    Move the Social menu from left to right and text area from right to left…just a swap.

    I was given the following code by your support to place on the CSS and we tried placing it in both the Quick CSS and Custom CSS and none worked. Here is the code:


    div .sub_menu {
    left: -20px;
    right:auto;
    }
    #top .social_bookmarks{
    float:right;
    }

    #125920

    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.page-id-1739 .entry-content .avia-gallery-1 .avia-gallery-thumb img {
    border: none;
    }

    To break it down:

    #top.page-id-1739 – The top ID and class of .page-id-1739 to only have the css after effect *this* page.

    .entry-content – Only the entry content for this page

    .avia-gallery-1 – the specific gallery within the entry content in case you had multiple galleries within the entry-content

    .avia-gallery-thumb – Thumbnail section only

    img – The images inside the thumbnail section which has the border

    {border: none;} – border declaration with a property of none or you could use border-wdith: 0px .

    I have no idea about the permalink though.

    Regards,

    Devin

    #126151

    Hi Doremus,

    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:

    /*removes margin from above and below form inputs*/
    .ajax_form p {
    margin: 0;
    }

    /*padding inside the inputs*/
    #top .ajax_form .text_input, #top .ajax_form .select, #top .ajax_form .text_area {
    padding-top: 4px;
    padding-bottom: 4px;
    }
    /*re add padding to captcha only*/
    #top .ajax_form .text_input.captcha {
    padding-top: 13px;
    padding-bottom: 13px;
    }

    /*re add some space above the submit*/
    #top .ajax_form .button {
    margin-top: 13px;
    }

    Modify as needed.

    Regards,

    Devin

    #126129

    Hi Andy,

    Yes, generally you could use something like:

    .iconbox_icon.heading-color.avia-font-entypo-fontello:hover {
    color: black;
    cursor: pointer;
    }

    For a icon on top of an iconbox. It would need to be done with targetted css to make it only happen some places or on other instances.

    Regards,

    Devin

    #125624

    Hi FLSouthPaw,

    Our queue system actually goes from oldest to newest so each self response/bump actually pushes the topic backwards instead of bringing it to our attention. We’re considerably over normal levels of new support requests so its taking a bit longer than normal to get to items and the weekend just compounds that (since support is typically monday-friday).

    I’ve tagged the topic for Peter and Kriesi as I’m not aware of anything with 1.7 that should have or could have cause a change in the mail function but if not Peter definitely Kriesi will be able to help shed some light on the issue.

    One thing to check now however would be if you had previously made any theme changes to support SMTP. If so, a theme update would have overwritten those changes.

    Regards,

    Devin

    Hi essentialmessagemarketing1,

    It sounds like most of the issues are related to the server not having enough memory allocated for wordpress to use. Increase your php memory to at least 128mb via one or all of these: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    You’ll also need to update the theme files since you’re still on 1.3.1. See: https://vimeo.com/channels/aviathemes/67209750

    Just as an aside, our Queue system goes oldest post to newest so each self post in the same topic actually pushes it further back instead of bringing it to our attention.

    Regards,

    Devin

    #126002

    Hey kcharity,

    We’ll need to see the two pages live and inspect the code on our end. If you can also give a brief overview of how the items are laid out in your visual editor/advanced layout editor that will help as well.

    Regards,

    Devin

    #125988

    In reply to: A few questions

    Hi barryocarrollphotography,

    1) If you are using a secondary lightbox plugin, you should just disable it. Otherwise you’ll need to unhook the themes prettyPhoto script from being used throughout the site and I’m not sure anything third party will be able to accurately integrated with all of Enfolds features.

    2) 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:

    .avia-slideshow-dots.avia-slideshow-controls {
    display: none;
    }
    .avia-slideshow-arrows.avia-slideshow-controls {
    display: none;
    }

    3) Go to the Styling tab of the theme options. Then open the Header tab and change the options there. The “Header font color” controls the menu item static color as well as the hover using a theme function to get a slight difference from the one you pick.

    So you could use the following to set the static color for all those items and then use that option to just set the hover:

    .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a { color: #FFF000; }

    Regards,

    Devin

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    #125972

    Hi nickdeclercq,

    There are a couple of things to try.

    First, go to a new portfolio item and then scroll to the top of the screen. Click on Screen Options and make sure Featured Image is checked.

    Next, deactivate all active plugins that you have running on the installation. Then log out and log back in and try adding a new portfolio item with featured image, again make sure featured image is checked.

    Regards,

    Devin

Viewing 30 results - 141,781 through 141,810 (of 142,928 total)