Viewing 30 results - 239,521 through 239,550 (of 243,984 total)
  • Author
    Search Results
  • #114826

    I want to combine certain portfolio items from different categories to display together. As I have lots of portfolio items, it would be really messy if I need to create a category for all the different combinations I am trying to achieve.

    An option within the shortcodes to choose posts and portfolio items by ID instead of categories would be nice. This would help me a lot and probably anybody with a heavy content site. I already posted this reqeuest in a comment and Kriesi mentioned the possibility of a developer option for this request http://themeforest.net/item/enfold-responsive-multipurpose-theme/discussion/4519990?page=70#comment_4651563 . Hope this feature will be integrated in one of the next updates.

    #138352

    Thank you very much.

    Just a question –

    I have never done any changes to the enfold files – is there anything I should do before I change anything – like a backup or something?

    #138704

    Thank you very much. I will try that.

    #136229

    To add a comment form to standard pages open up wp-contentthemesenfoldpage.php and replace

    get_template_part( 'includes/loop', 'page' );

    with

    get_template_part( 'includes/loop', 'page' );

    //wordpress function that loads the comments template "comments.php"
    comments_template( '/includes/comments.php');

    I’m not sure if pages which use the advanced layout builder support comments but afaik they don’t.

    #135050

    Please try to insert following code at the bottom of functions.php

    add_action('admin_print_scripts', 'avia_gravity_forms_admin');
    function avia_gravity_forms_admin()
    {
    echo "n <style type='text/css'> n";
    echo "body #TB_window{margin-top: 0 !important;}";
    echo "</style>n n ";
    }

    #138657

    Hi,

    Please download Enfold 2.0.1. It will fix the meta infos.

    Regards,

    Ismael

    #138774

    problem solved. no need to reply.

    KP

    #28829
    tinagianna
    Participant

    Hi Kriesi Team!

    First of all I would like to say a big thankyou for this brilliant theme (Enfold). I have bragged about it to a few friends.

    I have almost finished my site and I just have two things I want to fix, and I cant seem to find an answer on our Forum.

    1. When a visitor is logged into my site… they can click on this icon found on the logout button and it will lead them to the forums/user page. How can I change the URL link so it leads them to ‘My Account’?

    I have attached an image so you can see what I mean – http://s24.postimg.org/s6wg8c51h/PIC1.png

    If I cant do this can I at least remove/disable this icon all together? (My site does not consist of a forum, and I really want to remove this feature)

    2. Last question… when a visitor has an empty cart they are shown a button saying ‘return to shop’.

    Woo Commerce has made this button take you to the Shop Page. (My shop page looks hideous by the way…)

    Is there a way I can redirect visitors from that page to the another store page I have created? (a pretty one of course)

    http://s23.postimg.org/qqtnycpob/PIC2.png

    Thats all folks!… and thankyou! :)

    #138705

    Hi,

    Yes, just edit functions.php and find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    add_theme_support('avia_conditionals_for_mega_menu');

    Condition logic option will be enabled on the Appearance > Menus panel.

    Regards,

    Ismael

    #28828
    kpense
    Participant

    I am using enfold. On the front page there is the “about” link. I would like to link it to another page than the dummy data that comes with the theme, and I want to keep the dummy data page intact for reference.

    I cannot find where to make this change.

    Any input would be appreciated.

    Thanks in advance.

    #138745

    Hi,

    You can use this on your custom.css or Quick CSS:

    This is for the active accordion title box:

    .toggler.activeTitle {
    background: blue;
    color: red;
    }

    And this is for the inactive boxes.

    .main_color .toggler {
    background: green;
    color: blue;
    }

    Regards,

    Ismael

    #138738

    Hi,

    It is showing properly on my end. Please update to WordPress 3.6 and download Enfold 2.0.1.

    Regards,

    Ismael

    #138727

    In reply to: Theme update of 8/17

    Yigit, thank you for your reply, but where can I find an API key, and I can not find options page in enfold theme where I can put this information.

    Can you give me more details ?

    Regards,

    Jay

    #28823
    kenwae
    Participant

    Probably something simple, but I’m a newbie. On the blog page, where there is a list of postings one after the other, the tags do not show. But, on each individual blog post, they do show. How can I hide these tags on each individual blog post page? Enfold theme.

    general blog page, where tags do not show:

    http://mauiislandportraits.com/maui-photographer-blog/

    individual blog post where tags do show and where I would like to hide them

    http://mauiislandportraits.com/watercolor-photography/

    Thanks,

    Ken

    #28822
    fxctrade247
    Participant

    I would like to change the colors of the Accordion slider’s title boxes when they are opened and closed (background and text). I’ve tried poking around the source files and can’t seem to find the area I need to modify. Is there some shortcode I can use to do this?

    TIA!

    #138726

    In reply to: Theme update of 8/17

    Hi,

    You just need your ThemeForest username and API Key. You can enter them in Enfold theme options page and update your theme from WordPress backend. If you have made any changes on theme files please don’t forget to backup those files.

    Regards,

    Yigit

    #116518

    In reply to: Enfold Showcase

    Hi,

    Thank you for choosing Enfold. Your site looks great :)

    Regards,

    Yigit

    #116517

    In reply to: Enfold Showcase

    I was on a fence which theme to choose, and I’m glad I got Enfold

    http://www.griddleguy.net

    thank you

    #138703

    Hi,

    You can use this plugin and set it to only have 2 options:

    Regards,

    Josue

    #138684

    Hi Tom,

    You’re welcome, glad we could help :)

    Regards,

    Yigit

    #138683

    Oh Yigit …

    We Germans have a saying: “The one who is able to read, always has the benefit” … :-)

    I’ve looked everywhere in the theme – but haven’t seen the “custom color” setting in the promo box … :-)

    Both solutions worked perfectly !!!

    Thanks again !

    Tom

    #138691

    So the poll issue was not caused by enfold, however, I still have the attachment issue after fixing the CSS error…. It only occurs in google chrome when trying to post in the forum if you open and close the “attachments” button the attachments panel overlays the text editor causing the text editor to be blank… I can confirm this issue does not occur with the default wordpress theme… I have contacted simplepress but since the issue is not occurring with the default wordpress theme it has something to do with enfold…

    #138682

    Hi Tom,

    In Promo Box shortcode you should click on the button then you will see button options under it.

    And for hover state please add this code to Quick CSS

    body div .avia-button:hover { background-color: #88BBC8!important; color:white!important; border-color: #88BBC8!important; }

    You can change hex values if you want to change the colors

    Regards,

    Yigit

    #28809
    mhiller
    Participant

    I just purchased Enfold V 2.01. The V 1.9 release description says:

    Version 1.9 makes sure that everything works with the new released WordPress 3.6, adds a lot of smaller improvements and removes some minor bugs. WordPress 3.6 improves the Menu interface and with Enfold we went a step further and now allow you to display conditional menu items (based on user status like logged in or logged out, based on the page you are currently viewing etc)

    This feature can be activated by adding the add_theme_support(‘avia_conditionals_for_mega_menu’); flag to the top of your functions.php file

    Does this flag need to be added to V 2.01 to activate the Conditional Menu feature? Thanks, Mike.

    #28808
    MarieAn
    Participant

    I am creating content for my blog in Enfold these days that will hopefully be read by my customers:). I don’t think most of them will leave a comment, but they might hit a Yes or No button to answer the question “Was this information useful?”

    I guess what one needs is a plugin that will count and display the answers. I have not found any WordPress plugin doing this.

    As far as I know, Enfold does not have any ready-to-use buttons that can do this. Please tell me if I am wrong, and if anyone knows of any plugin I can use, I will be very happy if you let me know.

    #114825

    Masonry option in gallery section as there are some difficulties when adding vertical with horizontal images in the gallery

    Social share on portfolio, gallery and blog

    #114824

    Please add product thumbnails to search page results instead of the numbers.

    #138681

    Hi Yigit !

    Wow – your support is perfect and nearly working in lightspeed :-)

    Both suggestions work fine !

    The button looks nearly similar now !

    But if I could tweak it a bit, it would be perfect !

    Could you please tell me how to change the color of the button, the color of the text on it and how to have both states also in hovered :-)

    Hope this is possible !

    Thanks

    Tom

    #28806
    sandboxes
    Participant

    I have tried to comment out the logo ( as suggested in prior post) yet it crashes site each time. The code in the post seems different to the same url in my theme at the same location – maybe an update.

    Please supply code to remove logo so there is no logo at all.

    Please supply correct path to file so I can find it. this is the one I tried already.

    httpdocs / wp-content / themes / enfold / framework / php / function-set-avia-frontend.php

    #138690

    I didn’t test the front end of Simple Press with Enfold yet and it’s possible that not all functions/features are fully compatible. At the moment I don’t have enough time to look into it because we work on theme/framework improvements which are important for us but I’d recommend to ask the plugin authors for help: http://simple-press.com/support-forum/

    The attachment issue is probably related to a missing css file – I get following error message when I close the uploader:

    Failed to load resource: the server responded with a status of 404 (Not Found) http://jessesneider.com/wp-includes/js/tinymce/themes/advanced/skins/thebigreason/content.css

    The poll works for me and it also submits the vote. I didn’t notice any javascript conflicts or ajax error messages. I only noticed that it doesn’t display a “thank you” message but as soon as you reload the page the vote is there and it displays the voting results.

Viewing 30 results - 239,521 through 239,550 (of 243,984 total)