Viewing 30 results - 141,931 through 141,960 (of 142,592 total)
  • Author
    Search Results
  • #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

    #121712

    Coincidentally I was trying my test-website on my ipad and noticed the same issue: both menu’s appear when you open the page in landscape and turn it to portrait mode. I don’t think I tried loading the page directly in portrait mode, so not sure if it would be ok then, but turning from landscape to portrait definitely does mess it up. What I would expect it to do is to only show the small menu in portrait mode, my desktop menu is too long to fit (especially in other languages).

    Glad it’s not just me. :)

    #122226

    Hi,

    Can you give us a link to your website? Please add this on your custom.css

    .archive iframe {
    position: relative !important;
    }

    Regards,

    Ismael

    #122206

    Hi,

    I think this is the same inquiry as this one. Please don’t create duplicate post.

    https://kriesi.at/support/topic/icon-list-issue-cannot-edit-text-anymore?replies=2#post-115136

    Can you give us a screenshot? You can use this site to send an image.

    http://www.clipular.com/

    http://www.mediafire.com

    https://www.dropbox.com/referrals/NTIzMTIwODg5?src=global9

    Regards,

    Ismael

    #24101
    robowen
    Participant

    Hi,

    I made a minor modification to a table in the advanced editor and think I may have missed off a closing div tag. Unfortunately when I went in to edit it the whole table editor has gone haywire.

    So I tried restoring to an earlier version. This doesn’t seem to change the table data though – it still keeps the incorrect code which stops me from fixing it.

    I tried to go to the standard editor to see if I could edit the problem there, but the default text editor shows nothing. I tried to copy in the code from the MySQL post table into the text editor, but unfortunately that now means that if I go to Advanced Editor it doesn’t show any editor at all.

    All I need is to be able to restore this page back to an earlier version. Please let me know a way this is possible. I don’t want to lose all the work I’ve done on this page.

    I have the latest version 1.51. If a fix is possible by modifying table data in MySQL it would be appreciated.

    Regards,

    Rob.

    #122081

    In reply to: Cheatin’ uh?

    Can I send you the login info or screenshot so you can see what’s happening on my page? The Layout Builder actually loads on the bottom instead of the top of box.

    #24046

    Topic: Tables in Text Block

    in forum Enfold
    tocal
    Participant

    Hi Guys,

    I’m trying to put an image next to some text in a text block element (see here: http://symbioticmarketing.co.uk/services/offline-marketing/) and I figured the best way to do that was with HTML tables so I’ve written the following:

    &nbsp;
    <table align="top">
    <tbody>
    <tr>
    <td align="top" valign="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>

    but, despite looking correct in the dashboard, this is not aligning correctly as you can see in the link. What should I do?

    #122243

    Thanks :)

    http://test.northern-studios.com – I am using Send to Kindle, and the Import/Export/Reset plugins for now. Send to Kindle is mostly there for layout/test purposes, I will disable it to see if it’s an issue. I have social media plugins installed, but they’re inactive, and the site is “off” the SEO-plugin grid, as this is my test, and not “live”-site.

    FireFox has MediaHint on (so I can watch American Netflix in Norway;)), bar that, no plugins on the other browsers.

    I was rambling on in another post about this, because I didn’t know what I was looking for/experiencing, but now with some testing, it’s definitely this issue which is colouring everything else. Again, I am only experiencing this with Enfold – Enigma works fine, as does my old install of Slide, which I am migrating from.

    In case it is of relevance, what I am aiming at with the layout I want, is this: I want my tutorials(grid) and articles (slider on top of page, small preview pic blogposts) to render differently to screen, and then to make the blogsection render small preview pic if I find I have something worth saying with some content elements top of page.

    I haven’t gotten around to my portfolio section yet, but I am probably going all sliders, all the way, there, and then some custom layout pages, I want everything to be sorted and rendered via category taxonomy and keep custom pages/child pages to a minimum.

    Pretty vanilla, in other words :)

    I will ask my ISP to doublecheck memory – but last time I checked I had a pretty decent LAMP setup and had all the stuff/memory I needed, I tweaked the config because I saw someone else had something vaguely similar.

    if it helps, I used to be a testmanager on one of these browsers, so I do know my way around a little, and definitely know how to test for stuff – is there anything else you can suggest I should look for in troubleshooting this ?

    Thanks again :)

    ~s

    .

    #121691

    In reply to: Lettering cut off

    Hi tocal,

    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 .iconbox_content_title {
    line-height: 24px;
    }

    That will increase the line height for those and should fix it on your end.

    Regards,

    Devin

    #24076
    imagnmedia
    Participant

    When scrolling on a post or category archive, if there is a youtube video on the page, it scrolls on top of the main header menu. The titles and text stay below the header, but the video itself goes on top. How do I change this to keep all of the content below the header?

    #24072

    Topic: Socket social links

    in forum Enfold
    crents
    Participant

    Hi. Is it possible to edit the social links on the socket at the bottom of the page in the same way as you can with the social links at the top of the page? Vimeo is currently showing on the site and I’d like it removed for now. Thanks.

    #122090
    #121905

    In reply to: POST IN SEARCH VIEW

    Thanks Dude, this partially works, or perhaps I wasn’t very clear in my initial request.

    Example if the search box (top right in header) is used to forthe search, it generates a horizontal search result with title/excerpt and the new ‘read more’ text which is great, however, if the WP catagory search widget is used then the result is image/excerpt but no ‘read more’ text, this is the search result that I’d really like, can this be done?

    Thanks

    Silvio

    #118052

    Hi,

    I will go to the rest of you one at a time, if you left a url , but feel free to add this code and see if it improved the situation.

    —-


    @lounge35
    the 3rd block of css will fix your issue. You can add all 3 since they all stop flickering in other areas.

    @frankwelschle the code below fixes you too as far as i can tell. i can see the violin pieces as i scroll with the css below added to your page (please optimize the big image).

    —-


    @alexpaulec
    everything looks fine to me , without the code below or with code below, i didn’t see anything blinking in chrome on windows, but since the area is the same , please try the code below and see if it makes a difference.

    —-

    Please try this css in /css/custom.css

    .alternate_color{
    z-index: 0;
    }
    #socket {
    margin-top: 0px;
    z-index: 0;
    }
    .main_color {
    position: inherit;
    }

    Thanks,

    Nick

    #24062

    Topic: Google map styling

    in forum Enfold
    DavyE
    Participant

    Haven’t found a similar topic in the forum, but is it possible to style the google map widget in some way? If so, how?

    I’d pretty much need to add something like this somewhere:

    [

    {

    “elementType”: “geometry”,

    “stylers”: [

    { “weight”: 0.1 },

    { “hue”: “#ef7c0b” },

    { “lightness”: -10 },

    { “gamma”: 0.85 },

    { “saturation”: 60 }

    ]

    }

    ]

    Thanks in advance!

    Devin hi,

    yes, I need the background image to resize acording to the screen size.

    now the text is on top of the image in some screen size and that looks real bad.

    can you think of a solution ?

    I thought about making it a text box but that does not work aswell (different reason)

    #121956

    In reply to: WPML plugin V2

    Hi,

    Please follow this link

    https://kriesi.at/support/topic/callout-translation-wpml

    Read Nick’s instruction.

    Basically, having WPML will give you multiple dashboard. One for each language. If you create an About Us page on the English language then you need to create it again on the Spanish language, something like that. This is also true on the theme options. You need to configure the website for each language.

    Regards,

    Ismael

    #121934

    Hi!

    Thanks cyoniq for helping us out. Personally I’d recommend to use the codestyling plugin – see: https://kriesi.at/support/topic/hardcoded-text#post-114818

    Best regards,

    Peter

    #119116

    I tried to reproduce the issue with 1.5 but I couldn’t. Please try to re-install/upload all theme files again – maybe some files are not updated yet. If this still doesn’t solve the problem deactivate all third party plugins and check if this solves the issue. If not, add following code to functions.php:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    insert it at the very top after

    global $avia_config;

    Then go to the page which contains the table shortcode and copy the content of the debug field

    Afterwards post it in this forum – you can use the backtick character ` to post it as a raw code snippet.

    #121224

    Okei, here is my custom css:

    .main_menu ul:first-child > li > a {

    display: block;

    text-decoration: none;

    padding: 0 13px;

    font-weight: normal;

    font-size: 16px;

    font-weight: 600;

    font-size: 16px;

    }

    #top #menu-item-search.menu-item-search-dropdown>a {display:none;}

    #header_meta {

    display: none;

    }

Viewing 30 results - 141,931 through 141,960 (of 142,592 total)