Viewing 30 results - 133,891 through 133,920 (of 142,578 total)
  • Author
    Search Results
  • #220040

    In reply to: Footer Edit

    Hi!

    We can’t really be more clear when you want to just edit the footer. The footer.php has the output for the widgets and then the socket container.

    With Propulsion there is no other option for footer customization so editing the footer.php directly or if you are using a child theme is your only choice.

    If you have any other questions please make a new topic in the Propulsion forums so we don’t anyone confused on which theme we are giving instruction for. With the Enfold theme there is additional customization to the footer beyond what Propulsion has.

    Regards,
    Devin

    #220016
    This reply has been marked as private.
    #220011

    In reply to: Logosize stretch

    Hi!

    To increase the logo height and keep the resizing feature, you should refer to what i posted here https://kriesi.at/support/topic/logosize-stretch/#post-216512
    if you think scrolled size of header is too small, you can adjust it as explained here https://kriesi.at/support/topic/change-logo-shrink/#post-215981

    Regards,
    Yigit

    #219998

    forget that – I am figuring it out…moved to another topic re: icon box icons

    #219997

    Topic: icon box icons

    in forum Enfold
    Munford
    Participant

    Hi a quick question:
    I am customizing an icon box on this page:
    http://www.copenhagenfilmcompany.dk/2014/landing_exit/#top
    and want to not have the red icon there at all.
    How do I disable them just on the icon boxes?
    I will be adding more with the same look.

    thanks

    #219984

    Hi Willem-Paul!

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

    #top .social_bookmarks li a { color: #888;
    background-color: white; }

    Cheers!
    Yigit

    #219952
    juliusvandelaar
    Participant

    Just some short questions regarding the header. How do I change the font and the font size of the header? And how can I change the position of the header? I’d like to move the header to a different place on the homepage from top of the page to the middle or the bottom of the homepage. Could you please give me any advice?

    #219951

    In reply to: Enfold multilingual

    Hey Renko!

    As stated here https://kriesi.at/support/topic/recommended-plugins-last-update-04-09-2013/ we recommend WPML plugin. You can try other plugins as well but we cannot guarantee that there will not be any compability issues.

    Regards,
    Yigit

    #219920

    Topic: Enfold multilingual

    in forum Enfold
    Renko
    Participant

    Hello dear team,

    for a new customer we would like to install the Enfold theme with multilingual functionality (4 different languages).

    I learned that the most popular (and probably the most efficient) way to use multilingual sites is the WPML plugin: https://kriesi.at/support/topic/which-wpml-multiligual-plugin-is-right-for-me/
    https://kriesi.at/support/topic/multilingual-press-pro-enfold-multisite/

    Is that true? Or is there another solution you can recommend for a multilingual WordPress site using the enfold theme?

    Thanks in advance for your responses.

    Rainer

    #219902

    Hi Peter,

    hmmm… I didn’t solve the issue per se. I just stopped using the lightbox. The slider two third was an existing page from the dummy set up that I have been copying (but it too lost it’s lightbox functionality). So it’s more of a work around solution, but it works for what I want. :) I’m hoping next time I want to use the lightbox function that it magically works as I have no idea why it stopped working and wouldn’t begin again for me.

    Thanks.

    #219898

    In reply to: Enfold Showcase

    https://kriesi.at/support/topic/enfold-showcase/#post-116454

    very nice Medienvirus – but this is Jupiter Theme – isn’t it ?

    • This reply was modified 11 years, 11 months ago by Guenni007.
    #219871
    ncase
    Participant

    Hi I have followed the help from here, but with no luck:
    https://kriesi.at/support/topic/navigation-menu-on-ipad-portrait-view/#post-216753

    My code looks like this in avia.js:

    // -------------------------------------------------------------------------------------------
    // responsive menu function
    // -------------------------------------------------------------------------------------------
    
        function avia_responsive_menu()
        {
        	var win = $(window), header = $('.responsive #header');
    
        	if(!header.length) return;
    
        	var menu 			  = header.find('.main_menu ul:eq(0)'),
    	    	first_level_items = menu.find('>li').length,
    	    	bottom_menu 	  = $('html').is('.bottom_nav_header'),
    	    		//switchWidth = 767;
    				switchWidth = 1000;
    
        	if(first_level_items > 7 + header.find('#menu-item-search').length && !bottom_menu)
        	{
        		switchWidth = 989;
        		header.addClass('mobile_menu_tablet');
        	}

    And i’ve added this in Quick CSS:

    @media only screen and (max-width: 1000px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    }
    }

    But still the theme doesn’t change at 989 to the slide out menu.

    Hi Josue !

    My website is now online ( still under construction )
    Actually, if you click on this link ( http://www.socofidex.be ), you’ll see the old design.

    The new design is actually on a new hosting. To see the new design, you need to simulate the redirection of your desktop.

    An easy way if you don’t know how to do : modify your « hosts » file ( found in C:\Windows\System32\drivers\etc or in /etc/ for IOS) and add this line with your editor text (Notepad) :
    212.166.61.130 http://www.socofidex.be
    ( see underneath )

    ##
    # Host Database
    #
    # localhost is used to configure the loopback interface
    # when the system is booting.  Do not change this entry.
    ##
    127.0.0.1	localhost
    255.255.255.255	broadcasthost
    ::1             localhost 
    fe80::1%lo0	localhost
    
    212.166.61.130       www.socofidex.be

    Save your file. If you go to http://www.socofidex.be, you’ll see my website.
    Sorry for this process but is the only way to this my website actually …
    So, can you check my 2 issues ?
    1) I would like to add the underline bar in the menu because I never see it.
    I maybe did some errors and the bar disappeared ? Maybe I need to replace a file to repair this bar by default ? Can you help me ?
    2) Can you help me to add my non-google Bariol font ?

    Thanks for your help !

    #219859
    bevlogenverf
    Participant

    Hi,

    http://www.bevlogenverf.nl

    In the top header with social icons. The color of the icons AND the links is now a little purple. I want them to be grey and the background of it white. Any help please :)

    #219857

    In reply to: Pricing Table Issue

    Hi!

    Ismaels code should solve the issue: https://kriesi.at/support/topic/pricing-table-issue/#post-218571

    If you don’t want to change the height of all tables I recommend to insert this code at the bottom of functions.php

    
    add_theme_support('avia_template_builder_custom_css');
    

    Afterwards Enfold will show a “custom css class” field for each template builder element and you can use this css class to set a different table height for a certain table. I.e. insert “mytable” into the css class field and use some css code:

    
    .mytable .pricing-table>li {
    min-height: 70px;
    }
    

    to change the height.

    Cheers!
    Peter

    #219852
    patrickvreeswijk
    Participant

    Hi,
    On top in my portfolio there is a category called: “all”. I have made several categories. In each portfolio item I check the category but there is no displaying of the checked categories so that one can filter the portfolio items with it.

    What do I have to do to show these categories?

    #219846

    Hi derbjoern!

    1) Bzgl Responsive Lightbox kann ich leider nicht weiterhelfen. Ich kenne das Plugin nicht und weiß auch nicht, wie und ob es mit Enfold verwendet werden kann. Ich habe hier: http://www.mediafire.com/?05ho02ecut516hu ein Child Theme für fancybox erstellt. Möglicherweise hilft euch das irgendwie weiter.

    2) Versucht einmal folgenden Code in das Quick CSS Feld einzufügen:

    
    #top .avia-slideshow li img {
    width: auto;
    }
    

    – dadurch sollten die Bilder ihre Originalweite behalten.

    Regards,
    Peter

    Hi!

    Unfortunately the “the server didn’t respond” error is very generic and doesn’t help much because it just tells us that the server stopped to process your request. Maybe the ziparchive class ist not installed – it’s a standard php class: http://www.php.net/manual/en/class.ziparchive.php and required for the font uploader. If it’s not installed/activated please contact the server administrator and ask him to activate/install it for you. If the ziparchive class is not the problem please provide a php error log which helps us to identify the problem.

    Cheers!
    Peter

    #219813

    Hi!

    Please add this on Quick CSS or custom.css:

    #top #header .avia_mega_div > .sub-menu > li > ul > li a img {
    max-width: 250px;
    width: 250px;
    }

    Best regards,
    Ismael

    #219784

    Hi!

    Add this to move the image map below the table on iPad view:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .page-id-1195 .flex_column.av_one_half.avia-builder-el-11.el_after_av_one_half {
    clear: both;
    }
    
    td {
    padding: 10px 15px !important;
    }
    }

    Cheers!
    Ismael

    #219781

    Hi COLORIT!

    WordFence is incorrect. See: https://kriesi.at/support/topic/malicious-code-found-in-avia-framework/#post-219644

    Best regards,
    Devin

    #219744

    Hey!

    You can add following code to Quick CSS as well

    .main_menu ul:first-child > li > a { height: 40px!important; line-height: 40px!important; margin-top: 65px; }
    .header-scrolled .main_menu ul:first-child > li > a { margin-top: 0; }

    Cheers!
    Yigit

    #219740

    Hi pmaly!

    Please add Color Section element to your page right under your Layerslider, then set your image as Custom Background Image of color section element and give it a custom ID myid (or any other). Then add following code to Quick CSS in Enfold theme options under Styling tab

    #myid {
    background-color: transparent!important;
    margin-top: -55px;
    z-index: 55;
    border: none!important;
    }

    Best regards,
    Yigit

    #219735

    In reply to: Scrollmenu

    Hi!

    No i didn’t, the change in js/avia.js is at the very end, this piece of code:

        jQuery(window).scroll(function () {
        	scrollY =  jQuery(window).scrollTop();
            
    		if(scrollY >= 220){
    			jQuery(".home #header").addClass("non");
    		}else{
    			jQuery(".home #header").removeClass("non");
    		}
    
    	});

    Best regards,
    Josue

    #219711

    Hey eric_peeters!

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

    #top div .avia-gallery img { border-style: none; }

    Cheers!
    Yigit

    #219708

    hi,

    the black-box with the anchor should stop at the bottom of the header.
    But it stops at the height of the resized header (which is disabled)

    http://i.imgur.com/DFf8TSu.jpg

    Regards,
    Rafael

    #219702

    In reply to: footer

    Hey!

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

    #top .header_color .main_menu .menu ul li>a:hover {
    color: #888;
    }
    .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
    border-top-color: black!important;
    }
    .main_menu ul:first-child >li > ul {
    border-top-width: 1px; }

    Cheers!
    Yigit

    #219699

    In reply to: logo heading issues

    Hey!

    Please remove Ismael’s last code and try adding following one

    .logo img { margin-top: 15px; }
    .header-scrolled .logo img { margin-top: 0; }

    Cheers!
    Yigit

    #219695

    HEY I FREAKING FIGURED IT OUT:

    Javascript error that was only triggered in iOS Webkit.

    I believe it’s still true that Chrome and Safari on iOS are Webkit-based, even though Chrome went to it’s own base some time ago on other platforms.

    So in my case, I had some jQuery javascript which was causing only an error on iOS webkit browsers. The desktop browsers must be more forgiving. The bad code was a selector. I had

    $('head link[id^=pau').appendTo('head'); // note the missing close bracket in the attribute selector

    Shoulda been

    $('head link[id^=pau]').appendTo('head'); //happy

    So the only way for me to debug it was by following these instructions to enable web inspector for Safari on iOS: http://stackoverflow.com/questions/11262236/ios-remote-debugging/12607124#12607124

    I’d start by making sure any site with this issue has no JS errors ON THE DEVICE, since that’s going to impact the slideshow and nav.

    • This reply was modified 11 years, 11 months ago by jrevillini. Reason: adding formatting
    #219693

    Hey!

    Please try flushing your browser cache and refresh your page a few times. It looks fine on my end http://i.imgur.com/BqXlJub.jpg

    Regards,
    Yigit

Viewing 30 results - 133,891 through 133,920 (of 142,578 total)