Viewing 30 results - 141,781 through 141,810 (of 141,904 total)
  • Author
    Search Results
  • #117041

    In reply to: text block problem

    Oups, sorry, forget the last sentence, i found the licence and have post a topic here ;-)

    Any idea of my problem ?

    #22737

    Topic: text block problem

    in forum Enfold
    swisskud
    Participant

    Hi,

    i can’t change, select or see the text in the text block ( content element ) of the avia layout builder during a few hours ? Everything was working fine but during a few hours, text disappear like there is a text in white color on white background but i can’t select it ???

    I know the text always here like you can see in this example :

    <textarea class=”avia_advanced_textarea avia_tinymce wp-editor-area” rows=”20″ cols=”40″ name=”aviaTBcontent” id=”aviaTBcontent” style=”visibility: hidden;”>
    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.
    </textarea>

    i try to change color with debug tools with chrome like change style=”visibility: hidden; or change the text color but the text is still hidden.

    Also i haven’t got any plugin active and no quick css change ????

    It’s not a good day because i can’t see the link of my licence certificate on my enfold purchased item, so i can’t create e thread on your forum and normally i have to present my work to my client tomorrow…..

    #116587

    In reply to: Mega menus

    Hi yardena,

    No, the mega menu structure is such that only a top level menu item can be the main mega menu parent. So anything inside of it needs to be within a column or a column header.

    Regards,

    Devin

    Okay – the change did finally work – needed a re-boot to my server. Thank you again. So, another question: is there a setting (or an adjustment/code) that can be made that so that the header stays the same size, but stays at the top and does not scroll with the page? Just like the “Fixed (sticky header)” without the auto resize effect?

    :-)

    #116929

    Hi Andreano,

    I believe this has actually be requested in the Enfold feature request topic already so it will be up to Kriesi on implementing it or not (an option to disable the icons).

    Regards,

    Devin

    Just tested it on my colleagues’ laptop and it seems a little better in normal IE8 view, but pretty much the same in Comp View. The search icon is OK on that laptop, while the slider icons are just plain squares, like mine.

    #116843

    Hi Topher,

    Try updating the theme files to the most recent version available from your downloads on Themeforest. Kriesi has been releasing bug fixes pretty rapidly and I want to make sure this isn’t something that was already fixed in 1.3 (you are currently on 1.2).

    Regards,

    Devin

    #116268

    Hey Scott,

    First thing is re-download the theme files as 1.3.1 had a specific fix for blank pages. Second, if that doesn’t fix it, the issue can be fixed with a bit of css. 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-blank #main {
    display: initial;
    }

    Regards,

    Devin

    #115664

    Hi jawes,

    Try the css change that Nick posted here: https://kriesi.at/support/topic/mega-menu-bug#post-108100

    Regards,

    Devin

    #116394

    Hi All,

    I’m getting similar issues as well though its a bit hard to tell on an ipad. I’ve tagged Kriesi on the topic as there are a few issues with the widescreen layout that he is working on at the moment as well.

    Regards,

    Devin

    #22708
    andreano
    Participant

    I have a request related to post layout and featured image.

    If I define a featured image I lose a considerable space on the left side, almost 15%

    See this example – http://www.andreanolanusse.com/pt/delphi-xe4-conheca-as-novidades-para-ios-e-mais/ – the image was define and its on the top, however the little camera icon stay there getting all the space.

    Any change you guys can fix that?

    Thanks,

    Andreano

    #116613

    In reply to: Tabs responsive issue

    Hi ,

    I don’t have a smartphone so please try each of these to see what it looks like

    Option A:

    Please add this to your /css/custom.css or Quick CSS located in Enfold > Styling on the bottom of the page

    @media only screen and (max-width: 767px){
    .responsive .tabcontainer .tab.fullsize-tab {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(225, 225, 225);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(225, 225, 225);
    }}

    Option B

    open up /css/shortcodes.css and find line 627 that looks like

    {width:100%; max-width:100%; border-left:none; border-right:0;left:0; top:0; min-height: 0!important;}

    replace that with this line

    {width:100%; max-width:100%; min-height: 0 !important;}

    and add this css to Quick CSS

    @media only screen and (max-width: 767px){
    #top .active_tab_content {
    border-right-width: 0px !important;
    }}

    Thanks,

    Nick

    #116856

    To expand further, every time I open up an element that has text entry it adds another <p><br/> to the top and bottom each time.

    #116842

    Forgot to include link to blog: http://www.tophersimon.com/blog

    #22691
    tophersimon
    Participant

    Hi there,

    So I’m not sure what’s going on here but I added a categories widget to the sidebar on the blog and for some reason they don’t work.

    If you click on Wedddings for example, it reloads the page, but will all blog entries, not just the weddings. Also the header changes correctly to: Archive for category: Weddings

    but, strangely enough when you click on that header, it randomly links to one of the blog posts. In this example:

    Archive for category: Weddings header links to: http://www.tophersimon.com/2012/06/12/san-jose-wedding-photography-ronnie-and-daryl-queen-of-apostles-catholic-church-freedom-hall-and-garden/

    Any ideas what’s going on and a fix?

    Thanks!

    Topher

    #22687
    mtillman
    Participant

    I’ve been quickly messing around with adding some Typekit fonts to Enfold (Integrated via the ‘Typekit for WordPress Plugin’)

    They’re loading great on desktop, but the headings appear to be degrading back to Open Sans on my mobile (iPhone 4S running iOS 6.1.3).

    Are there two different stylesheets? Desktop vs. Mobile

    Outside of that issue, also seems like it’s going to be a lot of CSS work to properly display Typekit fonts as opposed to the provided Google options. Any suggestions or recommendations?

    Also, some odd font features in general… like majority of the Open Sans is set to a letter-spacing of 1px… other fonts may not look as good with that type of spacing… any way to quickly remedy those quirks when going to other fonts… in my preferred case Typekit.

    I’m using a test site right now at: http://dev5.marktillmandesign.com

    Just minor font thoughts… all in all, I’m loving the flexibility of this theme thus far!

    Thanks.

    Mark

    #116373

    I went ahead and took the code out of the quick css. This is just something I put together myself using the shortcodes. It works fine for the first gallery, but it stops working once you click through the different tabs.

    #116084

    I will give that a try and see how it looks.

    I was also able to solve it by changing the following code

    div.pp_default div.pp_content_container .pp_details {

    margin-top: 12px;

    }

    to

    div.pp_default div.pp_content_container .pp_details {

    margin-top: 7px;

    }

    #116083

    Hey!

    Use following code to reposition the button – insert it into the quick css field:

    a.pp_close {
    top: -8px;
    }

    Best regards,

    Peter

    #116548

    In reply to: Can't do anything

    Yes, create a new temporary admin account and I will take a look at whats going on.

    You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)

    #116028

    Hi,

    I am looking at your pages, and am still trying to figure out what exactly the problem is.

    On this page http://www.northeastbarristers.com/barristers/ , i see the portfolio is working. I would do something about that area above the portfolio since it looks strange and nearly empty.

    Please point to specific problems, and if you would, please use imgur.com to post screen captures with arrows, because perhaps we are seeing different pages or are using different browsers, because everything looks good from here.

    I would just use this css to get rid of that square box during mouse over on the portfolio item pages

    #top .avia-team-member .team-social {
    border: 0px solid rgba(0, 0, 0, 0.1) !important;
    }

    Thanks,

    Nick

    Hi,

    It is possible yes but you need to add a lot of css modification. This is the closest I can get. I used a 1500x640px image with the text or whatever elements already included on image itself.

    Create a new page. On the Layout Option select “No Sidebar”, “Don’t Display the Header”, “Don’t Display the socket & footer widgets” respectively.

    Go to Advance Layout Editor > Media Elements > Insert Full Width Easy Slider > Select the Splash Image.

    On your custom.css insert this code

    .page-id-1380 #header {
    display: none;
    }

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

    Notice the .page-id-1380? That is the unique id for my own splash page. You need to inspect your page then find the body class and use that instead.

    Regards,

    Ismael

    Hi,

    You remove them with this

    #top .social_bookmarks li {
    border: none;
    }

    Or you can change the color using this

    #top .social_bookmarks li {
    border-color: red;
    }

    Always glad to help. :)

    Regards,

    Ismael

    I just noticed that Kriesi uses the function get_previous_post/get_next_post functions for the next/previous links. Unfortunately these functions rely on the get_adjacent_post() function in wp-includeslink-template.php which does not support custom taxonomies (like portfolio entries, etc.) yet. It just supports standard posts and categories if you want to select posts from the same category. So for now this won’t be possible but you can add it to the feature request list: https://kriesi.at/support/topic/enfold-feature-requests

    A workaround would be to use a plugin from here: http://wordpress.stackexchange.com/questions/8058/next-post-link-on-custom-taxonomy and to replace the get_previous_post/get_next_post function calls in functions-enfold.php:

    $entries['prev'] = get_previous_post($same_category);
    $entries['next'] = get_next_post($same_category);

    with a custom next/previous page function. I guess we need to wait for WP3.7 – then the next/previous page functions should also support custom taxonomies: http://core.trac.wordpress.org/ticket/17807

    #116665

    Afaik not because fontello.com ( http://fontello.com/ ) does not offer a icon set which contains numbers and we use this service for the icon font. However you can suggest the feature here: https://kriesi.at/support/topic/enfold-feature-requests/page/2

    Ismael you rock! That looks cool. Last question regarding that section… how can I remove the vertical separators between the social icons. They stand out harshly against the black. I’d just take them out completely.

    Thanks!!!

    Hi,

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

    #header_meta {
    background-color: black;
    }

    .header_color ul {
    border-color: gray;
    }

    Regards,

    Ismael

    jwferne
    Participant

    I’m trying to find the code that will enable me to make the top section black to add some “pop”. I don’t want to make the menu’s dark, so I can’t change the alternate color. Flip-side I’d need the text & social icons lighter. Is this all controlled in the css?

    Any help would be greatly appreciated.

    A nice feature would be to allow that top section to be defined in the Styling settings. I’m sure others would want to change it too.

    Thanks,

    – John

    #116034

    Even if a plugin is critical, it can still be coded poorly or just have a conflict because of the way it integrates with the wordpress admin.

    Installing the theme files on top of themselves shouldn’t cause you to lose any data as all of the data is stored in the wordpress database and just changing the files doesn’t effect it unless you instruct wordpress to do so.

    Regards,

    Devin

    #116201

    Hi DavyE,

    Not that I know of but I’ve tagged the head of support on the topic to see if he has any insight.

    Regards,

    Devin

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