Viewing 30 results - 134,611 through 134,640 (of 142,894 total)
  • Author
    Search Results
  • #215822
    This reply has been marked as private.
    #215812

    Hey Commodus76!

    Please post the link to your website so we can take a look

    Best regards,
    Yigit

    #215811

    Hi karlbaz!

    You can add this on Quick CSS:

    #top .fullsize .template-blog .post-title {
        text-align: left;
    }
    
    #top .fullsize .template-blog .post-meta-infos {
        text-align: left;
    }

    Best regards,
    Ismael

    #215789

    Hi bkheld!

    Your website looks like it is currently down. Please check once again or post the link to another site where you have the same issue

    Cheers!
    Yigit

    #215788

    In reply to: Easyslider

    Hi katana!

    Please add following code to Quick CSS in Enfold theme options under Styling tab
    1-

    @media only screen and (max-width: 989) {
    #top .avia-slideshow-arrows a { 
    display: none; }}

    2- Currently unfortunately it is not possible

    Regards,
    Yigit

    #215787
    bkheld
    Participant

    Screenshot: https://www.evernote.com/shard/s203/sh/d26c2725-0aca-4570-bf6d-d3ed8af2fbaa/7a9398fe3f1c889665a02b2fd4dad07d

    This is impacting several sites, one is trellispointe.com.

    Hey Bastian Jorgensen!

    You can’t remove the margin of the header_main div because there is none but you can increase the width of the container inside the div. You can use the #header_main .container selector:

    @media only screen and (min-width: 1140px) {
    .responsive #header_main .container {
    width: 1200px;
    }
    }

    The media query above is for desktop view. You can use different media queries to target the container on different screen sizes.

    Regards,
    Ismael

    #215770

    In reply to: Change Logo Shrink

    Hi!

    Please add following code to Quick CSS as well to increase the top padding of main content

    .fixed_header #main {
    padding-top: 156px;
    }

    Cheers!
    Yigit

    jaroljmek
    Participant

    Hi there!

    Just seen my site on my 27inch iMac and the Background Image (pool water) I’ve add to a Color Section on the homepage is not full width even though the actual image is 2560px wide. When inserting the image the largest I can set it to is Fullscreen Section/Sliders 1500×1000 in the drop down but this does not display fullscreen.

    http://www.celadonsamui.com

    Is there a way to create a full screen width background image with content, e.g. a Promo Box, on top of it? I’m sure I’ve seen you achieve this in your demo

    Thanks very much!!

    #215756

    Topic: logo heading issues

    in forum Enfold
    Munford
    Participant

    Hi
    I am trying to get my logo/header looking right.
    added this:
    .logo img {
    padding: 30px 0 !important;
    }
    which looks good but I am using the fixed header and the logo disappears when it scrolls.
    also, now the logo is too small on mobile devices. I’d like the logo to be bigger on the mobile, but
    still have enough space for the slide out menu to be beside it on the top right. Before it was overlapping.

    help!
    and thanks

    #215755
    Commodus76
    Participant

    ..but still works on regular sites….

    I deaktivated all Plugins….but still a JS Conflict…..

    “Uncaught Error: cannot call methods on sortable prior to initialization; attempted to call method ‘toArray’ – jquery.js?ver=1.10.2:3”

    WP 3.8 and Enfold 2.4.5 are installed….

    I can provide you with an Login, if you want…

    THX in advance…..
    Stefan

    #215739

    Topic: New custom font

    in forum Enfold
    aweirick
    Participant

    Hello,

    I’m trying to install a custom font to use with Enfold theme, and I’ve tried some other topics here, and also tried the @font face script + Font Squirrel package fonts… but it’s just not working for me.

    http://virtuavenue2.ripegroup.com/

    The font that I want to use is http://www.fonts.com/font/exljbris/museo-slab/500/web-font

    I have created a folder inside the theme folder called ‘fonts’

    I then added the script to my custom.css

    @font-face {
    font-family: ‘museo_slab500’;
    src: url(‘fonts/museo_slab_500_2-webfont-webfont.eot’);
    src: url(‘fonts/museo_slab_500_2-webfont-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘fonts/museo_slab_500_2-webfont-webfont.woff’) format(‘woff’),
    url(‘fonts/museo_slab_500_2-webfont-webfont.ttf’) format(‘truetype’),
    url(‘fonts/museo_slab_500_2-webfont-webfont.svg#museo_slab500’) format(‘svg’);
    font-weight: normal;
    font-style: normal;
    }

    And then in the quick .css I put this:
    h1, h2, h3, h4, h5, h6 {
    font-family: ‘museo_slab500’, “Times New Roman”, Helvetica, Arial, sans-serif; }

    Currently in the Enfold theme options / headings / I have Coustard selected – but when I revert this to ‘no custom font’ the site heading fonts look like they revet to Times New Roman…

    So I’m a bit stuck – not sure how to add a custom font to Enfold that’s not a Google Font – and also does not mean I have to sign up to a paid plugin/subscription to use them.

    Any detailed help would be greatly appreciated!! (I’m not very technical :)
    Thank you!!

    #215730

    Hey!

    Normally Enfold will just show the pages of the current language and it will remove all pages from the query which are translated in a different language. However if I understood your first post correctly Enfold does not list all pages of the current language on your server (because of reasons I don’t know) and thus you must remove the page filter with the code I posted here: https://kriesi.at/support/topic/advanced-editors-wpml-compatibility/#post-213906 and then it will list all pages of all languages. I’m aware of one similar bug report: https://kriesi.at/support/topic/post-slider-does-not-work-in-other-languages/ and the user had to update the WPML plugin to fix the issue. You can try to re-install the WPML – maybe it fixes the issue. If not try to deactivate all third party plugins except WPML and check if a plugin affects the query somehow. If the filtered page list still doesn’t show all pages of the current language then something must be wrong with the database because the sql query seems to work for all other users…

    Cheers!
    Peter

    #215729
    connepon
    Participant

    I have an issue with my website in relation to WishList Member. The issue has been described in this topic and I was wondering whether there has been a solution.

    https://kriesi.at/support/topic/wishlist-member-avia-framework-for-pages/

    I don’t know what the wishlist function is that has to be put on “my_wishlist_check()”

    I really hope you guys can help out, because I’m going to launch the membership area in two days…

    #215726
    karlbaz
    Participant

    Hi, I’m trying to create a page template as follows:

    Blog content 1 | Sidebar 1
    Full width section with content slider
    Blog content 2 | Sidebar 2
    Full width section with content slider
    etc.

    The blog element style I want to use is single author style with thumbnail on the left. I’m using the page builder.

    If I do this using the blog shortcode at 100% width and the normal page template, Sidebar 1 is blank space. I can’t figure out which sidebar allows me to insert widgets there. All the widgets I do insert start appearing below the last full width section.

    If I put the blog shortcode in a 75% width segment and the page template with no sidebar, then insert a 25% width section with the widget shortcode, I encounter two problems. The first: the blog element style changes and forces me into a center justified layout with thumbnail on top. The second is that although the widget appears, there is no vertical dividing line between the blog content area and the sidebar.

    Is there a way to get the layout I want?

    Thanks,
    Karl.

    • This topic was modified 12 years, 2 months ago by karlbaz.
    #215725

    In reply to: Avia builder templates

    Hi!

    You could view the source code of your template and copy the html code into a php file but imo this doesn’t make much sense. You can activate the debug mode though: https://kriesi.at/support/topic/adding-prettyphoto-to-ex-and-icon/#post-213817 to get access to the raw shortcode data.

    Regards,
    Peter

    #215702

    Peter’s fix on this thread also fixed it for me: https://kriesi.at/support/topic/wordpress-seo-yoast-breaks-page-editing/

    He says it is the Woocommerce shortcode that breaks the Yoast analysis. He seems to think it is server related and an isolated case until he sees if more people have the same problem. You can add me to the list of people having the same problem.

    #215696

    Hey!

    Unfortunately that featured is not available at the moment, your best bet would be to use Yigit’s suggestion (which will work without issue in most cases), also feel free to request it here.

    Best regards,
    Josue

    #215692

    Hey!

    Your wordpress installation seems to be broken. I switched to the default TwentyThirteen Theme and the TinyMCE Editor doesn’t work too. I get the same error with Enfold:

    
    GET http://www.smallworldbeers.com/wp-includes/js/tinymce/langs/en.js?ver=359-20131026 404 (Not Found) wp-tinymce.php?c=1&ver=359-20131026:1
    
    Failed to load: http://www.smallworldbeers.com/wp-includes/js/tinymce/langs/en.js wp-tinymce.php?c=1&ver=359-20131026:1
    GET http://www.smallworldbeers.com/wp-includes/js/tinymce/themes/advanced/langs/en.js?ver=359-20131026 404 (Not Found) wp-tinymce.php?c=1&ver=359-20131026:1
    
    Failed to load: http://www.smallworldbeers.com/wp-includes/js/tinymce/themes/advanced/langs/en.js wp-tinymce.php?c=1&ver=359-20131026:1
    

    It seems like one or more files are missing. Please try to re-install wordpress and upload the wordpress3.8.1 files from here: http://wordpress.org/latest.zip to your server. Use ftp and make sure all “old” files on your server are affected by the update and ftp overwrites them. If the update doesn’t fix the issue for you try this fix: http://wordpress.org/support/topic/visual-editor-not-working-mimicing-html-editor-blanking-out-no-tool-bar?replies=7#post-2974630

    Best regards,
    Peter

    #215685

    Hi Schloss Klaus!

    If you want to extend the blog width see: https://kriesi.at/support/topic/blog-full-width-question/
    If you want to display the sidebar please swap the color section with the other page content or add some page content after the color section.

    Regards,
    Peter

    #215683
    Glyphism
    Participant

    Hi guys,

    I have a page with a simple 3 column layout I have made using 3 x 1/3 layout modules. For some reason however, the three modules do not fill the width of the page content area. it’s as though they stop about 200px short on the right. Does anyone have an idea why this might be happening?

    #215680
    Justin
    Participant

    Guys are we allowed multiple portfolio pages?
    For the top navigation I have all image collections showing here: http://dev.lorenasarbu.com/collections/

    The client would like the collections to have their own unique pages.
    So to the menu I added separate pages that include each collection and added them to the main nav.
    Unfortunately I am getting broken pages. How come?

    http://dev.lorenasarbu.com/collections/pre-fall-2014/
    http://dev.lorenasarbu.com/collections/resort-2014/

    Thanks!

    #215676

    I came across this thread. This person has the exact same problem as me, so I will try their fix, but just so you know, it is not just the other guy. :) It’s me, too.

    https://kriesi.at/support/topic/wordpress-seo-yoast-breaks-page-editing/

    Found another one, too. Here: https://kriesi.at/support/topic/product-slider-product-grid-with-yoast-causes-layout-builder-to-not-load/

    • This reply was modified 12 years, 2 months ago by sea2summit.
    #215663
    sea2summit
    Participant

    I noticed an odd behavior with the widgets. When certain “events” happen, the content of a widget will get shifted upward to the above widget. The top widget then loses it’s content as there is no other widget for its content to move into.

    These “events” include changing the # of footer widgets. When I changed the # of footer widgets from 3 to 4, the above behavior happened and all widget content shifted under the title of the widget above it in the admin panel.

    Another “event” causing this behavior was adding the suggested plugin bbPress. This plugin added its own widget. When it did, all of my widgets’ contents shifted again.

    Bug?

    #215647

    Hi Gr. Jeen!

    1. As far as I know not this time, Kriesi is devoting time to updating and improving Enfold for a while. But i personally believe that if there’s a new theme will probably have the same or an improved editor.

    2. Yes, it’s possible, please refer to this topic: https://kriesi.at/support/topic/renaming-the-theme/ (it will work with Enfold)

    Best regards,
    Josue

    BadAndyStudios
    Participant

    Hi, I’ve been trying to mess with the quick CSS and playing around with Firebug but can’t seem to get it to work. I am new to learning CSS but doing my best. I am currently using a boxed layout of my page and I want to add a white solid border – 1px width around the whole outer edge. I already have the all four sides margined using this code already.

    .boxed#top {
    margin: 20px auto;
    }

    ** Also I’d like to add a white glow effect if possible, I’ve been messing around with this code but any input is appreciated.
    // For glow effect
    box-shadow: 0px 0px 10px;

    Any help is appreciated. Thanks!

    Thank you so much it worked perfectly. I really appreciate the prompt response. I just want to say again, you guys offer amazing support for this theme. Will highly recommend to my friends. Thank you.

    #215610

    Topic: Logosize stretch

    in forum Enfold
    #215608
    openpotion
    Participant

    Saw this… https://kriesi.at/support/topic/changing-the-sidebar-width-and-keeping-it-responsive/

    I am trying to set 8/4 for pages but if I copy the functions.php to the child theme to future proof it.. .but that breaks the page. How to I make the change, but also prevent the change from being overwritten on updates? Or will the functions.php remain untouched on upgrades?

    ctchope
    Participant

    I have a page we built that whenever we make any edits to it it only saves part of the page. The page has about 8 “scenes”. It just started saving only the top 2 scenes. When we click “Preview Changes” it only displays the top 2 scenes. If we hit Update the same result happens on real page. We are on version 3.8.1.

    How can I tell which version of the theme I have?

    What could be causing this? We have list many many hours trying to figure out what i happening.

Viewing 30 results - 134,611 through 134,640 (of 142,894 total)