Viewing 30 results - 6,151 through 6,180 (of 7,502 total)
  • Author
    Search Results
  • #323439

    Hey!

    Thank you for the screenshot.

    Edit the page then insert the Color Section element. Edit the section and apply the background image. Set the options as you like and don’t forget the Section Minimum Height setting. You can add the content inside the Color Section. In case you have 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

    #323219

    wooow
    sorry about that. i thought i was already updated to the latest enfold version, since, when i search for theme updates in wordpress, it doesnt show me that there are any new theme updates…cheers
    ill update to the latest theme version asap

    #323095
    ultramixer
    Participant

    Hey there,

    does anone know how to create reusable layout/design blocks? I can save “vorlagen” in the enhanced layout editor, but I cannot edit these things they are like stamps not templates. Maybe there is a plugin that supports creating templated layout/design blocks?

    kind regards
    Matthias

    PS.: what kind of forum is this, I cannot search with the enfold subtopic.

    #323068

    Topic: Hardcoded text

    in forum Enfold
    jfufspv
    Participant

    Hello,

    how can I translate the hardcoded strings of the Enfold Template?
    I tried using the Codestyling plugin but I can’t seem to find my pt_PT file in the list of languages (that’s the only language I’m using in my wordpress 4.0).

    Some of the strings I’m trying to translate are the following:
    you are here
    search
    home
    archive
    categories
    Blog – Latest News

    Best regards,

    [Nuno Martins]

    • This topic was modified 11 years, 7 months ago by jfufspv.

    Hi!

    Thank you for using Enfold.

    I’m sorry but we didn’t get any inquiries about this plugin before. You can try searching the forum but I don’t think you will find any. I’m really sorry but we can’t provide support for third party plugins as stated on our support policy. Your best bet is to contact the plugin author specially when you’re using the premium version of the plugin.

    Regards,
    Ismael

    #322701
    sevenseventyseven
    Participant

    Hello Enfold Support,

    This is my first time trying a site with Enfold. The last 4 or 5 sites I worked on using a rival theme, but I decided it was time to try something different and see how another theme would compare, and so far I am very happy. There are some features in Enfold that work way better, quicker and simpler, but some features that I would love to see adopted in enfold… however that’s not the point of this post. I will put requests into the ‘future features thread’.

    Anyway, the point of my query – Logo resizing for iPad mini (and I presume all tablets).
    I finally have the header looking the way I would like it, to suit this clients logo.
    This is with transparent header (of 90px high), and resizing down to an altered logo, and changing to a solid colour.
    I find the space given for logo a bit limiting, (for this particular logo), but found the resizing and ability to change logo very useful.
    (I understand this resizing is done by javascript, and the amount of shrinking could be changed by editing the js?)

    Anyway, after a few hours searching forum, and tweaking things to get it to way I wanted it to look (using custom header height of 180px to suit ‘transparent logo), I was happy with how it looked on pc, mac book pro with firefox, safari & chrome, and on iPhone.

    But… I just checked on iPad Mini (original). The solid header background comes in as it should… BUT…. the logo ‘shrink’ does not occur, the header stays at the fixed 180px height… which looks absolutely terrible.

    Here are screenshots from the ipad:
    https://www.dropbox.com/s/bjfva4v2096izaq/photo%201.PNG?dl=0
    This is when page loads, logo looks fine, and transparent header works well.

    https://www.dropbox.com/s/2ywefbv935p079z/photo%202.PNG?dl=0
    This is once I scroll down the page a bit. The ‘alternate logo’ appears, BUT stays at it’s original uploaded size of 180px high.

    So, my question:
    1. Is there any way or css fix to resize the logo and header for ipad (or similar resolution tablets) once user scrolls down the page?
    2.

    Many thanks for any help you can give me,
    best regards
    O.

    #322603
    borkent
    Participant

    Hi All,

    Does anybody know how to increase the amount of related products with enfold?

    I have tried the woocommerce function but without success, I dont want to edit the core files so updates will stay easy and safe.

    /**
     * WooCommerce Extra Feature
     * --------------------------
     *
     * Change number of related products on product page
     * Set your own value for 'posts_per_page'
     *
     */ 
    function woo_related_products_limit() {
      global $product;
    	
    	$args['posts_per_page'] = 99;
    	return $args;
    }
    add_filter( 'woocommerce_output_related_products_args', 'jk_related_products_args' );
      function jk_related_products_args( $args ) {
     
    	$args['posts_per_page'] = 99; // 99 related products
    	$args['columns'] = 4; // arranged in 4 columns
    	return $args;
    }

    Searched this forum but all requests seem to be to either increase column count or disable/hide related products.

    A working childtheme function would be awesome!

    thx,
    Thomas

    #322525

    Hi,
    I tried adding

    /**

    Added 2014-09-21 MKO per https://kriesi.at/support/search/Tooltip/
    **/

    function remove_image_title() { ?>
    <script type=”text/javascript”>
    jQuery(window).load(function(){
    jQuery(‘img’).removeAttr(‘title’);
    });
    </script>
    <?php
    }
    to functions-enfold.php. Did not work.
    Cheers
    M

    #322360

    Hi Ismael,
    Thank you for the reply. I must be doing something wrong! I go to Appearance>Widget and drag the enfold “search” widget into the “display everywhere” widget area. then on a page on the site I select the “Widget area” element and drag it on to the page, in the drop-down menu I select “display everywhere” and click “update”, and the widget area disappears – every-time. I have tried variations with different widget areas and different widgets, all with the same result.
    I managed to do what i needed using the “code block” element and using the html for the button i was trying to instal and this has worked so the issue is not urgent but I have other widgets that i would like to insert in specific places on the site so it would be good to know what i am doing wrong.

    sorry forgot to say i did not add any html code on top of the widget area – at least not intentionally!

    I have tried adding new “enfold custom widget areas” on the Widget page and these new widget areas do not appear in the drop-down menu on the widget area element. perhaps the problem lies in my widget area. I did make a mistake earlier and created a new “enfold custom widget area” that i cannot now delete. could this be the problem?

    • This reply was modified 11 years, 7 months ago by rgbozeat.
    #322283

    Hey generatrorassociates!

    Thank you for using Enfold.

    That is the Color Section with a background image applied and background attachment set to fixed. Inside is a single text block element from the advance layout builder. Below the color sections are column layouts with Image elements inside. In case you have 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

    #322247

    Hi generatrorassociates!

    Thank you for using Enfold.

    How did download one dummy page? Did you hit the Import Dummy Data again? This will override all your theme settings. Do you mind if we take a look at the current website? Make sure that you’re running Enfold 2.9.2 with WordPress 4.0. In case you have 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

    #321208
    mostlymedia
    Participant

    Hi,

    I have two sites running on Enfold. We updated yesterday to WP 4.0. and the latest Enfold update. I just noticed that on both sites the social icons have dissappeared….. As we have not done any other work on either of the sites I guess this is an upgrade issue. I search the forum, but did not find any threads regarding this topic. Could you pls let me know whether it’s a known issue, or a new issue?

    thanks again
    Bert

    Hey peiiep!

    Thank you for using Enfold.

    You can look for membership plugins: https://wordpress.org/plugins/search.php?q=membership

    Please be careful with this plugins because they can mess up the admin roles sometimes.

    Best regards,
    Ismael

    #320802

    Hey!

    Open /wp-content/themes/enfold/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;}

    Regards,
    Josue

    #320580

    Hey!

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

    .av-main-nav > li { background-color: #F0F0F0; border-right: 1px solid white !important; }
     .main_menu ul:first-child > li a { line-height: 220px; }
    .html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a { padding-right: 13px; }

    Regards,
    Yigit

    #320541

    Hey Neil!

    Please go to Enfold/config-templatebuilder/avia-shortcodes folder and open slideshow_fullscreen.php and search for h4 and change it to h1

    Regards,
    Yigit

    #320401

    In reply to: Enfold Showcase

    Hi folks,
    I just started playing around with Enfold at my personal brand (Ricard Menor website). I have to say that I purchased Enfold right at the beginning, when it was released, but circumstances prevented me from developing my original plan, which was upgrading my SEO freelance website currently and still using another great theme (and I guess base for Enfold), Shoutbox.

    I wanted to switch to Enfold mainly for 2 reasons: responsiveness and agile visual composing/templating, something that requires clear ideas and patience at Shoutbox. Thing is: Shoutbox does SEO part pretty well, and as work keeps piling up I just gave the site a deep review and betted for buying mi name’s domain name in order to protect the most popular and expected form of domain name, ricardmenor.com

    And there we go, I just needed to practice with Enfold, so I applied it to this site so I can play with it while constructing (turtle speed) this parallel site. I have to say I am impressed with it, no doubt I’ll be riding Enfold 2014-2016.

    Good luck, I am willing to know your ideas and theme solutions in search of inspiration, I tend to be “square” when designing and very creative by the SEO side. But this means visibility, it does not imply your eyes will love what you met at Google! ;-)

    #320346

    In reply to: Follow Button

    Hey Connie!

    Thank you for using Enfold.

    You can add social icons on Enfold > Header panel. Enable the comment section on Settings > Discussion panel. 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

    #320164
    icvdm
    Participant

    Hello,

    I am developing a site using enfold theme and its inbuilt layer slider. I added advance Layer slider in my home page. It was working well till yesterday but suddenly today there is no preview on my layer slider now. I had some research in this forum and google as well but I can’t find any solution. Can you please tell me what is the issue and how can I fix this ?

    Thanks

    Screenshot of Slider setting page.

    #319538
    denisrowe
    Participant

    In my site I have CSS .breadcrumb-title {display: none !important;}

    However inspecting the code there is two H1’s on the page which is not good for SEO, the inspect item shows (private content)

    Is there anyway to have enfold not put extra H1 into the code, which effects the Google search results.

    Denis

    #319287
    webdesignIO
    Participant

    Hey,
    the Main-Bar-Search displays for Products the Productname and the Date. Wouldn’t it make more sense that it shows the price instead of the Date?
    How can I solve this?
    Best Regards!

    #319032

    Hey Marc!

    Thank you for using the theme.

    Yes, that is true and it is a bit flattering to compare our simple search field with google. It is one of the areas we’re trying to improve. For the meantime, 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.

    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

    #319020

    Hey Marc!

    Thank you for using Enfold.

    Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language” or select the Deutsch/Deutschland. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    Regards,
    Ismael

    #318923
    Marc Bijl
    Participant

    Hi,

    Can you please provide a step-by-step instruction to translate things like ‘read more’ and ‘comments’ into Dutch?

    I’ve searched the forums and found some advice to use the Codestyling Localization plugin, and I did, but everything seems to be fine there: when I use this plugin and go to the translation page of the Enfold theme, I can see the Dutch .mo and .po files (nl_NL.mo and nl_NL.po) and the terms like ‘read more’ and ‘comments’ are translated. To be sure I also regenerated the .po file. Still no luck.

    Where do I need to set the language to Dutch? In the config file I changed define ('WPLANG', ''); to define ('WPLANG', 'nl_NL'); but no luck.

    I really don’t have a clue where to start, so any help will be appreciated. Thnx in advance!

    Marc

    • This topic was modified 11 years, 7 months ago by Marc Bijl.
    #318911
    Marc Bijl
    Participant

    Hi guys,

    I’ve found out the search engine at the Kriesi forums delivers results which are worse than Google. Imagine this: I want to know more about changing font size.

    When I search at these forums it leads me to this result: https://kriesi.at/support/?bbp_search=%27font+size%27

    When I search at Google it leads me to (for example) this result: https://www.google.nl/search?num=100&q=%27font+size%27+site%3Akriesi.at Or this one: https://www.google.nl/search?num=100&q=enfold+%27font+size%27

    To be honest: the Google results give me much more useful hits than the Kriesi results. And because of this, I can imagine users often start new topics for questions that already have been answered (just because they can’t find the right topics in the forum). And therefore you guys have a lot more work than would be necessary…

    Just my 2 cents ;-)

    #318851
    hexquare
    Participant

    Here is how Google reacts on request “kriesi”:

    subj

    As you see, all links are in strict logic order.

    When I uploaded local folder to remote server I found that search result for my site is totally disordered. Instead of main menu it shows different Enfold dummy pages, like ‘3 colomn porftolio’, ‘gallery’ etc. I deleted those pages, but it didn’t help at all (links are still there, but now they point to ‘nothing found’).

    How can I get Google to show 6 desired sub-links in desired order? How to hide those dummy pages from Google forewer?

    #318829

    Hi!

    Please add this code to the enfold/functions.php or child theme functions.php file to remove the portfolio post type from the search results:

    
    function remove_post_type_page_from_search() {
        global $wp_post_types;
        $wp_post_types['portfolio']->exclude_from_search = true;
    }
    add_action('init', 'remove_post_type_page_from_search');
    

    Cheers!
    Peter

    #318237
    ColinWalton
    Participant

    I have read lots of posts about quick CSS and editing colour schemes – also about not touching anything in the main them (enfold) but only to use the child theme.

    So where EXACTLY do I change the style of the h3 headings to get rid of the rule that appears after the heading?

    Looking at the source code it has the class special-heading-inner-border

    Despite searching I can’t see any exact policy as to where things like this get edited.

    Am I meant to do a QuickCSS and put something like this:
    special-heading-inner-border { border-color: #FFFFFF; }

    But how would this OVERRIDE the current setting of border-color: #666666; ?

    I am sure there must be instructions on how to make this sort of change – plus others like padding and margin changes?

    Is there a manual I am missing?

    #318150
    verwunderbar
    Participant

    Hello Team Kriesi,

    thanx for your work! Bigger Issue with Woocommerce 2.2.2 and latest Enfold.
    No Shipping Adress after click on Shop now in overview and Order-Mails visible.

    Played with the functions in Backend, but no success. Also if different shipping address is marked, no Shipping-Data on overview Page and Mails after click buy now. Searched in Woocomerce Forum for this issue, no one mentioned this. Maybe Enfold is responsible.

    Tryed to deactivate all Plugins and cleared the cache. Issue still there.

    Thanx for your Help

    #317921

    Hey!

    You can add this on Quick CSS to change the content container padding:

    .page-id-127 #av_section_1 .content {
    padding-top: 50px !important;
    }

    Edit the color section then add a unique id on For Developers: Section ID field. Use “section-images” for example then replace the code above with this:

    .page-id-127 #section-images .content {
    padding-top: 50px !important;
    }

    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,151 through 6,180 (of 7,502 total)