Viewing 30 results - 226,621 through 226,650 (of 242,540 total)
  • Author
    Search Results
  • #226078

    In reply to: Dutch translation

    Hi!

    If the translation file doesn’t work try to insert this code at the very end of enfold/functions.php. You can also place it in your child theme functions.php file:

    
    add_filter('avia_breadcrumbs_args','avia_remove_breadcrumb_before', 10, 1);
    function avia_remove_breadcrumb_before($args)
    {
    $args['before'] = 'U bevindt zich hier:';
    return $args;
    }
    

    Regards,
    Peter

    #226076

    Hey theroyalvideographer!

    1) I’m not sure which social bookmarks plugin you use at the moment but please try: http://wordpress.org/plugins/simple-share-buttons-adder/ – I know some users already use it with Enfold without any issues. You can even use it for advanced share buttons (post slider, etc.: https://kriesi.at/support/topic/add-share-buttons-to-postslider-php/ ).

    2) Can you post a link to the comment form? I need to investigate the css code.

    Regards,
    Peter

    #226063

    Hey!

    It’s the page title. It should change on every page (i.e. see the demo: http://kriesi.at/themes/enfold/features/ ) but maybe a plugin or some custom code overwrites/breaks the title. Please try to deactivate all plugins and check if this solves the issue. If yes activate the plugins one by one to find the culprit.

    Best regards,
    Peter

    #226062

    In reply to: SLOW LOAD enfold

    Upping the memory to 128 the situation get whorse.
    I tried to run the website on localhost, and I experienced the same slowness.

    Someone can help me?

    #226061
    SurigliaStudio
    Participant

    Hello,
    i bought your theme to build a website that have the ecommerce aswell. Now i’m building it and i’m encountering several graphic problem as you can see in the image below.
    shop problems

    The sidebar has always the same dimension but in the shop homepage the buttons look different, and in the product page buttons get a bad position.
    I would like to know how and were i have to change code to have a properly designed eshop.
    Thank you

    #226057
    This reply has been marked as private.
    #226054

    In reply to: Enfold Showcase

    @Pako69
    Thanks for your answer. I see that it is possible to make your own on the website of Addthis. Thats very awesome! So the speed of your site is not going down by using a seperate plug-in.

    Can you helping to say where you past the code exactly? And what kind of CSS you have adding? (I think you have adding it by your api code: style=”z-index:10000; background:none; right:0px;”>)

    So I think that I can copy the upper code and that I must generate only a own javascript code?

    EDIT: Nevermind, I think you have past it in the header.php and the script in the footer.php. But if I want it on the middle of the page and not under the header what do you advise?

    • This reply was modified 11 years, 4 months ago by Mike.
    #226051

    Hi nokostudio!

    Maybe Enfold can’t regenerate the dynamic stylesheet. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button).

    Regards,
    Peter

    #226043

    Hi!

    Stimmen die Daten wirklich – wenn ich diese eingebe kommt die Fehlermeldung ” Falscher Benutzername” und es scheint, als ob der Benutzer “Enfold” nicht existiert.

    Regards,
    Peter

    #226042

    Hey!

    Go to Tools > Localization. Look for Enfold theme then edit the Deutsch/Deutschland language. Search for “Want to join the”, edit the search result “Want to join the discussion? <br/>Feel free to contribute!”. Save.

    Best regards,
    Ismael

    #226040

    Hi pgps!

    Open up engold/functions-enfold.php and replace:

    
    $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'></a></li>';
    

    with

    
    $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'>Search</a></li>';
    

    Best regards,
    Peter

    nupurp
    Participant

    My Enfold theme is getting crash on ios 7 platform using safari as browser http://www.deogarhmahal.com, what might be possible reason and how to rectify

    #226027

    Hey!

    Afaik there’s no api for the slider controls but you can use the trigger() function: https://api.jquery.com/trigger/ to simulate an click event if someone uses your external controls. You can try this code (insert it at the bottom of enfold/js/avia.js):

    
    (function($){
    $( ".my-custom-next" ).on( "click", function() {
      $( ".next-slide" ).trigger( "click" );
    });
    
    $( ".my-custom-prev" ).on( "click", function() {
      $( ".prev-slide" ).trigger( "click" );
    });
    })( jQuery );
    

    and instead of “my-custom-prev” and “my-custom-next” insert the css classes of your external next/prev control buttons.

    Cheers!
    Peter

    #226026

    Hi Kim!

    Please try to update the theme. Download the latest version, 2.5.2, on your themeforest account then update the theme via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750

    Did you add any plugins prior to this issue?

    Best regards,
    Ismael

    #226024

    In reply to: wpml setup

    Hi!

    You can use the “Duplicate” button but then click the “Translate independently” button to make sure that the “original” entry is not connected to the translated entry. Afterwards you can simply switch to the “Advanced Layout Editor” (Enfold will convert the shortcodes to elements automatically) and then you need to go through your elements to translate them. Make sure that:

    1) Blog Elements, Portfolio Grids, etc. use the right categories – every language uses different/translated categories with different ids and you can’t simply query the original categories

    2) all images/attachments are correct. Afaik WPML allows you to translate the image/meta data of attachments too and this may change the id of an attachment in the database if you switch to another language because every translation has an unique id.

    Cheers!
    Peter

    #226011

    Hey aleicook!

    Have you tried deleting all the css codes on formidablepro.css? This should force the contact forms to use the Enfold’s styling for contact fields etc. Please post a screenshot of how you want it to look like.

    Best regards,
    Ismael

    #226009

    Hey!

    It seems like this code in your quick css field (Enfold > Theme Options > Styling):

    
    .product-sorting, .product .woocommerce-tabs, .related.products {
    display: none;
    }
    

    hides the tabs. If you want to show them replace it with this code:

    
    .product-sorting, .related.products {
    display: none;
    }
    

    Regards,
    Peter

    #225991

    Hey gameznet!

    I’m not sure what could be causing that to happen. I have a DV server with MediaTemple with 10-15 different WordPress installs all running Enfold for clients and have never had any issues.

    With other clients I’ve set them up with Enfold on 1and1 (one of the lower tiers of hosting options), Bluehost and even GoDaddy and I’ve not yet had a hosting provider mention and issue. Or in my case managing my own I’ve not seen any issue.

    The only thing I can think of is there is a server side setting or something which is triggering high cpu usage. You could try setting up a subdomain or alternate domain on the server and install a clean WordPress+enfold and see how it runs.

    Regards,
    Devin

    #225992

    Thanks. would thaat be functions.php or functions-enfold.php when they ask to insert it into the themes functions.php?
    any specific place in the php to add it?

    thanks in advance

    #225970

    Topic: Sidebar login

    in forum Enfold
    Kevin
    Participant

    Your sidebar login and avatar/profile links on this site look great. How can we impliment them in within enfold on our own site?

    #225960
    gameznet
    Participant

    Hi
    We have been using Enfold for
    The host company has continued to tell us that this theme is consuming too many resources and crashing the server.
    On their advice we have made a costly upgrade so the website is now on its own dedicated server but it continues to use too many resources and their response is, again the Enfold theme and Avia builder are using an excessive amount of resources. Having worked with WordPress themes for a while now I find it hard to believe that its the theme but after having someone else look over it they too have said the theme is using an excessive amount of resources. Issues have been happening for a couple of months now and I’m really struggling to cope with how to resolve them and actually finish the site work.
    Can you please help!?
    The website was successfully running on another WordPress theme for years without any trouble on a shared server that wasn’t costing nearly as much. We allocated WordPress 500mb of memory, the site only gets around 100 visitors per day. It’s consistently using over 50% of the CPU. We have reduced the number of plugins and tried many other things too, the website itself is incomplete as these issues interfere with working on it.

    Any help or insights you could give would be greatly appreciated or I fear we may have to abandon the Enfold theme altogether.

    Kind regards,

    Tash

    #225955

    In reply to: Enfold Showcase

    Hi!

    Glad to see users helping each other out. :)

    Regards,
    Ismael

    #225952
    TheURLdr
    Participant

    The past two blog posts that we’ve written are showing on the main blog page, but when you click on the link to see the entire article, you’re taken to a black background page with our header, but no other information. It’s blank. You can see the latest example on our blog at: http://www.theurldr.com/blog/ . If you click on the most recent blog post: http://www.theurldr.com/kabbage-fast-flexible-financing/ you’ll be taken to a blank, black page.

    We had the same problem with the Teens for Jeans blog post on February 10, 2014 at http://www.theurldr.com/url-dr-local-teens-help-teens-for-jeans/ but I finally got it to post by shortening the length of the title. I tried that on the current blog post that isn’t showing but it didn’t work. Help!

    #225951

    In reply to: Enfold Showcase

    @Miikey
    Hello
    It’s not a WordPress plugin, i use AddThis API.
    Loot at my source code:
    First you will find:

        <div class="addthis_toolbox addthis_floating_style addthis_32x32_style" style="z-index:10000; background:none; right:0px;">
            <a title="Tweet this" class="addthis_button_twitter"></a>
    		<a title="Share on LinkedIn" class="addthis_button_linkedin"></a>
    		<a title="Publicly recommend on Google" class="addthis_button_google_plusone_share"></a>
    		<a title="Share on Facebook" class="addthis_button_facebook"></a>
    		<a title="Send to a friend" class="addthis_button_email"></a>
            <a title="Add to favorites" class="addthis_button_favorites"></a>
    	</div>

    And at the bottom of the page the Javascript

    <!-- AddThis Button BEGIN -->
    <script type="text/javascript">
    var addthis_config = 
    {
    	data_ga_property: 'UA-295478-35',
    	data_track_clickback: false
    } 
    var addthis_share =
    {
    	email_template: "ag_template",
        templates: {
                       twitter: 'Check out \'{{title}}\' on {{url}} from @Aug_Banking',
                   }
    }
    </script>
    <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-52d9130e620475b3"></script>
    <!-- AddThis Button END -->

    And i have add my own CSS to place those icons where i want…

    #225944

    Flush you cache plugin.

    Best regards,
    Josue

    Steve
    Participant

    I got my hands on a dell w8 tablet yesterday. I wanted to see if my website rendered correctly on it to discover, that the pop down menu and mega menu stays down only as long as you keep your finger on the link, so there is no way to click any of the links that pop down. This only was a problem with the latest version of Internet explorer on a windows tablet. Chrome worked ok. I have tried it on your demo page http://kriesi.at/themes/enfold/ with the same results.

    • This topic was modified 11 years, 5 months ago by Steve.
    #225935

    Hi!

    You should use the WP Gallery Custom Links plugin. Add Dude’s code at the very bottom of functions.php. Make sure you have the latest version of Enfold.

    add_filter('avf_avia_builder_gallery_image_link', 'avia_change_gallery_thumbnail_link', 10, 4);
    function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta)
    {
        $custom_url = get_post_meta($attachment->ID, '_gallery_link_url', true);
        if(!empty($custom_url))
        {
            $link[0] = $custom_url;
            $link['custom_link_class'] = 'aviaopeninbrowser';
        }
        return $link;
    }

    This works on our end. As you can see on the screenshot the link of the hovered image is google.com, which is the url that we set for the image.

    Cheers!
    Ismael

    #225924

    Too happy too soon.

    I added the code from the URL you postet to functions.php in theme and it worked. But only for myself while I’m logged in. If I log myself out, the price “From-To” appears again. :/ How can that be?

    #225922
    rogersmedia
    Participant

    In the Enfold theme, I see that it is possible to add a direct URL link when using the “Fullwidth Masonry Gallery”. This works pretty well, but I would like to do the same thing in the portfolio grid. The reason is because the portfolio grid add the sorting feature, which the fullwidth Masonry Gallery does not appear to have. Is it possible to either add sorting to the fullwidth masonry gallery or add a direct URL link to a portfolio grid item?

    Thanks.

    #225921

    Perfect! Amazing support!

    Thank you Josue!

Viewing 30 results - 226,621 through 226,650 (of 242,540 total)