Viewing 30 results - 82,861 through 82,890 (of 142,737 total)
  • Author
    Search Results
  • #761147

    Hey Sander,

    These are you current settings, please try editing them to your liking in Quick CSS:

    #scroll-top-link {
        opacity: 0.7;
        visibility: visible;
        color: #009bdd;
        border: 1px solid #236321;
        background-color: #ffffff;
    }

    Best regards,
    Rikard

    #761143

    Hi Jochen,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #761138

    In reply to: synchronization issues

    #761135

    In reply to: synchronization issues

    Hi @rikard,

    It was your suggestion to start a new thread, please see the link below:

    Thank you.

    #761129

    In reply to: Contactform

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #761128

    Hi,

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

    Best regards,
    Rikard

    #761122

    In reply to: H2 style

    Hey Sadegh,

    Try adding this css code in QUick CSS:

    #top.home #wrap_all #av_section_1 .av_one_fifth h2 {
        font-size: 22px;
        font-weight: 600;
        line-height: 1.1em;
        text-transform: uppercase;
    }

    Just adjust the code as you see fit. Hope this helps.

    Best regards,
    Nikko

    #761121

    Hi,

    Glad we could help and thanks for the kind words. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #761110

    Hey Meny,

    1. Are you using chrome? you can check on this thread: http://stackoverflow.com/questions/17517600/mailto-links-do-nothing-in-chrome-but-work-in-firefox

    2. I have added this css code in QUick CSS (located in Enfold > General Styling):

    #top .avia-slideshow-button.avia-color-light {
        font-size: 22px;
    }

    3. I have commented this css code that is already in Quick CSS:

    #menu-item-144395 > a > .avia-menu-text { color: red; }

    and above it I added:

    #menu-item-144395 > a  { background-color: #ddd; }

    Just adjust the color as you see fit.

    Best regards,
    Nikko

    #761106

    Hi,

    Try adding this css code in Quick CSS:

    #top .fullsize .template-blog .big-preview img {
        width: auto;
        margin: 0 auto;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #761098

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #761089

    Hi,

    Glad we could help, please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #761086

    Hi,

    Sorry for the late response and missing this thread. Your site is now fixed. The problem wasn’t in the theme as it was not showing even with the default theme. To fix it I had added this code in wp-config.php:

    define('CONCATENATE_SCRIPTS', false );

    The issue you have is similar to this thread: https://wordpress.org/support/topic/visual-editor-not-working-in-wordpress-45/

    Best regards,
    Nikko

    #761083
    Michael
    Participant

    I found an answer to this question, which worked, but not exactly the way I want.

    In https://kriesi.at/support/topic/make-blog-text-larger/#post-747544 @Yigit metioned to simply add some custom CSS to change the font size, which worked great.
    But this also increases the size of the Footer and the Socket. Is there a way to avoid this?

    Thanks,
    Michael

    • This topic was modified 8 years, 11 months ago by Michael.

    Having the same issue here. Form works sometimes, just stops working again.
    Intermittent and unreliable. My clients are complaining cause losing signups.

    If there’s a solution that would be great.

    #761063

    bei 5 er columns geht es ähnlich
    wie gesagt ich habe mal auf der Testseite das so angelegt : 1/5 dann individuelle Höhe (sonst ist das auf display: table-cell) und keine Zwischenräume (die lege ich selbst fest.

    dann :

    #top .no_margin.av_one_fifth {
        width: 18%;
    }
    #top div .no_margin {
        margin-left: 2% !important;
        margin-top: 0;
    }
    
    @media only screen and (min-width: 480px) and (max-width: 990px) {
    #top .no_margin.av_one_fifth {
        clear: none !important;
        width: 48% !important;
    }
    #top .no_margin.av_one_fifth:nth-child(2n+1) {
        clear: both !important;
    }
    }

    mit den Abständen kannst du ja was spielen.
    wichtig ist eben: kein clearing über die columns bis auf (2n+1)

    das ist noch nicht ganz perfekt, weil da jetzt links rechts ein anderer Abstand ist.
    man könnte dann für #top .no_margin.av_one_fifth.first was setzen etc. – aber so sieht es auch schon besser aus

    #761059
    Audica1
    Participant

    I have put a social icon at the top of my site, and it looks ok, but it is just a few pixels lower than the other social icons. I have followed these instructions:

    Any ideas as to why? Link to my site in the private content. Many thanks in advance.

    Todd

    #761049

    In reply to: Tab Section Issues

    Hi,

    Yes, we will focus on improving mobile experience in upcoming update.
    Has Tab Section started to work find after you applied the solution Victoria suggested here?

    Best regards,
    Yigit

    #761043

    Hi!

    Can you please try adding following code to wp-config.php file near top and check if that helps?

    
    define('CONCATENATE_SCRIPTS', false);

    Regards,
    Yigit

    #761033

    Hi Rikard.

    I could solve the problem. Topic can be closed.

    Thank you for your help.

    Regards
    Oliver

    FZKFranziska
    Participant

    Hello,

    I’ve tried some CSS fixes on my own, but my dilemma is related to the different ways the featured image assigned to a blog post is cropped in different places in the template. This matters more because, on my site, the featured image is primarily text-based, and in the “related posts” area at the bottom of single.php, some of the text is cropped out. Same goes for the featured image at the top of each single.php. It’s cropped in a fairly extreme landscape orientation, and text on the top and bottom is cut off.

    How can we set these dimensions ourselves?

    #761024
    jefflovell
    Participant

    The mobile menu isn’t displaying on my site (linked in private content). The regular/desktop menu works ok. Nothing is displayed when sized to mobile. Could you please help me diagnose/resolve this issue? Thanks!

    a bit offtopic but in the same direction:
    Wordpress itself got an image quality tool – this is in a good meaning but if the image creator knows his job excellent sometimes the 90% jpg is bad quality but more space. To avoid this from wp induced process add this to functions.php child-theme:

    add_filter( 'jpeg_quality', create_function( '', 'return 100;' ) );

    #760992
    AMseptemeber
    Participant

    The forums have been a huge help in customizing my site but I am still having a few small issues that I cannot find fixes for.

    1. I’d like to be able to customize the button to be a larger version of light transparent text in box with clickable link that changes color on mouseover. This will be placed in center of each color sections with parallax background images.

    2. Is it possible to increase parallax effect on desktop and replicate parallax effect on mobile?

    The website is near complete and fairly simple. I love the new hamburger menu.

    #760988
    macuser74
    Participant

    Hi,
    I searched the forum, but I can’t find a solution.
    I just want a page with a Slider then i like to choose a pagetemplate (for example BLANK) and then display this page (with a Layer Slider) as a iframe on another webpage. I tried this with the blank theme and hidden enfold elements (Sidebar, Header etc) but i get a white space at the top and this moves the slider down and “outside” the iframe.
    Hope you can send me a template.php file like this one DOWNLOAD: http://d.pr/f/gkV7 you have provided for another user. BUT there is a hardcoded weblink in it that i dont need.
    Thanks for your help
    Sascha

    #760980

    In reply to: Move out of wrap_all?

    I’m trying to achieve this:

    <header id=”header” class=”all_colors header_color light_bg_color av_header_top av_logo_left av_main_nav_header av_menu_right av_slim av_header_sticky_disabled av_header_shrinking_disabled av_header_stretch_disabled av_mobile_menu_tablet av_header_searchicon_disabled av_header_unstick_top_disabled av_minimal_header av_bottom_nav_disabled av_header_border_disabled” role=”banner” itemscope=”itemscope” itemtype=”https://schema.org/WPHeader”&gt;
    <div id=”main” class=”all_colors” data-scroll-offset=”0″>
    <div id=”footer” class=”container_wrap footer_color”>
    <footer id=”socket” class=”container_wrap socket_color” role=”contentinfo” itemscope=”itemscope” itemtype=”https://schema.org/WPFooter”&gt;

    https://monosnap.com/file/U2YkmQWlrM7xITeZ8jOHcucmNxQnC9.png

    My footer and footer socket no longer in #main.

    I’m trying to do this so I can create a series of <canvas> drawings, with a different <canvas> wrapping #main than is wrapping #footer.

    A video mockup of our work is here: https://cl.ly/3f0t0p2q3k1O

    mikejohnsimports
    Participant

    Dear the supporting team,
    I know that the background video in the color section cannot auto-play on mobile devices. So my solution is besides the background video, a video will be inserted in the media section and then I will disable viewing function on desktop. Is it okay if I perform this only for specific pages. How can I do it?
    Thank you so much.
    Best Regards

    #760957

    Hi,

    try this code for iPhone 5:

    @media only screen 
      and (min-width: 320px) 
      and (max-width: 568px) {
    .flex_column.av_one_fourth.flex_column_div.av-zero-column-padding.avia-builder-el-21.el_after_av_one_fourth.el_before_av_one_fourth.column-top-margin {
    float: right;
    margin-top: 20px !important;
    }}

    Unfortunately we can’t help you with the alphabetically order. This would be a job for a freelance developer.

    Best regards,
    Andy

    #760950
Viewing 30 results - 82,861 through 82,890 (of 142,737 total)