Viewing 30 results - 86,701 through 86,730 (of 142,852 total)
  • Author
    Search Results
  • #724362
    enengl
    Participant

    Dear support team,

    on our page https://www.hapkido.academy i experience problems, when switching to a page (with anchor).
    When the page is not loaded yet, the top of the section is hidden by the header; loading the same page (with same anchor) again corrects the problem.

    Browser: Firefox, Internet Explorer on Win 10
    You should be able to reproduce this behaviour by clicking Hapkido/Geschichte from the Main page (or any other anchor based link).

    Is this a bug in your theme?
    Am i doing something wrong?

    I attached links of a sample output in case you can’t reproduce the effect instantly.

    Please let me know, if you need login credentials!

    best regards,
    Tom

    #724357

    In reply to: Error on saving posts

    Hey newpappa,

    We have replied you here – https://kriesi.at/support/topic/how-can-i-use-media-queries-in-button-content-element-to-change-target-url/#post-724056
    Let us continue there.

    Best regards,
    Yigit

    #724355

    In reply to: adding flags

    Hey!

    Please go to Appearance > Menus and create a new menu and add two new Custom Links and insert your images using HTML and then check “Enfold secondary menu” under Menu Settings and then go to Enfold theme options > Header > Extra Elements and choose to display your secondary menu in top bar on the right

    Best regards,
    Yigit

    #724348
    LHSpin
    Participant

    Hello,

    I was wondering if there was a quick css I can use to change the font size of the Small bar above Main Menu. I noticed in Advanced styling there are only the options:
    Font Color
    Background Color
    Border Color
    Font Family

    but I would like to change the font size as well. Any help with this would be great :). Here is a reference to the top bar where the phone number is: http://192.185.186.27/~solutions4u/

    #724346

    In reply to: Mailchimp

    Hi I managed to get the newsletter to work while waiting for a response.

    As for the topics I copied and pasted the outstanding issue. The link you shared when I used the CSS it did not work.

    This can now be closed. I will create a new thread.

    #724339

    Hi,

    Try this code if it does not make any change deactivate any caching plugins and hard refresh the browser a few times.
    If you still have any issues please post us your login details in private so we can take a closer look.

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .slide-loop-1.flex_column{
    	margin-bottom: 0px!important;
    }}

    Best regards,
    Vinay

    #724331

    Thanks Yigit. That worked great. Just one thing, is there a way to remove the space created by the top bar the secondary menu normally would be positioned in that is directly above the logo and main menu? The CSS you provided moved the secondary menu where I need it, but there is a gap above all three of the elements in the header where the secondary menu and additional contact info would normally be displayed.

    I can’t set #header_meta .container to display: none, because the secondary menu is still technically in that div and it also disappears when I do that.

    #724324

    In reply to: Topbar

    Hallo, wie kann ich den weißen Strick unterhalb (zwischen Topbar und Menu) der Topbar ändern. Dieser soll auch Transparent sein.

    View post on imgur.com

    #724306

    Hey FerryTCB,

    To create a split menu with centered logo please start by selecting the “Menu and Logo position” to “Logo Center Menu Below” from Enfold > Header > Menu and Logo Position

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

    Adjust the nth-child(x), margin and top values to suit your design.

    1. nth-child(2) in the below code refers to the 2nd menu item if you have 6 menu items change it to 3.
    2. To vertically align the logo and menu adjust the margin-top and the top values in the below code.

    That’s all friends :)

    /* Split menu
    ----------------*/
    
    @media only screen and (min-width:768px) {
    
    .av-main-nav li:nth-child(3) {
        margin-right:300px;
    }
    .av-logo-container {
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
    #header {
        margin-top: 30px;
    }}

    Best regards,
    Vinay

    • This reply was modified 9 years, 3 months ago by Vinay.
    #724294
    luis
    Participant

    Hi guys,
    First of all thanks for this theme, its awesome!
    This is my first question in this forum. I build a page which has a masonry gallery with the team members in the end of the page.
    The titles and excerpt work well on desktop and mobile, but on an ipad the excerpt disapears. I tried already with different resolutions on the media query, but I haven’t found the right settings yet. The page is already online. Could you give me some further advice?
    Please let me now if you need some login credentials.
    Thanks a lot in advance.
    Luis

    This is the css that I’ve used so far:
    /***************** Masonry Gallery captions *****/
    /* Title */
    .av-masonry-entry .av-masonry-entry-title {
    font-size: 105%;
    color: white !important;
    }

    /* Excerpt */
    .av-masonry-entry .av-masonry-entry-title+.av-masonry-entry-content {
    font-family:’Roboto’, sans-serif !important;
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    color: white;
    }

    /********* Masonry gallery captions background *****/
    .avia_desktop.avia_transform3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content {
    background: black;
    }

    .avia-arrow { display: none; }

    @media only screen and (max-width: 1242px) {
    figcaption {
    background-color: black!important;
    }}

    /* masonry smaller labels */
    @media only screen and (max-width: 1920px) {
    .main_color .av-inner-masonry-content {
    font-size: 12px;
    padding: 5px;
    }}

    • This topic was modified 9 years, 3 months ago by luis.
    #724290

    Hi,

    Please try adding following code to Functions.php file

    function avia_custom_cardo_font() {
        wp_enqueue_style( 'Lato font', 'https://fonts.googleapis.com/css?family=Cardo' );
    }
    add_action( 'wp_enqueue_scripts', 'avia_custom_cardo_font' );

    Then following code should work

    #top .cardo {
    font-family: "Cardo"!important;
    }

    If that too does not help, please create a temporary admin login and post it here privately

    Best regards,
    Yigit

    #724289
    matelko2003
    Participant

    Hello team

    I have created a sub-page, where I am listing the contact phone numbers within the content area – http://klubaktivnehomyslenia.sk/cestovna-kamcelaria/.

    These would come as white color by default, however I was able to change the color to blue for desktops version via HTML editor of the text block. But this is not reflecting on mobile devices where these phone numbers still appear as white color.

    Is there any custom CSS I can add to make these phone numbers links appear blue also on mobile devices?

    Thanks a lot
    Martin

    #724284

    Hi,

    Here is an example CSS code

    @media only screen and (max-width: 1024px) and (min-width: 769px) { 
    .custom-image { 
    position: relative; 
    top: 40px; 
    }
    }
    @media only screen and (max-width: 768px) {
    .custom-image { 
    position: relative; 
    top: 20px;
    }
    }

    Best regards,
    Yigit

    #724279

    In reply to: Menu Indicator

    Hallo,

    Bitte!
    Füge folgenden Code ins Quick CSS Feld ein:

    .av-main-nav ul {
        top: 85%;
    }

    Best regards,
    Yigit

    #724257

    Hey Arthith,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .flex_column {
      margin-bottom:0 !important;
    }
    }

    Best regards,
    Rikard

    #724222
    Netpower
    Participant

    Hi,
    We have a solution that uses image hotspot, but we are having some problems with the tooltip position. When we have inserted a hotspot, and choose the tooltip position to “Bunnen venstre” (Norweagian for “Bottom left”) the textbox possition on the picture becomes bottom right.
    The problem occures for all “left”, “right”, “top” and “bottom” positions. In the categories “Above” and “Below”, left and right possitions are interchanged. And in the categories “Left” and “Right”, the top and bottom possition is interchanged.

    Are you able to fix this for the next enfold update?
    We are currently running v. 3.4.7

    #724221

    Hi,

    Thank you for the clarification we have added the below code in Quick CSS if you like to add another page as a popup please update the page ID in the css code.

    NOTE: Page ID is a class name added to the body class which can be accessed by right click on the page and select inspect.

    /* popup form */
    
    .page-id-91 .mfp-iframe-scaler iframe {
        min-height: 90vh!important;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .page-id-91 .mfp-iframe-scaler,
    .page-id-91 .mfp-content {
        min-height: 85vh!important;
    }

    Best regards,
    Vinay

    #724202

    Hi,
    everything works fine now, but I found out that only 2 images are not showing up in the mobile version. I didn’t notice that before and don’t have an explanation for that. In the cell edit I enabled “always display” for the images. Very important was that the alignment of every cell was equal and set to top. I changed that on the whole page, but the 2 images are still missing.

    I will post new screenshots and it would be great if you have a solution? It’s very important, because the website is online!

    Thanks again for helping.
    Best regards,
    Dirk

    #724200

    It still does not work. Move back to php 7.0.14, elements buttons on top of editor are now working, but avira editor still not loading

    #724196
    es1979
    Participant

    hello,
    i’ve searched a lot, but found nothing to solve my problem. is there a solution to autoplay the videos in the enfold theme?

    thanks for your help

    #724187

    Hello Rikards,

    Thank you for your help.

    I just modified the page header with TITLE </ strong>

    I have just tested the header tags on several pages and I have encountered the same problem (I lose the elements of the page when I update it, and I am obliged to go through revision to recover the Previous version, look at the number of revisions made and you will see my difficulty).

    On my other sites https://venus-tonic.fr and http://clc33.apps-1and1.net/ I do not have this problem while I used the tags registered by default.

    Example: Welcome to the VENUS TONIC Form Space . </ Strong>

    Thanks for your help in finding the additional solutions and no more problems to complete the site.

    Cordially

    Christophe

    #724173

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    You can see a comparison of desktop vs mobile here: https://imgur.com/a/dRuvW

    Hi,

    Glad we could help and sorry for the problems :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #724152

    Hi Simon,

    Great, glad you got it working. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #724150
    schiffbauer00
    Participant

    Hi all,
    referring this post:
    https://kriesi.at/support/topic/place-enfolds-social-media-buttons-in-footer/
    I would like to add the code also for the facebook icon, but I really do not get behind the elements of the code Ygit posted.

    <ul class=”noLightbox social_bookmarks icon_count_2″><li class=”social_bookmarks_instagram av-social-link-instagram social_icon_1″><span class=”avia_hidden_link_text”>Instagram</span><li class=”social_bookmarks_pinterest av-social-link-pinterest social_icon_2″><span class=”avia_hidden_link_text”>Pinterest</span>

    Please could you help me?
    Thanks in advance!
    Jan

    #724135

    Hey LbCCbeA_89,

    It’s best recommmended to change the look and feel of the menu items from enfold theme options.

    Enfold > Advance Styling > Menu Items

    If you are looking for CSS class names for advanced styling, here they are :

    NOTE: Add important rule to the css property if you do not see any changes.
    Other reason you may not see the css changes is because a caching plugin is active, please deactivate the cache plugin and try to hard refresh the browser.

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

    /* Menu font color */
    #top #header .av-main-nav > li > a .avia-menu-text, 
    #top #header .av-main-nav > li > a .avia-menu-subtext {
        color: #4d4d4d;
    }
    
    /* 
    Background color
    Border color
    font size
    */
    #top #header .av-main-nav > li > a {
        background-color: #f7f7f7;
        border-color: #bdbdbd;
        font-size: 16px;
    }
    
    /* Active menu hover state */
    .header_color .avia-menu-fx {
        background-color: #c51048;
        border-color: #c51048;
    }
    
    /* Header border */
    .header_color div {
    border-color: #ff0303;
    }

    Best regards,
    Vinay

    • This reply was modified 9 years, 3 months ago by Vinay.
    #724124

    Hey LbCCbeA_89,

    Thank you for using Enfold.

    Please decrease the height of the logo on tablet view. This will, in turn, decrease the height of the header.

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #top #header_main > .container, #top #header_main > .container .logo a img {
        height: 80px !important;
        line-height: 80px !important;
    }
    }
    

    Best regards,
    Ismael

    #724123

    Hey Octopus4444,

    Thank you for the info.

    This will break the single product breadcrumbs. Please try this instead.

    			$front = avia_get_option('frontpage');
    			$shop = get_option( 'woocommerce_shop_page_id' );
    
    			if($front == $shop && is_front_page()) {
    				$key_trail = array_keys($trail);
    				$home = $key_trail[0];
    			} else {
    				$home = $trail[0];
    			}
    

    Best regards,
    Ismael

    #724121

    Hi,

    Great, glad you found a solution. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 30 results - 86,701 through 86,730 (of 142,852 total)