Viewing 30 results - 138,421 through 138,450 (of 142,711 total)
  • Author
    Search Results
  • #172863

    Hello!

    You can use this:

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    }

    Cheers!
    Ismael

    #172845

    I’m not sure what it could be at this point. Earlier the icons were showing fine on my end and still are on my macbook but checking this afternoon they are missing on my desktop now.

    Can you create a temporary admin account and reply back with the details so we can dig in a bit further.

    Branndon
    Participant

    I asked for support before, and it was closed without resolution: https://kriesi.at/support/topic/sidebar-option-for-custom-post-type/

    I’m using a custom content type called download (created by easy digital downloads). I also edited enfold as directed to enable the avia layout editor for my custom content type. It works great, and now I have the editor for my downloads. However the website doesn’t understand how to use this properly.

    I have added a bit of code to every template file in the theme root folder, and every loop file in the includes folder. This bit of code prints out the template name in the source code for me. None of the templates are being used. Instead it’s using something from the config-templatebuilder folder I believe. How can I edit the page layout for this content type if it bypasses all template files?

    Link to page http://thepluginfactory.co/warehouse/gard-pro/

    • This topic was modified 12 years, 4 months ago by Branndon.
    #172839

    Hi!

    You can add this on your custom.css or Quick CSS:

    .header_color .main_menu ul {
    background: transparent;
    }
    
    #top .main_menu .menu>li:last-child>a {
    padding-right: 10px;
    }

    If you want a border below, just add this:

    #header {
    border-bottom: 1px solid #444444;
    }

    Cheers!
    Ismael

    #172836

    Hi!

    You can add this on your custom.css or Quick CSS:

    #top .sub_menu>ul {
    float: right;
    }
    
    .social_header .phone-info {
    margin-top: 0;
    position: absolute;
    top: 40px;
    height: 80px;
    }
    
    #menu-item-2594 > a {
    text-indent: -9999px;
    background: url('http://217.147.86.171/~mainline/wp-content/uploads/menu_home_symbol.png') no-repeat center center;
    width: 50px;
    height: 26px;
    position: absolute;
    top: 40px;
    right: 5px;
    }

    Best regards,
    Ismael

    Also, this did increase the font size but it doesn’t look right on mobile.

    Do you have another CSS line for the responsive part of this?

    Thanks

    Zach

    Hi igalaxy!

    1.) I don’t see the navigation bar moving side to side. I checked the site on IE8, 9 and 10. What OS are you testing it with?

    2.) You can change the html background color:

    html {
    background-color: #eda68e;
    }

    Cheers!
    Ismael

    Oops. I mean http://www.oakparkpediatrics.com.

    Thank you.

    Zach

    Hey kangaroozach!

    The theme in provided link is not Enfold :)
    You can add following code to Quick CSS in Enfold theme options under Styling tab

    .social_header .phone-info span { font-size: 16px; }

    Best regards,
    Yigit

    #172783

    Hello!

    To make the content wider, add this code to the Quick CSS:

    #top .fullsize .template-blog .post .entry-content>* {
    max-width: 850px !important;
    }

    To make the title and meta text larger:

    .post-meta-infos {
    font-size: 14px !important;
    }
    .post-title.entry-title {
    font-size: 32px !important;
    }
    

    Cheers!
    Josue

    #172780

    In reply to: help with top margin

    This reply has been marked as private.
    #172770

    In reply to: Flickering Text

    I’m not sure any of us have Air’s to test on, I think Kriesi is also using a macbook pro but the specs should be the same. I’m not sure how you are getting something that I’m not with what should be the exact same OS and Browser.

    I’ll tag Kriesi on the topic and see if he can figure out what is happening.

    MHM
    Participant

    Hello, can anyone advise me on how to back up my database and restore it for the many installations of Enfold on my website? Is there a tutorial video?

    Where are the database that I need to make copies of, and how can I restore them after I’ve updated my theme?

    I have customized my colors, fonts, images and other style settings and am not update do this manually, but several features are not working, so I need to update my Enfold theme throughout my site. I chose Enfold in part for its WPML compatibility. Manually updating my theme and its settings would be very difficult for users like me who have 16 installs of Enfold on their websites.

    PS – I was discussing this on another thread, but it was closed before I had time to respond. You can see the original thread here: < https://kriesi.at/support/topic/parent-theme-settings-import-to-child-theme/#post-169687 >. Thanks!

    #172743

    Please understand my position here as your customer. I am trying to run a site here, not update theme CSS after an update breaks core parts of my site. I paid top dollar for a good theme and specifically avoided customising any part of the theme code to avoid this kind of issue.

    Why would you need access to my site content to work on an issue with the contact form? It’s in one of the default pages. Also, why you need it to debug an issue with an image being hidden is a little beyond me. Same goes for the layerslider icons.

    Which of my issues in the OP are “vauge” and need clarification? Nobody has asked me to clarify anything so far!

    If you are adamant that you need site access it will take me a few days to set up a site I am comfortable having a stranger access. Never before in 15 years of IT has a vendor needed login credentials to my site to fix a bug in their code.

    Thanks for confirming the CSS fix for issue 2 will be in the next version.

    Cheers.
    Jason

    #172740

    In reply to: help with top margin

    Hey!

    This will fix it:

    #header_meta{
    display: none !important;
    }

    Regards,
    Josue

    #172735

    In reply to: Social Badges in IE8

    Hello!

    Can you try the steps I just posted here: https://kriesi.at/support/topic/icons-still-not-working-in-firefox-and-ie/#post-172730

    There is something odd going on with IE under certain circumstances and we are trying to narrow it down to a specific case to find a fix.

    Regards,
    Devin

    #172734
    This reply has been marked as private.
    #172732

    In reply to: help with top margin

    This reply has been marked as private.
    #172729
    This reply has been marked as private.
    #172409

    In reply to: Mobile menu toggle

    Sorry, that one doesn’t help. But I think what is causing this. I’m using a custom avia.js in my child theme for a custom breakpoint of the theme. When I switch that off, the menu toggle is displayed correctly.

    However, I do like to use the custom breakpoint. Hope you can help me out with this! I did one edit in the avia.js – and placed it in my child theme folder. At the responsive menu function on line number 88 I changed the switchWidth value from 767 to 989.

    This modification is based on the following support thread: https://kriesi.at/support/topic/mobile-menu-tablet-breakpoint/.

    Also – as mentioned in the thread – In the functions.php I’ve added:

    // WZ: For custom breakpoint mobile menu toggle
    // Make these Child functions load after Parent functions
    add_action( 'after_setup_theme', 'childtheme_late_functions' );
    function childtheme_late_functions() {
    	// Swap out Parent's js/avia.js for Child's js/avia.js
    	add_action( 'wp_enqueue_scripts', 'childtheme_menu_breakpoint' );
    	function childtheme_menu_breakpoint() {
    		wp_dequeue_script( 'avia-default' );
    		wp_enqueue_script( 'childtheme-avia-js', get_stylesheet_directory_uri() . '/js/avia.js', array( 'jquery' ), 1, true);
    	}
    }

    Let me know if you need more information.
    Thanks!

    #172403

    In reply to: help with top margin

    Hello Tech Dude!

    Your website is returning a defaultwebpage.cgi page (server misconfiguration).

    Best regards,
    Josue

    #172401
    This reply has been marked as private.
    #172384

    But this is not showing in the UK any more. Also, apart from current location of the short-code, i wanted to add other short-code in between Logo and the social icon. I already have the one showing at the top right sorted.

    Let me know your thought.
    Thanks
    MK

    #172370

    Topic: help with top margin

    in forum Enfold
    Tech Dude
    Participant

    i seem to have a top margin above my header that pushed my content down a bit. is there a particular portion of the CSS i should look for that may have this error code in it? or is there a way to reset the CSS (given i’d copy my custom css code before it resets). without losing all my content (pages, navigation menu, etc)?

    http://dreamhosters.lapolla.com

    kangaroozach
    Participant

    What is the Quick CSS to make the top header (phone number) larger?

    See http://www.oakparkmedical.com.

    I want to make the Phone number and Fax Number at the top right larger. Please help.

    Thanks

    Zach

    #172346

    Kriesi and his team has done a lot in improving Enfold and keeps getting better.

    I just want that >

    a. A sticky post – on customizations or basic questions that people ask about Enfold.

    From changing h1 colors , borders in top padding , how to switch to slide out menu and so on. There are over 100 + pages and they keep on increasing each day. Even if I search the forums it’s still a lot hehe

    I like what you did with the recommended plugins sticky post.

    #172345

    In reply to: top button no icon

    We’re having the same problems. http://tinyurl.com/53j35. In Chrome the broken right chevron icon is displaying the font code and the social media icons in the top page nav simply don’t serve. You’ll also note that the search icon is also missing from the header nav as well. It’s odd as this isn’t for all icons, only certain ones. Any idea what the problem is and how to fix?

    #172328

    In reply to: top button no icon

    you are right is beacause aweber javascript code

    now the aweber java script is after #top and <div id=”fb-root”></div>
    and is working like this :)

    you save my day again :)

    thanks

    #172324

    In reply to: top button no icon

    Hello!

    Please review your website. Go to top icon code in your child themes Footer.php file was like in 167th line here http://i.imgur.com/gDl6Z4q.jpg while it supposed to be like 169th

    Cheers!
    Yigit

    #172318

    In reply to: top button no icon

    This reply has been marked as private.
Viewing 30 results - 138,421 through 138,450 (of 142,711 total)