Viewing 30 results - 240,391 through 240,420 (of 244,010 total)
  • Author
    Search Results
  • #114791

    Option to have more than 4 columns for portfolio projects.

    Main reason to giving you more design options for adding project sliders to other pages. At the moment with 4 they seems to dominate a page. If you could have it set to 6 they would become smaller and be more of a sub-option on the page.

    #27827
    MarieAn
    Participant

    I am a newbie and maybe this is a very basic question:

    When adding links on a page in Enfold, the links disappear if I do any other changes to the page after saving the links.

    What is this?

    #134581

    Hi Devin,

    Thanks I think your ‘guesses’ are spot on.

    I got rid of some plugins yesterday and some more today and haven’t come across the issue since.

    Will look into tweaking the WP Super Cache as well so it doesn’t happen again.

    Thanks, Siobhan

    #27815
    thedeancorp
    Participant

    – I have set featured images for all my posts.

    – In the blog view, the correct image is displayed.

    – When the image is clicked and the picture is maximized, it shows a completely different image.

    – That same maximized image shows on all the posts for the same category.

    I have upgraded to WordPress 3.6, Enfold 1.9.1, resaved the posts and ccleaned my computer to clear the cache to no avail. Any ideas?

    #134925

    Glad we could help :)

    Let us know if you have any other questions or issues.

    #135217

    In reply to: Custom Widget Area?

    Glad I could help. Now that 3.6 is out I’ll be able to do another round of videos and hopefully finish up the new documentation for Enfold as well so these kinds of things are better explained :)

    Regards,

    Devin

    #135397

    Hi,

    I don’t see the difference between the two links. Icons are showing fine.

    Regards,

    Ismael

    #135392

    Hi,

    I’m sure it is possible to use the plugin. You can then insert the breadcrumb code on functions-enfold.php, find this code:

    //advanced title + breadcrumb function
    if(!function_exists('avia_title'))
    {
    function avia_title($args = false, $id = false)
    {
    global $avia_config;

    if(!$id) $id = avia_get_the_id();

    $defaults = array(

    'title' => get_the_title($id),
    'subtitle' => "", //avia_post_meta($id, 'subtitle'),
    'link' => get_permalink($id),
    'html' => "<div class='{class} title_container'><div class='container'><{heading} class='main-title'>{title}</{heading}>{additions}</div></div>",
    'class' => 'stretch_full container_wrap alternate_color '.avia_is_dark_bg('alternate_color', true),
    'breadcrumb' => true,
    'additions' => "",
    'heading' => 'h1' //headings are set based on this article: http://yoast.com/blog-headings-structure/
    );

    if ( is_tax() || is_category() || is_tag() )
    {
    global $wp_query;

    $term = $wp_query->get_queried_object();
    $defaults['link'] = get_term_link( $term );
    }
    else if(is_archive())
    {
    $defaults['link'] = "";
    }

    // Parse incomming $args into an array and merge it with $defaults
    $args = wp_parse_args( $args, $defaults );
    $args = apply_filters('avf_title_args', $args, $id);

    // OPTIONAL: Declare each item in $args as its own variable i.e. $type, $before.
    extract( $args, EXTR_SKIP );

    if(empty($title)) $class .= " empty_title ";
    if(!empty($link)) $title = "<a href='".$link."' rel='bookmark' title='".__('Permanent Link:','avia_framework')." ".esc_attr( $title )."'>".$title."</a>";
    if(!empty($subtitle)) $additions .= "<div class='title_meta meta-color'>".wpautop($subtitle)."</div>";
    if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));

    $html = str_replace('{class}', $class, $html);
    $html = str_replace('{title}', $title, $html);
    $html = str_replace('{additions}', $additions, $html);
    $html = str_replace('{heading}', $heading, $html);

    if(!empty($avia_config['slide_output']) && !avia_is_dynamic_template($id) && !avia_is_overview())
    {
    $avia_config['small_title'] = $title;
    }
    else
    {
    return $html;
    }
    }
    }

    Please hire a freelance developer to help you integrate the plugin.

    Regards,

    Ismael

    #135384

    Hi,

    It should be there by default. Go to Appearance > Menu panel. On Theme Locations, select a Main Menu.

    Regards,

    Ismael

    #135124

    Hey,

    Thanks for the tip. Glad it is working now.

    Cheers,

    Ismael

    #134130

    I would suggest re-downloading theme files from your downloads on themeforest and then re-uploading and installing them via FTP one folder at a time.

    I just did a quick post on my personal site with 3.6 and 1.9.1 on Enfold to test things out and had no issues with images, text or even embedded code.

    #134976

    In reply to: 3.6

    Hi wesleysoccer,

    Yes! If you look at the bottom of the Enfold page here you can see the notes on each theme update: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    Regards,

    Devin

    #135214

    Glad you were able to figure it out. I had planned on testing it out with Enfold and Kriesi’s other themes since it seems to be a good alternative to some of the other widget control plugins.

    Regards,

    Devin

    bongoman
    Participant

    I’m wanting to insert an image as a layer into the layer slider but it seems I only have access to the full, original size image? I was hoping to access one of the many thumbnail sizes that Enfold & WordPress create…

    #134580

    A couple of guesses: you have *a lot* of active plugins which doesn’t necessarily mean you’ll have issues but that is a lot of different code all running at once. If you can cut down on some that may help.

    Try tweaking your WP Super Cache settings. While I’m not familiar with WPSC directly, I know when you start getting into performance plugins there is a lot of overlap and that overlap can cause issues. So if you have anything else doing minification or caching turn the others off.

    #135030

    In reply to: Enfold Styling issue

    Glad we could help :)

    Let us know if you have any other questions or issues.

    #134086

    solved (at last)

    For if it can be helpful to other guys..

    1) page with template “blank page”, no header, no footer, no sidebar

    2) add plugins “background manager” to set the background color of the page X color specifically

    3) put on page one colored-section and there all the elements we want.

    In color-section set the background color, X.

    4) enfold styling put in “alternate content” all colors as transparent (not define) minus the border color in which you have to put X.

    5) Modify the css for the elements with the colors you want.

    Et c’est fini: http://www.escalamas.com

    Best regards.

    Xavier.

    #27804
    Bruno
    Participant

    Hello Kriesi, thank you for your wonderful work. Please…

    1. I Purchased Enfold but for the moment I would not use the Blog and I would not receive comments, is it possible? What should I choose in the “And where do you want to display the Blog?” in the Theme Options?

    2. Please, how can I create a private area? Now, I use “Cooming Soon Page” (from link PRIVATE AREA), how can I add a button to return to the previous link, such as in the page “Blank Page”?

    Thank you very much

    Bruno

    #135068

    Thank you for your quick response. After following your instructions the new code did not overwrite the parent file. Is there anything else I need to do?

    *edit – I have also tried this one /wp-content/themes/enfold-child/includes/admin/register-backend-styles.php and that code didn’t override either. Not sure what I am doing wrong here

    #135045

    Hi Nick – just sent you an email with items you requested. Thanks – CC

    #27800
    figarofigaro
    Participant

    Hi,

    First of all, thanks a lot for this amazing theme. Your hard work gives me the chance to not work so hard and still have an amazing looking site with incredible functionality.

    I’ve been playing with the theme and learning some things while setting up my site. I have run into a problem with broken icon images when accessing my site through a subdomain.

    The subdomain seems to be set up correctly using the control panel with my Netfirms hosting account.

    When accessing the site via http://www.inmypocket.ca there is no issue with the icon images.

    You can see when accessing the site via ottawa.inmypocket.ca the icon images are broken.

    From my knowledge, this is probably being caused by relative or absolute links but I don’t know where to look for them.

    Please help me resolve this issue. Using the subdomain is an important part of my project.

    Thanks in advance for your help.

    Dave

    #133792

    I found the cause of the problem and it didn’t relate to the WordPress 3.6 or Enfold Theme 1.9.1. The problem was created because there was a mismatch in the Settings

    WordPress Address was set to: http://mydomain.com/wordpress

    Site Address was set to: http://www.mydomain.com

    I corrected the WordPress to http://www.mydomain.com/wordpress and the toolbar is now showing.

    #135383
    #27794
    hylandgraphics
    Participant

    How do I activate the search feature in the header of Enfold. I can seem to find that option? Thanks in advance!

    #130202

    Hi,

    You can get rid of the sidebar on the product pages by going to Appearance > Widgets and removing everything from the sidebar called ‘Everywhere’ since it automatically adds a sidebar… Everywhere.

    OR

    Another way to do it would be to Change the default theme setting in Enfold > (Theme Options) > Sidebars to look like this http://featherfiles.aviary.com/2013-08-14/null/930e73edc5d848088bcf4f207d7cd80a.png and then simply add back the sidebars to the Blog Posts manually yourself.

    Thanks,

    Nick

    #129843

    Hi,

    You can get rid of the sidebar on the product pages by going to Appearance > Widgets and removing everything from the sidebar called ‘Everywhere’ since it automatically adds a sidebar… Everywhere.

    OR

    Another way to do it would be to Change the default theme setting in Enfold > (Theme Options) > Sidebars to look like this http://featherfiles.aviary.com/2013-08-14/null/930e73edc5d848088bcf4f207d7cd80a.png and then simply add back the sidebars to the Blog Posts manually yourself.

    Thanks,

    Nick

    #131871

    Hi,

    You can get rid of the sidebar on the product pages by going to Appearance > Widgets and removing everything from the sidebar called ‘Everywhere’ since it automatically adds a sidebar… Everywhere.

    OR

    Another way to do it would be to Change the default theme setting in Enfold > (Theme Options) > Sidebars to look like this http://featherfiles.aviary.com/2013-08-14/null/930e73edc5d848088bcf4f207d7cd80a.png and then simply add back the sidebars to the Blog Posts manually yourself.

    Thanks,

    Nick

    #134314

    Hi,

    You can get rid of the sidebar on the product pages by going to Appearance > Widgets and removing everything from the sidebar called ‘Everywhere’ since it automatically adds a sidebar… Everywhere.

    OR

    Another way to do it would be to Change the default theme setting in Enfold > (Theme Options) > Sidebars to look like this http://featherfiles.aviary.com/2013-08-14/null/930e73edc5d848088bcf4f207d7cd80a.png and then simply add back the sidebars to the Blog Posts manually yourself.

    Thanks,

    Nick

    #27720
    gregdickson
    Participant

    I’ve been having issue today using the styling section in theme options. Whatever I changed it wouldn’t update.

    Permissions were correct

    Changed wp_register_style( 'avia-grid' , $template_url."/css/grid.css", array(), $ver, 'screen' ); from 1 to $ver as suggested in this post https://kriesi.at/support/topic/how-to-remove-the-get-parameters-from-jscss-files-eg-enfoldcssver1

    Still nothing changed then I changed the number in the following code and the next set of changes started to display.

    {
    $avia_upload_dir = wp_upload_dir();

    $avia_dyn_stylesheet_url = $avia_upload_dir['baseurl'] . '/dynamic_avia/'.$safe_name.'.css';
    wp_register_style( 'avia-dynamic', $avia_dyn_stylesheet_url, array(), '1', 'screen' );
    wp_enqueue_style( 'avia-dynamic');
    }

    Not sure whats going on but it took me a age to sort it out so it may help others.

    Cheers

    Greg

    #134706

    Hi,

    You can get rid of the sidebar on the product pages by going to Appearance > Widgets and removing everything from the sidebar called ‘Everywhere’ since it automatically adds a sidebar… Everywhere.

    OR

    Another way to do it would be to Change the default theme setting in Enfold > (Theme Options) > Sidebars to look like this http://featherfiles.aviary.com/2013-08-14/null/930e73edc5d848088bcf4f207d7cd80a.png and then simply add back the sidebars to the Blog Posts manually yourself.

    Thanks,

    Nick

Viewing 30 results - 240,391 through 240,420 (of 244,010 total)