Viewing 30 results - 6,211 through 6,240 (of 7,495 total)
  • Author
    Search Results
  • Chris
    Participant

    Hi,

    I already tried searching for my problem but could not find a fitting solution.

    My problem is concerning the previos and next arrows that appear within Woo Commerce in Enfold. I mean those black ones on the left and right edge of the screen that just really appear when you are hovering over them.

    My problem is that the products in the shop have been published at different times (and that is, so far as I have understood it, the sorting mechanism).

    I would like those arrows only to navigate within its own category and not cross-link to other categories.

    I alread tried this: https://kriesi.at/support/topic/portfolio-link-arrows/ but it did not work.

    Thank you so much for your help!

    Best
    Chris

    #311642

    Hi Beggers!

    Thank you for using Enfold.

    You can use this on functions.php in order to add the google fonts:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Yanone Kaffeesatz'] = 'Yanone Kaffeesatz:400,200,300,700';
    $fonts['Oswald'] = 'YOswald:400,300,700';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Yanone Kaffeesatz'] = 'Yanone Kaffeesatz:400,200,300,700';
    $fonts['Oswald'] = 'Oswald:400,300,700';
    return $fonts;
    }

    If you want to use it on the layer slider, go to the plugin’s panel then look for the Load Google Fonts box. Search for the google font then add it.

    Cheers!
    Ismael

    #311150

    Hi!

    In case you have any questions, regarding the theme, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
    Thanks!

    Regards,
    Ismael

    #311102

    Hello,
    Three questions please – (perhaps one should actually be in a different post?)
    1. I want to do the same as webbee – modify the child functions.php file to change image sizes. Do I understand correctly from this thread that this is not possible right now? I def. prefer not to add plugins unless absolutely necessary, but it sounds like the parent functions.php had to be modified. Yes or no? If so, how do I do this and will I lose the change with an update?

    2. You said above “You have to put your code in the child theme in an action hook:” If I post the code (I’ve copied in below) into the child functions.php file – exactly what needs to be posted with it to make it override the parent?

    I changed to Enfold from another theme (loving it so far) and know that I need to regenerate the thumbnails, but I would like to set and test sizes. I want to test with how big images can be without slowing down site and see how various options look before making a decision about the final layout. Last question may belong in another post, but I can’t find search results that address it and this is what I hope to do with the child theme…

    3. Since my site features video and websites, I want proportions to be (at least roughly) 16:9 for all thumbs/images associated with the video category, post format and specific tags. (It would be cool to have 4:3 or even square for the website items, but I can live without that if needed.) The site is small/new enough that I can delete and re-upload images if necessary, because speed on mobile vs great looking video is the decision I am facing when I select optimal sizes.

    I’m starting with 1920X1080 images (or could use 1280X720) as large screen shots for videos, but can anyone advise/explain what – if anything – will happen to the responsive/mobile version if I start changing the proportion here?
    I did find the section (copied below) in the parent functions file that I assume I would need to modify:

    /*
     * Register additional image thumbnail sizes
     * Those thumbnails are generated on image upload!
     *
     * If the size of an array was changed after an image was uploaded you either need to re-upload the image
     * or use the thumbnail regeneration plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/
     */
    
    $avia_config['imgSize']['widget']  = array('width'=>36,  'height'=>36);      // small preview pics eg sidebar news
    $avia_config['imgSize']['square']  = array('width'=>180, 'height'=>180);   // small image for blogs
    $avia_config['imgSize']['featured']  = array('width'=>1500, 'height'=>430 );  // images for fullsize pages and fullsize slider
    $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 );   // images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large']  = array('width'=>1500, 'height'=>1500 , 'crop' => false);   // images for fullscrren slider
    $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 );   // images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small']  = array('width'=>260, 'height'=>185 );    // images for portfolio 4 columns
    $avia_config['imgSize']['gallery']  = array('width'=>710, 'height'=>575 );    // images for portfolio entries (2,3 column)
    $avia_config['imgSize']['magazine']   = array('width'=>710, 'height'=>375 );    // images for magazines
    $avia_config['imgSize']['masonry']    = array('width'=>705, 'height'=>705 , 'crop' => false);   // images for fullscreen masonry
    $avia_config['imgSize']['entry_with_sidebar']  = array('width'=>710, 'height'=>270);   // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 );   // images for fullsize pages and fullsize slider
    
    //overwrite blog and fullwidth image on extra large layouts
    if(avia_get_option('responsive_layout') == "responsive responsive_large")
    {
         $avia_config['imgSize']['gallery']  = array('width'=>845, 'height'=>684 );  // images for portfolio entries (2,3 column)
         $avia_config['imgSize']['entry_with_sidebar']   = array('width'=>845, 'height'=>321);   // big images for blog and page entries
         $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );   // images for fullsize pages and fullsize slider
    }
    
    

    Is there an easier/simpler way to approach this? Anyone else doing mostly video who has a solution?
    Thanks so much for any assistance with this.

    • This reply was modified 11 years, 6 months ago by siestajoye.
    #311074
    igorvavrik
    Participant

    Hi!
    I’m doing an real estate website and there fields misalignment on page http://www.itz-sold.com/buyers/
    Customer support from IDX broker found that conflict is in Enfold CSS and asked me to make following change

    The issue that you are experiencing with the Quick Search widget is related to the styles that are part of your theme.
    In file http://www.itz-sold.com/wp-content/themes/enfold/css/base.css?ver=2 on line #209 you have to remove display: block; or adjust the CSS, so that it does not affect IDX content.

    So if I do that change, will it break Enfold CSS?

    • This topic was modified 11 years, 6 months ago by igorvavrik.

    Hey Thanks Yugit,

    I solved the problem as stumbled upon another search topic.
    Instead of modifying the code or trying to add a new widget area I added a function in child theme functions.php file.

    function hooks into the ava_main_header and
    calls a IF (shortcode_exist (.weather shortcode.) echo do_shortcode command.

    And seems to work well.

    Just follow question-
    Is there a list of all the hooks / filters that enfold has available as couldn’t find this on the documentation or these support forums?

    Cliffy
    Participant

    Hi,
    I know there are many issues with Facebook integration and they keep changing things. I have searched the forum for help and have installed the WordPress SEO plugin by Yoast. But still some of the posts I share (using the Enfold Share icons) are not picking up the correct images.
    Some of the post images are being picked up correctly. Some will only offer 2 or 3 images, not related to the post at all.
    Is this because I installed Yoast after creating the posts?

    I’ll send you login details so hopefully you can have a look.

    Many thanks,
    H

    #310799

    In reply to: Header Menu position

    Hi DarkNemos!

    Thank you for using Enfold.

    Please go to Enfold > Header Layout Panel. Look for the Header Position settings. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
    Thanks!

    Cheers!
    Ismael

    #310757

    the menu tree dis not convert once submitted.

    i describe it as
    home being the base then
    having a second level collection and within each another level of pages.

    I tried this and it doesn’t work.

    I’ve searched for info on enfold solution but only find external plugins offering solutions.

    I want to use enfold for mega menus.

    #310537

    In reply to: Revolution slider

    Hey webethique!

    No, I’ve not heard such a rumor. But Enfold doesn’t include or use this plugin and thus we do not keep track of the development status of Revolution Slider. Your best bet is to search the comments here: http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380/comments

    Regards,
    Peter

    #310366

    Hi Denis!

    Thank you for using Enfold.

    I’m sorry but it’s not possible without modifying the theme files and unfortunately, this particular task falls beyond the scope support. You can show the search icon on mobile device but not inside the mobile menu. Please refer to this link: https://kriesi.at/support/topic/search-box-in-mobile-responsive-menu/

    Regards,
    Ismael

    #310231
    TheodoraPhotography
    Participant

    Hi I’ve been searching for a video plugin that works with enfold for my site. I trying to create a different way to display the vides where i can actually have thumbnails below it feeding the other videos i have listed. Any Ideas? Thanks!

    #309965

    Hi mazerti!

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

    .search span.post-meta-infos, .search .entry-content {
    display: none;
    }

    You can simply remove the code when you would like to display them again

    Cheers!
    Yigit

    #309606
    #309502

    Hi Yigit!

    Thank you for this. Is there any way to integrate it into the search button in the menu on enfold?

    Chris

    #309104

    In reply to: Div to be full stretch

    Hi codecreative!

    Thank you for using the theme.

    You can use the Color Section element inside the Layout Elements panel. The element will give you a fullwidth section. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
    Thanks!

    Cheers!
    Ismael

    #309090

    In reply to: IDX plugin with enfold

    Hi tassavor!

    Thank you for using Enfold.

    There are some idx plugin related issues on the forum, you might want to search for it. Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Your best bet is to contact the plugin author or hire a freelance developer to investigate the issue.

    Thank you for your understanding.

    Cheers!
    Ismael

    #308659

    Hey!

    Du könntest versuchen statt dem Exzerpt den gesamten Post Inhalt auf der Suchseite anzuzeigen. Dann sollte wordpress auch die Bilder in den Posts, etc. inkludieren. Hierzu öffne enfold / includes / loop-search.php und ersetze:

    
     $excerpt = trim(get_the_excerpt());
    if(!empty($excerpt))
    {
    the_excerpt();
    }
    else
    {
    $excerpt = strip_shortcodes( get_the_content() );
    $excerpt = apply_filters('the_excerpt', $excerpt);
    $excerpt = str_replace(']]>', ']]>', $excerpt);
    echo $excerpt;
    }
    

    durch

    
    the_content();
    

    Du kannst die loop-search.php auch vom child theme Ordner laden, wenn dies gewünscht wird.

    Best regards,
    Peter

    #308516
    #308506

    Hi Devin,

    Thank you for such a fast response and I appreciate you creating the child theme video and including the links in your response. Although I totally understand where you’re coming from, my only suggestion is to ship Enfold with the child theme right next to the enfold.zip file. The package should look like this:

    enfold-child.zip
    enfold.zip
    psd_files.zip
    documentation
    License
    Licensing
    version.txt

    Obviously if you know what you’re doing with WordPress, you’re going to be using a child theme on your site. Having to search for it or create one from scratch (although not difficult), is inconvenient when most themes come with it bundled in the download.

    Thanks for asking Kriesi to include it as I think it’s more helpful to your users than not including it.

    Cheers man!

    #308484
    glen
    Participant

    I’m a bit in shock that Enfold doesn’t come packaged with a child theme. I own Avada, Dante, Enfold, Impreza, Jupiter, The Ken, Salient, and SimpleMag… ALL of these themes come with a child theme included, BESIDES Enfold…? Really?

    What is the reason for this?

    After doing a Google search, I found the video that Devin created teaching how to create one:

    This article touches on how important a child theme is and Kriesi (in the comments) provides a link to download the child theme:
    http://kriesi.at/archives/kriesi-at-relaunch

    Don’t you agree that there’s something wrong here? Why not provide your users with a child theme out-of-the-box?

    #308443
    ayron
    Participant

    Hi,

    I use google CSE, to search for content on other websites.

    The CSE google works well, just insert the generated code.

    I’m having trouble with is the style. (see the link)

    Some distortions appear in the Enfold page.

    I have no idea how to solve.

    Can you help me with the css code?

    thank’s

    jasrobb
    Participant

    Hello There – I want to use Templatera (visual composer add-on), shown here http://codecanyon.net/item/templatera-template-manager-for-visual-composer/5195991

    Is your drag and drop builder a modified version of visual builder? would Templatera work fine with it?

    Also, I want to build a page where search bar should be in the middle of the page, something like google.com page, can i create it without programming knowledge.

    Thanks

    #308099
    allegrabillings
    Participant

    Hey guys sorry if this is a duplicate. I looked through the search but the info wasn’t really directed to what I am looking for.

    I am sure that parallax backgrounds are a hot topic for you guys and something you hear about all the time. I am not a programmer so the difficulty in deployment of all our feature requests seams foreign and insanely troublesome to me. So cheers to you all!

    What I am interested in an possibly switching away form enfold for is one of your top competitors. Salient. I want the ability to use multi layered and mouse based parallax backgrounds. example below

    http://themenectar.com/demo/salient-ascend/about/about-me-extended/

    you guys have color section background parallax but that is only on vertical scroll, one layer and not mouse following. I know there are issues with mobile devices with regards to this also but I am not versed in this myself as to what works and what doesn’t.

    When I visit the link I gave on a chrome desktop browser it works beautifully. When I visit it on an ipad or iphone it still works great. So I am not sure why this can’t be implemented within the enfold environment. Am I missing something?

    Another thing that site does really well is video backgrounds. They of course are disabled on ios devices but degrade to background images nicely.

    Just curious of your thoughts on the manner.

    #307761

    In reply to: Contact form error

    This reply has been marked as private.
    #307733

    In reply to: Blog set up

    Hi rpl_admin!

    Thank you for using Enfold.

    Create a page then set it as blog on Theme Options > Where do you want to display blog? option. Edit the blog layout on Enfold > Blog Layout panel. You can also edit the blog page using the Advance Layout Builder but you need to set the Blog Style to the very last option.

    In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
    Thanks!

    Best regards,
    Ismael

    #307722

    Hi!

    You’d need to remove the Enfold form styling to fix this, open css/base.css and remove from line 184 to line 253:

    
    	#top form {
    		margin-bottom: 20px; }
    	#top fieldset {
    		margin-bottom: 20px; }
    	#top .input-text,
    	#top input[type="text"],
    	#top input[type="input"],
    	#top input[type="password"],
    	#top input[type="email"],
    	#top input[type="number"],
        #top input[type="url"],
        #top input[type="tel"],
        #top input[type="search"],
    	#top textarea,
    	#top select {
    		 -webkit-appearance: none;
    		border: 1px solid #e1e1e1;
    		padding: 8px 6px;
    		outline: none;
    		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    		color: #777;
    		margin: 0;
    		width: 210px;
    		max-width: 100%;
    		display: block;
    		margin-bottom: 20px;
    		background: #fff;
    		border-radius: 0px;
    		}
    
    	#top input[type="text"]:focus,
    	#top input[type="password"]:focus,
    	#top input[type="email"]:focus,
    	#top input[type="number"]:focus,
        #top input[type="url"]:focus,
        #top input[type="tel"]:focus,
        #top input[type="search"]:focus,
    	#top textarea:focus {
    		box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
     		color: #555;
    		}
    	#top textarea {
    		min-height: 60px; line-height:1.5em;}
    	#top label{
    		display: block;
    		font-weight: bold;
    		font-size: 12px;  }
    	#top legend {
    		display: block;
    		font-weight: normal;
    		font-size: 15px;  }
    	#top select {
    		width: 220px; }
    	#top input[type="checkbox"] {
    		display: inline; }
    	#top label span,
    	#top legend span {
    		font-weight: normal;
    		font-size: 13px;
    		color: #444; }
    
    	#top textarea{width:100%;}
    
    #top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select{border:1px solid #9AA600;} /*#70A41B*/
    #top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select{border:1px solid #DF653E;}
    #top #wrap_all .ajax_alert .text_input, #top #wrap_all .ajax_alert .text_area, #top #wrap_all .ajax_alert .select{border:1px solid #ffb628;}
    #top #wrap_all .valid  .input_checkbox_label{color:#9AA600;}
    #top #wrap_all .error  .input_checkbox_label{color:#DF653E;}
    

    Best regards,
    Josue

    #307717

    Hey adrianwackernah!

    Thank you for using Enfold.

    I translated this inquiry using google translate so forgive me if it’s not clear enough for me. From what I understand, you want to show featured images on the search results. You can refer to this link: https://kriesi.at/support/topic/add-featured-image-to-search-results/#post-249161

    Regards,
    Ismael

    #307526
    zerozendesign
    Participant

    Hi guys,

    I tried searching the forum and could not find an exact answer on how to do this. I am trying to add a background section to show slightly transparent behind the content contained within the color section. I found a little bit of help which has gotten me started, but the outside edges appear white even though I have a background applied to the main content area of the site through enfold settings. How would I apply the transparent boxed background and have the outside edges remain consistent with the currently set speckled background?

    Link attached.

    #307158

    Hi!

    Thank you for the update.

    Do you mind if we take a look? Please post the login details here. We would like to check it. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
    Thanks!

    Regards,
    Ismael

Viewing 30 results - 6,211 through 6,240 (of 7,495 total)