Viewing 30 results - 7,201 through 7,230 (of 7,470 total)
  • Author
    Search Results
  • #140659

    Hi,

    In your WordPress directory please go to Enfold > Js and open Shortcodes.js and search for “Iconlist shortcode javascript” ( should be in line 605 ) and comment out or delete all the code untill “Section Link Main Menu controler for one page sites”.

    Then add following code to Quick CSS in Enfold theme options under Styling

    .avia_transform .avia-icon-list .iconlist_icon { opacity: 1!important; -webkit-transform: scale(1)!important; transform: scale(1)!important;
    -ms-transform: scale(1)!important; }

    I’m not sure if this is the best way to do it but does the trick.

    Regards,

    Yigit

    #140863

    Hi,

    In your WordPress theme directory please go to Enfold and open Search.php file and search for “bellow” and change it.

    Regards,

    Yigit

    #29524
    andrebraga
    Participant

    Hi!

    I searched the forum but there is no help topic to my specific problem.

    I customized the theme enfold normaly but, the contact form does not work! We have tested other forms like as contactForm7 and others and they all worked. I would urgent help if possible because my website already on air. I have good knowledge of programming and i could change the contactform but would like the contactform from the theme. Where can I send the login for you to take a look? Tks!

    #140349

    The website is http://reallife247.org and the pages with the issue are the message archives page and the search results page: http://reallife247.org/?s=Test

    Thanks for offering to take a look!

    #29497
    blueunderground
    Participant

    The date, comment, category, author stack vertically on the Blog Single Author Fullwidth page in the default install at http://blueunderground.org/blog/blog-single-author-full/. I would like to see them in one line like the demo at http://kriesi.at/themes/enfold/blog/blog-single-author-full/.

    I tried setting up another Blog Single Author Fullwidth page and have the same result. I added the “Blog” Element to my advanced layout, then selecting the “single author” blog layout and on the right sidebar search for the “Select the desired Page layout” dropdown and selected “No Sidebar”.

    Please advise.

    Thanks!

    #140690

    Hey,

    Edit search.php, remove everything then replace it with this code: http://pastebin.com/MakKVUfy.

    Remove browser cache then reload the page.

    Regards,

    Ismael

    #29457
    infoportugal
    Participant

    hi,

    I would like to customize the search results page. I don´t want a right column in the page, so it’s not shown the pages or categories, or the arquive. how can i desable that right colunm?

    Thank you in advance,

    Ana

    #139611

    Afaik there’s no plugin which allows you to set the featured image automatically because it doesn’t make sense in most cases.

    WordPress just saves the id of the (full size) image when you set an image as “post thumbnail”. This id will be used to query the url path to the full size image OR to a thumbnail of this image (depends on the theme code).

    If you already uploaded “high resolution” images and set these images as post thumbnails you just need to regenerate the thumbnails with: http://wordpress.org/plugins/regenerate-thumbnails/

    Afterwards wordpress will use the proper thumbnail size of these images for the post thumbnails. If you want to change the thumbnail size open up and search for /wp-content/themes/enfold/includes/loop-index.php

    $current_post['slider']  	= get_the_post_thumbnail($the_id, $size);

    Replace the $size variable with any custom value like

    $current_post['slider']  	= get_the_post_thumbnail($the_id, 'full');

    or

    $current_post['slider']  	= get_the_post_thumbnail($the_id, 'large');

    or any other thumbnail size which is defined in functions.php or which you created with http://wordpress.org/extend/plugins/simple-image-sizes/

    #140422

    Yes, actually you can to add the alternate content class to the sidebar container. Open up /wp-content/themes/enfold/sidebar.php and search for

    echo "<div class='sidebar sidebar_".$sidebar." ".avia_layout_class( 'sidebar', false )." units'>";

    You can add any class(es) to the div – i.e.use

    echo "<div class='sidebar sidebar_".$sidebar." ".avia_layout_class( 'sidebar', false )." units alternate_color'>";

    to apply the alternate color to the sidebar div.

    #29345
    LD3
    Participant

    Hi – love the Enfold theme so far, but have a couple of items I hope you can help me with.

    Here is the site I am building – http://www.pat-bach.com/breitercapital/

    1. Footer size – How can I simply adjust the footer height size (specifically, make it smaller / shorter)? I’ve spent quite a bit of time researching / looking around / experimenting to no avail … is there a simple method that I am missing?

    2. Menu item issue – I wanted to stop the header / menu from auto-sizing to smaller when scrolling. After some research / looking around for fixes, I added some quick CSS to achieve the desired result. However, now the individual dropdown menu item areas are huge. How can I make the dropdown menu item areas smaller without affecting the size of the overall header?

    I am using the Small fixed Header type with the following quick CSS added:

    #header_main .container, .main_menu ul:first-child > li a {

    height: 78px !important;

    line-height: 88px !important;

    padding-top:3px !important;

    font-size: 14px;

    }

    #header_main {

    border-bottom: none;

    }

    #top .main_menu .menu ul li a {

    font-size: 14px;

    }

    .main_menu .menu li {

    height: 60px;

    }

    .logo img {

    height: 128px;

    width: 269px;

    }

    body .logo{

    height:200%;

    }

    Hope this all makes sense … Thanks a million for any help you can offer!!

    Thanks!

    Hi!

    I think the error is not theme related and I suggest to report it here: http://marketpress.de/support/forum/woocommerce-german-market/

    I could not reproduce it with the latest version of WooCommerce & Enfold though and maybe another plugin causes the js error.

    Best regards,

    Peter

    #140408

    Hi John,

    Open the functions-enfold.php file and search for this line (262):

    Replace it with this:

    'html' => "",

    Regards,

    Josue

    #29341
    jbiasucci
    Participant

    In the Enfold theme, the page title of individual pages that are shown in the “All Pages” list can controlled easily — just by changing the name of the page. Also, the title container itself for any of these listed pages can be easily suppressed just by choosing not to display the page header.

    However, a “page” is also generated automatically when someone clicks on an individual post on the blog page, and this page displays the title container and the title “blog”. Howwever, this page is not shown in the list of pages, and I can’t figure out either how to change the title from “blog” to something else, or to suppress the title container completely. Can you help me out?

    My site link, showing such a non-page page with the title “blog”, is: http://uufreethinker.com/2013/09/in-search-of-secular-spirituality-beyond-gazing-at-the-grand-canyon/

    Thanks for your help.

    John

    #114840

    Sorry if this is a duplicate, as I cannot imagine it has not been brought up, but I did not find it with search; it would be GREAT if the Layout Elements in the Avia LB we collapsible so that building a page were not as cumbersome as it currently is when you have a big page and lots of elements.

    Try using the editor in fullscreen mode as it allows you to scroll the editor below the layout elements

    #29312

    Topic: Relevanssi error

    in forum Enfold
    JoshMetz
    Participant

    Hello. I am using the Relevanssi Search plugin. When I go to build the index I am getting the following error:

    Fatal error: Call to a member function get_catalog_ordering_args() on a non-object in /home/scmwa/scmwa.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/productslider.php on line 332

    Website URL is: http://www.SCMWA.com

    Thanks for any help you can provide.

    #139828

    Thank You, Dude and Yigit.

    Everything solved. I don’t use codestyling plugin because it indicated error (at least with previous version of Enfold), but translate .po file directly. Added code to function.php and translated extra lines in wordpress .po file.

    Just in case somebody will use this query to solve his issues as I usually do. Searching forum provides answers to most questions I have. Great job, guys!

    #139827

    Please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translat the plugin.

    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 your language 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). If you still can’t find the text strings in the generated po file you can use the title filter to change the text. Add following code at the bottom of functions.php

    add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
    function fix_single_post_title($args,$id)
    {
    if ( $args['title'] == 'Blog - Latest News' )
    {
    $args['title'] = 'MY TEXT';
    }

    return $args;
    }

    and instead of MY TEXT insert your translation.

    The other text strings you mentioned ( “Logged in as… Log out?” “Post comment” , etc.) are not part of the theme code and you can’t translate them with the theme po/mo files. You maybe need to update the translation of wordpress ( http://codex.wordpress.org/WordPress_in_Your_Language ) or a plugin adds these text strings to the website – then you must translate the plugin.

    #138619

    I had faced the same issue, and this fix works a treat, thanks Kriesi.

    I also tried to see if I could have the js folder read from my child theme so that I don’t have issues with future Enfold updates, but I couldn’t get it to work. Is it possible to move the js folder in a child theme and have it reference properly?

    #139708

    We replaced all occurrences of entry-content with entry-content-wrapper, then we searched all files for “$content” strings and wrapped them into a div (entry-content). We further replaced all occurrences of post-title and main-title with post-title entry-title and main-title entry-title.

    The reason is that entry-content has a semantic meaning (hatom feed) which is used by Google+ to fetch the article data of a blog page. the previous structure messed this feed up so we had to change it.

    I copied this file list from our github repository:

    404.php

    archive.php

    config-templatebuilder/avia-shortcodes/portfolio.php

    config-templatebuilder/avia-shortcodes/postcontent.php

    config-templatebuilder/avia-shortcodes/postslider.php

    config-templatebuilder/avia-shortcodes/section.php

    config-woocommerce/config.php

    config-woocommerce/woocommerce-mod.css

    css/base.css

    css/layout.css

    css/shortcodes.css

    framework/php/class-framework-widgets.php

    functions-enfold.php

    includes/error404.php

    includes/helper-post-format.php

    includes/loop-archive.php

    includes/loop-author.php

    includes/loop-comments.php

    includes/loop-index.php

    includes/loop-page.php

    includes/loop-portfolio-single.php

    includes/loop-search.php

    index.php

    js/avia.js

    taxonomy-portfolio_entries.php

    template-archives.php

    template-builder.php

    #29110
    tgdigitalsolutions
    Participant

    I was able to figure out (thanks to forum search) the custom CSS to give rounder corners to the bottom of my Enfold website but I’m not having much luck finding the right code to do that on the top.

    Here’s what worked on the bottom:

    #socket {

    -webkit-border-bottom-right-radius: 10px;

    -webkit-border-bottom-left-radius: 10px;

    -moz-border-radius-bottomright: 10px;

    -moz-border-radius-bottomleft: 10px;

    border-bottom-right-radius: 10px;

    border-bottom-left-radius: 10px;

    }

    Can someone help me with the same idea for the top area? I have a boxed layout.

    Here’s a link to the test site:

    http://tgdigitalservices.com/o1/

    Thanks!

    #139575

    Hi,

    Please add following code to custom.css file or to Quick CSS section in Enfold theme options page under Styling to display right border.

    div#text-4.widget.clearfix.widget_text { left: -1%; }

    In your WordPress theme directory please go to Enfold > Includes and open Loop-search.php file and find following code in line 119

    <h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>

    and delete it. It will delete “Wollen Sie sich lieber andere Artikel oder Seiten ansehen?”

    Then find following code in line 123

    'before_widget' => '<div class="widget avia_combo_widget">',

    and change it to

    'before_widget' => '<div class="widget avia_combo_widget" style="display:none;">',

    Regards,

    Yigit

    #135940

    Hey! It seems twitter has also deprecated this way of getting the feed, thats the caue of the error. at this point it is no longer possible to easily retrieve a follower count without complicated authentication. Something which I dont wont to add to the theme itself, so I recommend to search for a plugin that can do that….

    The errors will be fixed with the next update

    Sorry for that :/

    #139138

    You can find it in wp-contentthemesenfoldconfig-woocommerceconfig.php – search for

    if($product->product_type == 'variable' && empty($output))
    {
    $output = "<a class='add_to_cart_button button product_type_variable' href='".get_permalink($product->id)."'><span class='avia-font-entypo-fontello'>". $avia_config['font_icons']['details'] ."</span> ".__('Select options','avia_framework')."</a>";
    }

    if($product->product_type == 'simple')
    {
    $output .= "<a class='button show_details_button' href='".get_permalink($product->id)."'><span class='avia-font-entypo-fontello'>". $avia_config['font_icons']['details'] ."</span> ".__('Show Details','avia_framework')."</a>";
    }

    You need to replace avia-font-entypo-fontello span with an image or another font icon if you want to change the look of the icons.

    #139106

    Hi festivedaisy,

    While possible, it would take a good bit of customization from a freelance developer. You can also request it as a future feature in the Enfold feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests

    The basics of what it would entail would be adding the WordPress search function into the header/footer. See: http://codex.wordpress.org/Function_Reference/get_search_form

    The placement and styling to keep it all cross browser compatible and responsive is where the meat of the time and customization would be.

    Regards,

    Devin

    #114985

    The translation seems to work for me(search field, post meta text strings, etc. are translated): http://www.screenr.com/n3rH – maybe try to clear the browser cache if it doesn’t work for you. Please note that not all text strings are translatable with our theme files – i.e. the login form here: http://infusion.in/?page_id=246 is not part of the theme code but it’s a third party widget (plugin code) and you must translate the plugin to translate the login form.

    #139252

    In reply to: Post Slider

    Hi!

    Enfold does not support a vertical post or image slider. You can try third party plugins from here: http://wordpress.org/plugins/search.php?q=vertical+post+slider

    Regards,

    Peter

    #28928
    InfinityJane2013
    Participant

    Finally i succeed with danish language, but when i tried this (i read in another thread in here), it cam up with something i do not understand

    http://wordpress.org/plugins/codestyling-localization/ to translate the theme 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 your language 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).

    i did the above – and it says:

    Warning: The actual loaded translation content contains mixed textdomains and is not pure translateable within one textdomain.

    It seems, that there is code contained extracted out of other plugins, themes or widgets and used by copy & paste inside some source files.

    The affected unknown textdomains are: wordpress-importer, woothemes, woocommerce, plugindomain, envato, avia_builder, LayerSlider

    What does that mean? :)

    #28911

    Topic: Specific IDX problem

    in forum Enfold
    CurlyHost
    Participant

    So my client wants a Real Estate site – we’re using Enfold. We are also using the IDX plugin. The IDX plugin automatically generates pages for Real Estate agents. The pages that are created, however, are formatted like blog posts. I hid the icon and dashes to make it look less blog like but this will be an issue down the line.

    e.g.

    http://test.curlyhost.com/homes-for-sale-search/

    http://test.curlyhost.com/homes-for-sale-toppicks/EastGrandRapidsWaterfrontHomes/28086/

    Any idea on how to fix this? On how to make blog posts be formatted like blog posts and these dynamically created pages to be formatted like pages?

    I know you guys don’t support third party plugins, but any thoughts in the right direction would be greatly appreciated.

    Hi Josue,

    I added it to the Quick CSS field of ENFOLD settings section but it probably took out all the portfolios from the widget area so the outcome was none of the portfolios showed up. While I was trying to update and save the page, I got this error message,

    Fatal error: Call to undefined function layerslider_init() in /home/content/30/11045530/html/template/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php on line 121

    Do you have any idea what might have caused this? The page I got this from is http://acutta.com/template/?page_id=2.

    Then I tried a different page and now you can see the portfolio list at http://acutta.com/template/?page_id=2307.

    However, as you can see from the 2307 page, I got these messages,

    Nothing Found

    Sorry, the post you are looking for is not available. Maybe you want to perform a search?

    For best search results, mind the following suggestions:

    Always double check your spelling.

    Try similar keywords, for example: tablet instead of laptop.

    Try using more than one keyword.

    Feel like browsing some posts instead?

    On the page, I only have the ENFOLD Latest Portfolio widget there. Not sure where these messages came from.

    And BTW, the page directly changed to “http://acutta.com/template/?post_type=product&#8221; from “http://acutta.com/template/?page_id=2307&#8221; and don’t know why is that.

    Sorry Josue, I asked a lot of questions here. Thanks again for your assistance.

    Thanks,

    #138747

    Alright I resolved some of the issues myself searching around and trying things, the last thing I need to resolve with the toggles is the color of the little “plus sign” button (active, inactive, and hover states) and the toggle’s borders (all 3 states as well). I want the plus sign button to be white and the borders to remain color #404852.

    thanks for all the help so far!

    josh

Viewing 30 results - 7,201 through 7,230 (of 7,470 total)