Viewing 30 results - 5,821 through 5,850 (of 7,495 total)
  • Author
    Search Results
  • #378857
    This reply has been marked as private.
    #378818

    In reply to: Search results Grid

    Hi Pieter!

    Have you tried contacting plugin authors? They should have better insight on what could be causing the issue.
    Enfold is compatible with SearchWP plugin ( implementation here – http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/ ) and Relevanssi ( implementation here – http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/ ). You can try using one of these plugins as well.

    Cheers!
    Yigit

    #378658

    Hi guys, thanks a lot for the replies.

    That’s really weird, my post was up for over 28 hours with no replies and then I receive 2 replies within a minute of eachother? :D

    1) It seems Andy’s response to input:

    #top #menu-item-search.menu-item-search-dropdown>a {
    display: none;
    }

    has worked. I didn’t try your suggestion Yigit, but thank you for that also. Out of curiosity, why would the code work and not clicking off the magnifying glass option in the theme options?

    2) If you look at this demo page:
    http://kriesi.at/themes/enfold/shortcodes/testimonials/

    You will see the footer moves position based on the length of the testimonial, this isn’t ideal and I asked my developer to change it, what he did has now resulted in the whole testimonial text including logo, title, testimonial etc in the section he has assigned for testimonial slides (in order for the footer not to move) to move up/down. I would like to keep the title and arrows in a fixed position and only have the testimonial text increas/logo position change based on the text length.

    Thanks again for any help!

    #378516
    sweetbabyj
    Participant

    Hello,

    I was wondering if there is a way to add another search box on a different page but have it search differently than the global search? I’m looking for a way to keep the global search box on the home page but add search boxes elsewhere that will only search specific posts or post types. I’m researching how to create additional post forms now but I fear that Enfold uses different code. It would be helpful if you could point me to the code and/or files that would allow me to accomplish this.

    Thanks for your help,
    Chris

    #378451

    Hi cormie!

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

    .html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a .avia-menu-fx {
    left: 0!important;
    }

    2

    @media only screen and (max-width: 480px) {
    .home div#av_section_1 {
    min-height: 1150px;
    }}

    -It seems like you have figured it out already – http://i.imgur.com/0YxlMrf.png
    You can post your feature requests here – https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Yigit

    #378182

    In reply to: Are they some Tuto ?

    Hi benjaminbreton!

    Thank you for visiting the support forum. 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. Basically, the page is created with fullscreen sliders at the very top plus color sections with parallax effect below. You need to set the Header visibility and transparency to Transparent Header.

    If you still have any questions, 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

    #378106
    Eckhard
    Participant

    First of all, thanks a lot for providing the Enfold theme, I like it very much – congratulations for your work!
    A simple question: Where are the Enfold theme options stored?
    The background of my question is a short story: I’m maintaining several domains with different systems. Some are simple file based, one is based on “Joomla! ”, one is a “MediaWiki” installation and one is WordPress based, with “Enfold” as theme.
    To secure backups of these different systems I maintain a Unix shell script, which safes daily backups to a cloud service, triggered by “cron”. In general this works fine; the script safes the entire file system and a database dump, using “tar” and “mysqldump” (database dumps only if the system is based on a database).
    A backup is only useful if a restore is tested. Therefore I frequently test backups by restoring them.
    It seems, a restore of a WordPress installation with Enfold theme might be a special theme. I installed a restore on a different domain (twice to be sure not to report wrong things to you) . Therefore I had to search and replace all occurences of the prior domain name to the new domain name in the SQL dump. (By the way: The need of this step seems to be a conceptional bug of WordPress; e. g. Joomla doesn’t need such a step – but this shouldn’t be part of a discussion here).
    However, I could restore the WordPress and Enfold based installation at a different domain. Everything worked fine, with one exception: The Enfold theme options were missed.
    That’s curious. Up to now, I expected everything of the prior installation had been stored in the backup and should be restored, both, in/from the backup of the file system and in/from the database dump.
    Fortunately Enfold theme provides an option to export the theme options in a file and to import this options file in a new istallation. Thanks a lot for this feature!
    And, fortunately too, I still had access to the prior system (which was not lost).
    But, I can’t understand why these steps of export and import of the theme options are needed. Up to now I thought, an entire backup of the file system and the database should include everything, including the theme options, wherever they are stored.
    Maybe my backup script is uncomplete. But, what the hell, did I miss?
    Up to now it seems, the theme options are stored outside the file system and the database.
    Again, please let me know, where are the Enfold theme options stored?

    Kind regards,
    Eckhard

    #377964
    cormie
    Participant

    I’m just about to relaunch my site using enfold and there’s some things that may be quite small, but still big enough to nag me :)

    1) If the search tab from the main menu is removed, it seems the menu tab underline doesn’t extend properly beyond the last menu item. I just tried to reproduce it and I couldn’t, but now instead I get a gap between testimonials and contact us. I noticed this before but my developer fixed it, but then the “line not being extended” problem was there, and adding the search icon fixed this. I’d prefer not to have the search button in the main menu. I’m not sure if it’s because of some customisations in the child theme that the menu is reacting this way, but he said there’s no actual customisation to the menu.

    Please see screenshot here: http://omg.wthax.org/6QGJ7t.jpg

    2) I’m displaying rotating testimonials on my homepage and I want these above the contact form. At the start if you would be filling out the contact form, every time the testimonial rotated to a short to long text testimonial, the contact form would move position on the page to accommodate the longer/shorter testimonial. My developer did some customisation to fix this, but it’s still an issue on mobile and there’s still some movement within the assigned section for the testimonials, I’d prefer if the left/right scroll arrows didn’t move at all, or the “what our clients say” heading didn’t move either and it was just the actual text of the testimonial that extended or shrunk within the assigned section.

    Customisations were also required in the following areas:
    o – /homepage and /services – to reduce gap between service icons and service title (the large default gap meant the rendering on mobile made it difficult to see which service title was with which icon)
    o – several customisations required on testimonials on homepage and /testimonials
    o – I embedded a new map using the following: https://developers.google.com/maps/documentation/embed/ This provides full business information, link to reviews and shows rating etc. I also found some code to add to the Quick CSS from another website that allows the map to be responsive. The enfold editor map element doesn’t show business informatin/review count etc so wanted something that showed these.

    I think there must have been a few more customisations to achieve the requests I was making with certain changes but I’m not sure.

    Any feedback would be greatly appreciated :)

    #377944

    Hi Yigit,

    Many thanks for that. I will add it to functions.php in enfold-child.

    I have another question regarding post navigation. I have categories of posts (compositions) on the website. If you go to one of them here:
    http://www.paciorkiewicz.pl/compositions/orchestral-works/ you will see that they are sorted by slug as per your instructions in this thread: https://kriesi.at/support/topic/custom-sorting-of-blog-posts-in-avia-builder/

    However when you click lets say on the third post on the list (Concertino for …) and then check what the prev/next post navigation is showing you – this is different what is on the list of this category. So on the list you have this order:
    – Andante lirico (2) / Concertino for Bassoon and Wind Band (3) / Concerto Alla Barocco (4)
    When you click on the Concertino for Bassoon and Wind Band:
    – the prev navigation is showing Adagio and Allegro (instead of Andante lirico)
    – the next navigation is showing Allegro for Clarinet and Horn (instead of Concerto Alla Barocco)

    I believe this is because the sort order of the posts in this category is customized by slug, whereas prev/nxt navigation is showing posts by date they were originally added?

    My question is can prev/next post navigation show posts in the same order as they are showed in the category view?
    Or if I search for a term ‘flute’ can the prev/next post navigation show posts only for the search results list?

    Many thanks,
    TheElear

    • This reply was modified 11 years, 2 months ago by TheElear.
    #377905

    Hey!

    Thank you for using Enfold.

    1.) You can zoom the browser window if you’re having trouble reading the descriptions.

    2.) Again, zoom the browser or check your monitor color options.

    3.) We’re using the default wp search so there’s no filter or anything. Since 99% or more of the inquiries are about Enfold, search results will give you Enfold topics mostly. One of the forum features that needs improvement in the future.

    Cheers!
    Ismael

    #377719
    tzola
    Participant

    Hi Everyone,

    I just purchased enfold. Seems like a really promising theme.

    I have some questions / comments / concerns:
    1. I can’t see the admin text very well. The contrast is extremely low and I’m having to strain my eyes to read everything. Is anyone else experiencing this or am I just colorblind?

    2. I’m finding that these forums are also a little too whited out. Is there a feature to be able to change the colors I read them in? I know some forums provide that type of feature.

    3. I noticed that the search bar for the forum is only available from the main forum page. Its not available within the enfold section. What’s the best way to search the enfold section? Should include the word enfold in every search or I am missing something?

    Thanks,
    T.

    • This topic was modified 11 years, 2 months ago by tzola.
    #377591

    Hi marcella-metae!

    Open up /enfold/includes/loop-search.php and on line 40 you should see this.

    <?php the_time('d M Y'); ?>
    

    Change it to this.

    <?php if ( get_post_type() === TribeEvents::POSTTYPE ) { echo tribe_get_start_date(); } else { the_time('d M Y'); } ?>
    

    Cheers!
    Elliott

    #377585

    Topic: Google Indexing Issues

    in forum Enfold
    eNVyDesigns
    Participant

    Inside of my Google Webmaster Tools, it tells me that I have 183 missing pages on my site. Examples include:
    • wp-content/themes/enfold/framework/
    • this-is-a-nice-post/
    • aenean-vulputate-eleifend-tellus-aenean-leo-ligula/
    • another-title-for-our-pretty-cool-blog/
    • lorem-ipsum-dolor-sit-amet-consectetuer-adipiscing-elit-aenean-commodo-ligula-eget-dolor-aenean-massa/
    • kriesi-at/
    • this-is-a-test/
    My question is, am I supposed to delete all of the unused pages that are included with the theme? Essentially, I just modified the demo to suit my clients needs, but there are a lot of pages that will never be used. The site in and of itself is very basic, with fewer than 10 total pages.
    Additionally, the site is not showing well in Google search results. The site shows up well in Google Local results, but does not show up in Organic results. In fact, the company’s Facebook and Google+ pages rank well in the Organic results, but the actual website does not. Thank you for any assistance you can provide!

    #377516

    Sure – here is a simplified version of the page: http://www.kennedytree.org/test-page/

    I got this to work, but I don’t fully understand why. When I look at this with firebug, it appears that the issue is coming from a “display: block;” declaration inside of base.css. So:
    – I copied base.css over to a child theme, and took out that line in the css, and it still happened.
    – I tried putting “display: inline” inside the inline style declaration for the <input> fields, and it still happened.
    – I entered the attached (see below) into the custom css field on my enfold theme options, and it worked as expected.

    Why did the third option work, but the first two did not?
    ~~~~~~~~~~~
    custom CSS:

    #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 {
    display: inline;
    }

    #377468

    Hi!

    Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest and then try adding this to the bottom of your functions.php file.

    if(!function_exists('mysql_real_escape_string_alt')) {
    function mysql_real_escape_string_alt($value)
    {	
    	global $avia_config;
    
        $search = array("\\",  "\x00", "\n",  "\r",  "'",  '"', "\x1a");
        $replace = array("\\\\","\","\\n", "\\r", "\'", '\"', "\\Z");
    
        return str_replace($search, $replace, $value);	
    	}
    }

    And then change line 1322 in /enfold/framework/php/class-framework-widgets.php from this.

    $content = mysql_real_escape_string($content);
    

    To this.

    $content = esc_sql($content);
    

    Best regards,
    Elliott

    #377342

    1.) That’s not a theme related issue. Do you want a pop-up to appear? or what do you mean with “small window”? Maybe this plugin is for you: https://wordpress.org/plugins/wordpress-popup/you can currently set a link to another website from an image to open up in a new window away from the main site but I just want it to open the new website in a small window whilst staying on the steedmediasolutions website.

    2.) Please update to Enfold 3.0.4. Surely this icon shouldn’t be showing on the desktop? Why do I need to update the Theme? I’m not very sure about updating the Theme as every time I’ve tried to do that on sites in the past, I’ve had a problem with the site afterwards.

    3.) Refer to this post: https://kriesi.at/support/topic/enfold-remove-scroll-top-button/#post-189218already added this to the custom css and the scroll to top button is still visible.

    4.) Please search some plugin like this one for example: https://wordpress.org/plugins/contact-call-plugin/I would just like the phone numbers that appear on the website to be clickable from a mobile – is that not possible using custom CSS?

    5.) I don’t think it’s possible. Or do you mean a pop-up window again? No just when somebody clicks on a social icon that it opens the Twitter or Facebook page in a small window (which can obviously be made bigger) whilst staying on the steedmediasolutions website, rather than opening a brand new window on a separate page.

    6.) Please elaborate. I don’t know what you mean with “more responsive”. What do you want to achieve exactly? The slider is not responsive on some devices i.e. a Windows phone.

    7.) With text do you mean your menu? I think you header is already to full to show your menu on mobile. You can hide it and instead use only the mobile menu: When viewed on an Iphone, Ipad etc., the Logo is overlapping the phone number which shouldn’t be happening – how can I adjust this?

    8.) Still don’t know what you mean. Please be specific and update to the newest version, maybe this helps already.When you view the website on a Windows mobile phone it is not responsive. Please help!

    #377339
    urquhart4
    Participant

    I am try to do the search box task, but the admin page showing me the Javascript conflicts between WordPress and Enfold theme, so could you remove this conflict because I am not able to edit or save the page.

    #377166

    Hi kathrynmichaud!

    1.) That’s not a theme related issue. Do you want a pop-up to appear? or what do you mean with “small window”? Maybe this plugin is for you: https://wordpress.org/plugins/wordpress-popup/

    2.) Please update to Enfold 3.0.4.

    3.) Refer to this post: https://kriesi.at/support/topic/enfold-remove-scroll-top-button/#post-189218

    4.) Please search some plugin like this one for example: https://wordpress.org/plugins/contact-call-plugin/

    5.) I don’t think it’s possible. Or do you mean a pop-up window again?

    6.) Please elaborate. I don’t know what you mean with “more responsive”. What do you want to achieve exactly?

    7.) With text do you mean your menu? I think you header is already to full to show your menu on mobile. You can hide it and instead use only the mobile menu:
    @media only screen and (max-width: 1024px) {
    .avia-menu.av-main-nav-wrap.av_menu_icon_beside {
    display: none;
    }}

    8.) Still don’t know what you mean. Please be specific and update to the newest version, maybe this helps already.

    Cheers!
    Andy

    #377005
    victoriaeducacion
    Participant

    Hi, everybody!

    I want to put a logout button or link in the top menu.

    I’ve searched the wordpress.org site but I didn’t see clearly the way to do it.

    When I tried to get a logout & redirect to homepage link putting <a href="<?php echo wp_logout_url( home_url() ); ?>" title="Logout">Logout</a> in the WP menu url field, and click Save Menu, the Menu rewrite ahref and become useless.

    Then, I found this as example and I think that I have to put it in enfold-child theme functions

    add_filter('allowed_redirect_hosts','allow_ms_parent_redirect');
    function allow_ms_parent_redirect($allowed)
    {
        $allowed[] = 'multisiteparent.com';
        return $allowed;
    }
    
    <a href="<?php echo wp_logout_url( 'http://multisiteparent.com' ); ?>" title="Logout">Logout</a>

    How can I get it?

    Thanks!

    Best regards!

    Hi BOURREAUMIKEOK!

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

    #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: none; }
    #top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select { border-color: #e2e2e2; }
    

    Cheers!
    Yigit

    #376120

    In reply to: menu bug report

    Hey decode!

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

    .html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a .avia-menu-fx {
    left: 0 !important;
    }

    Best regards,
    Yigit

    #376032
    sharonAlR
    Participant

    Hi

    I want to add my own icons to use in icon lists, boxes, menu items and more.
    Searching the documentation and forum, I understand this is only possible by creating and uploading a new icon-font.

    When searching how to do this, I found either
    1) This video (http://vimeo.com/channels/aviathemes/75743285) in which an iconfont manager is used – but I can’t find the manager in my theme settings (using ENFOLD 3.0.4)
    OR
    2) This code snippet to place in functions.php (I’m working with a child theme): https://kriesi.at/support/topic/change-standard-icon-doesnt-work-child-theme/ but it seems to replace specific icons while what I want is to add more icons, not replace existing ones.

    Please advise. If I’m working with a child theme under ENFLOD 3.0.4 how can I import additional icons to be used in theme elements.

    Thanks,
    Sharon

    #375980

    Hey NichelleJagdeo!

    Enfold has not such a function. You need to find a plugin for this. I found this on Google’s search: http://www.mailpoet.com/post-notify-solutions-wordpress/

    Let us know if you have any theme related issue.

    Regards,
    Andy

    #375856

    In reply to: Author Image plugin

    This reply has been marked as private.
    #375619
    Hiruseki
    Participant

    Hello,

    I can’t get the Full-Width Easy Slider or Layerslider Images to load in IE9. I’ve had our client test with Compatibility Mode On and Off, and they reported no difference. There’s just a blank, white space where the image is supposed to go.

    I’m using WP 3.9.3 & Enfold 2.7. I know, I know, they should be updated, but we have a custom forum added into our site, and our back-end developer says it’d be tricky to update right now, and he doesn’t think updating WP / Enfold will fixthis issue (or will it?).

    Is there anything I could try to make this work? I’ve done a lot of research, I’m not sure if it’s a memory issue, too many CSS files loading, or what. I know Enfold is supposed to be compatible with IE9, so there has to be some work-around. Any help / suggestions is appreciated. Thank you!!

    URL:
    Julie

    • This topic was modified 11 years, 2 months ago by Hiruseki.
    #375390
    TheElear
    Participant

    Hi All,

    I need to have all posts (in archives, categories, tags, search, etc) to be sorted by slug. I can achieve that with the following code placed in the archive.php file in the enfold-child:

    
    <?php 
    // we add this, to show all posts sorted alphabetically by post name (slug) and not title
    $posts = query_posts($query_string . '&orderby=name&order=asc&posts_per_page=-1'); 
    ?>
    

    When I then display category archive it is sorted by slug (http://coelo.eu/paciorkiewicztest/wp/category/miscellany/).

    However when I set up a page with avia builder and use Blog Posts content element this does not work (http://coelo.eu/paciorkiewicztest/wp/compositions/a-orchestral-works/).
    Can you please advise in which file I should place my code so that changes are applied to the page with Bog Posts?

    many thanks,
    Peter

    #375362
    #375280

    Hi ColinWalton!

    It would depend on what exactly your trying to do. Are you just trying to reduce the margins of the columns? Send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea.

    We don’t have a form for just Enfold search but the majority of posts are related to Enfold and our avia framework.

    Cheers!
    Elliott

    #374988
    ColinWalton
    Participant

    I have been looking for a theme as good as Enfold and keep coming back to yours! My only problem is that I would like to have a lot less white space for some websites, so I would need to change all of the Avia column width settings.

    Is there a simpler way to tighten all the layouts up, without having to go into each CSS and re-write the scripts?

    Perhaps you might have a variation on Enfold or another template that looks tighter that you could suggest I try.

    ———
    Also a very daft question. When I am on your support page I can’t see anyway to search WITHIN Enfold. As soon as I do a search I think it covers all of the Kriesi templates, not just Enfold. Am I missing something?

    Thanks for any help or advice!

    #374845

    In reply to: Menu Issue

    Hey jihadmunther!

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

    .html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a .avia-menu-fx {
    left: 0 !important;
    }

    Regards,
    Yigit

Viewing 30 results - 5,821 through 5,850 (of 7,495 total)