Viewing 30 results - 79,861 through 79,890 (of 142,870 total)
  • Author
    Search Results
  • #792319

    Hi Maureen,

    Great, glad you got it working and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #792313

    Hi Rikard

    Sure here is a product page –

    Although the font size of the product title looks ok on desktop, it appears too large on a mobile device. So i want to know how to independently control the font size.

    Thanks
    Antonio

    #792301

    In reply to: Two columns full width

    Ok i resolved this. I simply duplicate color section but second is not full width. So i hide second one for tablet and desktop and hide first one for mobile. So now looks good and we can finish with this issue.
    Resolved
    Thank you

    #792277

    Hey envisageiam,

    Please refer to this thread for a possible solution.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #792276

    In reply to: Poor site speed score

    Hi,

    1. I think the most effective way to optimise images would be to use a desktop version before you upload your image, though I’m not 100% sure of this.

    2. I don’t know, what are they claiming you get with the PRO version?

    3. Every site is different so there are not right or wrong for all sites, I think you will have to try what works on your site.

    4. There should be plenty of resources describing this online, did you try searching for a guide?

    Best regards,
    Rikard

    Hi,

    Great, glad you found that and thanks for sharing. Let us know if you should need any help on the topic.

    Best regards,
    Rikard

    #792259

    Hi THP,

    The update is in progress, meanwhile you can try the solution in the thread suggested by @SAdesignsUnltd

    If you need further assistance please let us know.
    Best regards,
    Victoria

    teme
    Participant

    https://kriesi.at/support/topic/add-category-as-a-css-class-to-blog-posts-content-element/

    I’m trying to do the same, but the files have changed a bit, any updates to that code? Also, how could I do that with child theme, so that the theme update doesn’t disable the changes?

    • This topic was modified 8 years, 10 months ago by teme.
    #792244

    In reply to: Some Formatting Issues

    Hi NicomIT,

    Here is the code that can fix the issue, put it in in your child theme style.css

    
    div .av_two_third {
        width: 54.6%;
    }
    
    #top .no_margin.av_two_third {
    	width: 56.6%;
    }

    If you need further assistance please let us know.
    Best regards,
    Victoria

    bodo
    Participant

    I’m trying to display a large black dot in a table. I found the unicode character 9899 “Medium Black Circle” that seems to work on desktop and mobile browsers.

    So in the Advanced Layout Editor, I enter into the table cell.
    When I save the page and view it, the character gets displayed as:
    <img draggable="false" class="emoji" alt="⚫" src="https://s.w.org/images/core/emoji/2.2.1/svg/26ab.svg">
    This is fine.
    When I open the page again in the Advanced Layout Editor, the symbol is displayed, but when I try to edit the text field or table, the symbol is completely missing.
    The same problem occurs when I paste the actual unicode character into the visual text editor of a text field. It is correctly displayed for the first time, but when I open the page again for editing, the symbol is missing.
    Is there a way to enter and keep unicode characters?
    This is with WordPress 4.7.4 and Endfold 4.0.5.

    #792224

    Hi Mike,

    Your solution works, but it’s not what I’m looking for…
    I’m using Chrome to test, with the “Window Resizer” plugin, which allows me to change browser window to the most common window sizes.

    Similar to your idea, I’ve used 1/5 + 3/5 + 1/5 (which would be a little small in larger screens), but even then: at smaller screen sizes, the image gets cut off and the user needs to scroll down.

    I’ve seen many photographer portfolios, which are basic, yet effective and beautiful: simple slider with images ALWAYS displayed fully. No matter what screen size: iPhone, hi-res desktop screen…

    Is there ANY way to achieve this with Enfold?
    Maybe by placing the menu-navigation on the left? Or by targeting the main container via css?
    Or by removing the footer area?
    Or maybe with a plugin?

    Enfold’s “Fullscreen slider” does it, but then the image is too large and doesn’t have any white space around it…
    Maybe the “Fullscreen Slider” with some css to add margin/padding?

    #792223

    Hey xguiboy,

    Please refer to this thread for a possible solution for blurred images.

    And these are the threads that discuss login/logout
    https://kriesi.at/support/topic/welcome-username-login-logout-in-top-bar/

    Best regards,
    Victoria

    #792217

    Hi 3mil-pedro,

    It does not work for portfolio, because portfolio class looks like this “av-masonry-entry isotope-item post-8460 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_entries-charity portfolio_entries-client-stories portfolio_entries-healthcare all_sort charity_sort client-stories_sort healthcare_sort av-masonry-item-with-image av-masonry-item-loaded”. So you have to add to this function the case for portfolio_entries-.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #792212

    In reply to: Social icon in top bar

    Hi Sarah !!

    Thank you very much !! You can close the topic.

    Best regard,

    • This reply was modified 8 years, 10 months ago by Blue_Bear.
    #792189

    Hey Elisabeth,

    You can set the height of the color section so that it doesn’t cover the whole screen.

    You can also try decreasing the height for mobile only by using the solution here: https://kriesi.at/support/topic/color-section-different-height-on-mobile/

    If you need more help, we may need admin access to your WP Dashboard.

    Best regards,
    Sarah

    #792182
    amonllor1
    Participant

    Hi guys,

    I wanted to know if it was possible to have independent control over the prodcut title font size on the product page for mobile and desktop.

    As an example I would like to make the porduct title much smaller on a mobile device compared to that of the desktop version.

    Thanks
    Antonio

    #792178

    Hey Gaëlle,

    Can you try the solution in this thread? https://kriesi.at/support/topic/changing-logo-link/

    Let us know if you need more help.

    Best regards,
    Sarah

    #792170

    Hello, and thanks for your quick reply!

    I actually had already tried the link regarding adding a widget after the menu, however this resulted in this widget being shown below the menu, instead of the to the right of the menu.

    I was able to sort it by manually setting the desired button last in the menu, and targeting it’s id through CSS:
    Button from menu to the right while rest of menu to the left as usual.

    My current CSS code for achieving this (and only for desktop sizes):

    #menu-item-3366 {
    background-color: #0067b1 !important;
    }
    
    @media only screen and (min-width: 768px) {
    #menu-item-3366 {
    float: right !important;
    background-color: #0067b1 !important;
    }
    #menu-item-3366 > a > span.avia-menu-text {
     border-left-width: 0px !important;
    }
    }
    
    #menu-item-3366 > a > span.avia-menu-text {
     color: #ffffff !important;
    }
    • This reply was modified 8 years, 10 months ago by erlis.
    #792165

    Hey Yigit,
    Actually I have already checked that with my tablet and the issue is clearly there.
    Just ask him to go to one of our RTL pages (Sample Link in Private Box) and at the top bar, hold his hand on the “English” or “فارسی” word and see what will happen next.

    #792163
    mrwhoandbellaboo
    Participant

    Hello!
    I have problems getting this site to work on mobile – Too much white space above images – eksample “MotemessenOslo” top, and the black and white image is either too big (Covering the whole screen on mobile) or just showing the botttom part even I have set it to show center top –
    How can I fix this? Looking forward to hear from you.

    motemessenoslo.no

    Best regards
    Elisabeth von Hirsch

    #792154

    Hi Rikard, thank you, you may close this topic.
    If I have any further queries regarding this, I will open a new one.
    Cheers

    #792147

    Hi,

    Great, glad you got it working and thanks for the feedback, much appreciate. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #792146

    Hi,

    You’re welcome :) this should remove those arrows:

    #top .avia-post-nav {
        display: none;
    }

    Best regards,
    Nikko

    #792141

    In reply to: Social icon in top bar

    Hi Clément,

    I have applied the code in your functions.php, and updated your Social Profiles settings. If you check your website now, your icons should be okay now. I used the code in my previous reply

    I also noticed that the original code used a right single quotation marks . Code like this should have a single quote '. It’s very easy to miss! :)

    Let us know if you need further help.

    Best regards,
    Sarah

    #792135

    Hey apremierdj,

    Autoplay is disabled on mobile device due to manufacturer restrictions unfortunately.

    Best regards,
    Rikard

    I just found this:
    https://kriesi.at/support/topic/change-padding-for-a-specific-page-only/

    I will attempt this solution, see if it works and revert back.

    Thanks
    J

    #792116

    Hi,

    Hmmm, can you try the solution I posted in this thread: https://kriesi.at/support/topic/picture-on-single-product-pages-blurry/#post-790948

    Best regards,
    Nikko

    #792115

    Hi,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .avia-post-nav .entry-info {
        width: 80px;
    }
    
    #top .avia-post-nav .entry-title {
        display: none;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #792110

    Hi,

    We’re glad you got it to work. Do you still need our help with this topic?

    Best regards,
    Sarah

    #792109

    Hi,

    Thanks for the login details. I think you should be able to get that style if you import the page in question using shortcodes. You can do so by activating debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, then paste the following shortcode in the page where you want it:

    [av_section min_height='' min_height_px='500px' padding='huge' shadow='no-shadow' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' id='' color='main_color' custom_bg='' src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2017/02/business-office-work-blurred.jpg' attachment='885' attachment_size='full' attach='scroll' position='top center' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.6' overlay_color='#000000' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0']
    [av_heading heading='Portfolio Example:<br/>Classic 4 Column Fullwidth' tag='h1' style='blockquote modern-quote modern-centered' size='40' subheading_active='' subheading_size='15' padding='0' color='custom-color-heading' custom_font='#ffffff' admin_preview_bg='rgb(34, 34, 34)'][/av_heading]
    
    [av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#ffffff' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='rgb(34, 34, 34)']
    
    [av_textblock size='' font_color='custom' color='#dddddd' admin_preview_bg='rgb(34, 34, 34)']
    <p style="text-align: center;">Hey there! We are Enfold and we make really beautiful and amazing stuff.
    This can be used to describe what you do, how you do it, & who you do it for.</p>
    [/av_textblock]
    [/av_section]
    
    [av_portfolio columns='4' one_column_template='special' items='8' contents='title' preview_mode='custom' image_size='no scaling' linking='' sort='yes-tax' paginate='yes' query_orderby='date' query_order='DESC']

    Best regards,
    Rikard

Viewing 30 results - 79,861 through 79,890 (of 142,870 total)