Viewing 30 results - 4,801 through 4,830 (of 7,495 total)
  • Author
    Search Results
  • #592459

    Hey chaponnel,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #search-6 input {
        border-radius: 5px !important;
    }
    
    #search-6 #s {
        display: !important;
    }
    

    Regards,
    Rikard

    #591950

    Hi THobbes!

    The code has changed a bit

    1. When you open the file “enfold\config-templatebuilder\avia-shortcodes\section.php” in a text editor press Ctrl + F and search for keyword term “Section Minimum Height

    2. Look for
    __(‘At least 75% of Browser Window height’,’avia_framework’ ) =>’75’,
    Below that line add
    __(‘At least 60% of Browser Window height’,’avia_framework’ ) =>’60’,

    3. The rest of the changes in enfold/js/shortcodes.js

    look for
    wh75 = Math.round( wh100 * 0.75 ),
    below that line add
    wh60 = Math.round( wh100 * 0.6 ),

    look for
    css += “.av-minimum-height-75 .container {height:”+wh75+”px;}\n”;
    below that line add
    css += “.av-minimum-height-60 .container {height:”+wh60+”px;}\n”;

    Cheers!
    Vinay Kashyap

    #591655

    Hi De Groot!

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

    @media only screen and (max-width: 480px) {
    .avia-search-tooltip { width: 480px; }
    #top #searchform>div { max-width: 480px; }}

    Best regards,
    Yigit

    #590837

    Hey Roger!

    1 & 3- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #advanced_menu_toggle {
        background: orange;
        color: red;
        border-color: green;
    }
    li#menu-item-search {
        right: 20px;
    }

    2- Please refer to this post – http://kriesi.at/documentation/enfold/change-logo-on-mobile/. Please note that you would not be able to see the changes on desktop, mobile device needs to be used to check it.
    4- Please go to Enfold theme options > Advanced Styling and edit “Main menu links” and check “Apply only to mouse hover state”
    5- Because you have following code in your custom CSS

    .sub-menu > li > a {
        background: #ffffff !important;
    }

    Please change it to following

    @media only screen and (min-width: 769px) {
    .sub-menu > li > a {
        background: #ffffff !important;
    }}

    Regards,
    Yigit

    #590567
    el_chester
    Participant

    Hi,

    I am fairly new to WordPress and based the homepage of my website on the enfold demo’s “one page portfolio”:

    I wanted to change the height of the fullscreen slider, so I did a search, and tried the following things out. The responses from which I tried out code were these:
    https://kriesi.at/support/topic/reduce-height-of-fullscreen-slider-in-responsive-mode/#post-169700
    https://kriesi.at/support/topic/reduce-height-of-fullscreen-slider-in-responsive-mode/#post-169720
    https://kriesi.at/support/topic/reduce-height-of-fullscreen-slider-in-responsive-mode/#post-170237
    https://kriesi.at/support/topic/fullscreen-slider-change-the-height-of-100-to-100-100px/#post-178039

    None really worked, so I decided to go back to square-1 and replaced the files I had modified with the original files from the enfold and enfold child theme downloads:

    /enfold/css/custom.css
    /enfold/js/shortcodes.js
    /enfold-child/style.css
    However, even though now the original files are there, the site does not show any pictures in the sliders anymore. Any idea how to get them back to functional?

    (I am using the enfold child theme.)

    Thanks!
    Eric

    #590549
    Damien
    Participant

    I recently incorporated Gravity Forms into my website and I’m experiencing issues with getting my forms to display. I’ve searched multiple web forums for an explanation and it appears the problem lies with the conditional logic of my form not interacting appropriately with the jquery loading through my enfold theme. Here’s a snippet of conversation from the Gravity Forms forumns:

    “Your form is failing to appear because the Gravity Forms scripts aren’t running due to multiple copies of jQuery being included. Loading multiple copies of jQuery is known to cause problems so you should remove the second call that is including it the footer. The best way to include jQuery in a theme is to enqueue the WordPress bundled version. This method ensures that no matter how many plugins require jQuery it is only ever included once even if it is already included by the theme.”

    I’m not that great with editing core theme files, nor do I want to have to continue to make changes upon each update so I was hoping you could help me resolve my issue. Any ideas on how to avoid this jquery conflict? Thanks!

    Best Regards,
    Jonathan

    #590374
    pako69
    Participant

    Hello

    I have 12 websites with Enfold, and with all of theme if I try to go to: http://www.my-domain.com/wp-content/themes/enfold/ I get an 500 error.

    Also, the error_log file within the Enfold theme folder is full of:
    [21-Jul-2015 05:02:18 UTC] PHP Fatal error: Call to undefined function get_header() in /home/XXXX/public_html/wp-content/themes/enfold/index.php on line 9

    (I do not have any memory problems my servers are dedicated server with 8Go Ram and wp-config always increase the allocated php memory to 1024)

    I just saw this error in Google Search Console because Googe Bots was trying to access this folder.

    And I also read:

    https://kriesi.at/support/topic/php-fatal-error-on-line-9-in-index-php/

    Enfold theme is the last 3.4.6 and allready re-ploaded.

    I give you in PRIVATE (so please do not talk about this site in public) one of those site.

    Thanks

    #589919
    CircleofBlueAdmin
    Participant

    I usually use Search Regex to change development URLs when moving a site from a development url (www.example.com/development) to the production url of http://www.example.com. This doesn’t work in Enfold.

    I know that Enfold uses other tables to store content information beyond the ones Search Regex searches. Do you have a plugin or method you use?

    #589837
    gugler
    Participant

    Hello,

    I ran into 2 strange problems while using Enfold:

    1) On the single posting view, the thumbnail image (featured image) links to a completely different image (from another posting), which then gets opened in a lightbox. How can I change this?

    2) When I post a comment on the single view of a normal blog posting, I then get redirected to the single view of a portfolio item (sending you example links in the private content area), with #comment-NUMBER added to the URL of that page.

    I have changed the name of the portfolio items with a function I’ve found in this forum, here is the code from my child themes functions.php:

    /** Change name of "Portfolio Items" to "Museen"
    /* Code from: https://kriesi.at/support/topic/renaming-the-portfolio-custom-post-type-child-theme-issues/#post-564363
    */
    
    function unregister_taxonomy(){
    	global $wp_taxonomies;
    	$taxonomy = 'portfolio_entries';
    	if ( taxonomy_exists( $taxonomy))
    		unset( $wp_taxonomies[$taxonomy]);
    }
    add_action( 'init', 'unregister_taxonomy', 30);
    
    // portfolio args
    add_action( 'init', 'init_reg_portfolio', 50 );
    function init_reg_portfolio() {
    	add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod', 50, 1);
    
    	$tax_args = array(
    		"hierarchical" => true,
    		"label" => "Museen Kategorien",
    		"singular_label" => "Museen Kategorie",
    		"rewrite" => array('slug'=>_x($permalinks['portfolio_entries_taxonomy_base'],'URL slug','avia_framework'), 'with_front'=>true),
    		"query_var" => true
    	);
    
    	$avia_config['custom_taxonomy']['portfolio']['portfolio_entries']['args'] = $tax_args;
    
    	register_taxonomy("portfolio_entries", array("portfolio"), $tax_args);
    }
    
    add_action( 'after_setup_theme', 'init_reg_portfolio' );
    
    function avf_portfolio_cpt_args_mod($args) {
    	$labels = array(
    		'name' => _x('Museen', 'post type general name','avia_framework'),
    		'singular_name' => _x('Museum', 'post type singular name','avia_framework'),
    		'add_new' => _x('Hinzufügen', 'portfolio','avia_framework'),
    		'add_new_item' => __('Museum hinzufügen','avia_framework'),
    		'edit_item' => __('Museum bearbeiten','avia_framework'),
    		'new_item' => __('Museum hinzufügen','avia_framework'),
    		'view_item' => __('Museum ansehen','avia_framework'),
    		'search_items' => __('Museen durchsuchen','avia_framework'),
    		'not_found' =>  __('Kein Museum gefunden','avia_framework'),
    		'not_found_in_trash' => __('Kein Museum im Papierkorb gefunden','avia_framework'),
    		'parent_item_colon' => ''
    	);
    
    	$args['labels'] = $labels;
    	return $args;
    }

    I have neither altered the comments template, nor the includes/loop-index.php!
    Any help would be appreciated!

    Thanks in advance,
    Stephanie Jagl-Posch

    #589836

    In reply to: Search Icon

    Hey envatojlc!

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

    li#menu-item-search a {
        font-size: 30px!important;
    }

    Regards,
    Yigit

    #589759

    Hi basdemos!

    Please add following code to functions.php file in Appearance > Editor

    add_shortcode('avia_search', 'get_search_form');
    
    function add_custom_tooltip(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('.only-mobile-menu-search a').removeAttr('href');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_tooltip');

    and then go to Appearance > Menus and add a new link and add following into navigation label

    [avia_search]

    and then click “Screen options” on the top right side of the screen and check “CSS Classes”. Then edit your search menu item and give it custom CSS class “only-mobile-menu-search” and save. Then add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (min-width: 990px) {
    .only-mobile-menu-search { display: none !important; }}

    Regards,
    Yigit

    #589549

    Topic: Icon not showing

    in forum Enfold
    ethansoe
    Participant

    I noticed on the front page of my site, the search icon and the scroll down arrow is not showing the right image. The scroll down arrow is a box and the search icon is a funny little image.

    This is an existing site which has been using Choice theme. I just recently switched the theme to Enfold.
    I tested the theme by building a new site on the same server, and it worked fine.

    I copied the link to my live and test websites on private content area.

    If someone can help me with this, I’d really appreciate it. This is a live site so I need it fixed immediately.

    #589357

    Thanks Ismael, your question directed me to the problem which I’m a little embarrassed to admit. I built this site so long ago (and work on so many) that I forgot I’d copied and modified postslider.php into the child theme to get the top/bottom pagination. The latest Enfold update must have included changes to postslider.php which I just needed to update into the child theme. It’s working again. Thanks again and apologies for sending you down the rabbit hole in search of my own mistake.

    #589279

    Hi Carolina!

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

    .avia_ajax_form p {
        color: #cca870!important;
    }
    #top div .av-light-form .input-text, #top div .av-light-form input[type='text'], #top div .av-light-form input[type='input'], #top div .av-light-form input[type='password'], #top div .av-light-form input[type='email'], #top div .av-light-form input[type='number'], #top div .av-light-form input[type='url'], #top div .av-light-form input[type='tel'], #top div .av-light-form input[type='search'], #top div .av-light-form textarea, #top div .av-light-form select, div div .av-light-form .button {
        border-color: #cca870;
    }

    Regards,
    Yigit

    #589218

    Topic: Search console errors

    in forum Enfold
    lucasvrooij
    Participant

    Hi Guys,

    I’m getting some errors in search console that i think may be theme related.

    The first is an acces denied error for wp-content/themes/enfold/framework/

    The second part are errors related tho the hentry rich markup element. If possible, i would like to disable hentry completely so these erros will be resolved.

    Error detail page: (a list of 35, below is one of them)

    View post on imgur.com

    Kind regards!

    #588825

    Hey I-Visio!

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    #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: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #777;
        margin: 0;
        width: 100%;
        display: block;
        margin-bottom: 20px;
        background: #fff;
        border-radius: 0px;
    }
    
    #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area {
        width: 100%;
        margin-bottom: 0;
        display: inline;
        min-width: 50px;
        padding: 13px;
        border-radius: 2px;
    }
    
    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
        border-color: #e1e1e1;
        background-color: #ffffff;
        color: #969696;
    }

    If this is not what you’re looking for, please provide a screenshot of the layout that you want.

    Best regards,
    Ismael

    #588797

    Topic: Error_log public

    in forum Enfold
    haydaw
    Participant

    Hello, I noticed today that any can view the error_log and was wondering how I would go about hiding that? Even song a simple google search of error_log results in a large list of websites with the enfold theme, which seems like a large security risk.

    Thanks,

    Hayden

    #588690
    mcraig77
    Participant

    Ahoy –

    How do I change the color of the square search icon when hovered?

    #588602
    WebVision
    Participant

    Hello

    We need to remove the date stamp from the search results

    I’ve copied the file “loop-search.php” from /site/wp-content/themes/enfold/includes/ to /site/wp-content/themes/mw-child/

    After that I’ve edited the newly copied loop-search.php file where I made some changes – I’ve removed the following part to make sure the date is not displayed for each search result:

    <time class='date-container minor-meta updated' <?php avia_markup_helper(array('context' => 'entry_time')); ?>>
                            <?php the_time('d M Y'); ?>
                        </time>

    But the date is still shown when I search for anything.

    Please assist.

    All the best.

    #588272
    niobeer
    Participant

    I’ve tried to search answers, but nothing helped me to fix it.

    after adding
    function my_backlink ( $link )
    {
    return ”;
    }

    add_filter( ‘kriesi_backlink’, ‘my_backlink’, 10, 1);

    to bottom of functions.php

    enfold copyright disappeared but
    “function my_backlink ( $link ) { return ”; } add_filter( ‘kriesi_backlink’, ‘my_backlink’, 10, 1);”
    appears at bottom of my site.

    Second problem is white and brown stripes at the bottom of main page

    • This topic was modified 10 years, 1 month ago by niobeer. Reason: found an issue of one problem by myself
    #587826

    We just moved our site from a subdomain (http:///v2.globalcancerinstitute.org – which no longer exists) we had been building to the primary domain (http://globalcancerinstitute.org). After moving the wordpress files we did a search & replace in the database. Most things are working ok, however the fonts & colors defined in Enfold are not appearing on the site. There seems to be an inconsistency. We can’t figure out what’s causing it. Any thoughts?

    #587735

    In reply to: Cluster Markers

    Hi Yigit,
    Yeah I already know about that feature which is cool. However, what I meant was that Google Maps has a feature where you can cluster markers. Have a look here: https://www.google.dk/search?q=google+maps+marker+cluster&biw=1401&bih=758&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjpoLG5-o3LAhXJIJoKHVnLDqQQ_AUIBigB

    So my questions is if the Google Map element in Enfold can do this of if you have any ideas of adding this feature? Could be really cool.

    Cheers
    Michael,

    med
    Participant

    Hello,

    we already asked these questions the guys on Envato Market/Codecanyon (where we purchased our Enfold Themes), but they answered they have no idea about such things and told us we have to contact the Theme creators.

    We have the following questions:

    We buyed several Enfold Themes (=licences) for several different websites and want to receive automatic Enfold-Updates.
    We use one Enfold licence per website.

    1) Do we have to generate a different API Key for each website that uses Enfold, or should we use the same API Key for all Enfold licences?
    2) In case “Different API Key for each website”: Is it possible to somehow make remarks in our Envato Market/Codecanyon-Account next to all our generated API Keys concerning for which website which API Key we have taken? In order not to lose the overview whether the API Key is already taken or not and for which website.
    Something like:
    API Key 12wrer3485395gfgfg3 — mywebsite1.com
    API Key 23erwe4890132ggfg4 — mywebsite2.com
    etc.

    We did a search also on forums, but the answers are contradictory. Some of support guys say: One API Key for all diferent Enfold licences, and other support guys say: no, you need an individual API Key for each Enfold licence.

    So someone could clarify the situation?
    This site http://kriesi.at/documentation/enfold/updating-your-theme-files/ tells unfortunatelly nothing about the case of several Enfold licences.

    Best regards

    #587388

    Hey,

    I am getting increasingly frustrated…..

    In waiting for an answer (I don’t understand why I have not received an answer as I can see that other requests are being answered) I have kept digging myself and I have found the following things:

    – if I use google for my request I get more hits than when I use the search engine here…….
    – I have since understood that my question; ‘how to remove the Enfold logo and replace it with just my company name’ has been asked lots of times before. To my amazement the answers differ! and to my further amazement you’ve got to write code to do this????? Seriously? This needs to be absolutely flexible and I want to be able to play around with different fonts etc etc
    – I have also discovered that the upload of the Enfold theme was not complete: I do not get the import dummy data installed and I cannot instal them manually by using the import/export tab because it cannot find any files….

    This is very frustrating.
    I was given to understand that Enfold would be easy to use and the support excellent. I am not experiencing either!!

    Please reply asap.

    Suzanne

    #587312

    In reply to: Footer Options

    Hi anyone_officechanges!

    We are working on your ticket please wait while we update the results here soon.

    Please goto Enfold Option > Footer >

    1. Display Footer Widgets & Socket Settings
    2. Footer Column 5

    As shown in the below screen shot

    Then goto Appearance > Widgets

    1. Drag and drop the text widget into the footer Col 1. Inside the text widget you can use custom html links
    2.Drag and drop the Mailchimp newsletter widget in footer column
    3. Use the twitter widget
    4. Drop a text widget and use the shortcode for portfolio images http://kriesi.at/themes/enfold/shortcodes/portfolio-shortcode/ (shortcodes are available from the magic wand icon on the right of the WYSIWYG text editor)
    5. cannot see the link you provided to inspect the search bar please provide us a working link where we can inspect the element and help you better.

    Regards,
    Vinay Kashyap

    • This reply was modified 10 years, 1 month ago by Vinay.
    #586563
    ahouglum
    Participant

    The lightbox modal windows for videos isn’t working. It is working for images, but not for videos.

    I have tested with both youtube and vimeo video.

    I have confirmed that the URL for the videos is correct and in the correct format.

    When the link is clicked it takes me to the video page, so I know the URLs are correct.

    There are no errors in the console.

    I am using Enfold 3.4.7.

    I searched the forum, but couldn’t find anybody with similar issues.

    #586553
    oscarmarion
    Participant

    Hello everyone,

    I’ve recently purchased the Enfold theme and I wanted to create an enfold-child. I’m quite used to WP, but I followed exactly what was written on http://kriesi.at/documentation/enfold/using-a-child-theme/ (to make no mistake). I downloaded the pre-built child theme, activated it on my website, and I started editing style.css.

    The problem is that once the style.css?ver=1 was uploaded, the next css modifications didn’t work, despite all my researches on the Internet and especially on this support forum. The php codes in the function.php file to avoid css caching or to delete the ?=$version in the css url file didn’t change anything… I have the last Enfold update and no solution at this time :(

    Help please !

    Oscar.

    #586445
    SwitzerBaden
    Participant

    I have spent too much time researching this and reading threads, so I guess i’ll open up my own and see if we can get thsi resolved for once and for all.

    The Page Builder is freezing up on the main home page that has quite a bit of content when Yoast SEO is activated. However on a page with less content, the layout builder renders just fine.

    Update: There is a JS error on the home page while in edit mode:
    wp-seo-metabox-302.min.js?ver=3.0.7:1 Uncaught TypeError: jQuery(…).qtip is not a function
    So I will continue to research this on the Yoas Side

    Here are the details:
    Theme: Enfold
    Version: 3.4.7
    Installed: enfold
    AviaFramework Version: 2.3
    AviaBuilder Version: 0.8
    – – – – – – – – – – –
    ChildTheme: Enfold Child
    ChildTheme Version: 1.1
    ChildTheme Installed: enfold

    ML:120-PU:19-PLA:3
    WP:4.4.2

    • This topic was modified 10 years, 1 month ago by SwitzerBaden. Reason: Added js error
    #586415

    In reply to: Links to 404 pages

    Hey KVSchneppenheim!

    Thank you for using Enfold.

    Why is there a search query string on every page? I’m referring to the “?s=” appended to the url. I checked it on another seo tool but I don’t see the same error: https://www.woorank.com/en/www/camicama.com

    Best regards,
    Ismael

    #585762
    tcoach84
    Participant

    Hey Guys

    A very simple question, but i have looked, searched and googlede, but can’t find the answer (i’m sure it is just under my nose). Please help.
    in one of the demo templates: Enfold Photography Portofolio are there a small text right under each menu text. Where can i change that text?

    Thanks for the help of this very embarrassing question.

Viewing 30 results - 4,801 through 4,830 (of 7,495 total)