Viewing 30 results - 142,111 through 142,140 (of 142,791 total)
  • Author
    Search Results
  • #122406

    Hi,

    You can insert an image with semi transparent background.

    You can also create another layer, select h1, h2 etc. Insert the a text, go to Style. Insert top, bottom, left and right padding, say 50px each. On custom-style settings insert background-color: rgba(0,0,0,0.5). This is not going to work on IE8 or lower.

    Regards,

    Ismael

    #122497

    Hi,

    This will get you started, just add this on your custom.css or Quick CSS.

    .avia-search-tooltip.avia-tt {
    display: block !important;
    opacity: 1 !important;
    top: 0 !important;
    box-shadow: none;
    border: none;
    width: 700px;
    left: -500px !important;
    }

    #top #searchsubmit, .ajax_load {
    right: -300px;
    }

    #top #s {
    width: 600px;
    padding: 11px 47px 11px 5px;
    z-index: 1;
    margin: 0;
    box-shadow: none;
    max-width: 700px;
    }

    Regards,

    Ismael

    Hi,

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

    .avia-gallery-big.fakeLightbox.lightbox {
    width: 83%;
    float: left;
    height: auto !important;
    margin-right: 10px;
    }

    #top .avia-gallery .avia-gallery-thumb a {
    margin-bottom: 5px;
    }

    Regards,

    Ismael

    #24163
    Abduragim
    Participant

    Hi! I’n not an expert with css and I want to totally customize the appearence of the top menu. It should look like this one: http://demo.astoundify.com/fundify/ One menu entry to the center is featured, others to the left and right. And maybe I would like to change colots of each menu entry.

    My website: http://www.delomira.ru

    THANKS!

    #122519

    Hi,

    First, go to Enfold > Blog Style > Blog Style, select the “Single Author, big preview Pic (no author picture is displayed, feature image is big)”. You can specify the excerpt manually, just edit a post, look for the Screen Options (top right corner). Check the Excerpt option.

    Regards,

    Ismael

    #24154

    Topic: Shadow on boxed layout

    in forum Enfold
    yingfuli
    Participant

    Hi,

    Just read this thread – https://kriesi.at/support/topic/wrap-box-shadow – because I wanted a shadow on my boxed layout as well. The thread said that it was impossible when using a background image. Well, I tried and indeed it doesn’t work with an uploaded background image. What I did then is this: upload a custom background image into the ‘images’ –> ‘background-images’ folder of the theme via ftp. Now I can chose my custom background in the theme options and still have a working shadow. Although you have to use ‘repeat’ and not ‘stretch’ for the latter will break it again. Learning as I go.

    Probably already figured out by you guys but in case that you have not… ;-)

    #121629

    In reply to: advertise widget

    Hi yingfuli,

    You can add padding to the declaration:

    .avia_partner_widget a, .avia_partner_widget a:hover {
    height: 220px;
    padding-top: 10px;
    padding-bottom: 10px;
    }

    Regards,

    Devin

    #121958

    In reply to: WPML plugin V2

    Hi murattemel,

    While the theme *supports* WPML, we do not directly support it or have any kind of guides for it. If you have questions on using WPML, setting it up, using translations and things like that you will have better quality answers from the makers of the plugin directly.

    What the plugin does is us language files (po files) that translate all of the theme side content. All of the user generated content still needs to be translated by you.

    There isn’t an option for breadcrumbs without page titles, so you would need to add some css to hide the title:

    #top .title_container .main-title {
    display: none;
    }

    Regards,

    Devin

    #24146

    Topic: Blog Qs

    in forum Enfold
    joe88
    Participant

    Can someone please take a look at my question below. I don’t want it to get lost in the shuffle. Thanks.

    https://kriesi.at/support/topic/blog-layout-qs

    #120522

    Thank you so much, this changed stuff. However, is still messy. All headers now appear piled up at the top of the table, see: http://imgur.com/W9Fm3Gy. Cache is now deactivated (i just activated yesterday to get a client’s revision). http://test.crowdini.com.php53-17.ord1-1.websitetestlink.com/home-login

    #122317

    Strange, it definitely does on my laptop. I even logged out of WP, emptied cache, and reloaded to see if that might solve it, but no, it’s still overlapping.

    Here’s a screenshot. And I’m definitely scrolled all the way to the top of the page.

    33ots37.png

    #120258

    1. Open up wp-config.php in a texteditor.

    2. Locate the line with define(‘WP_DEBUG’, false);

    3. and set it to define(‘WP_DEBUG’, true);

    While editing the config file, you may also insert these lines:

    /** Extending the autosave feature */
    define('AUTOSAVE_INTERVAL', 1200 );

    /** Limit draft count */
    define('WP_POST_REVISIONS', 3);

    The first setting raises the autosave feature up to 20 minutes. The second one limits the number of revisions to 3 (instead of unlimited)… this will prevent a lot of database entries.

    After that, have a look at your backend. Common probs and errors are shown at the top of each page. Have a look at the footer of the pages – any errors related to PHP memory are shown there. In addition, you may check your memory allocation with this plugin: http://wordpress.org/plugins/wp-memory-usage/

    And finally, install this plugin (or any other you may prefer): http://wordpress.org/plugins/wp-clean-up/

    If you are unsure, back up your database first. I’m using this plugin quite a lot in development and it cleans the db very reliable from orphans & co.

    Good luck!

    PS: Grüße aus Weilmünster! ;)

    #122332

    Hi Arnaudov,

    We aren’t really able to help with something like that as its a completely new code extension on top of the theme code. Nick did a short video on adding the advanced layout editor to custom post types but beyond that, it sounds like the taxonomy for your custom post type may not be set up correctly.

    It just comes down to us not being able to support code that isn’t ours.

    You can see the video I mentioned above here: https://vimeo.com/channels/aviathemes/64996057

    Regards,

    Devin

    #122227

    Hello,

    Unfortunately this did not fix the issue. You can see this at:

    http://74.124.215.73/~tedsprin/category/video/

    Just scroll down the page and you will see the iframe are still on top of the menu.

    I can’t see a way to do it with that layout. It is possible in a static html layout or if you were doing a layout from scratch specifically for it but the only method I’ve read about wouldn’t work in this instance at all.

    What you could do, is 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:

    @media screen and (max-width: 900px){
    #top.page-id-60 #av_section_1 {
    background-image: none !important;
    }
    }

    Adjust the 900px number to whatever pixel width you want the background image to be removed or replace the background image with a different one so that it didn’t have the same size image.

    See: http://www.w3schools.com/cssref/pr_background-image.asp

    Regards,

    Devin

    #24131

    Topic: Issues with ' and ?

    in forum Enfold
    kleboe
    Participant

    If I write some text on a page and use ‘ (apostrophe) then all the text after the apostrophe is not saved on update. Also every time I save a post or page I get random ? (question marks) all over the text. Sometimes I need to delete them and re-save the page/post several times before they disappear. Is there any code I can use that will stop these issues?

    Thanks!

    #122418

    In reply to: Issue with Child Theme

    Hi erh1086,

    It is most likely in the way you are targeting the css. You need to make sure the css targets the item with greater authority than something else.

    So for instance, .logo {left:10px;} wouldn’t do anything where as #top .logo {left:10px} would.

    Regards,

    Devin

    #24127
    garydee77
    Participant

    Hi guys – going well with Enfold – love it!

    However – have a slight styling issue that is really bugging me and for the life of me cannot figure out!

    See screenshot link below – note the mini cart is white with nearly white text (must be taking the enfold settings – but since I’ve inverted the top header, this results in it not working so good for this)

    How can I amend directly either the text colours on that mini cart OR the background of it (along with the button that seems to have an icon on it also) I’ve tried finding the specific CSS styles via FireBug – but no matter what I try its not working :(

    Also note the button in the side bar seems a bit screwed up – doesn’t fit quite right in the side bar – this may be a little bug – but if someone could point me in the direction of solving these I’d really appreciate it!!!!

    http://imgur.com/TW6hn1H

    #24126
    kleboe
    Participant

    I have Enfold version 1.5. At the moment I can’t get my custom widgets to display in the sidebar of any page. I know someone else has posted this as an issue and I will follow that thread. However, I’m also trying to figure out how to place a custom widget on a page. For example:

    [av_one_half first]Some content here[/av_one_half]

    [av_one_half][Custom widget shortcode here][/av_one_half]

    Is there a way to do this either with a shortcode or in the advanced layout editor? This functionality worked with the Eunoia theme.

    Thanks in advance guys. The theme is sooo good by the way. I looked up the top 10 new trends in web design and this theme covers them all! Well done Christian & Team!

    #24121
    abortolotti
    Participant

    Hey Ismael,

    since the topic was closed and this morning I faced the same issue with a new page I just created I repost the content here:

    The page this time is

    http://vacationrentalsecrets.com/what-we-do/one-to-one-consulting/

    the code you told me to insert in the custom CSS field for the homepage was:

    .home #av_section_3 {

    z-index: 0;

    }

    I tried inspecting the part on this newly created page (http://vacationrentalsecrets.com/what-we-do/one-to-one-consulting/), yet don’t know which specific code should I insert for this page.

    Can you help?

    (here’s the text of the previous issue, now solved) It’s been a couple of days that a strange behavior occurred to my homepage.

    I used to have a background image placed in the “color section” of the Avia builder, fixed and streched to fit. Suddenly a couple of days ago it stopped showing on Chrome, whereas it is still clearly visible on Firefox, Safari and IE9.

    Not only that, up until today the strange behavior happened only when viewing the page on my Macbook Air, whereas it was still visible on my iMac, so I thought it was something wrong with my laptop. In fact, I decided to uninstall and reinstall Chrome, yet this didn’t solve the problem.

    To my big surprise though, this morning the same thing started happening with Chrome on my iMac, so I can’t understand why, nor how to fix it and if any of you by chance can view it correctly using Chrome with a Mac.

    The url is http://vacationrentalsecrets.com/ and if you scroll down the page, you should see a section with 3 Icon boxes (“Any Questions”, “Need Support”, “How About A Chat”) embedded in a background image of an old man laughing…can you see that?

    Again, it works fine on all major browsers except for Chrome on both my iMac and Macbook Air (but it used to be perfect until a few days ago), whereas it works on Chrome on my Sony Vaio!

    Any clue?

    PS: Funniest thing is, if I go to the “About” page, where I placed another such image background, I can view it perfectly on Chrome on both Macs: see http://vacationrentalsecrets.com/about/ , so the problem is only with the homepage, yet it is “the” homepage!

    #122055

    I was about to make a topic about same thing, it grabs they first sidebar from widget area “Displayed Everywhere”.

    When i put this line in my template file:

    get_sidebar( ‘Homepage’ ); ?>

    (where Homepage is the name of my sidebar)

    It still gets overwritten it seems

    #121314

    In reply to: Header Border (bottom)

    Hi,

    Terribly sorry for the delay, my mistake.

    I looked at your images but they really don’t tell me what code to manipulate. Instead lets take a look at the theme demo site kriesi.at/themes/enfold (your site would be een better since otherwise I would have to rebuild your entire site and with this theme there is always more than one way to make something.

    It looks like you are showing the border of the main content area with the header area on top and with the footer area on the bottom. And the last image shows a fatter bottom border. Alright. So you want

    1) bottom line to be lighter OR have a drop shadow that comes on top of the footer in order to put footer in back. I can make the line any color you want but as to whether the effect you are looking for is achieved I don’t know (since I am not sure what you are trying to do, sorry)

    #top .footer_color {
    border-color: rgba(234, 234, 241, 0.56);
    }

    Please take a look at the css above (add to /css/custom.css) to lighten bottom line. If you want it lighter, change the .56 lower as 0 is completely transparent and 1 is fully visible.

    2) There really is no way to shorten the line under the header since its the header border that runs all the way across on top and below. It can be removed and in its place could be placed something else , a smaller container for instance whose width can be controlled, but no way to make only a portion of the header bottom border visible, and mask the rest without introducing extra elements.

    3) You wrote ‘I want the footer to stretch across all the way but the line shortens for the header border.’

    #top .header_color {
    border-color: rgba(255, 10, 10, 0);
    }

    Thanks,

    Nick

    #24118
    andikleinke
    Participant

    It’s too small to be of any use anyway, at least with my design. Would be happy if the slider only shows on desktop and tablet, not on mobile.

    Is that possible?

    Thanks,

    Andy

    #122172

    In reply to: Translating search

    Vitaley,

    Please follow the directions in this post to make the theme compatible with Russian language. Otherwise you will have issues all over the place.

    Please read this post in order to find any string you want within the theme in seconds (that is how we do it).

    See first if making the theme compatible with cyrillic will take care of the font issue, which it should, if not we will deal with it. Please let us know.

    Thanks,

    Nick

    #122132

    In reply to: Tables in Text Block

    The valign top attribute is not supported in html5 anymore but you must use css3 code. Try:

     
    <table align="top">
    <tbody>
    <tr>
    <td style="vertical-align: top;">
    <ul>
    <li>Logo Design & Branding</li>
    <li>Business Stationery</li>
    <li>Corporate Brochures</li>
    <li>Catalogues & Newsletters</li>
    <li>Direct Mail, Leaflets & Flyers</li>
    <li>Exhibition Graphics & Systems Press Advertising</li>
    <li>Vehicle Livery & Signage</li>
    <li>Promotional Merchandise</li>
    <li>Packaging & POS</li>
    </ul>
    </td>
    <td><img alt="" src="http://symbioticmarketing.co.uk/wp-content/uploads/2013/04/google_print.jpg" /></td>
    </tr>
    </tbody>
    </table>

    #121228

    Hi,

    Add this one

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

    Regards,

    Ismael

    #121714

    This might help: I managed to recreate the issue on a desktop browser as well, both Firefox and Safari on Mac show this behavior when you resize the window to the offending width… which is precisely 768 pixels.

    It requires some work to copy/duplicate the portfolio grid template for other post types. Depending on your coding skills I’d recommend to hire a freelancer for this task. If you just want to add a hover effect to image links add the “lightbox” class to the link. You can use it like:

    <a href="http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-slider-3/" class="lightbox">
    <img width="260" height="185" src="http://kriesi.at/themes/enfold/files/2013/04/dash-iphone2-260x185.jpg">
    </a>

    #121644

    1) I’m not sure what you mean with “left align”. The standard dropdown is already left aligned. The mega menu will expand based on the number of columns and you can’t change the alignment easily.

    2) You can change the height of the link – insert following code into the quick css field and adjust the height value:

    #top .main_menu .menu li>a {
    height: 62px !important;
    }

    3) You can hide this line with

    li:hover .avia-menu-fx, .current-menu-item>a>.avia-menu-fx, li:hover .current_page_item>a>.avia-menu-fx {
    display: none;
    }

    #122321

    Hi,

    Please add this on your custom.css

    #top .header_color .avia-color-theme-color {
    color: white;
    }

    body div .avia-button {
    background: #A81010;
    }

    IE8 doesn’t support color: rgba and background-image.

    Regards,

    Ismael

Viewing 30 results - 142,111 through 142,140 (of 142,791 total)