Viewing 30 results - 238,861 through 238,890 (of 244,373 total)
  • Author
    Search Results
  • #163534

    Hello!

    Images cannot be found as seen here http://i.imgur.com/92AekzC.jpg please try deleting them and uploading once again

    Regards,
    Yigit

    #163530

    Hi!

    Since v2.1 you just need to click a button on the theme option page (Enfold > General Settings)

    Regards,
    Peter

    #163529

    Hi,

    Has this fix for showing a Youtube icon stopped working now? I have just updated to the lastest version of Enfold version 2.2 and am now getting an error:-

    Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/content/14/6708814/html/wp01/wp-content/themes/enfold/includes/admin/register-admin-options.php on line 1049

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/14/6708814/html/wp01/wp-content/themes/enfold/includes/admin/register-admin-options.php:1049) in /home/content/14/6708814/html/wp01/wp-content/plugins/woocommerce/classes/class-wc-session-handler.php on line 63

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/content/14/6708814/html/wp01/wp-content/themes/enfold/includes/admin/register-admin-options.php:1049) in /home/content/14/6708814/html/wp01/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27 – See more at: http://wp01.techfolio.me/services/straightening/permanent-straightening/#sthash.nkJ5zSFY.67ArxtN0.dpuf

    thanks for your help,

    Jake

    #163523

    Hi minestelecom!

    Try following – open up wp-content\themes\enfold\framework\php\class-breadcrumb.php and replace

    
    $parents[]  = '<a href="' . get_permalink( $post_id ) . '" title="' . esc_attr( get_the_title( $post_id ) ) . '">' . get_the_title( $post_id ) . '</a>';
    

    with

    
    if(get_post_status($post_id) == 'private'){
    $parents[]  = get_the_title( $post_id );
    }else{
    $parents[]  = '<a href="' . get_permalink( $post_id ) . '" title="' . esc_attr( get_the_title( $post_id ) ) . '">' . get_the_title( $post_id ) . '</a>';
    }
    
    

    Cheers!
    Peter

    #163522

    Hello!

    You can request that feature in here https://kriesi.at/support/topic/enfold-feature-requests/

    Best regards,
    Yigit

    basilefanon
    Participant

    Hello,

    In the Blog Posts module of Avia Layout Builder has a nice option display blog posts which is “Excerpt + Read more link”.

    In Enfold general settings it doesn’t look possible to activate this setting site-wide.

    I tried to dive into lop-index.php but I can’t find the correct place to define :

    For every category pages of archive pages don’t display the full content but only Excerpt + Read more link.

    Thanks in advance very much for your help!

    Basile

    #163518
    Topas23
    Participant

    Hello,
    I created two sliders (A & B) with 3 slides each with Layerslider WP in Enfold. Now I would like to copy two slides from slider A and insert them into the slider B. Is that possible? If yes, how can I do it?
    Thanks

    • This topic was modified 12 years, 6 months ago by Topas23.
    #163513

    Hi!

    You can use conditional tags to hide the icon font for older IEs. Insert following code in header.php before the closing head tag (</head>).

    
    <!--[if lt IE 9]>
    <style>
    .avia-font-entypo-fontello{ display: none !important; }
    </style>
    <![endif]-->
    

    Regards,
    Peter

    #163512

    Topic: Creating Features

    in forum Enfold
    sergeylandar
    Participant

    I have page http://free-responsive-templates.com/features/
    where i trying create sidebar_tab_container but looks like it not woking.
    Could anybody help me and explain how need to do it?
    So in the end this features page must looks like http://kriesi.at/themes/enfold/features/#tab-id-1

    Thanks.

    #163505

    1. Sorry, I am well aware of the User Profile and that’s why I mentioned that I am the only user. My nickname is Jamie and there are no other profiles. The user name is jgwyant.

    2. I used Jaybo as a nickname briefly on this site a couple of years ago, belng before I switched to Enfold. Why has it shown up now?

    3. I also flushed the permalinks — repeatedly.

    4. I know where the gravitar comes from. I know how it works. I’ve used mine for years on end. I have a bio on Gravitar.com and the same bio on the WP install. It isn’t being used. But it isn’t showing up.

    5. On the active site, for which conservio.com is my test site, http://www.amequipment.com/author/jamie/ a bio I used years ago (on another site) is showing up –

    I think for some reason Enfold isn’t picking up the most recent database entry for author information.

    So back to you.

    #163500

    In reply to: Ajax view of portfolio

    Hello Web_Committee!

    I’m sorry but Enfold does not support such a layout and the customization is beyond the scope of our support form. If you really need such a layout please hire a freelancer for the job.

    Regards,
    Peter

    #163498

    Hello!

    No, the portfolio just supports a 2 column, 3 column or 4 column layout We plan to add a 1 column layout in the future but 5 columns are not planned or supported yet. As a workaround you can try the “Partner/Logo Element (Media Elements) which we introduced in Enfold v2.1 and which supports up to 8 columns. You can link the images to any website or webpage – i.e. to your single portfolio entries.

    Regards,
    Peter

    #163497

    Hi!

    I think the problem is the font weight. 600 is too bold and you can’t see the shape of the character anymore. Try to decrease the weight with following css code

    
    h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    }
    

    Best regards,
    Peter

    #163488

    Hi,

    You support the Entypo Icon font and you use them for the social media links in the header. why not combine them, let the user choose which icon and which background color to use, and which link to go through.

    Would only be an adaption of the present select list and an addional field for the color.

    This way we can add links to pages you currently not support, like xing, smugmug and so on.

    tia
    Rufinus

    #163487

    Topic: Update Child Theme

    in forum Enfold
    Maxxim
    Participant

    Hello,

    I am using the Enfold Child theme, how can i update the theme to the latest version from the backend? After inserting the username and product key it says i am using the latest version, which is not true, because it is 2.1.

    Thank you.

    freeHat
    Participant

    In fixed-layout mode in Enfold version 2.1 when resizing the browser to less than 910px – i.e. when the horizontal scrollbars appear, the page structure seems to break. Looks like an ugly mess on the right hand side. I don’t see any problems in version 1.9.1. Using WP 3.6

    #163458

    Hi!

    Did you contact your hoster? Afaik it makes no sense to change the php.ini values without restarting the server. At least on my localhost the changes won’t take any effect if I don’t restart the server.

    You can also check the error log – it the “PHP Warning: glob() has been disabled” warning is still there php doesn’t use you modified php.ini.

    Regards,
    Peter

    #163457
    vinvalentino
    Participant

    On pages with the Avia editor, the spinning loading animated gif just spins and spins. On woocommerce product pages the description is not there. It’s there on the front end but not in the editor. Am unable to switch from Visual to Text editor either. Clicking on the tab does nothing. I am running the most recent version of Enfold on the latest version of WP.

    I saw another poster that just needed to enable the Avia editor. That is not the problem here.

    #163456

    Hi,

    Thanks for the link, i just wonder how much of help it will be, the most current post in it is over 2 years old.

    i will have to try microlancer i guess.

    regards,
    Rufinus

    #163454

    I´ve tried ito craete a second one, bacause the first one was created from a copy of enfold. But it didn´t work too. I also deactivated all my plugins. Nope…

    It seems that the layerslider can´t get the pictures after I closed it. During I´am build a slider, all works fine inside the Preview. But when I leave the Slider and go back then, there are no pictures to see, also inside the editor….

    Regards

    #163444

    That´s very curious. Today I started the Layerslider-options again.

    All the pictures are disappeared, there is just to see a interrogation marks (?)…

    But I have save all settings. If I open the different Layers, there is to see the path to the pictures but it seems that it can´t load it. Also in Options all values still there.

    Any idea?

    Here are some Screenshot…

    http://indikator-design.de/medien/Bildschirmfoto%202013-09-19%20um%2008.49.27.png
    http://indikator-design.de/medien/Bildschirmfoto%202013-09-19%20um%2008.49.33.png
    http://indikator-design.de/medien/Bildschirmfoto%202013-09-19%20um%2008.49.36.png

    Regards

    #163428

    Hi!

    Not at all :) – we use the flush_rules(); method on the option page too – otherwise the user wouldn’t be able to change the single portfolio item slug without flushing the permalinks manually (Settings > Permalinks).

    Cheers!
    Peter

    #163417

    Topic: Layerslider

    in forum Enfold
    samchoo
    Participant

    The latest version of the enfold theme does not have the latest version of LayerSlider.
    Please update the layerslider to the latest as the error keeps on showing:

    “It looks like you are using an old version (1.10.2) of the jQuery library. LayerSlider requires at least version 1.7.0 or newer. If you are using the WordPress version of LayerSlider, you can try out the “jQuery Updater” plugin from the WP plugin depository. If you don’t know what to do, you can write us a private message from our CodeCanyon profile page. We need a temporary WP admin account (or a temporary FTP account in some cases) to solve this issue.”

    #163412

    Now I got a little further:)

    Now I see the update page, but when I do the update, it makes an error:
    Fatal error: Cannot use object of type WP_Error as array in /web-page-dir/wp-content/themes/enfold/framework/php/auto-updates/class-envato-protected-api.php on line 346

    Looks like error line changed as well:)

    Error URL: http://www.domain.com/wp-admin/update-core.php?action=do-core-upgrade

    Matej

    #163411
    babayard
    Participant

    OK, I apologize for being completely thick in the head about this, but I just do not get the way the blog breadcrumbs work in the Enfold theme. I have two blog categories: “Performances” and “From the Director.” I’ve tried all variations including setting up pages with a blog post element limiting the category for that page. That sort of worked ok depending on how I navigate to one of the categories.

    If I navigate to those posts from my Categories in the footer, works like I expect. However, on the frontpage, I also have these two categories available to click on in the content area. When I do, the breadcrumbs are really wacky: “You are here: Home / Performances / Performances / Christmas With The Chorale” and the post page title is: “Blog – Latest News” not even one of my categories.

    If I create a performance “page” and have “blog posts” in the layout builder limited only to “performance” the page is a mess. Title is wrong, breadcrumbs are correct, but both categories show up in the post.
    http://rvchorale2013.roguevalleychorale.org/performances/

    Homepage: http://rvchorale2013.roguevalleychorale.org/

    This is the second time I’ve have trouble with this, and again, I’m sorry to be a slug. I hope this can be explained so that I never have to bug you again.

    #163410

    Hello Ismael,

    I tried your solution, but not working. I made sure all thumbnails are in proper size.
    This is screenshot for an image being displayed on Retina in three different methods.
    http://onthe8.com/corporate/test.jpg
    Screenshot

    Main link is
    260 x 185
    http://www.onthe8.com/wp-content/uploads/acres.jpg

    Retina link is
    http: (Email address hidden if logged out)
    520 x 370

    Whole website is working properly but portfolio Grid.
    Its not the thumbnail Size issue, its how its being displayed (May Be CSS), Please let developer know, Its a bug.

    Thanks
    Jas

    Hi!

    You can use this:

    .avia-post-nav:hover .entry-info-wrap {
    width: 140px;
    }
    
    .avia-post-nav .entry-info {
    width: 100px;
    }
    
    .avia-post-nav.avia-post-prev .entry-image {
    position: relative;
    left: 20px;
    }
    
    .avia-post-nav.avia-post-prev .entry-image {
    position: relative;
    right: 20px;
    }

    Cheers!
    Ismael

    #163380

    Hi!

    Edit functions.php, find this code:

    $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns

    Replace it with:

    $avia_config['imgSize']['portfolio_small'] = array('width'=>520 'height'=>370 ); // images for portfolio 4 columns

    The image thumbnails you’re uploading as portfolio thumbnails are so small. Please upload a larger image, twice the size if possible.

    Best regards,
    Ismael

    #163378
    infiniteloop
    Participant

    Hi.

    I just bought Enfold Theme, very nice.

    I need to insert an image above the header, I was wondering if I can insert a new div tag in the header.php file. The div is going to have a sinle image and nothing else.

    Coul you provide the PHP code? I’ll appreciate that a lot.

    Thanks, regards.

    • This topic was modified 12 years, 6 months ago by infiniteloop.
    #163377

    Dude,

    Thanks for the help. I like the new site!

    After poking around for quite some time, I was able to get the pages to work. I’m still not sure what was breaking them, as I can’t pinpoint any one thing. The theme and plugins have been working great as I started building from a fresh install. Then today, I ended up taking another shot at finding something that would let the current site continue on. It’s a pretty complex site in areas, so rebuilding was looking like a huge job.

    Anyways, here’s what got it to work. I added this to functions.php:

    add_action(‘init’, ‘custom_taxonomy_flush_rewrite’);
    function custom_taxonomy_flush_rewrite() {
    global $wp_rewrite;
    $wp_rewrite->flush_rules();
    }

    I hope this isn’t a bad fix. At least it’s working. I’d love to hear your thoughts on this solution and if I could have done anything else.

    Thanks again for your support!

Viewing 30 results - 238,861 through 238,890 (of 244,373 total)