Forum Replies Created

Viewing 30 posts - 3,841 through 3,870 (of 8,514 total)
  • Author
    Posts
  • in reply to: All portfolio items in a given category on one page #211605

    If you can create a temporary admin account I can set up an example for you. It should just be a matter of choose that category from the portfolio element and then displaying it on a page by itself. As long as there are items to show under that category they will display.

    in reply to: Can't get layer/slider working #211598

    Hey!

    Your best route at this point would be to talk to your hosting provider to get assistance in updating the theme files. Either through FTP or just by helping fix your chmod permissions so that WordPress can full write over the previous enfold folder within WordPress.

    Regards,
    Devin

    in reply to: Custom Icon #211593

    Hi brijesh1111!

    Enfold doesn’t use images for its icons. It uses icon fonts which you can upload your own following this guide: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    Fontello.com also allows you to upload your own svg files to create your own icon fonts but the theme doesn’t support using images for icons so you would need to have a freelance developer customize in the css to hide the icon text and then display your image in its place.

    Best regards,
    Devin

    I used a couple of emulators and my phone as well which is where I am not getting any issues with it. My only guess if its happening singularly on your phone is a phone specific setting or issue.

    In that case I don’t think there is anything we could do.

    Hi dvbmedia!

    I’m not sure if that would be possible without a completely custom home page template. Its beyond what we could help with via support so your best route would be to look into a freelance developer from somewhere like Microlancer, Codeable or even http://kriesi.at/contact/customization .

    Cheers!
    Devin

    Hi dvbmedia!

    I’m not sure if that would be possible without a completely custom home page template. Its beyond what we could help with via support so your best route would be to look into a freelance developer from somewhere like Microlancer, Codeable or even http://kriesi.at/contact/customization .

    Cheers!
    Devin

    in reply to: Add a new custom font #211526

    Hey!

    I just tested this one out the other day as I was writing it up for the documentation. This is exactly what I have on my live site right now and its working:

    
    <?php
    
    global $avia_config;
    
    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['PT Sans Narrow'] = 'PT Sans Narrow:400,700';
    $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    
    $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic';
    $fonts['PT Sans Narrow'] = 'PT Sans Narrow:400,700';
    return $fonts;
    }
    
    

    The new fonts will show up at the bottom of the list. If you are getting a blank screen it means the code hasn’t been added in correctly. Even a single missing } will cause WordPress to be unable to read the file so make sure that you are editing the file in a clean text editor that doesn’t add any other markup (like notepad) and that its exactly the same as above.

    Best regards,
    Devin

    in reply to: Change template for Sermons Manager #211524

    Hey!

    This kind of customization to the theme files is beyond what we can help with via support. You’ll need to look into a freelance developer who can assist you with modifying the Sermon custom post type and its template file as needed.

    Its not a simple answer and I don’t want to give a partial answer as it could lead down a completely incorrect path depending on what the final result is supposed to be.

    You can check with somewhere like Microlancer or Codeable and it should take 1-2 hours from the looks of it.

    Regards,
    Devin

    in reply to: Rename Blog Title and Breadcrumb #211523

    Hi!

    Where in your functions.php file did you add the new filter? If its at the top, put it at the bottom and if at the bottom put it at the top.

    Best regards,
    Devin

    in reply to: Mouseover picuteres/symbol with external links #211522

    There is no hover effect on the partner element: http://kriesi.at/themes/enfold/shortcodes/partnerlogo-element/

    This is the correct and intentional behavior with those items because of how they are coded.

    in reply to: bbpress and full width masonry #211521

    I just did a test with bbPress 2.5.3 and the most recent version of the theme files with both a public forum and a forum set as private and wasn’t able to reproduce it.

    If you have any other plugins active try deactivating them and see if that helps.

    in reply to: Problem with Mega Menu #211518

    Hey!

    You can reply here and set it as a private reply with the checkbox under the post labeled “Set as private reply”.

    Regards,
    Devin

    in reply to: subscribe widget #211516

    Hey fjrichart!

    Those kinds of functions are best handled by plugins. I don’t know of any specifics off hand as I have not needed to set one up for a client recently but a search through the WordPress.org plugin repository should help you find one.

    Regards,
    Devin

    Looks like it still isn’t getting generated: http://www.040hosting.eu/wp-content/uploads/dynamic_avia/enfold.css

    Check and make sure its chmod settings are writable by WordPress (755).

    Hi!

    Have you gone into the theme styling options and re-saved them? Try doing that if not. Just make a small change and then you can save and re-generate the themes css file that gets created based on your theme options.

    Regards,
    Devin

    in reply to: Problems adding a custom logo #211405

    Hey!

    We actually have no connection with Envato so you’ll need to contact ThemeForest directly for a refund request.

    Best regards,
    Devin

    in reply to: Chronological order in CSS? #211356

    Hi lpfa!

    You should be able to use this function from the lead developer of WooCommerce to change the sort order of your products: https://gist.github.com/mikejolley/1622323

    You’ll add it to your functions.php file.

    Regards,
    Devin

    in reply to: All portfolio items in a given category on one page #211312

    You can configure each portfolio element to show however many categories and items you want. I was just pointing out that you only had one item in the walls category which is why if you selected it to show only that category it would only show a single item.

    So for each page you would add a portfolio element to it and then select only the category you want to show and the number of items max that should show as well.

    in reply to: No gallery on windows machines #211309

    Can you try removing the google maps widget from the footer and then checking it?

    There is something causing the javascript to fail on the slideshow but I’m not sure what it is.

    You can also try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    .avia-slideshow li {
        visibility: visible !important;
    }
    

    Which forces the visibility to change the slidshow which would normally be changed via the active javascript.

    in reply to: Custom portfolio template #211304

    Hi!

    Look for:
    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');

    You could add that into a series of conditionals for your various categories or a new function that checks what the page is and if its a category load a specific image for that category.

    Its not a quick customization but shouldn’t take more than 1-2 hours for a developer to write it out.

    Regards,
    Devin

    in reply to: Link pictures in Gallery #211302

    Hey Cashflow21!

    Regular gallery items don’t have an option available for linking the image to anything unfortunately.

    Best regards,
    Devin

    in reply to: Enfold theme is blocking access to update the website #211301

    And when you switch to one of the default WordPress themes (twenty twelve etc) do you get any errors with adding in plugins?

    in reply to: All portfolio items in a given category on one page #211299

    Hey!

    In your WordPress admin go to Portfolio Items>Portfolio Categories. You can see how many items are in each category. For instance the Walls category only seems to have a single item in it: http://www.setinstone123.com/portfolio_entries/walls/

    Best regards,
    Devin

    in reply to: Advanced LayerSlider Not displaying correctly #211298

    It looks like you’ve simplified things a bit and there are no major issues at least when looking right now. Hopefully with a bit of trial and error you will be able to get a end result you are happy with.

    in reply to: Windows problem? #211294

    Can you create a temporary admin account and then respond here with the credentials as a private reply so we can log in and take a look. For some reason the menu isn’t getting generated correctly even when the css for each is correct and should be outputting it correctly.

    in reply to: Theme Options no longer available #211285

    If you can create a temporary admin account for us and add the credentials in a private reply (set as private reply checkbox under the post) we can log in and take a look.

    in reply to: Change title of the page dynamically #211283

    Hey martinbose!

    That kind of customization would need to be done by a freelance developer. A good source is Microlancer, Codeable or http://kriesi.at/contact/customization

    Regards,
    Devin

    in reply to: Enfold theme is blocking access to update the website #211280

    Hey!

    If you are running the latest version it should be 2.4.5. If you just downloaded from themeforest and then re-installed and are able to use the WordPress admin I’m not sure I understand what the issue is.

    Cheers!
    Devin

    in reply to: Animate in effect for other elements?? #211011

    Hi!

    Although that is integrated into the theme for animated elements via javascript I couldn’t really tell you how to piggyback onto it. I’ll tag the topic for Kriesi and Peter who may be able to help but with how busy the forums are right now customization like that may not be possible to assist with as its already outside the scope of what we should be covering through support.

    Cheers!
    Devin

    in reply to: Better Excerpts #211008

    Hey jmaguirrei!

    If you don’t set a blog page in the theme options and instead use the blog element in the advanced layout builder you can choose to show different output including being able to use the more tag to define where wordpress cuts the preview text.

    Regards,
    Devin

Viewing 30 posts - 3,841 through 3,870 (of 8,514 total)