Viewing 30 results - 134,071 through 134,100 (of 142,766 total)
  • Author
    Search Results
  • #220096

    In reply to: Menu on mobile device

    Hi doubleusolutions!

    I just checked the site out and didn’t have any issues on either desktop rendering at small width or on mobile emulation. Is it a specific device or size that its happening on.

    Best regards,
    Devin

    #220070
    hadas
    Participant

    Hi im a newbie to wp so need a bit of help, i thought that when i install the theme i will have all plugins included but now i see that even though i have imported demo data i dont have the masonry on the site miss other things, when looking for the right plugin i dont know whice one i need ,is it the Masonry Widget or jQuery Masonry Image Gallery or PhotoPress – Masonry Gallery.
    And one for q. for the time being, when having a shop, do i always have to have a payment option or can i have a shop just to show how much things cost with out the option to add it to the cart.

    #220068

    Hi!

    Sure, please post it here privately by checking “Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Best regards,
    Yigit

    #220066

    I’m not sure why its failing on IE8 at the moment. I’m getting it on my end as well but don’t see why it should be happening.

    I’ve tagged Kriesi on the topic to take a look.

    #220060

    Hi Yigit, THX, too bad its not working yet. Any idea I give you a login to check my quick CSS for anything conflicting?

    #220058
    This reply has been marked as private.
    #220056

    I’m closing the topic for now since it isn’t something that will be changed in the short term. The plugin is incorrectly flagging the file though if you feel like it isn’t then you can just not use anything that would use that specific effect (the ajax effects of loading content within the page).

    Any change would be done in a theme update though if the author can or has a white list it could be done so in the plugin.

    Regards,

    Devin

    #220053
    MHM
    Participant

    Howdy, I recently addressed most of the issues from this post, Can’t move pages out from under their parents, but I still can’t reorder pages. The initial problem has not been addressed; I am still encountering the problem with reordering pages and their URL’s:

    I have a couple of pages that I decided to make top-level pages in my menu. I manually changed this in the menu, but I am unable to reorder it when I edit the page. Consequently, my page slug still shows <parent-name/page> instead of just <page>. I set it to “no parent page,” and it looks fine, but after I click update, the page is back where it was before I tried to edit it.

    • This topic was modified 12 years, 1 month ago by MHM.
    #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 12 years, 1 month 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

Viewing 30 results - 134,071 through 134,100 (of 142,766 total)