Viewing 30 results - 141,121 through 141,150 (of 142,510 total)
  • Author
    Search Results
  • #128056

    In reply to: Image not found

    I was able to fix my import problem by using this thread

    http://wordpress.org/support/topic/failure-to-import-and-invalid-post-type-errors”

    I am still unable to upload images properly.

    The image problem was there on my test site(“lavista.co.in”) also.

    Though I am able to upload images after disabling my theme. It could get my work done in an irritating method.

    Any fix to my problem or hint as to where my problem could be??

    #128166

    In reply to: Move main menu down?

    Hi,

    You might need to add !important to make it work on quick css.

    #top .main_menu .menu li > a {
    padding-top: 20px !important;
    }

    Regards,

    Ismael

    #25879
    golence
    Participant

    Hej Hej,

    Recently I bought the template, and I’m very satisfied my the design.

    Anyhow I need to make some few changes.

    1. I need to add a secondary menu, which I did, and that will include 2 links which will be placed at the top right. I need to make this 2 links with a background color (one orange, one purple) so they kind of look like buttons which stick out from the rest of the design. Can you pls let me know where do I do that?

    2. I would need to increase the height of the header

    2. Once I added the secondary menu, the rest of the web side went down(logically)…Anyhow, what I need is that I want the text under the slider to be shown once I open the site…I’m planing to have there title MISSION followed by two raw sentence. I added the Text block but the padding between the title and the text is to big, so I can only see the Title Mission.

    Thank you for your help

    #25878

    Topic: Pagination CSS Problem

    in forum Enfold
    nedimhazar
    Participant

    Recently, I had a question/request which was solved in a clever way:

    https://kriesi.at/support/topic/pagination-for-individual-portfolio-items

    However, the css of the pagination does not work very well. See:

    http://nedimhazar.com/hakkimizda/

    which css code must I alter?

    Best, thanks in advance,

    Nedim

    Hi,

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

    #header_main {
    display: none;
    }

    #header_meta {
    min-height: 0;
    }

    .fixed_header.social_header #main {
    padding-top: 0;
    }

    Regards,

    Ismael

    #128229

    Hi,

    Yes, there is a preview at the very top of Enfold > Styling. For example, change the background of the header then scroll back to the top, you’ll see the preview header.

    Regards,

    Ismael

    #25875

    Topic: Color Section

    in forum Enfold
    web4smallbusiness
    Participant

    I have searched the forum and was unable to find an answer to my color section question.

    I have created a color section on one page of a website I am creating. Then on top I added 2/3 and 1/3 layout elements and then inserted text to the 2/3 layout.

    Even though The Main content background set in the Theme Styling is #f8f8f8, the background colour of the 2/3 text div seems to be transparent, so the text sits directly on the image without the div background. Here is a link to the page that I’m talking about

    http://youthreach.com.au/wp/programs/self-development/

    Any suggestions on how I can make the background under the text to be #f8f8f8.

    Many thanks

    Hi,

    Please update your theme. The current version is 1.71 and you are using 1.6. Please go to themeforest and download the latest version. Please be aware that the update will overwrite all the theme files. Here is a video by Devin on how to go about doing this https://vimeo.com/channels/aviathemes/64927356

    Thanks,

    Nick

    Hi,

    There is no padding except in your logo. Open it up in an image editing program and crop the empty space on top and bottom of logo.

    Thanks,

    NIck

    #126309

    In reply to: button in menu

    Hi,

    Take a look here https://kriesi.at/support/topic/full-screen-slider-image-chopped#post-96684

    Which is a full solution for button inclusion into fix header with social media buttons. It includes some css as well for various screen sizes and you can adapt it to your button.

    Thanks,

    Nick

    #25856
    joe88
    Participant

    Hello. I’m using the Easy Slider module on my portfolio item page. I noticed that in Mobile view, the image is not sizing correctly. I have it set as a Featured image and it looks fine on Desktop view. But in Mobile, it is somehow getting cropped and distorted. Please see attached link. Thanks.

    http://snag.gy/rT3H9.jpg

    #128401

    Hi, the alignment is then off, so in the layout.css, I add a padding to the top of 15px.. which works nicely, except for when you scroll down, it cuts off the text.

    Any suggestions how to align better? You can see this on http://www.kennethhavinga.com

    #126308

    In reply to: button in menu

    Hey!

    You can use a media query to exclude ipads:

    @media only screen and (max-width: 989px) {
    #menu-item-2944 .avia-menu-fx {
    display: none;
    }
    #menu-item-2944 {
    margin-top: -8px;
    }
    }

    Regards,

    Peter

    #128350

    Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesslideshow.php and replace

    if(trim($title) != "")   $title 	= "<h2 class='avia-caption-title'>".trim(apply_filters('avf_slideshow_title', $title))."</h2>";
    if(trim($content) != "") $content = "<div class='avia-caption-content'>".wpautop(ShortcodeHelper::avia_remove_autop(trim($content)))."</div>";

    with

    if(trim($title) != "")   $title 	= "<h1 class='avia-caption-title'>".trim(apply_filters('avf_slideshow_title', $title))."</h1>";
    if(trim($content) != "") $content = "<div class='avia-caption-content'><h3>".wpautop(ShortcodeHelper::avia_remove_autop(trim($content)))."</h3></div>";

    #128210

    Hi chartier,

    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.home .avia-builder-el-1 .slide-entry a.slide-image {
    display: none;
    }

    Regards,

    Devin

    #127640

    Hi Ana,

    1) The presentation is really up to you but if you don’t find anything from the theme features you’ll need to find a suitable third party plugin. The exact implementation is up to you.

    2)It sounds like you may have done some step incorrectly but exactly which one or what happened is near impossible to tell without seeing the page live. If you can provide a link we can take a look.

    3+4) This isn’t possible with the built in theme functionality. You would need to hire a freelance developer to customize the portfolio elements to create a tiered sorting function.

    To give your forms the ability to have uploads you would need to use a third party plugin as the theme forms element doesn’t have that capability at the moment.

    The sidebar issue might be doable with a plugin but I don’t know of any that can do that off hand.

    If you have any other questions just make a new topic and we’ll address it as best we can.

    Regards,

    Devin

    i want to remove the blue bar at the top please, thanks : )

    #127899

    Hi Jason,

    1) I think Ismael thought you meant something else but no there is no current option for changing the excerpt amount. It has been put in as a feature request but right now you would need to modify the shortcode code in order to do that.

    3) You can remove the padding from the bottom of the first widget and the top of the second with:

    #footer #youtubechannelgallery_widget-2 {
    margin-top: 0;
    }
    #footer #text-3 {
    margin-bottom: 0px;
    }

    There is still some spacing but its from the widget contents themselves.

    5) This isn’t easily doable. You would need to have a freelance developer create a custom template for your single posts to re-create the sidebar layout without an actual sidebar.

    6) You could set a smaller min height specifically for the header rows if you don’t like the effect overall:

    .pricing-table .avia-heading-row {
    min-height: 30px;
    }

    7) No. You would need to either create a child theme which would at this point mean re-setting up all the theme options or just re-modify the file after each update.

    8) try:

    @media only screen and (min-width: 990px) and (max-width: 1140px) {
    .team-social-inner {
    top: 20%;
    }

    }

    Regards,

    Devin

    #128194

    Hi bakbek,

    Any page can have the header removed by going to the Layout meta box and then choose that option from the Header option.

    To reduce the height of the header, 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:

    #header_main .container,
    #top .main_menu .menu li > a {
    height: 44px !important;
    line-height: 44px !important;
    }
    .fixed_header #main {
    padding-top: 44px !important;
    }

    The logo is constrained by its overall width to height ratio. So the width will constrain to the height. You will see the logo shrink even more with the above css change as well.

    Regards,

    Devin

    #128069

    Hi zedduo,

    Just as a general fyi our queue system goes by oldest posted topic or response within a topic to the newest. So each time you bump it actually pushed your topic to the end of our queue and not the front.

    I don’t know of any parameters for the target within a shortcode so I’ve tagged Kriesi on the topic to see if there is already something in place for it.

    Regards,

    Devin

    #127996

    Hi sitadi,

    This will do it but keep in mind it will also remove any text excerpt as well since there is not difference in the code for the two:

    #top .ajax_search_excerpt {
    display: none;
    }

    Regards,

    Devin

    #128164

    In reply to: Move main menu down?

    Hi Adrian,

    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 {
    padding-top: 20px;
    }

    Regards,

    Devin

    #127856

    In reply to: Many Problems :(

    Hi ramontessmann,

    Our support queue works by the last updated topic to the most recent so each time you self respond it actually takes us longer to answer a topic since it moves to the end of our queue.

    For #1, I don’t know how that whole tab/form section is set up but the plugins inline style is preventing the tab from being hidden on the first tab. I don’t see any indication of what is causing it to only happen on that individual tab however you could hack a fix with:

    #top.page-id-1378 #iphorm-outer-51d87b890da88 {
    visibility: hidden !important;
    }
    #top.page-id-1378 .active_tab_content #iphorm-outer-51d87b890da88 {
    visibility: visible !important;
    }

    This will only work on this page and for that specific tab however.

    #2 – I’ve addressed this in another topic with the same question. Please do not post multiple topics with the same questions as it makes it harder for us to answer things.

    #3 – I’m not getting the same visual issue but you can use any of the other header styles if your logo doesn’t work well with the fixed header menu layout.

    #4 – I tested the logo in IE8 and didn’t have any issues with it just now. Perhaps its a OS specific issue as I’m running it on windows 7 but I don’t think any of the support crew has anything other than the newest mac OS and Windows7+ to test on.

    #5 – I don’t know what this is or see any button in the bottom of the site.

    Regards,

    Devin

    #126006

    I am not getting the same results. Did you try re-building that page? Have you updated to the 1.7.1 release?

    #127761

    Yes, it’s not possible to insert text inside the [av_contact] shortcode – it will be ignored and stripped. You can add your idea to the wishlist though: https://kriesi.at/support/topic/enfold-feature-requests/page/4 – maybe we’ll add a “html content” element to the contact form if more users request it.

    #128121

    You can try this fix: https://kriesi.at/support/topic/quform-its-my-4th-topic-and-nobody-answer-me#post-122772 or open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodestextblock.php and replace

    return "<div class='avia_textblock'>".wpautop( ShortcodeHelper::avia_remove_autop($content) )."</div>";

    with

    return "<div class='avia_textblock'>".ShortcodeHelper::avia_remove_autop($content)."</div>";

    This modification will remove the wpautop() function/filter which adds p tags to the content. Maybe this will also fix the conditional logic issue.

    #25822
    Wordpressed
    Participant

    Hi,

    I wondered if you could advise on the following issues please?

    1. Element positioning – I create the advanced slides and position all the elements in the slide as I need them however when the slider is published and viewed on line the elements are in different positions and out of alignment. I tried setting a container width of 1024 and positioning the elements in the container but this has made no difference.

    2. Screen res – On my 27″ iMac the background image is heavily cropped into to allow for the full width nature of the slider. My images are 1400x430px, is there an optimum size recommended to minimise cropping or is there a better setting I can use to stop the top and bottom of the image becoming cropped?

    Hope thats clear enough?! Let me know if not. Thank you.

    #128120

    Thanks!!! I’ve updated to the new version 1.71:

    http://blueberrywebsites.com.br/blueberry/contratar/#tab-id-1

    and the form with conditional logic is not showing, I solved in the version 1.6, can you take a look? This form is driving me crazy!!!

    #128119

    Hi, I have the same problem but the developers were kind enough to say that you would be able to help.

    They say:

    Tell them the wpautop filter needs to be before the do_shortcode filter on the_content as is the case in the default WordPress theme, or give them the link to this page.

    Here is the link: http://support.themecatcher.net/quform-wordpress/troubleshooting/common-problems/extra-spacing-in-the-form

    #128118

    Hi ramontessmann,

    The css from dekkert should help but please remember that we do *not* offer support on third party plugins or customizing the output of those plugins.

    In this case, you can 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:

    .iphorm-element-text {
    margin-bottom: 0px !important;
    }

    Which will force the bottom of the input text to have a smaller margin than what the theme has elsewhere.

    Regards,

    Devin

Viewing 30 results - 141,121 through 141,150 (of 142,510 total)