Viewing 30 results - 241,651 through 241,680 (of 244,210 total)
  • Author
    Search Results
  • #114741

    Align title and excerpt to the top right of the image with a short separator centered after each blog post excerpt

    I played around in Photoshop to show you what it would look like.. If I could tweak it myself I would

    Kisses Kriese Love love your Template by far the prettiest out there

    https://www.dropbox.com/s/sw1k2b0enm4ch21/Multi%20Author%20Tweek.jpg

    BTW i’m using Enfold Child. Do i need to copy the folder&file : includes/loop-index.php ? so it will override?

    Or shall i edit manually with a risk to overwrite accidentally on update?

    #130120

    You can find it line 80 in the “footer.php” file :

    // you can filter and remove the backlink with an add_filter function

    // from your themes (or child themes) functions.php file if you dont want to edit this file

    // you can also just keep that link. I really do appreciate it ;)

    $kriesi_at_backlink = apply_filters(“kriesi_backlink”, ” – Enfold Theme by Kriesi“);

    You can comment that line or as explained by him functions.php

    #117871

    In reply to: Updating to 1.4

    Ismael,

    I found this thread and replaced the entire theme folder via FTP. We have only made customizations through the enfold theme options and advanced layout editor. Upon replacing the theme files, we did lose some configuration and theme styling modifications that we made through the enfold menu. All of the styling reverted to the default colors, etc. I ended up having to revert to a backup and I’m concerned about attempting the update again. I was just replacing individual files until I saw the version 1.4 note that recommended replacing the entire folder.

    Can you help?

    #114740

    Hi Kriesi, in one word: “awesome”! It’s really fun to work with Enfold. Thanks for making it so flexible and easy to use!

    Here’s my “whishlist” so far :-)

    1. More Header and Top bar options to choose, e.g. centered Logo, right Logo, Tagline etc.

    2. Add Page Builder to Product Pages.

    3. Add social sharing elements to Product Pages and Blog Elements.

    4. Option to choose a fixed “cart” within the Header / add cart somewhere to Header. Would be essential if Enfold is used for ecommerce sites.

    Sometimes wishes might come true ;-) Thanks al lot!

    #26354
    cree8teevgrl
    Participant

    it seems this question has been asked over and over again with no clear explanation on how to remove.

    the previous answers say to remove a certain section of code

    $kriesi_at_backlink = apply_filters(“kriesi_backlink”, ” – Enfold Theme by Kriesi“);

    but that doesn’t leave me with the ability to place my client’s copyright and name in it’s place. just deletes everything.

    could you PLEASE provide the correct code for me to be able to enter a copyright and name in the socket without the kresi link or the Enfold Theme mention?

    Thanks in advance for putting it in plain English and very simplified exact instructions.

    (can save you from having to answer this concern over and over and over….)

    #114739

    Hello, This is by far the best theme I’ve ever build on!

    I would love to be able to select more social icons for the header. Specially; Foursquare, LinkedIn, YouTube and TripAdvisor.

    I’ve seen other users changing them on their own so if there could be a video tutorial on how to do this using fontello.com for newbies like me, that would be awesome. Thank you!

    #26345
    stupaul22
    Participant

    Using the advanced layout editor in Enfold I want to do a three column layout that displays a page (image, title, excerpt, link) in each column just like the second section on the page (see “Randi’s bio”) created using the Velvet theme:

    http://suryaflow.com/

    How do I display a page inside a “layout element”? I can display posts or portfolio items but not pages.

    #114738

    It would be great if you added a shortcode for social sharing, like that I made here: http://timhere.com/showreel/

    But, If you will make it, please add the icon of vk.com – vkontakte (have a on fontello)

    #26339
    Apostelman
    Participant

    Hi,

    i encountered a little bug. Lets say you install woocommerce plugin. The plugin installs some sidebards/widget areas. Now i create i custom widget area with enfold and use it on my contact-page.

    now when i decide to uninstall woocommerce, all its widget areas are gone. the problem is, that the content of MY custom widget area is messed up. in my case, i had the contents (recent posts) of another area on my contacts page where a google map should have been

    can anyone confirm that?

    Simon

    stefanJ
    Participant

    Hello,

    first of all, the ENFOLD theme is really great!

    I would like to implement a web site showing a bar containing the page title with a sub menu. When the page is scrolled down this bar should be fixed at the top of the browser window.

    A good example is http://www.devexpress.com/Subscriptions/Reporting/

    Is it possible with ENFOLD (or any other theme you provide) – and how?

    Best regards,

    Stefan

    #26333

    Topic: Enfold Translation FR

    in forum Enfold
    malekovitch
    Participant

    Hi,

    i’ve just purchased Enfold theme, but all there is only a de_DE.po / .mo wich is also translated in GB…

    Impossible to Traduce it in FR…

    i’ve tried to copy it and save as fr_FR via poedit (my wp-config lang is fr-FR) with traduction but no way….

    Any idea ?

    Thanks a lot

    #130040

    No, but you can read http://wpml.org/documentation/translating-your-contents/ – it will explain all WPML features/options.

    Just one configuration step which is “theme related” – you need to configure the theme options for each language – i.e. you can set a different logo, different colors, different copyright text, etc for each language. Just select the current language from the language dropdown in the admin panel; the theme name will change – eg to Enfold (DE) if you select German – then you can configure & save the options for the German website. Then select another language and configure the options for this language, etc.

    #26329
    corly
    Participant

    Is there a manual on how to make a multi language website based on Enfold?

    #129977

    I installed the plugin and wasn’t sure which table I was to reset so I chose them all (hopefully I didn’t break the internet.) After that happened I had to re-activate the Enfold theme and re-import the dummy content, but alas I was left with the same problem as before. Here’s a SS of my tables: https://www.dropbox.com/s/vrbk7sokn3ynr86/Screen%20Shot%202013-07-17%20at%208.52.39%20AM.png . Again, I’m a newbie to WP so this is like rocket science to me. If you want, I can email you my WP login details if you need/want to take a gander at it.

    #130021

    Please try following fix – open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesslideshow.php and replace

    if(trim($content) != "") $content 	= "<div class='avia-caption-content'>".wpautop(ShortcodeHelper::avia_remove_autop(trim($content)))."</div>";

    with

    if(!is_string($content)) $content = (string)$content;
    if(trim($content) != "") $content = "<div class='avia-caption-content'>".wpautop(ShortcodeHelper::avia_remove_autop(trim($content)))."</div>";

    #130020

    In reply to: Visual Composer

    Tbh we did not test this plugin with Enfold. Enfold uses the “Avia Layout Builder” which (probably) works similar to the “Visual Composer” plugin and I guess you don’t need to use a separate third party plugin to create page layouts. However you can try to install & use the Visual Composer and the chances high that it will work just fine.

    #129514

    Hi,

    Misread your post. My bad. Thought it was a Chrome only problem. Now I see it.

    Please add the following CSS

    @media only screen and (min-width: 768px) {
    .flex_column.av_two_third {
    width: 64.6%;
    }}

    You know there is a setting in the backend in Enfold > Theme Options > General Settings called Responsive that has 2 widths, one 1030px and one 1210px. You should change to 1210px since you have enough room for it.

    Thanks,

    Nick

    #129922

    1) I’d recommend to use: WPML. Enfold supports this plugin and we’re collaborating with the WPML devs (we can work with them if we find bugs, etc.). Other translation plugins (like qtranslate, etc.) are not supported.

    2) I’d recommend a text widget – you just need to insert the contact form shortcode into the text field and then save the widget. You can generate the contact form shortcode by using the “Magic Wand” icon on the post editor page. Then copy/paste the code into the text widget field.

    #129204

    I could reproduce the issue and we’ll fix it with the next update. For now open up wp-contentthemesenfoldincludeshelper-template-logic.php and replace:

    function avia_search_query_filter($query)
    {

    with

    function avia_search_query_filter($query)
    {

    if(is_admin()) return;

    #130001

    thanks and except to comment out the code as you mentioned, should I also load the css that that includes the code below? If so, how?

    @font-face {
    font-family: 'entypo-fontello'; font-weight: normal; font-style: normal;
    src: url('http://c.fujianshipbuilding.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot');
    src: url('http://c.fujianshipbuilding.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?#iefix') format('embedded-opentype'),
    url('http://c.fujianshipbuilding.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff') format('woff'),
    url('http://c.fujianshipbuilding.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf') format('truetype'),
    url('http://c.fujianshipbuilding.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg#fontello') format('svg');
    }

    .avia-font-entypo-fontello{ font-family: 'entypo-fontello'; }

    #26324
    Gekko101
    Participant

    Hi Guys,

    Im getting this error on the top above my slideshows in the portfolio section:

    Warning: trim() expects parameter 1 to be string, array given in /home/gekkosho/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php on line 443

    #26323

    Topic: Visual Composer

    in forum Enfold
    Martin
    Participant

    Hello,

    I’m not a programmer, so I’m not sure about this point… so I would like to ask you before I will break my layout.

    Is it possible to use the Visual Composer plugin with Enfold? Because it offers some nice elements I would like to see in your layout designer, too. And perhaps there are some compatibility issues?

    Thanks & regards,

    Martin

    #114737

    To add revolution slider as another option.

    #114736

    Mail chimp signup would be great. I see its already on the feature to come list but I vote for MailChimp :-)

    #114735

    Also love to have ‘Load More’ with portfolios and blogs :-)

    #114734

    Before and After image effect like the link below.

    http://3clicks.bringthepixel.com/metromenu/design-audits/

    Great for showing image retouching

    #129784

    that sounds great, Dude! Thanks for that good information, I will wait for it.

    #129773

    Hey!

    Great, glad it works now :)

    Regards,

    Peter

    #130000

    Yes – this should be possible. Just copy/paste the font face code into a css file and change the url paths to your cdn. Obviously you need to make sure that the font files (located in /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/) exist on the cdn server. Then open up wp-contentthemesenfoldconfig-templatebuilderavia-template-builderphptemplate-builder.class.php and delete/comment out:

    $output .= AviaHelper::load_font($element);

Viewing 30 results - 241,651 through 241,680 (of 244,210 total)