Viewing 30 results - 140,221 through 140,250 (of 142,732 total)
  • Author
    Search Results
  • #135963

    Hi tjayowen,

    It really depends on exactly what you want to alter. Generally you can do things like:

    #top h3 {
    color: #333;
    }

    However, if there is something else that is more specific then the css would need to be altered for that item with another level of selector.

    So you might need to do:

    #top #footer h3.widgettitle {
    color: #333;
    }

    Regards,

    Devin

    #135361

    Hi cyrusis,

    Our queue system goes by oldest response in a topic to newest so each time you self bump or respond it actually pushed the topic to the end of our queue.

    I’m not getting any error with the portfolio navigation at this point though it does have a bit of a delay so it takes a moment to load in.

    The header height can be adjusted with:

    #header_main .container, .main_menu ul:first-child > li a {
    height: 88px;
    line-height: 88px;
    }

    Regards,

    Devin

    #134862

    I tried commenting out only one of the 2 lines at a time, but that didn’t solve the problem either. If the removal of the line allows a second link, then that removal also causes the Link URL to appear printed out at the top of the post.

    Thanks for trying!

    Hi macrunner,

    Sorry for the delay but each time you self responded it actually pushed your topic to the end of our Queue. Our Queue systems goes by oldest posted response which means each self bump actually puts the topic at the back of our queue.

    To get rid of the bbPress message you can comment out or delete this code in includes>admin>register-plugins.php:

    array(
    'name' => 'BB Press Forum Software',
    'slug' => 'bbpress',
    'required' => false
    )

    Regards,

    Devin

    #135756

    In reply to: Gravity Forms ID's

    Hi David,

    For the most part they are the same but Gravity Forms doesn’t spit out multi column forms so you would need to manually edit a form by each ID, adding percent widths and floats.

    For example:

    #top.page-id-2571 #field_1_2 {<br />
    width: 48%;<br />
    float: left;<br />
    }<br />
    #top.page-id-2571 #field_1_3 {<br />
    float: right;<br />
    width: 48%;<br />
    clear: none;<br />
    }

    and something like this would force all the input widths to 100%:

    #top .gform_wrapper input {<br />
    width: 100%;<br />
    }

    Regards,

    Devin

    #135965

    Hi vadi4ek,

    I closed the topic as this isn’t a bug. If you choose for an image to be “fixed” that means that it does not respond to the size of the browser.

    There is no fix for this. If you want the image to be responsive then it can not be fixed in the color section.

    You can change the alignment of the image to change where it stays fixed to the page/content.

    Regards,

    Devin

    #135964

    Hi nrosella,

    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 #after_full_slider_1 .template-page.content {
    padding-bottom: 10px;
    }

    This will target your home page and then that elements container and finally reduce the padding on the bottom for the content within.

    Regards,

    Devin

    #135253

    Hi Devin, I have the same problem.

    -I upgraded to enfold 2.0.

    -I regenerated the htaccess. When I put the default permalink structure, the pagination works properly.

    -When I return to the desired structure permalinks /% postname%/ stops working.

    -In the second language the pagination works properly with %postname%

    Here the problem http://www.galarestaurant.es/descubre-nuestros-platos/

    #136078

    Hi,

    Same problem :

    https://kriesi.at/support/topic/fullwidth-page-has-wrong-formatting

    and here:

    https://kriesi.at/support/topic/20-bug-some-content-meta-tag-is-shown-vertically-in-no-sidebar-layout

    (I hope these links helps to consolidate, if not I’m sorry… :o/)

    Best regards,

    Jul

    #136007

    Hello,

    Same thing for me…

    Like here :

    https://kriesi.at/support/topic/fullwidth-page-has-wrong-formatting

    and here:

    https://kriesi.at/support/topic/problem-with-post-meta-infos-version-20

    Any help is welcome. Thx

    Best regards,

    Jul

    I have successfully made it to this point. However I would like the map to display across the top of the page like the demo version here:

    Its not on the sidebar. Its on the top of the page.

    http://kriesi.at/themedemo/?theme=enfold

    #28056
    bstroadmin
    Participant

    Hello,

    I want to update the titles for the Archive pages. I found this post (https://kriesi.at/support/topic/archive-page-title-edit) where someone said to edit the function-set-avia-frontend.php file.

    Editing the original file works, however I am using a child theme to override original files and not lose my changes. Creating a duplicate of the function-set-avia-frontend.php file (inside all the same folders) does not seem to override the original file.

    Is it possible to override the function-set-avia-frontend.php file in a child theme at all, or no?

    Thanks!

    stwallis001
    Participant

    Hello All,

    I need help setting up the Contact Page Google Map Widget. I would like my Contact Page Map to Match the Demo version of the template. I know that I need to use the template builder to do so and I have tried several things to accomplish this and I have not been successful at this point… I know that instructions are as follows but I need a little more detail.

    “You can display a google map widget anywhere you like. Here we are using the template builder to add a sidebar area at the top of the entry, then we add a google map widget to the area. You can add any number of other widget you like as well.”

    Please elaborate.

    Thanks,

    #28051

    Topic: IDX Widget

    in forum Enfold
    tetsukage
    Participant

    1. Hi, I have tried all weekend to no avail to fix this issue… I cant seem to make my widget here on the left

    http://worldwideproperties.com/idx/

    (A) Look like the widget here on this page on the right

    http://themeforest.net/item/realia-responsive-real-estate-wordpress-theme/full_screen_preview/4789838

    (B) Appear on the mobile version (it isn’t there for some reason). It’s the left sidebar.

    2. I also want to make the stuff around the grey bar at the top of the page more normal like this other site I made

    http://realtors-miami.com/idx/

    I basically would like to disable the CSS just for the IDX stuff I guess

    Hi Arthur,

    You need to make those changes only effect your desktop. We’ve added in 2 media queries to your custom.css in the base theme so that you can just paste in the css as needed.

    So for your adjustments, you’ll want to putt them in this code:

    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

    @media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */

    }

    Right under the ” /* Add your Desktop Styles here */” .

    Regards,

    Devin

    #130983

    Hi jh100,

    The above is only a partial solution. It will move the sidebar to be generated before the content and then force it to display on mobile devices.

    It still needs to be adjusted with css to display correctly and each of the page templates needs to have the code position changed.

    Regards,

    Devin

    #135425

    In reply to: Easy Slider IE

    I added a fix for the special heading which I believe was added into the last version.

    You can use the Advanced Layout’s Templates to easily copy over a pages layout/content to another page. In the top right of the advanced layout editor just click on templates and then save one when viewing the page layout you want to copy over.

    If you want to use the debug mode you need to be very careful as its putting plain text directly into the database which is why its not on by default. See: https://kriesi.at/support/topic/export-theme-settings-and-templates#post-113775

    Regards,

    Devin

    #135975

    Hi mgma,

    I don’t have any reference for what you mean. Just looking through all of your previous posts I don’t see any topics relating to it either so I’m just not clear on exactly what you are having issues with or what Kriesi might have said was a bug. As far as I know what you describe isn’t a bug but again, with a bit more context I’m not sure I’m completely clear on it.

    Regards,

    Devin

    #133188

    Can you please tell me too!!:-) I have been adding a topic to my favorites and then navigating from there.

    #135949

    Hi echosims_inc,

    I’m not seeing any overlap on those icon/columns on my end. The one thing I did notice was that the last element on that page needs a bit more padding to prevent a secondary scroll bar. You can either add a whitespace element after its content or add a bit of padding to it with:

    #top.home #av_section_3 {
    padding-bottom: 10px;
    }

    Regards,

    Devin

    #135286

    Hi ReneBrouwer,

    I can’t imagine something like that slipping by Kriesi as he tests on all iOS devices. What version of phone and OS is it specifically? I’ll tag the topic for Kriesi as he is the only iPhone user but any additional information will help him diagnose the issue.

    Regards,

    Devin

    #135625

    Hi italiatiles,

    Glad you were able to figure it out! For any future posts its important to know that our queue system goes by oldest topic posted to newest so self bumps actually push a topic to the end of our queue.

    So next time we’ll be able to answer a bit more quickly if you don’t self bump :)

    Regards,

    Devin

    #135871

    In reply to: Header/Nav/footer

    the search bar is now in a second nav bar, much like the one that we already removed once, it needs to be all the way at the top with the rest. and I need the social icons to run up and down the side, not across/horizontal. Thanks

    Yakosuso
    Participant

    Hi there.

    Several days ago, we post this topic….

    We got the same error…

    “Fatal error: Call to undefined function layerslider_init() in /homepages/4/d369761083/htdocs/PEPANET/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php on line 121” …

    We got the last versión for ENFOLD, 1.9 and WP versión is 3.5.1

    THATS YOUR ANSWER ….

    Check your pages for Layer Slider elements, remove them update the page then insert them back

    Regards,

    Ismael

    We have 2 questions….

    1º If we remove a slider page…we should creat it from scratch… There is not other way to do it?

    2º We should create all the slides from scartch?? Could we duplicate them, or the problem is the dupication?

    Best,

    jacobo

    #28031
    robucki
    Participant

    Dear support team,

    thanks for the great theme, but as so many other, i have a special request. Perhaps i didn’t look good but i did not find a topic for this item for Enfold. I want to display social icons in the same container as the main menu. Hope you can help me with this.

    greetings Ronny from the Netherlands

    #28025

    Topic: Google Maps Widget

    in forum Enfold
    awilson3rd
    Participant

    Hello,

    The the bug on the following thread get fixed? Only I downloaded the latest version of the theme yesterday and I have the same problem with the google maps in a widget, resize of the browser fixes the issue:

    https://kriesi.at/support/topic/map-shortcode-plugin

    Thanks

    Andrew

    #28023

    Topic: search bar RTL

    in forum Enfold
    largo6
    Participant

    hello

    i’m trying to RTL the theme, i have a problem with the search bar (at the moment) :

    <div class="avia-search-tooltip avia-tt" style="opacity: 0; display: none; top: 64px; left: -136px;"><div class="inner_tooltip">

    where can i find the left property to change it to the right ? i searched all over the theme.

    another question: can i use icons inside the table rows ?

    #135601

    Hey Nick!

    thanks for your response. I tried what you advised to do. I replaced the main banner (layer slider) with image element. also I deleted 49px block. After that it did centralized whatever is in color section. but have a look what happened with the top banner. Also still the gallery sliders are not properly top aligned aligned with the date on its right side.

    Also I really need to keep the design as it was before (i really need to keep layer slider where it was because later it will be a rotating slider with different images for each of the different page).

    So, now would you like me to revert it back to its original condition as it was before then may be it will be a bit more easy for you to provide css and answer my all questions attached in the screen shot I provided you before?

    #134836

    Hi Nick,

    I have several additions in my Quick CSS from previous queries, could this be what is causing the problem? (below):

    I have the fullscreen easy slider in the footer, but haven’t used the layer slider, do you mean I should delete this element anyway, even if not used?.

    Thanks Nick,

    Gary

    #top .social_bookmarks li {
    float: right;
    }
    .sub_menu {
    left: 0;
    }

    html {
    background: white !important;
    }

    #top .social_bookmarks_mail:hover a{color:#efefef; background-color:#666666; }

    .iconlist-char {color:#0093dd;}
    .avia-icon-list .iconlist_icon {
    background: white !important; border: 2px solid #0093dd;
    }

    #top #socket .social_bookmarks {
    position: absolute;
    right: 0;
    }

    @media only screen and (min-width: 786px) and (max-width: 1000px) {
    .avia-icon-list .iconlist_icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;
    margin-right: 15px;
    }
    }

Viewing 30 results - 140,221 through 140,250 (of 142,732 total)