Viewing 30 results - 91,231 through 91,260 (of 142,827 total)
  • Author
    Search Results
  • #679560

    On Android mobile my Fullwidth Easy Slider, Post slider and Masonry Gallery are not showing any images post. Also the Navigation stopped working. Please advise: http://www.justincgordon.com

    #679558
    advteksol
    Participant

    I would like to center the main logo, then under it the phone number, and then center a secondary logo under that, and finally have the mobile menu centered last. I also would like to shrink some spacing at the very top and under the mobile menu – see image.

    View post on imgur.com

    Thanks for your help.

    • This topic was modified 9 years, 6 months ago by advteksol.
    #679551
    smoothbob
    Participant

    I do not know if it was a problem before – I did not notice there being one – but now Google maps has stopped working

    Oops! Something went wrong.
    This page didn’t load Google Maps correctly. See the JavaScript console for technical details.

    thanks

    #679544

    Topic: Modify Html code

    in forum Enfold
    Cmisner
    Participant

    Hi,
    I’m working on an Enfold photography demo theme.
    I would like to know how I can access the html codes.

    More specifically in an aviaccordion slide where I have three photos. I would like to modify their html code.
    In order whether to delete the clicking option (delete href) or adding another option when clicking on the photos (like opening a new file but as it does when it opens the image on the viewer).

    Thanks in advance,

    Christophe

    #679534

    In reply to: Change Main Menu Color

    Hi,

    I added following code to Quick CSS, please review your website now

    #top #header .av-main-nav > li:hover > a, #top #wrap_all .av_header_transparency .av-main-nav > li:hover > a > .avia-menu-text {
        color: #ffc800 !important; 
    }

    Best regards,
    Yigit

    #679532

    Topic: Email stopped working.

    in forum Enfold
    tgalati56
    Participant

    I am frustrated because I don’t know how an email can stop sending when it worked since the beginning?
    Do I really have to update every time there is a new one to update to?
    my site is included.
    Email looks like it works but I never receive them.
    I have version 3.4.3 now.
    Also, if i have to update, which makes no sense to me since I thought email is a simple widget…how do I do it the easiest way eithout overwriting anything.
    It looks like WordPress has a feature that I put my API code in and it does it through WordPress?
    Need help, please.
    Thanks!

    #679529

    Hi!

    Please add following code to Quick CSS as well

    #top .avia-layerslider .ls-bottom-slidebuttons a, #top .avia-layerslider .ls-nav-start, #top .avia-layerslider .ls-nav-stop {
        margin-right: 5px;
    }

    Regards,
    Yigit

    #679524

    Hi!

    Please remove custom CSS code i posted, edit your top color section elements on these pages with double border and give those color sections a custom ID and then add following code to Quick CSS

    @media only screen and (max-width: 767px) {
    #your-custom-id { background-image: none !important; }}

    Regards,
    Yigit

    #679511

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
        border-bottom: none;
    }}

    Regards,
    Yigit

    #679506

    Hi Yigit,

    Top! Thank you very much!

    Met vriendelijke groet,
    Willem Eelman PM

    #679493

    Hi Sadegh!

    Please add following code to Quick CSS

    #top .avia-layerslider .ls-bottom-slidebuttons a, #top .avia-layerslider .ls-nav-start, #top .avia-layerslider .ls-nav-stop { 
    height: 20px;
    width: 20px; 
    }
    #top .avia-layerslider .ls-bottom-slidebuttons a.ls-nav-active, #top .avia-layerslider .ls-bottom-slidebuttons a:hover, #top .avia-layerslider a.ls-nav-start:hover, #top .avia-layerslider a.ls-nav-stop:hover, #top .avia-layerslider a.ls-nav-start-active, #top .avia-layerslider a.ls-nav-stop-active, #top .avia-layerslider .ls-bottom-slidebuttons a, #top .avia-layerslider .ls-nav-start, #top .avia-layerslider .ls-nav-stop {
    background: orange; 
    }

    Best regards,
    Yigit

    #679478

    Hey makai1122!

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

    @media only screen and (max-width: 767px) {
    #top .container .av-masonry-col-flexible .av-masonry-entry { pointer-events: none; }}

    Regards,
    Yigit

    #679469

    In reply to: sidebar

    Hi,

    I removed following code from Quick CSS

    /*- AFTER ADDING SEARCH into the TOP MENU */
    /*1*/
    /*TEMP FROM JOSUE*/
    add_filter('avf_header_setting_filter', function($header) {
    	$header['header_topbar'] = 'true';
    	return $header;
    }, 10, 1);
    add_filter( 'avf_execute_avia_meta_header', '__return_true', 10, 1);
    add_action('avia_meta_header', function() {
    	get_search_form();
    });

    It should go to functions.php file in Appearance > Editor

    and copied the rest of the code to style.css file. Max width is limited to 90% to show boxed layout, you can add following code to style.css file of your child theme to increase it

    .responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header {
        max-width: 95%;
    }

    Best regards,
    Yigit

    #679467

    Topic: Responsive issue

    in forum Enfold
    steliosagapiou
    Participant

    Dear Support,

    in some resolutions the menu is overlap the logo when i resize the browsers’ window.

    How can i solve this issue. I use stretched layout and i placed logo and main in top header. The Maximum Container width is set to 100% .

    Regards

    Stelios

    #679464

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #main {
        padding-top: 150px!important;
    }
    

    Best regards,
    Vinay

    #679463
    eC
    Participant

    Hey! :)

    Is it possible, when being on a SubMenu-Item, to have the page-name appear in white on the Sub-Menu, so the users can re-check on which page they’re on?

    Here I am on one of 2D / 3D … Subpage: http://prntscr.com/cc2uqf

    Also when being on Subpages, the line indicator on the Top-Menu (white on transparent, changes color to the specified one in the theme options when scrolling down and the menu shrinks) is missing.

    Thanks a bunch,
    eC

    #679453

    Hi,

    Please add following code to Quick CSS as well

    #header_meta .container {
        padding-top: 0!important;
        padding-bottom: 0!important;
        padding-right: 0!important;
    }

    and “min-width: 560px;” is changed to 555px in your code, please keep it 560px

    Best regards,
    Yigit

    #679428

    Hey!

    Code i posted here – https://kriesi.at/support/topic/add-a-thin-bar-below-the-header/#post-678947 was still in Quick CSS. Please flush cache and review your website now

    Regards,
    Yigit

    #679425

    Topic: mobile scrolling issue

    in forum Enfold
    envapk2
    Participant

    Hi

    I have a scrolling issue with the header. When I scroll down the header does not stay at the top but leaves a gap and the content scrolls behind it. This only seems to happen in iPhone and if I resize the screen to test for mobile.

    You can see what I mean in this image http://www.peterk2.com/scrolling.jpg and the attached link.

    many thanks

    #679413

    There’s an acceptable option via Custom Slider CSS -> negative margin
    Slider Setting -> Apperarance -> Custom slider CSS: margin-bottom: -50px; margin-top: -50px

    But I don’t know where the top- and bottom-margin was set “aktiv”??
    Best Regards,
    Nikolaus

    eC
    Participant

    Hey! :)

    Is it possible, to have Skype in the social profiles (shown in the top-bar and in the footer) be replaced with a functionality like this:

    <script type="text/javascript" src="https://secure.skypeassets.com/i/scom/js/skype-uri.js"></script>
    <div id="SkypeButton_Call_Me_1">
     <script type="text/javascript">
     Skype.ui({
     "name": "chat",
     "element": "SkypeButton_Call_Me_1",
     "participants": ["Me"],
     "imageColor": "white"
     });
     </script>
    </div>

    ?

    Right now, I have a link like this set: skype:Me?chat – but this is apparently bad for SEO as it contains a question mark.

    As for the Special Headlines we had issues as these were going out of the observable space from time to time, when for example being watched on mobile portrait resolution (longer words were vanishing to the right side).
    For now it is addressed with this Quick CSS:

    h1, h2 {
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
    }

    But I guess you guys probably have a cleaner/better solution for me?

    Thanks a bunch as always!

    Best regards,
    eC

    #679382

    Hi Chris2234!

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

    #advanced_menu_toggle {
        position: fixed;
        top: 50px;
        right: 10px;
    }

    Best regards,
    Yigit

    #679353
    davidmartinserrano
    Participant

    Good afternoon,

    Maybe this question is not suitable at this forum, but I´m sure you could help me with this issue:
    I want to change the color of the button and the link of this Cookie message:

    This is the code we have right now:

    #cookie-notice {
    display: none;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    text-align: center;
    }

    .cookie-notice-container {
    padding: 10px;
    }

    .cn-top {
    top: 0;
    }

    .cn-bottom {
    bottom: 0;
    }

    #cookie-notice .button {
    margin-left: 10px;
    }

    #cookie-notice .button.wp-default {
    font-family: sans-serif;
    line-height: 18px;
    padding: 2px 12px;
    background: linear-gradient(to bottom, #FEFEFE, #F4F4F4) repeat scroll 0 0 #F3F3F3;
    border-color: #BBB;
    color: #333;
    text-shadow: 0 1px 0 #FFF;
    -moz-box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    }

    #cookie-notice .button.wp-default:hover, #cookie-notice .button.wp-default:focus {
    background: linear-gradient(to bottom, #FFFFFF, #F3F3F3) repeat scroll 0 0 #F3F3F3;
    border-color: #999999;
    color: #222222;
    }

    #cookie-notice .button.bootstrap {
    font-family: sans-serif;
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-right: 0.3em;
    margin-bottom: 0;
    *margin-left: .3em;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    font-style: normal;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #AB5D5C;
    *background-color: #0044cc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#ff0088cc’, endColorstr=’#ff0044cc’, GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 2px 10px;
    font-size: 12px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    }

    #cookie-notice .button.bootstrap:hover, #cookie-notice .button.bootstrap:focus {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
    }

    ____________________________________________

    And I need to change to:
    Background of the full message: #444444
    Font of the message: #999999
    Font for links and font for the button: #8C4F4F
    Background of the button background: #222222

    Please, could you help me to modify this?

    thanks in advance

    #679341
    simonac
    Participant

    Hi, how can i make the icon in a button element larger without making the font larger?
    And is it possible to change the position of the icon to the top instead of right or left?

    Thanks

    • This topic was modified 9 years, 6 months ago by simonac.
    #679331

    Dear supporter,

    How can I undo the border radius for blog entry images? I would like to have all my images without border radius on my website. Some CSS adjustments have helped me to change some of the border radius into ‘0’, but the blog entry images keeps popping-up with rounded corners.

    My CSS adjustments:

    .sub_menu a {
    border-radius: 0px!important;
    }

    .rounded, .sidebar, #top .slideshow {
    border-radius: 0 !important;
    }

    .rounded_corner{
    background: none !important;
    }

    #679316

    hey Rikard,

    Ok just wanted to double check. There was this post about the 3.7 updated, but it shows 3.6 on themeforest:

    #679315
    NikolausWuehrer
    Participant

    LayerSlider worked fine with full-width, background image was close to a color-section (with text) on top and close to the footer area on bottom.
    After I’ve created a third slider, suddenly white space to the top and bottem end was there in the Front-End. How can I remove this white space?

    #679312

    Again in EN:

    Hello,

    We wondering about a difference in image quality of the photos in the library compared to the pictures on the front end. The photos in the front end lacks Brilliance, they seem pale and somewhat pixelated, and they have a slight green tint.

    We used the Masonry Gallery to built the sample photos into the side.

    Can you please tell why this is, or what change should be made to improve the quality in the front end?

    Thank you already for a info on this topic!

    Best regards,
    Jugalbandi

    Hi Ismael,
    Thanks for your reply!
    No, from what I can “see”, I don’t encounter any error in the theme option panel or the advanced layout builder.
    These 2 functionalities seem OK from my point of view.

    Since I posted this topic, I can see that Google has detected a new error code 500 on August 28 on the following file:
    /wp-content/themes/enfold/framework/php/auto-updates/auto-updates.php

    Googlebot is scanning/exploring the site partially at each of its new passage, hence this new error appearing only now.
    There might be other ones showing up later until the site has been fully scanned by Google.

    However, with the thousands of php files in WordPress and its plugins, all currently detected errors are only related with Enfold framework (/wp-content/themes/enfold/framework/…). I don’t have any other errors at all detected by Google anywhere on the site.

    So even though, from my point of view, the site works well, there is something to be clarified on why Google would get back an error 500 on running these Enfold framework scripts. Maybe something to check directly with them.
    Such a great theme as Enfold and its developping team cannot satisfy with this kind of situation/statement from Google that customers might conceive as acceptable/OK with a basic free theme.

    Even if it takes a while to find out and get properly solved, I’m quite sure that Kriesi’s team will take up the challenge.

    Best regards,
    Steph.

    #679293

    Hi,

    Thank you for the info. We have changed the fullscreen slider element to a color section and added ID #home-top so it can be recognised by the menu item. Please review the site and let us know.

    Thank you for using enfold :)

    Best regards,
    Vinay

Viewing 30 results - 91,231 through 91,260 (of 142,827 total)