Viewing 30 results - 7,321 through 7,350 (of 7,470 total)
  • Author
    Search Results
  • #26693
    Barabbas
    Participant

    Hey, I’ve searched on the forum for this and the answer I found to a similar question was for a different theme and I couldn’t find the code in Header.php. I’m new to this but really enjoying Enfold. How can I put a banner ad in my header at the top of my site? Thank you in advance.

    http://www.MashItOut.com is my site.

    Thanks alot.. I have done it.. and fixed.. I don’t see any warning message at all..

    But I would like to share a thing abour solution.. Before you , I ve tried to find the sample_transitions.js file..in its place ..I couldn’t find it on my server.. And before upload to the server at the sametime I’ve tried find it in the themeforest.net (Enfold files)..I couldn’t it either…

    Than I searched on the internet I found sample_transitions.js file and I copied and upload the server on its place.. Warning has gone..

    What I have done is that true ?….Is that the second way to do it.?

    ( Actually When I get your message I ‘ve completed your method..)

    var layerSliderCustomTransitions = {

    “t2d” : [

    {

    “name” : “Sliding from right”,

    “rows” : 1,

    “cols” : 1,

    “tile” : {

    “delay” : 0,

    “sequence” : “forward”

    },

    “transition” : {

    “type” : “slide”,

    “easing” : “easeInOutQuart”,

    “duration” : 1500,

    “direction” : “left”

    }

    },

    {

    “name” : “Smooth fading from right”,

    “rows” : 1,

    “cols” : 35,

    “tile” : {

    “delay” : 25,

    “sequence” : “reverse”

    },

    “transition” : {

    “type” : “fade”,

    “easing” : “linear”,

    “duration” : 750,

    “direction” : “left”

    }

    },

    {

    “name” : “Sliding random tiles to random directions”,

    “rows” : [2,4],

    “cols” : [4,7],

    “tile” : {

    “delay” : 50,

    “sequence” : “random”

    },

    “transition” : {

    “type” : “slide”,

    “easing” : “easeOutQuart”,

    “duration” : 500,

    “direction” : “random”

    }

    },

    {

    “name” : “Fading tiles col-forward”,

    “rows” : [2,4],

    “cols” : [4,7],

    “tile” : {

    “delay” : 30,

    “sequence” : “col-forward”

    },

    “transition” : {

    “type” : “fade”,

    “easing” : “easeOutQuart”,

    “duration” : 1000,

    “direction” : “left”

    }

    },

    {

    “name” : “Fading and sliding columns to bottom (forward)”,

    “rows” : 1,

    “cols” : [12,16],

    “tile” : {

    “delay” : 75,

    “sequence” : “forward”

    },

    “transition” : {

    “type” : “mixed”,

    “easing” : “easeInOutQuart”,

    “duration” : 600,

    “direction” : “bottom”

    }

    }

    ],

    “t3d” : [

    {

    “name” : “Turning cuboid to right (90°)”,

    “rows” : 1,

    “cols” : 1,

    “tile” : {

    “delay” : 75,

    “sequence” : “forward”

    },

    “animation” : {

    “transition” : {

    “rotateY” : 90

    },

    “easing” : “easeInOutQuart”,

    “duration” : 1500,

    “direction” : “horizontal”

    }

    },

    {

    “name” : “Vertical spinning rows random (540°)”,

    “rows” : [3,7],

    “cols” : 1,

    “tile” : {

    “delay” : 150,

    “sequence” : “random”

    },

    “animation” : {

    “transition” : {

    “rotateX” : -540

    },

    “easing” : “easeInOutBack”,

    “duration” : 2000,

    “direction” : “vertical”

    }

    },

    {

    “name” : “Scaling and spinning columns to left (180°)”,

    “rows” : 1,

    “cols” : [7,11],

    “tile” : {

    “delay” : 75,

    “sequence” : “reverse”

    },

    “before” : {

    “enabledd” : true,

    “transition” : {

    “scale3d” : “.85”

    },

    “duration” : 600,

    “easing” : “easeOutBack”

    },

    “animation” : {

    “transition” : {

    “rotateY” : -180

    },

    “easing” : “easeInOutBack”,

    “duration” : 1000,

    “direction” : “horizontal”

    },

    “after” : {

    “enabled” : true,

    “transition” : {

    “delay” : 200

    },

    “easing” : “easeOutBack”,

    “duration” : 600

    }

    },

    {

    “name” : “Scaling and horizontal spinning cuboids random (180°, large depth)”,

    “rows” : [2,4],

    “cols” : [4,7],

    “tile” : {

    “delay” : 75,

    “sequence” : “random”,

    “depth” : “large”

    },

    “before” : {

    “enabled” : true,

    “transition” : {

    “scale3d” : “.65”

    },

    “duration” : 700,

    “easing” : “easeInOutQuint”

    },

    “animation” : {

    “transition” : {

    “rotateY” : 180

    },

    “easing” : “easeInOutBack”,

    “duration” : 700,

    “direction” : “horizontal”

    },

    “after” : {

    “enabled” : true,

    “duration” : 700,

    “easing” : “easeInOutBack”

    }

    },

    {

    “name” : “Scaling and spinning rows to right (180°)”,

    “rows” : [5,9],

    “cols” : 1,

    “tile” : {

    “delay” : 75,

    “sequence” : “forward”

    },

    “before” : {

    “enabled” : true,

    “transition” : {

    “scale3d” : “.85”

    },

    “duration” : 600,

    “easing” : “easeOutBack”

    },

    “animation” : {

    “transition” : {

    “rotateY” : 180

    },

    “easing” : “easeInOutBack”,

    “duration” : 1000,

    “direction” : “horizontal”

    },

    “after” : {

    “enabled” : true,

    “transition” : {

    “delay” : 200

    },

    “easing” : “easeOutBack”,

    “duration” : 600

    }

    }

    ]

    };

    #130242

    Hey!

    If you’re using the streched layout try the “header background image option”. Go to Enfold > Styling > Header and search for “Custom Background Image”. There you can upload your custom image.

    Best regards,

    Peter

    #130971

    In reply to: Portfolio 6 columns

    In wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesportfolio.php search for

    switch($columns)
    {
    case "1": $grid = 'av_fullwidth'; if($preview_mode == 'auto') $image_size = 'large'; break;
    case "2": $grid = 'av_one_half'; break;
    case "3": $grid = 'av_one_third'; break;
    case "4": $grid = 'av_one_fourth'; if($preview_mode == 'auto') $image_size = 'portfolio_small'; break;
    case "5": $grid = 'av_one_fifth'; if($preview_mode == 'auto') $image_size = 'portfolio_small'; break;
    }

    and define a new case for “6” columns:

    switch($columns)
    {
    case "1": $grid = 'av_fullwidth'; if($preview_mode == 'auto') $image_size = 'large'; break;
    case "2": $grid = 'av_one_half'; break;
    case "3": $grid = 'av_one_third'; break;
    case "4": $grid = 'av_one_fourth'; if($preview_mode == 'auto') $image_size = 'portfolio_small'; break;
    case "5": $grid = 'av_one_fifth'; if($preview_mode == 'auto') $image_size = 'portfolio_small'; break;
    case "6": $grid = 'av_one_sixth'; if($preview_mode == 'auto') $image_size = 'portfolio_small'; break;
    }

    #26592
    wsdm2014
    Participant

    After installing Enfold, I do not see social icons, search icons and several other icons in Firefox and IE. Everything looks fine in Chrome, both on a PC and on a mobile (android) device. The website is at http://www.wsdm-conference.org/2014/

    #130701

    Hi Kevin,

    Can we take a look at your site live? Are you getting the same thing on the demo site: http://kriesi.at/themes/enfold/

    The icon is generated from a font file which has full Safari, Chrome and FF support so there definitely shouldn’t be any issue.

    Regards,

    Devin

    #26564

    Topic: SEO Issue

    in forum Enfold
    Daniel
    Participant

    Hello,

    Since using enfold as my theme and making my website live the SEO doesn’t seem to list or index the frontpage(homepage) and only indexes the contact page?

    http://www.happREMOVEyvalleREMOVEyfoundation.com/

    Please remove the 2 REMOVE above to get the correct address, just don’t want Google to index this when it’s not indexing my other pages lol..

    I did notice it indexed:

    http://www.happREMOVEyvalleREMOVEyfoundation.com/homepage/feed and I thought maybe that’s causing duplicate content and not indexing the homepage? So I used Google Webmaster Tools to remove the three following:

    homepage/feed/

    wp-content/themes/toggleway/config-layerslider/LayerSlider/skins/

    wp-content/themes/toggleway/framework/

    After doing that all my www. indexes were removed?

    As you can see by doing the: site:www.happREMOVEyvalleREMOVEyfoundation.com/ in Google.

    If you do the same without the www. you will see it only shows the contact page and some other random pages..

    I would really appreciate help on this as I want to start purchasing this theme for all my future projects, however I want to make sure the index and SEO is sorted.

    In short why won’t ‘home’ index but contact does? I’ve checked everything I can think of.. it has follow, index etc.. the sitemap seems fine.. bing.com shows the homepage.. except for the fact it shows the http:// and not the http://www. I want all my pages to be http://www and not http:// in all searches. I can give you admin access for both cpanel and wordpress if required.

    I know SEO isn’t properly a big deal in these forums but if you help me you’ll be enabling a valued customer to keep giving you money for future projects ;) It’s a good investment :P

    Cheers,

    Daniel

    #130662

    In reply to: Translate to PT-BR

    Please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translate the missing text strings. Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select PT_BR from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    #26507

    Topic: Translate to PT-BR

    in forum Enfold
    faterra
    Participant

    Hello,

    I need to translate my enfold theme to portuguese, not the builder or anything like that, only some words that the viewers will have to deal with, like: ” search”, “posted by”, ” leave a reply”, things like that.

    I´ve being reading the support forum, but I cannot find a way to do that. I´ve tryed a few plugins that some of you recomended: Code Localization, (this one seams nice, but even after I edited the .mo files I do not know what to do with it.

    The other one, WPML, is a paid multilanguage, not what I need.

    Can you help me? Is there a tutorial that we can watch or a step by step tutorial?

    Thank you.

    Fabiana.

    #130301

    In reply to: AJAX Search Results

    Hi,

    Open functions-enfold.php, find this code

    //now we got everything we need to preapre the output
    foreach($sorted as $key => $post_type)
    {
    if(isset($post_type_obj[$key]->labels->name))
    {
    $output .= "<h4>".$post_type_obj[$key]->labels->name."</h4>";
    }
    else
    {
    $output .= "<hr />";
    }

    Replace it with:

    //now we got everything we need to preapre the output
    foreach($sorted as $key => $post_type)
    {
    if(isset($post_type_obj[post]->labels->name))
    {
    $output .= "<h4>Articles</h4>";
    }
    elseif(isset($post_type_obj[page]->labels->name))
    {
    $output .= "<h4>Pages</h4>";
    }
    elseif(isset($post_type_obj[$key]->labels->name))
    {
    $output .= "<h4>".$post_type_obj[$key]->labels->name."</h4>";
    }

    Regards,

    Ismael

    Hey,

    Glad it is fixed.

    Please upgrade to Enfold 1.8.1.

    Regards,

    Ismael

    #130173

    Hey!

    Thanks. The next update (Enfold 1.8) will add an custom marker option and I also created an address search option which fetches the coordinates automatically :)

    Regards,

    Peter

    #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;

    #26304
    linkrep42
    Participant

    Hello,

    I seem to be having issues with the search function on the back end of the Enfold theme when trying to search for product categories that I have entered (the returned results are no products). Additionally I also seem to be having issues when adding products, the headlines will not stay capitalizes, and repeatedly go to all lowercase, even when trying to edit and re-save them. Any ideas on what could be causing this?

    Thanks!

    #26301
    freeethinka
    Participant

    Hi and thank you for your beautiful theme, Enfold.

    I’ve been trying to get used to this theme and taking if for a test drive with minimal content but am running into a glitch.

    I built a custom layout for my client’s home page but “Custom” is not an option under Page Attributes “Template”. “Default Template, Archives, Blank” are the only 3 templates listed. And if “Custom” were listed, I would expect to see the layout name that I created in Layout Builder ( “home page layout”) listed under “Layout”.

    So I created a brand new page, and rebuilt a new layout but a Custom option nor my newly rebuilt “home page layout 2” still did not appear. This means that each page that I create using the Advanced Layout Builder, will not give me the choice of specifying a custom layout.

    I thought that this would have something to do with the fact that my portfolio path kept including one of your dummy portfolio names because your dummy Portfolios were also set on “Default Template”. But each time I deleted the dummy portfolio that was included in the path, another one appeared. I got around this by deleting all of the dummy portfolios. I would like to update the theme but I would like to understand the problem first.

    Can you please let me know what I am missing here? I’ve tried to figure this out on my own and searched for a video that would explain this but couldn’t find one. Your Advanced Layout Video did not address this.

    Thank you.

    #129237

    Not sure why this happens. Enfold does not link to the wp-content/themes/ directory directly but we just load css/js files from the directory and a js var (wrapped in a cdata tag) points to the directory. The web crawlers should ignore this path. Personally I’d suggest to use a robots.txt to exclude the directory from the search index.

    #128924

    I would re-install the browser just in case, sometimes after a while even Chrome gets clogged up with redundant files. Feel free to contact us if anything returns or anything else.

    Enjoy the theme!

    Thanks,

    Nick

    #128923

    I have no idea how, but today it works. I didn’t change anything!

    Consider it resolved I guess!

    Thanks,

    Laney

    #129580

    In reply to: Enfold and Ubermenu

    Hi,

    If you search ubermenu on the forum, you can see that many users installed it.

    https://kriesi.at/support/search.php?q=ubermenu

    There may be some css modifications required.

    Regards,

    Ismael

    #129450

    Devin,

    Thanks for reply. I fixed the blog/blog issue, but the first question is still a problem. My page slug is just /blog, but what I’m getting in the .main-title is Blog – Latest News, and it is a link to the home page !?!? The permalink for the page under the page title is /blog

    (as an aside, and a secondary problem here: In fact, all the main titles on Pages are links to themselves, which is the first time I’ve seen that happen. Can I change that in one of the Enfold theme files?)

    I have looked at the slug of every page and post in current lists as well as in the trash.

    I have searched the database for that slug and cannot find it…

    Any other thoughts on where it might be hidden away would be greatly appreciated.

    #128922
    #26176
    dhel
    Participant

    hi,

    i have install this theme at localhost with xampp

    i have install dummy data from enfold settings and woocommerce

    and i go to front page and use ajax search, and i always get “hello world” as result from all keyword that i test, like “qqqqqq”,

    #114721

    My Wish List :

    1. Nestable Components : Place Tabs inside an Accordion or Tabs inside a Tab, & have each styled separately.
    2. Content Element – Code/Class Wrapper : Add a class or ID to any particular area of the page builder
    3. Search Icon : Optionally move next to Social Media Icons.
    4. Custom Icons : Easy way to add own SVG/PNG icon to Entypo.
    5. Tab / Accordion Builder Improvements :

      1. Add “+10” which opens 10 stacked input fields you can quickly tab through for setup.
      2. Import text or csv file (great for huge FAQs)
      3. Advanced Page Builder / Editor available within the Tab / Accordion interface
      4. Shortcodes available for each Accordion / Tabs
      5. Clone individual components (Tabs / Accordions) from one page to another
      6. Save & set custom style presets dropdown
      7. Animated and more tab positioning options, similar to http://codecanyon.net/item/tabs-accordion/full_screen_preview/2906434 which also happens to be nestable :)

    6. Menu :

      1. Adjust opacity of menu background to be able to see content as it scrolls up
      2. Toggle and/or adjust resizing/squashing of menu size when scrolling up

    7. Support Forum : Taggable voting mechanism – with thumbs up/down and counter for feature requests.

    #128921

    Hi,

    I can see it, it should be place below the magnifying glass. Did you edit something on the theme files?

    Please upgrade to Enfold 1.7.

    Regards,

    Ismael

    #128920

    Hi Nick. Thanks for getting back to me.

    No, I mean the search box. If you go to this page for example http://www.crashtestmummy.com.au/category/easy-cleaning/

    and then click on the search icon in the main nav ie the magnifying glass, then you’ll see a line with an triangle pop up just below the first excerpt on the page. I’m assuming this is meant to be the search box, but it’s not working. I’ve inspected the element and it has some far out padding showing, but I can’t figure out how to fix it. The box is also incomplete.

    Any ideas?

    Laney

    Mac
    Participant

    This is more of an FYI than a problem, but I was having problems with shortcodes from 3rd party plugins showing up blank when utilizing inside a text box within Layout Builder. on a whim, I disabled the “Use Google Libraries” plugin and everything works fine. I searched through the forum and issues with “Use Google Libraries” plugin shows up several times, so there is a definite conflict there. Hope this helps someone. Great theme though! I just switched from Avada as it was buggy (widgets kept disappearing)… loving Enfold so far!

    #127743

    Hi,

    Please update to Enfold 1.71.

    This is the current color of the ghost font

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    color: #777 !important;
    }

    The disappearing message I believe is fixed in the updated theme.If not here is the css that takes care of it

    .ajaxresponse {
    overflow: visible !important;
    }

    Thanks,

    Nick

    #128910

    Hi,

    1.

    /*---- Font Menu Hover Color ----*/
    #top .header_color .main_menu .menu ul li>a:hover {
    color: red;
    }

    /*---- Background Menu Hover Color ----*/
    .header_color .main_menu .menu ul li a:hover {
    background-color: red;
    }

    2.

    body#top {
    font-size: 15px;
    }

    3.

    Please open /framework/php/class-breadcrumbs.php and goto line 26 and to line 186.

    Inside that file, you will need to search for __ (two underscore characters). You will find a lot of words used in breadcrumbs that need translating (i see 24 lines in total including above 2).

    Ofcourse i am not sure why you are doing this since if you install WPML (pay) or this http://wordpress.org/plugins/codestyling-localization/ free plugin , you can translate directly from the backend all the words in the theme into french.

    There is no need to install custom.css plugin, since the theme has Quick CSS, a text area located in Enfold > (Theme Options) > Layout Styling .on the bottom of the page… where you can paste any css and click save.

    Thanks,

    Nick

    #128919

    Hi,

    I think you are mistaking your subscribe widget for a search box, because that’s the only thing I see that resembles a search box on the right sidebar.

    Thanks,

    Nick

    #26072
    jeeves
    Participant

    Currently using Enfold theme version 1.6 and the filter option seem to be broken for posts, pages and custom posts. In isolating this issue – I deactivated all plugins, thinking there was a clash – but filter still not working. Then reverted to 2013 theme – and functionality reappears.

    We checked 1.7 version changelog and this issue isn’t mentioned.

    Specifically – you Filter on Posts by date – and the message “No posts found” is displayed. Click Filter button again and blank screen with “Invalid Post Type”. Searching the support forum – this issue appears to have been reported a few times :

    https://kriesi.at/support/topic/some-problems-404-permalink-and-wpml#post-116357

    also

    https://kriesi.at/support/topic/filterings-products-in-admin-not-works

    …and this guy has suggested he has fixed it in the framework

    https://kriesi.at/support/topic/universal-filter-issue#post-117920

    Hoping that you guys will give this issue some time – as I have a client who does not understand why something as fundamental as this – should be broken?

Viewing 30 results - 7,321 through 7,350 (of 7,470 total)