Viewing 30 results - 226,171 through 226,200 (of 243,521 total)
  • Author
    Search Results
  • #233967
    hark
    Participant

    Hi I have just tried to update the Enfold Theme and had an error :

    An Error happened when updating Enfold – could not remove the old theme.

    This has now locked me out in maintenance mode?

    Any ideas?

    Thanks
    Ian

    #233966

    In reply to: Enfold Showcase

    We are finally ready with our website dedicated to mens’ socks. I love enfold’s features, they inspire me to use them in different personalized ways. We have used for example portfolio items with Ajax view to create a store guide to help our visitors find online socks stores easily.
    Our site is here http://vanitysocks.com, I appreciate your feedback an comments.

    Thanks for theme,

    Mark

    #233962
    zerozendesign
    Participant

    Hey guys,

    I’m having an issue with the forums that I need to resolve as soon as possible.

    Take a look at – http://codelessme.com/weightlossrebels/forum/
    I have created this page using two columns as this is how I want everything to lay out and be styled. HOWEVER, because I have chosen to use the shortcode for bbpress, once a user clicks a topic, they are taken to the forum created pages, which have a sidebar and white background. The reason for the white background instead of the background image applied universally is because when I apply the background universally, no color sections apply a new color or background image. So if I create a color section with a background color of orange for example, the orange is still not applied, it simply shows the default main color image pattern.

    I need to format the forums inner pages to look just like what I have linked above.

    Can you take a look at things and tell me why a background pattern applied to the “Main” section of styles is overwritting any page specific color sections created? This is the first step to figuring this out.

    Thanks.

    #233960

    In reply to: Blog Settings

    So is this thinking correct?

    Conclusion: You can activate a blog page globally in:

    Enfold > Theme Options

    And where do you want to display the Blog?
    Lifestyle Blog (example page)

    Or locally in Pages > Community Blog (example page)
    Avia Layout Builder > Content Elements > Blog Posts

    But you can’t enable both.

    This reply has been marked as private.
    danaldo
    Participant

    Hi there,

    I need some CSS help and all I tried doesn’t work so far :(
    (Please find the admin access below)

    1) Sidebar nested Navigation
    I’d like to style the nested submenu in the sidebar like in your demo: http://kriesi.at/themes/enfold/pages/contact/

    I wanted to have the parent item to be font-size:20px, the other items font-size 16px. This css code didn’t work:

    .nested_nav li {
    /*text-align: left !important;*/
    background: #f8f8f8;
    font-size: 20px;
    }

    2) Entypo icons in navigation instead of bullets
    I’d like to replace the bullet in the navigation’s submenu using my optional CSS class called “kartenicon”, so that users don’t have to copy the icon’s span-code, but simply add the CSS class in WordPress’ menu options to replace the bullet.

    I used this, but it doesn’t show it in the same line:

    .kartenicon .avia-bullet:before {
    display: none;
    } 
    
    .kartenicon:before {
        content: "\E842";
        font-family: 'entypo-fontello';
        padding-right: 10px;
    }

    Could you please have a look?

    Thanks in advance!

    Daniel

    #233949

    In reply to: Enfold Showcase

    I’m interested in redoing my photography site with Enfold. Anyone out there got a good example of a photographer’s site done with the theme?

    #233948

    Hi Josue!

    Yes I did and their suggestion is to turn off caching on that page. Or if we know of a specific object / url that they can turn off caching for they can do that as well.

    That page is our most visited page and so turning off caching is not my preferred solution but we’ll look into optimizing image sizes and see if we can get it loading quickly without the cache. Do you know the minimum image size for the standard masonry block?

    Cheers!
    Keith

    #233943

    Hi Keith!

    Have you already tried contacting WPEngine support?

    Cheers!
    Josue

    #233928
    agbishara
    Participant

    Hi, I installed the child theme for enfold and I am trying to customize the portfolio page.
    wordpress/portfolio-item/test-project/

    I added
    single-portfolio_entry.php
    single-portfolio_item.php
    single-portfolio.php

    single-portfolio-entry.php
    single-portfolio-item.php
    single-portfolio.php

    to the root of the theme but none of them seem to change the page?

    I wan’t to add a bit of php to the bottom of all portfolio entries content types

    Any ideas?

    Thanks,

    -Andrew

    • This topic was modified 11 years, 8 months ago by agbishara.
    #233925

    UPDATE:

    If I assign the main background image/color, then adding a color section applies no changes. It simply defaults to the main

    LB
    Participant

    Hello,

    I’m currently using a payment gateway from stripe to collect money, however I really like the new feature that stripe has for it’s merchants called Stripe “Checkout”. However base on the requirements of adding code to the the website, I’m not sure how to go about adding the code based on my current design of my website.

    For example: http://www.brooksgroup.org/pricing, I have tables setup and the buttons are now currently pointing to another “Page” on my website, and there someone can fill out the form and call it a day.

    With the Stripe Checkout feature, it would appear as it’s own button and when used it would show like an overlay with the payment form that needs to be filled out and completed for the transaction. ( Here is the Example: https://stripe.com/docs/tutorials/checkout ) Is this going to be possible for me to do on my site? I want the button to match the same color and placement as what I have now. Please advise…

    Thanks…

    #233921
    zerozendesign
    Participant

    Hi guys –

    I just updated to the newest version of enfold and now, my color section is no longer displaying the color.

    Please see http://codelessme.com/weightlossrebels/us/
    I have the background color set to #ffaa00 and it is not displaying at all.

    #233911

    In reply to: Archive Page Issue

    This reply has been marked as private.
    #233901

    In reply to: Archive Page Issue

    This reply has been marked as private.

    Hey!

    Please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open masonry_entries.php file and find

    $this->loop[$key]['url'] = wp_get_attachment_image_src($id, apply_filters('avf_avia_builder_masonry_lightbox_img_size','large'));

    and change it to

    $this->loop[$key]['url'] = wp_get_attachment_image_src($id, apply_filters('avf_avia_builder_masonry_lightbox_img_size','full'));

    Regards,
    Yigit

    #233884

    Hi Bedros!

    1- Yes, as you can use Avia Layout Builder for creating your portfolio items like creating any other page, featured image is not shown. You are not doing anything wrong.
    2- Which version of Enfold are you using? You can add following code to Quick CSS in Enfold theme options under Styling tab to remove the arrows globally

    #top .avia-post-nav { display: none; }

    3- You can add “Portfolio grid” or “Fullwidth Masonry” element to bottom of your portfolio items to display related portfolio items. Featured image does show on thumbnails as you shown in your first screenshot. If you are having any issues with it, please post the link to your website so we can take a look. Please note that we may need a temporary admin login as well.

    Regards,
    Yigit

    Hey!

    If you are not using a child theme ( http://kriesi.at/documentation/enfold/using-a-child-theme/ ) changes you have made on theme files will be lost unfortunately, but styling changes in Quick CSS will remain as long as theme names are matching. If you have noted the changes you have made on theme files, i would recommend you to use a child theme and re-do the changes you have made

    Cheers!
    Yigit

    Yigit, will this update compromise any of the customizations that we made? I can’t say for certain, as I am not the only developer of the site, but there may have been adjustments to the theme files using the WordPress Editor. There have definitely been several CSS changes made using the Quick CSS form in the Styling section of Enfold Theme Options.

    Thanks.

    #233849

    Hi dngood!

    How are you? I hope you’re doing well today.

    The languages should be located on wp-content/languages by default but enfold loads the languages files on the lang folder.

    if(!function_exists('avia_lang_setup'))
    {
    	add_action('after_setup_theme', 'avia_lang_setup');
    	function avia_lang_setup()
    	{
    		$lang = get_template_directory()  . '/lang';
    		load_theme_textdomain('avia_framework', $lang);
    	}
    }
    

    http://codex.wordpress.org/Function_Reference/load_theme_textdomain

    Regards,
    Ismael

    #233832

    Hi graphico!

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

    @media only screen and (max-width: 480px) {
    .template-page .entry-content-wrapper h2 { 
    font-size: 24px; }}

    Cheers!
    Yigit

    Hey anton123!

    Can you please give us a screenshot of what you’re trying to do?

    Enfold doesn’t have option for retina display. The technique is to use image with twice the size as needed then resize it in half using css. So for example you have a 100x100px image with selector id “awesome-image”, you can add this on Quick CS or custom.css:

    #awesome-image {
    width: 50px;
    height: 50px;
    }

    The image displayed will have a size of 50x50px but the actual size of the image that is use is 100x100px. The image will still look crisp on retina display. You can also use this plugin: http://wordpress.org/plugins/wp-retina-2x/

    Regards,
    Ismael

    #233824

    In reply to: Even up tab headings

    Hi AndrewDelaware!

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

    .tabcontainer .tab_icon { width: 25px!important; }

    Best regards,
    Yigit

    This reply has been marked as private.
    #233821

    In reply to: Frontpage Setting

    This reply has been marked as private.
    #233815

    Hey!

    No, that is not possible. Enfold is using shortcodes to display elements within a SINGLE page. It doesn’t have any resource or function to load two pages at the same time. Please ask the google forum or community about this. They can give you better explanations why the bounce rate decrease on so many levels.

    Regards,
    Ismael

    #233802

    In reply to: Enfold fixed header

    Hi spirit1977!

    Thank you for using the theme. I hope you’re doing great. Use this instead:

    #header_main .container, .logo img, .logo a {
    height: 88px !important;
    line-height: 88px !important;
    max-height: none !important;
    }
    
    .header_color .main_menu ul:first-child > li > a {
    height: 88px !important;
    line-height: 88px !important;
    }

    Regards,
    Ismael

    #233801

    In reply to: Horizontal Icon List

    Hi!

    You can suggest such feature here https://kriesi.at/support/topic/enfold-feature-requests/
    If you are using the latest version of Enfold, you can also add Icon element to your page for a similar look

    Cheers!
    Yigit

    #233798

    In reply to: Partner/Logo Element

    Hey monysy!

    Please enable debugging mode – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
    You can also switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg

    Regards,
    Yigit

    NaRanJiTo78
    Participant

    Hi!
    I tried to put a background image with fullwidth, with the same options as enfold slider example.
    My background image is 1600×470 (The same as enfold layerslider sample) but doesn´t take up 100% screen.

    Global settings Screenshot: http://prntscr.com/2yo5v0
    Site: http://firenetworks.eu/joseluis/

    Why if i have the same global settings in this slider i haven´t the full width background?

    Thanks so much in advance!

    • This topic was modified 11 years, 8 months ago by NaRanJiTo78.
Viewing 30 results - 226,171 through 226,200 (of 243,521 total)