Viewing 30 results - 134,491 through 134,520 (of 142,787 total)
  • Author
    Search Results
  • #215940

    In reply to: Removing post dates

    Hi!

    You can add a margin to the read more link – add following css code to the quick css field and increase/decrease the margin value if necessary:

    
    .slide-entry-excerpt .read-more-link{ margin-top: 10px; }
    

    Regards,
    Peter

    #215939

    Hey Jasmer!

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

    #top .social_bookmarks li { border-right-style: none; }

    Best regards,
    Yigit

    #215937

    Thanks, I’ll try this.
    But how can I show different content when I am on a mobile screen? I understand that using the method above I can have different sliders on mobile and desktop. However layersliders are just not responsive, text gets too small and videos have similar issues.
    How can I have the layer slider appear on desktop, but have different ALTERNATIVE content on mobile? By different content I mean a text box or similar, just not another layer slider.
    Many thanks for your help.

    #215931
    DavidMiles
    Participant

    You can see one of the pages here – http://natureslens.co.uk/forums/topic/welcome/

    The nice bubble surrounding the topic or reply is missing and the arrow appears to be misaligned at the top of the page

    #215898

    In reply to: shorten gap

    Hey dhunter413!

    Since each of those is a icon list item it has the padding below it. So you can add this to your QuickCSS in your styling tab of the theme options:

    #top.home #av_section_1 .avia-icon-list li {
    padding-bottom: 0;
    }

    Which targets that specific section and removes the padding.

    Regards,
    Devin

    #215895

    In reply to: Font Weight Font Size

    This reply has been marked as private.
    #215887

    In reply to: Contact form 7 styling

    Hey Ismael

    Bravo !!!
    I played around with the code you gave me, which made me realize that I could just add “#top” to the code I had tried to use.
    Here’s what worked:

    #top .wpcf7-form #cf7
    {
        height: 40px;
        width: 100%;
        border-radius: 2px;
    }

    Here’s a link to the page:
    http://padmayoga.dk/wp/tilmelding/

    Thanks a lot!

    #215858

    Oh, now I see. Because as I understood from your reply here, that it listed the pages only in the default language (instead of current language, or maybe when you refer to current language you mean default language?) because users requested this behavior, and that it is not a bug.

    We will try to re-install WPML or deactivate other plugins.

    Thanks,
    Lior

    #215857

    In reply to: Contact form 7 styling

    Hey yogananda!

    Can you please give us a link to the actual contact page? You can add this on Quick CSS or custom.css:

    #top input[type="text"] {
    max-width: 100%;
    min-width: 300px;
    }

    Adjust the minimum width value if necessary. Use this one to adjust the border radius:

    #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area {
    border-radius: 5px;
    }

    Cheers!
    Ismael

    #215849

    yeah, it doesnt work. I can set the css media queries for my iphone and ipad (portrait and landscape) just fine, but for desktop large screens it doesnt work…

    #215838

    Hey karlbaz!

    You can use this on Quick CSS to remove the rounded borders:

    .small-preview {
    border-radius: 0;
    }

    Use this to add some border:

    .main_color .small-preview {
    border: 1px solid red;
    }

    This is the selector for the dashed line:

    .single-small .post_author_timeline {
    position: absolute;
    top: 0;
    left: 40px;
    width: 1px;
    height: 100%;
    border-right-width: 1px;
    border-right-style: dashed;
    }

    Regards,
    Ismael

    #215835
    This reply has been marked as private.
    #215830

    Hey!

    Please try removing jQuery Migrate plugin and check if that helps

    Regards,
    Yigit

    #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, 1 month 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.

Viewing 30 results - 134,491 through 134,520 (of 142,787 total)