Viewing 30 results - 236,401 through 236,430 (of 244,166 total)
  • Author
    Search Results
  • #176949
    freepixelweb
    Participant

    Hi, I have a problem on a site under development.

    With a standard theme I can preview a change, if I activate Enfold preview no longer works, using a child theme I checked the same theme configuration (2.3.2) locally with mamp and there it works.

    So it seems that it is the development environment that causes the malfunction.

    Do you have any idea about what can block the preview?

    Note that the preview tab is refreshed but the change is not displayed.

    Regards.

    Jean

    • This topic was modified 12 years, 4 months ago by freepixelweb.
    #176948

    I try to explain: config.php in enfold’s config- woocommerce folder had some functions to create shop pages that ovveride (or merge) with the woocommerce template that I uploaded info enfold-child.
    Regards

    #176942

    In reply to: Icon Font Support

    This reply has been marked as private.

    Hi!

    Please try to add following code into the quick css field to fix the calendar styling issue

    
    #top a {
    max-width: none;
    }
    

    Cheers!
    Peter

    Attached an image to make things more clear

    #176924

    Hey!

    Maybe you used the ” Siti internet Sassari | Siti web Sassari” page as portfolio grid page in the past? Then the wrong breadcrumb was caused by a technical limitation. WordPress doesn’t know which “portfolio grid” is the parent page of a “single portfolio entry” because the portfolio grid is actually just a shortcode which is embedded into the content. Kriesi found a workaround and Enfold stores the id of the portfolio/grid page into a session. If the session data exists the breadcrumb will show the portfolio grid link in the breadcrumb, otherwise not. So if the user first views the grid page the server will save the id into the session and as soon as the user views the single portfolio entry Enfold uses the session data to build the breadcrumb. On the other hand (if the user accesses the portfolio entry directly) it won’t save a session/id and the breadcrumb won’t show the portfolio grid page link.

    I tested the portfolio page on your website and the breadcrumb seems to work for me now: http://www.screenr.com/iDtH . Maybe try to clear the browser cache and visit it again to get rid of the old session data.

    If you want to show the portfolio grid page in the breadcrumb but just the portfolio categories of the current entry you can use the code I posted here https://kriesi.at/support/topic/breadcrumbs-with-portfolio/

    Cheers!
    Peter

    #176920

    Hey!

    Open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles.php and delete following line

    
                $tag_string = "{".__('All','avia_framework' )."} ";
    

    Best regards,
    Peter

    #176918

    In reply to: Table bug (Enfold)

    Hi Ismael,

    This stops the table being responsive, which is not an option on a site that is visited a lot by mobile devices (like mine). I hope you can sort it out, also with the table headers above the cell content in mobile devices, because this is very helpful!

    Kind regards,

    Dave

    #176917

    Hey!

    Yes, but I can’t find a styling flaw. I compared your screenshot to the demo website: http://kriesi.at/themes/enfold/shortcodes/iconbox/ and the icon + headline look exactly the same: http://www.clipular.com/c?6646374380601344=mu8r09_raVCaG1-4OZrMFZNPTRs&f=.png vs http://www.clipular.com/c?4773218883731456=GJQodPIf7EjxV-H6_IBrsx5qZzI&f=.png

    Cheers!
    Peter

    #176911
    WP-part
    Participant

    Is it possible to change the width of the menue?
    http://kriesi.at/themedemo/?theme=enfold

    I want i smaller?

    Kind regards
    Morten

    #176898

    Upgraded both. Issue still exists.

    How can you diagnose support issues for IE8 if you don’t have access to the browser? Can’t you get a VM?

    ie8

    Cheers,
    Jason

    #176872

    Hey dweb!

    ALB is by default disabled on Posts, however if you enabled it at some point, you can disable it by editing this file: /enfold/config-templatebuilder/avia-template-builder/config/meta.php

    Look for this line (5):

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page', 'post'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),
    

    And change it to:

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),
    

    Regards,
    Josue

    #176870

    In reply to: Animated gif

    Hey KingConga!

    I think that may be possible with WP LayerSlider, which comes with Enfold.

    Cheers!
    Josue

    #176868

    Hi kaufman-agency!

    Try adding this too:
    ini_set('max_execution_time', 300);

    Regards,
    Josue

    Hi,

    Can you create an administrator account and post it here as a private reply?

    Regards,

    Josue

    Ismael,

    I added additional code (Your pointers helped me) and fixed some of IE8 issues. That’s why it looks much better in IE8 now.

    1.) Deselect the Blog page on Enfold > Theme Options > And where do you want to display the Blog?. Go to Enfold > General Settings > Blog Style > select other style other than Grid Layout. Edit your Blog page, switch to Advance Layout Builder then insert the Blog Post element. Select the Grid Layout as blog style. You will have a Blog page with Grid Layout and still have single posts with featured image.

    Thanks, this is working in Firefox/Safari. However featured image in single posts is not showing up in IE8. Please help.

    Regards
    Sree

    #176844

    Hi Carmitma!

    You can use the the boxed layout or you can set the slider width to 1210. It is the largest width of the Enfold theme.

    Regards,
    Ismael

    #176831

    Hello neondigital!

    Can you please give us a link to the website? Check the file permission of wp-content/uploads/dynamic_avia/enfold.css file. Set it to 755. Remove browser cache then reload the page. What font are you trying to use?

    Regards,
    Ismael

    #176828

    In reply to: Portfolio Grid Feature

    The portfolio is populated by “portfolio items”. So from the WordPress admin you’ll open the Portfolio Items section and then Add New. For each item that you want to include into a portfolio grid you need to create a new portfolio item.

    For example, this is a regular page with the Portfolio Grid element added into it: http://kriesi.at/themes/enfold/portfolio/

    The items that are shown have all already been created as portfolio items. The image shown is the Featured image set on each one of those portfolio items.

    You set the portfolio categories just like you would a post and that is what allows you to sort them.

    If you just want a simple grid of your images you can add a WordPress gallery to any pages using the images from your uploaded media which will show like this: http://kriesi.at/themes/enfold/shortcodes/gallery/

    #176827

    Glad we could help. Let us know if you have any other questions or issues.

    Hi!

    2.) I just tested the solution and it works fine on IE8. I visited your site again using IE8 and the container looks 1210px in width. What is the screen resolution of your monitor?

    Cheers!
    Ismael

    #176815

    In reply to: What did you change?

    Hey!

    The social icons and buttons, slider navigation etc should show exactly as they are. Can you please give us a link to your website? Please create a test site using the latest Enfold version. I’m not sure about the “CDN” issue. Let’s wait for Kriesi and Dude’s response.

    Cheers!
    Ismael

    #176812

    In reply to: Table bug (Enfold)

    Hello!

    First, please edit css > shortcodes.css, find this code on line 1057:

    @media only screen and (max-width: 767px)
    {
    	.responsive div .avia-data-table table,
    	.responsive div .avia-data-table tbody,
    	.responsive div .avia-data-table tr,
    	.responsive div .avia-data-table td,
    	.responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;}
    	.responsive .avia-data-table{border-style:solid; border-width: 1px;}
    	.responsive .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;}
    	.responsive .avia-data-table .avia-button-row, .responsive .avia-data-table tr:first-child th{display:none;}
    	.responsive .avia-data-table td:before {
    	display:block;
    	font-style: italic; font-size: 11px;
    	}
    
    	.responsive .avia-data-table td {
    		position: relative;
    	}
    }

    Remove it. We might need to adjust the table width.

    Regards,
    Ismael

    #176809

    In reply to: Accordion Doesn't Work

    Hey!

    Please download Enfold version 2.3.2 on your themeforest account. Update your installation via FTP: https://vimeo.com/channels/aviathemes/64927356

    Best regards,
    Ismael

    #176805

    Hi Suicide Rescue!

    You need to manually translate the strings or text. Use this software to create the .mo file. http://www.poedit.net/

    Best regards,
    Ismael

    Hello!


    @yusufhgmail
    Please refer to this post https://kriesi.at/support/topic/i-can-not-create-any-3d-transitions-enfold-responsive-multi-purpose-theme/#post-130631


    @websitegurus
    You do not need to get angry. It is very normal that Ismael thought that error was caused because of a damaged or corrupted file. Please, you too refer to the topic above if issue persists on your end :)

    Cheers!
    Yigit

    Nope. The files are not corrupt. You are misguiding him with your advice to re-download the entire package. The javascript files are simply not there, or for some highly odd reason, they vaporize in thin air from the inside of a zip file upon download. They simply don’t exist in the folder. Go look for yourself. The PHP error message in his screenshot tell you the story and exactly where to look. It will take you a few seconds with a wildcard *.js search on your local computer to confirm this. We have the same PHP error messages here with three downloads from two different versions of Enfold. I would suggest you also look for other missing javascript files too. Because there’s more than one that’s missing in action.

    When you replace the missing files, it sure would be good to give an announcement to your customer base in some fashion. Fortunately, the javascript files are not major features to the slider plugin and don’t affect the entire theme much. It still works, but lacks customization in areas and some of the buttons don’t fire the appropriate javascript functions due to the missing scripts.

    #176794

    Hi Devin,

    I modified the file custom.css to enfold / css and I have put on the desktop css media query you said.

    @media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 300px;
    line-height: 300px;
    }
    }

    I have increased the value of the logo from 167 to 300px.

    Logo.png image also I left at 300px and I uploaded it to wordpress.

    The result is:

    1) Explorer, chrome and safari ok.
    2) Firefox when page load first (HTTP code 200) very small image returns. When subsequent load (HTTP code 304) the image correct returns.
    3)Without modifying the css and upload a 150px image also happens.

    It seems to be a problem only with the first load firefox.
    Try to make a reload in firefox by pressing the “shift” key to clear the cache and you’ll see.

    167px is very small for customers…;), they want to see your logo bigger ;)

    As I can do to fix it?

    Thank you!

    Xavier.

    #176793

    In reply to: Portfolio preview pics

    Hey simon975!

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

    .grid-image img { height: 120px; }
    @media only screen and (min-width: 768px) and (max-width: 1139px) { .grid-image img { height: auto; }  }

    On some screens it may not be as neat because title lenghts are not equal

    Cheers!
    Yigit

    #176769
    georgeorbelian
    Participant

    Hi There, I’m looking at the info graphic animation on the home page of Kriesi.at , it is titled “The Basics What You Get With Every Theme” I’m wondering if I can create one with my enfold theme or if it is a short code or plugin.

    Best — George

Viewing 30 results - 236,401 through 236,430 (of 244,166 total)