Viewing 30 results - 130,471 through 130,500 (of 142,938 total)
  • Author
    Search Results
  • #254983

    In reply to: Fontello icon

    Hey Dogmut!

    Yes, please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .iconbox_top .iconbox_icon { font-size: 26px; }

    Cheers!
    Yigit

    #254971

    Thanks – I appreciate your help on this.

    You guys are the best!

    #254955
    #254948

    Hey!

    Thank you for the update.

    Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    #top #main .avia-section .template-page {
    width: 428px;
    }
    
    .avia-section.av-minimum-height .container .content {
    display: block;
    }
    }

    I’m not sure why the default display: table-cell property for the .content is screwing the responsiveness of the theme. I’ll forward this thread to Kriesi.

    Best regards,
    Ismael

    #254940
    silviouk
    Participant

    Hi there,

    When I use the Blank page attribute there is still a large section at the top of the page, in other words when the header & footer setting is used any content sits in the middle of the screen instead of moving up to the top of the screen. I have tried to Firebug these areas but this doesnt seem to work.

    I require pages with NO header or Menu and any content to be constructed using the Advance Page builder i.e. logo/menu links/footers, this enables me to place widgets wherever I like.

    Thanks for your help.

    Silvio

    #254932

    Hey mariotronik!

    Thank you for using the theme!

    Unfortunately, this is not possible with the theme and beyond the scope of support. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    If you want to investigate this particular modification on your own, you can start with the header.php. Look for this code:

    <?php 
    	if(!$blank) //blank templates dont display header nor footer
    	{ 
    		 //fetch the template file that holds the main menu, located in includes/helper-menu-main.php
             get_template_part( 'includes/helper', 'main-menu' );
    
    	} ?>

    On top of that code, you can add a slider using a plugin or use the premium layer slider version then utilize the do_shortcode function to render the slider on top of the header.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Regards,
    Ismael

    djpoel
    Participant

    Hi,

    On my website I have a page set up with page template ‘blank – no header and no footer’, check http://diaconaalsteunpunt.nl/diaconaat-2020/

    After upgrading to enfold 2.7 I now get an unwanted white bar at the top of the page. I found out it is caused by selecting the sticky menu option. Since I need the stikcy menu, I don’t know how to fix this… Is it a bug or a feature? :)

    Greetings,
    DJ

    #254922
    akhilz
    Participant

    hi, just noticed the pagination on my blog (homepage) has stopped working.
    clicking on the page 2 or 3 just keeps opening page 1.

    please help!

    the solution provided in https://kriesi.at/support/topic/blog-pagination-6/#post-249965 doesn’t work for me.

    • This topic was modified 12 years ago by akhilz.
    #254913

    Hey amsdes!

    Please try adding Greek subset. See Peter`s post here – https://kriesi.at/support/topic/add-a-new-custom-font/#post-212124

    Cheers!
    Yigit

    #254899

    Hi!

    Thank you for visiting the support forum.

    Did it work for you? You can use this if you want:

    #top input[type="text"]:focus, #top input[type="password"]:focus, #top input[type="email"]:focus, #top input[type="number"]:focus, #top input[type="url"]:focus, #top input[type="tel"]:focus, #top input[type="search"]:focus, #top textarea:focus {
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    color: #555;
    background-color: #FFFA99 !important;
    }

    Regards,
    Ismael

    #254890
    Willyyr
    Participant

    Hi, i’m trying to align the main navigation to the bottom. I tried the solution from this thread: https://kriesi.at/support/topic/align-main-navigation-to-bottom/

    This only seems to work with the small header enabled. Could anyone point me in the right direction?

    I tried to increase the number and add !important like this:

    
    #header_main .container, .main_menu ul:first-child > li a{
    line-height: 200px !important;
    }

    But now all the subnav items have the hight of 200px which messes up the menu.

    #254886

    Hi!

    Thank you for the update.

    1.) Not sure why it is happening on iPad. Let me ask Josue to check this on his iPad.

    2.) Please add this on Quick CSS or custom.css to position the social icons below the logo, center aligned.

    @media only screen and (max-width: 767px) {
    .responsive.html_header_top #header_main .social_bookmarks {
    width: auto;
    position: absolute;
    left: 50%;
    top: 80px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    }
    
    .responsive .logo {
    margin-bottom: 40px;
    }
    }

    Regards,
    Ismael

    #254884

    Hi!

    Update – yes, you can use the “Easy Slider” element. It uses the mediaelements player to display the video and this player will play the video automatically. You can deactivate the “autoplay” feature with a checkbox though (“Disable Autoplay” option).

    Regards,
    Peter

    #254883

    Hey digitalcomplexion!

    The wordpress oembed api: https://codex.wordpress.org/Embeds currently doesn’t support any parameters (i.e. an autoplay parameter) and afaik it’s not possible. However maybe Kriesi included a hidden feature somewhere and it’s possible by using the slideshow which some custom filter code – I’ll mark this thread for him and ask him to post a solution if it’s possible somehow.

    Cheers!
    Peter

    #254871

    Hey steven1000!

    You can remove the header background color with

    
    .header_color .header_bg {
    background-color: transparent;
    }
    

    If you want to add a white background color to the main menu use this code

    
    #header_main_alternate{
    background-color: white;
    }
    

    If you want to remove the background color from the meta bar (sub menu at the top) use:

    
    #header_meta {
    background-color: transparent;
    }
    

    Regards,
    Peter

    #254868

    Hey!

    I’m not sure if this will fix the issue on the ipad but try to change the “Background Attachment” to “fixed” and then change “Background Image Position” to “Center Center”, “Top Center” or “Bottom Center”. Afterwards switch “Background Attachment” back to “Parallax” and save the element settings.

    Regards,
    Peter

    #254861

    Hey!

    Did you try to add a hover selector to your code like:

    
    #top #wrap_all .header_color .main_menu ul:first-child > li > a:hover { color: #ff0000; }
    

    It should change the link color if you hover over the menu items.

    Best regards,
    Peter

    #254856

    Hi wintner!

    Please try to insert

    
    @media only screen and (max-width: 767px){
    	#top .fullsize .template-blog .post .entry-content-wrapper {
    	max-width: 500px;
    	}
    }
    

    into the quick css field – this code should make sure that the content scales properly.

    Regards,
    Peter

    #254851

    Hey Alexoidea!

    See https://kriesi.at/support/topic/before-and-after-plugin/ – someone recommended the “Fifty Fifty” plugin. Personally I didn’t test the plugin but I guess it works with Enfold.

    Cheers!
    Peter

    Is there any way to deactivate these text labels ? I can’t access W3 Total Cache as it is managed by my hosting service.

    The problem is that the text labels of the icon-elements are shown in Enfold 2.7.

    Hey

    I had the same issue and I deactivated W3 Total Cache and everything went normal

    Hope it helps!

    #254812

    Hi,
    with the last update now i can stop the autoplay of the video.. great!!
    the video show me a casual frame when is stopped… can i change the frame or add an image?

    thanks in advanced best regards

    #254810

    Topic: Logo padding issue

    in forum Enfold
    FEWGmbH
    Participant

    Hi

    I changed the top padding of the logo in the header to 15px in the layout.css file of the theme.

    What now changed as a result is, that the logo shrinks much more, when i scroll down the page. Can you help me with this? How can i leave the scroll/shrink effect as it was and have the top padding with 15px?

    Thanks and best regards
    Simeon

    marco26
    Participant

    Hello,

    I just updated my WordPress blogs with WP 3.9 + Enfold 2.7. It’s all working fine, great update for Enfold, but I am having a problem with the social media icons which are on top of the title, they are all stacked together and seems too small. You can have a look on one of my websites:

    http://vivrepaleo.fr/

    Also made a screenshot:

    http://i.minus.com/ibhu9tcK6Wx8kY.jpg

    How can I fix that ?

    Thanks !

    #254769

    Hey!

    Please fix this typos:

    Cheers!
    Josue

    #254749
    Angiec13
    Participant

    Site url in private reply.

    I am trying to apply a specific background to the secondary header menu. I have set the background, but it is sitting on top of the menu/hiding it. I have tried applying a z-index to force the actual men/links forward, but it’s not working. To what class or id would I apply the z-index to bring the menu/links to the front? Is there a better way to do this that I’m not aware of?

    Thanks for any help– still love this theme! :)
    Angie

    #254742

    Hey!

    Try adding this code to the Quick CSS:

    
    .ls-inner:before {
        content: "";
        height: 17%;
        width: 100%;
        background: white;
        display: block;
        position: absolute;
        top: 0;
        z-index: 3;
    }
    
    #layerslider-text{
        z-index: 10; 
        position: relative;
    }

    Cheers! 
    Josue

    #254736

    Topic: Custom logo issues

    in forum Enfold
    #254727

    Ok update – using the Grid setting seems to avoid the plugin conflict (which I still can’t work out which one is causing it). So I will just go with that for now.

    However, the iPhone menu thing is interesting. I have just found what I think is a fix, but it needs your help. If the top level menu item on a mega menu or drop down menu has a “#” in the url field, instead of blank, then the sub level of that menu will work. However, when it comes to Mega Menu’s, that only allows you to see the menu columns, and you still can’t click those individual columns – it seems they too need a “#” in the url field – except there is no URL field for mega menu columns. So is there a way to have the theme insert #’s in mega menu columns so they become clickable?

    By the way, this is with the “Hide Mobile Menu Submenu Items” ticked in Enfold settings. Turning this setting off completely allows the menu to work fine.

    Finally, the latest enfold update (2.7 I think) seems to have introduced a bug in the breadcrumbs, where if a post has multiple categories that it is in then those multiple categories show up in the breadcrumbs, with the post title repeated as well. See here for example: Microstock Man 2014

    Looking forward to your thoughts and assistance

    THP

    • This reply was modified 12 years ago by THP Studio.
Viewing 30 results - 130,471 through 130,500 (of 142,938 total)