Viewing 30 results - 220,921 through 220,950 (of 241,665 total)
  • Author
    Search Results
  • my site is updated with the last theme update of yesteday

    #252496

    Hey Brudertac!

    You can use a “textblock” element to embed the “Image Source Control” shortcode into an “Advanced Layout” template.

    But if we use the Enfold Gallery those Informations are not visible. Is there a way to change that?

    Probably yes but we can’t assist you with the third party plugin integration. Please contact the plugin author or hire a freelancer who can help you to modify the standard shortcodes.

    Best regards,
    Peter

    Hi snmarkov!

    No, unfortunately this is not possible out of the box. You can suggest the feature here: https://kriesi.at/support/enfold-feature-requests/ and if more users vote for it we might add it to the theme framework with an update.

    Regards,
    Peter

    #252491

    Hi!

    1) You can add a Google+ social icon to the header (go to Enfold > Theme Options > Header) and the button is not required. You can configure the url with the “Social Icon URL:” field. I recommend to link the icon to your google+ profile or use this url: https://plus.google.com/share?url=http://www.aperture22.com/dev/ if you want that the user can share your website.

    2) Unfortunately the “sort/filter” effect is a pure visual effect and doesn’t change the website content. Thus you can’t remove the images from the lightbox if the user filters the portfolio. I recommend to create two separate portfolio pages if you want to avoid that the lightbox displays images from different categories.

    Cheers!
    Peter

    #252480

    Hi!

    You could try with a client-side solution (this way it won’t affect the builder script).

    Use this to include a custom JS script in your child theme:

    wp_enqueue_script( 'myscript', get_bloginfo('template_directory') . '/js/scripts.js', array( 'jquery' ), '', true );
    

    Create that script (in your child theme folder) and finally use this to remove all the empty p tags:

    jQuery(window).load(function() {
      jQuery('p:empty').remove();
    });
    

    Cheers!
    Josue

    #252477

    In reply to: Inserting portfolio

    Hey!

    Please update the theme to Enfold 2.6.4. Afaik Kriesi fixed some ipad issues and these fixes may help you too.

    Cheers!
    Peter

    #252474

    Hey roqetdw!

    Open up wp-content/themes/enfold/js/shortcodes.js and replace:

    
    		//mobile device?
    		this.isMobile 	= $.avia_utilities.isMobile;
    

    with

    
    	//mobile device?
    	this.isMobile 	= $.avia_utilities.isMobile;
    
        	if( /iPad/i.test(navigator.userAgent) && 'ontouchstart' in document.documentElement)
        	{
        		this.isMobile = false;
        	}
    

    Note that I can’t promise you that the videos will work properly. Kriesi had good reasons why he removed the video support for mobile devices and this change will just exclude the ipad from the “mobile device” list. It will not fix any player/video related issues which might be noticeable.

    Cheers!
    Peter

    #252473

    Josue,

    Who knew..?
    Commented-out the offending block of code and the “Color Section” now renders as expected.
    Hate the empty <p></p> tags..!
    I’ll need to review this whole issue.

    Say, do you have a suggestions for removing the empty <p></p> tags which are generated from time-to-time?

    Thanks,

    BitSoul

    #252465

    Hi!

    I found that there is some custom code in your child theme that is affecting the layout builder, i was checking your functions.php but accidentally wrote a typo and now it won’t be accesible until it’s fixed, could you restore it via FTP?

    Child theme functions.php, line 30.

    Regarding your main issue, i tried switching to the Enfold parent theme and the color sections worked as expected but when i switched back to the child one the bug returned.

    Cheers,
    Josue

    #252460

    Ok, I was able to increase the memory, but it had no affect. The page still gets blown away if you edit anything on it. It doesn’t happen on ever page. I think I have seen it happen on two pages, but one for sure. There is something we need to update on it, and we cannot. If we make a change, every element except for the first one disappears. The very first text box remains, all other elements are gone. If you just go in to the page, and exit, and do not make any changes, the page is ok.

    Any other ideas?

    Thanks!

    #252455

    In reply to: Theme Styling

    Hi JaredBurnett!

    Thank you for the info.

    We would like to see the actual website where this is happening. You can override the theme files via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Another thing that you can do is to delete the enfold.css file located on wp-content/uploads/dynamic_avia folder. After that make some changes on the theme options then save it. I hope that helps.

    Cheers!
    Ismael

    #252453
    This reply has been marked as private.
    #252448

    Hi,

    Can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #252447

    In reply to: Fehlerhafte Navigation

    Hey gmmediadienste!

    Thank you for using the theme!

    Please go to Enfold > Header > Mobile Menu > Header Mobile Menu activation. Choose the second option. I hope that helps.

    Regards,
    Ismael

    #252445
    This reply has been marked as private.
    #252438

    You are welcome, glad we could help :)

    Regards,
    
Josue

    #252437

    Hi,
    Thanks for your concerns. I was able to edit menu after activating 2014 wordpress theme then Enfold and after that the child theme based on Enfold…
    Since yesterday, everything works fine ;)

    Thanks a lot !!
    You can close this ticket.

    #252435

    Hey Mathieu!

    I did reproduce the menu issue on my end, it was happening due to menu corruption. I fixed it, you should be able to access now:
    http://www.cotedasie.nc/wp-admin/nav-menus.php

    Regarding the LS issue i was able to render a LS slide without issue here:
    http://www.cotedasie.nc/ls-test/

    If the menu problem happens again (it shouldn’t) what you need to do is switch to the default WP theme and look for corrupt menu items in your Menu (they will appear with a red background).

    Cheers,
    Josue

    #252434

    Hi Yigit,

    I think the fact that I used the upload manager in WordPress when I first installed the theme is what has caused the problem. That’s when the error first appeared. That may be the issue. However, I don’t know how to resolve it.

    Thanks again!
    Kim

    #252433

    Topic: API not accepted

    in forum Enfold
    Scubagirl15
    Participant

    In my WP admin area, I tried to set up the Enfold theme options with my Theme Forest API and username. I get the error message that saving didn’t work. I generated 2 APIs and both failed. Any help would be appreciated!

    #252426

    Hey!

    In my experience UNLESS – I have some Avia layout element (say a slider) that extends the full width of the page – as the VERY FIRST element on the page – “Color Sections” will not render as expected.

    I tried reproducing the issue on my install according to what you said:

    But the result was this (both the slider and the color section extend the full width):

    One thing i noted is that you have Enfold 2.6.1 on your site, please try updating it to the latest version.

    Cheers!
    Josue

    #252425
    brighttribe
    Participant

    Hi there!

    I’m working on my first site using the Enfold theme – LOVE it. Thank you so much.

    Everything has worked perfectly, and it’s very simple to configure. But I was wondering if there’s a way to configure – either through settings or in the CSS – how the mobile menu displays. We really do not like how it comes in from the right side diagonally. That’s just strange looking. Is there a way to have it simply drop down?

    I’d really like to work like another site we did: http://www.istaff.com/

    Thanks so much!

    #252422

    Check and see if there is an .htaccess file in that directory. If there is check Cpanel to see if the directory is password protected. Remove the password protection.

    #252420

    Hi tcoq!

    Thank you for using the theme!

    From what version of Enfold did you update before 2.6.3? You can find the image link right below the actual image option. Look for “Apply a link or buttons to the slide?” option. You might need to reset the links.

    Regards,
    Ismael

    #252417

    Thanks, Yigit! I renamed my the Plugins folder inside of wp-content to “Pluginsold”, but am still getting the same error when I activate the theme. Is there anything else I could try?

    Thanks for your help!
    Kim

    Hey talelie!

    There was a bug fix release for Enfold made available on ThemeForest today. Try updating and see if that fixes the issue for you. For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    If you have any active plugins running you can also try deactivating them in case one has become incompatible with the updates put in place to make the theme compatible with WordPress 3.9.

    Regards,
    Devin

    #252404

    Hi brentwestwind!

    You can either update from within WordPress if you’ve entered in your API key and username or over FTP by replacing the enfold theme folder.

    See: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Devin

    #252399

    As far as I know that field effects all instances of the button. It does on my dev server running Enfold at least. Tested it on my woo-test live dev site as well with the same effect.

    If it isn’t working you would need to post in the WooCommerce support forums as that isn’t something the theme modifies.

    #252395

    Topic: Portfolio Lightbox

    in forum Enfold
    azzopard1
    Participant

    Hey there,
    I am trying to make a 4-grid portfolio with images that open to a light box as seen on this page of the demo: http://kriesi.at/themes/enfold/portfolio/portfolio-2-column/. I can’t figure out how. Clicking the thumbnail just goes to the project page.

    Any suggestions? Thanks very much!

    Matt

    >> Apologies – I figured this out. Yes, it was obvious. I has the dumb.

    • This topic was modified 11 years ago by azzopard1. Reason: Solved
    #252391

    Topic: css button layerslider

    in forum Enfold
    Marssolutions
    Participant

    Hey Enfold,

    I’ve created a button(s) in CSS and want to use the buttons in the advanced layerslider as links. Do you have any documentation or tutorial to complete this?

    Many thanks,

Viewing 30 results - 220,921 through 220,950 (of 241,665 total)