Viewing 30 results - 225,631 through 225,660 (of 244,515 total)
  • Author
    Search Results
  • #241850

    Hey!

    I’ve also done a video walk through of updating FTP here: http://kriesi.at/documentation/enfold/updating-your-theme-files/#video

    Cheers!
    Devin

    #241847

    Hey!

    Not for that long but WordPress will throw up an update page when the backend is being updated. I’ve not experienced it but if for some reason there was something on the server preventing an immediate database update or something like that it could have been queued to run and then had to wait its turn. That is purely a guess but I can’t think of another reason why it would take that long.

    Best regards,
    Devin

    #241846

    I’ll tag the topic for Kriesi but personally this has never happened for me. I currently have 10 clients all using Enfold and all hosted through my company account with Media Temple. Sites range from under 500 hits a month to the thousands without the issues you are currently having.

    On my dev site alone I have something like 5k pages created and have left bbPress, WooCommerce as well as other plugins running with lots of data for the past year 2 years.

    With 23k copies of the theme out in the wild if it were causing server instability issues across the board we should have and continually be getting reports of it hourly. If you have any plugins running you can try deactivating them and keeping an eye on things as well.

    #241844

    Devin,

    I’ve looked into the heart beat and have modified the file in order to folllow protocol in disabling the functionality. I have also added a PHP file to help decrease server load times on my server side and it has helped knock down the “Slow Queries” a few seconds Reported in the query report plugin recommended by Enfold mods.

    With that being said, the amount of queries has slowly been increasing on the site. It is also consistently spiking around midnight for no particular reason. I’ve been monitoring closely and the behavior is starting to seem borderline malicious on the theme side. I’ve spoken with Media Temple and they went as far as to say that this might actually be some type of bot or ping trying to gain access to the server through these files. I’ve never encountered this with any theme from ThemeForest.net and have bought over 25+ themes. I also use AJAX on other themes with out ever dealing with this server load stress.

    What’s going on with the theme .php files guys? I love this theme, but I am encountering some alarming experiences as I go further down the rabbit hole. Mind you, modifying the heartbeat api itself is a fairly involved bandage for a theme related issue as it’s not server side.

    Link to example screen shot: http://sc.preview.addwebtoday.com/slow-queries-enfold/

    If this continues to happen at an expedited rate, it could effect my standings with my hosting company. I’ve never been forced off of using a Theme before. I modified the heartbeat but the issue persists. Please let me know what is next to get this squashed.

    Feel free to let me know if you have any questions

    Thank you,
    -AddWebToday

    #241841

    Understood.

    At a theme client, I’m disappointed in regards to the full width functionality on this theme and the lack of any core recommendations as the slider is seemingly more functional on other themes I’ve used.

    The theme comes with a slider and I was actually recommended by a moderator of Enfold to use Revolution Slider. I understand it is not your plugin, but I invested in this theme and it seems that a core function is not really supported. Is there any recommendations you can provider with either slider as far as best practices to make it look good on all mobile devices? I’m stuck on asking you guys this because I got the Enfold theme and it contained the integration of the 3rd party plugin, and not the other way around.

    I just want a pretty slider so I can show off Enfold to all my dev friends. Much thanks!

    Please let me know if you have any questions

    Thank you,
    -AddWebToday

    #241824

    Ok, false alarm. It appears to be back up. Is this a normal thing after an update?

    #241823
    Marcus
    Participant

    Hallo,

    ich bin NEU und stolzer Bezietzer von Enfold. Nun teste ich die ganze Zeit und habe folgende Frage.

    Unter dem Standard Editor kann man Shortcode einfügen die auch Enfold bereitstellt. LEIDER geht dies nicht im Erweiterter Layout-Editor, hier bekommt man lediglich nur 6 Codes angeboten…

    Ich möchte in meinem Portfolio Einträge mit Reiter / Tabs arbeiten um die Seite klein und übersichtlich zu halten. Hierzu lege ich diese im Erweiterter Layout-Editor an und möchte diese nun befühlen mit z.B. einer Tabelle. Im Editor ist mir dies aber nicht möglich da wie oben beschrieben nur 6 Codes auswählbar sind… Mache ich hier was falsch? Wo oder wie kann ich dies umsetzten?

    Vielen Dank vorab für die Hilfe,
    Marcus

    #241815
    ikaika72
    Participant

    After updating from inside WordPress, I get this page/error:

    “Briefly unavailable for scheduled maintenance. Check back in a minute.”

    It’s been over 30 minutes. This is unacceptable. Please help!!

    #241802
    kMistDesign
    Participant

    The site I am working on ( http://cadillacsoccer.org/ ) is having some responsive problems.

    1.) The logo goes 1/2 off the page when the size is reduced down to 480px wide (which I think is still common for cell phones) – Current logo size is the recommended 340×146.

    2.) Is there a way to make the avia slider go away at smaller sizes? Say less than 600px width?

    #241791

    Hi!

    You can add the code to enfold\includes\loop-index.php – I recommend to add it below following code:

    
                if(has_tag() && is_single() && !post_password_required())
                {
                    echo '<span class="blog-tags minor-meta">';
                    the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> ');
                    echo '</span></span>';
                }
    

    Cheers!
    Peter

    #241790
    modelity
    Participant

    Hey,

    In functions-enfold.php, line 193:
    $output .= "<a class='ajax_search_entry ajax_search_entry_view_all' href='".home_url('?' . $search_messages['all_results_link'] )."'>".$search_messages['view_all_results']."</a>";

    Should be:
    $output .= "<a class='ajax_search_entry ajax_search_entry_view_all' href='".icl_get_home_url('?' . $search_messages['all_results_link'] )."'>".$search_messages['view_all_results']."</a>";

    The current behavior is that if I’m in a page that doesn’t belong to the default language, and I open the ajax search box and type some search string, clicking the “View all results” at the bottom of the ajax search box sends me to a search results link in the default language, and not in the current language. I should state also that we use permalinks for indicating the language.

    Anyway, I tried to add a filter, but it caused an infinite loop (don’t know why, I don’t think icl_get_home_url uses the get_home_url function in any way):

    add_filter( 'home_url', 'localized_home_url', 10, 4);
    function localized_home_url( $url, $path, $orig_scheme, $blog_id ) {
        if($path === ''){
    		return icl_get_home_url();
    	}
    	return $url;
    }

    Suggestions?
    Thanks,
    Lior

    #241784

    In reply to: Enfold extremly slow

    This reply has been marked as private.
    #241765

    Hi Ismael

    It is on Android and iOS (Apple)
    I have tried several smartphones.

    It is fx. the 6 icon box in top of my page, The social links on the page, the portfolie subjects, and the partne logo elements.
    The only links working is the main meny in top of the page and latest posts.
    I have tried to disable every plugin, no effect. Still same problem.

    #241762
    Gurify
    Participant

    Hello!

    I love Enfold and rarely have issues :) but this time I have a small bug I cant get around. This is the case:
    I made a home page (classic, static page, with sections)
    In one section I have a slider
    In the second section I have a product grid from woocommerce
    In the third I have Posts slider and a widget element calling Latest articles

    The third section articles don’t display

    If I move the third section to second place and woocommerce products on third section, then articles display

    So I think this clearly is an issue with woocommerce

    Please advice on how to fix and for any question, im available.

    Thank you

    Hey!

    Sorry that is not possible with the table elements. You might need to find an extensive table plugin or hire a freelance developer to add that feature. For further customization, please visit Werkpress.

    Best regards,
    Ismael

    OK, but now I have fixed column widths for all tables I create. Is it possible to define column width for each table individually and still using advanced layout builder?

    Hi!

    I see. You can define the max and min width of the table columns using this on Quick CSS or custom.css:

    td, tr, th {
    max-width: 100px;
    min-width: 100px;
    }

    Regards,
    Ismael

    #241750

    In reply to: PHP Sniplets

    Hey Konstantin!

    You can use a child theme if you want to preserve the modifications. Refer to this link: http://kriesi.at/documentation/enfold/using-a-child-theme/

    Cheers!
    Ismael

    See this page: http://www.kitm.se/sv/tables/

    I want both tables with predefined column widths so that both of them have same column widths even if there is another objects (in this case “Special Heading”) between two tables. I want of course to use “Avia Layout Builder” and “Table” from “Content Elements”.

    Regards
    Abedi

    Hi Jae!

    Do you have the latest version 2.6.2? There is an option to hide the submenus for mobile menu. Go to Enfold > Header > Mobile Menu > Hide Mobile Menu Submenu Items. Disable it.

    Best regards,
    Ismael

    #241744

    In reply to: Create a forum

    Hey eymata!

    What do you mean by ready-made? You can use WPML to translate it. Also, you can try BuddyPress but it is not fully compatible with Enfold.

    Cheers!
    Ismael

    #241742

    Hi Jakob!

    What specific links are not working? What kind of mobile phone are you testing this with? Please deactivate all plugins, see if the issue is fix.

    Regards,
    Ismael

    #241737

    Hi Jakob!

    You can use this on Quick CSS or custom.css:

    #socket .copyright {
    text-align: center;
    display: block;
    width: auto;
    }

    Regards,
    Ismael

    Hey abedia!

    I’m sorry but what do you mean by “decide for the column width”? You can insert the table element inside the column layouts. Please post a screenshot of what you’re trying to do.

    Best regards,
    Ismael

    #241729

    In reply to: Enfold extremly slow

    Hi!

    Is this the page? http://www.kindbo.com/blogg/

    Please post the login details here and set it as a private reply. We would like to check it. We don’t usually support third party plugins, you might want to contact the plugin author.

    Cheers!
    Ismael

    #241725

    In reply to: https

    Hey Konstantin!

    Unfortunately, you have to use a plugin for https. Anyway, you can request the feature here: https://kriesi.at/support/enfold-feature-requests/

    You’ll have 5 votes every month which you can use to vote for a certain feature. You can use these votes on a single feature or spread them between several requests.

    Regards,
    Ismael

    #241724

    In reply to: Portfolio Entry

    Hi Viramedia!

    The additional portfolio settings and image gallery are for the portfolio ajax preview. This is an example of the ajax portfolio: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/

    Regards,
    Ismael

    #241721

    Hi!

    1.) If you want to change the style of a specific element on a certain page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.

    On the example above, the page’s unique selector is .page-id-2251. We can use it to change the element within that page.

    .page-id-2251 #header_main .av-special-heading { margin-top: 90px; }
    

    2.) You can manually type it right before the paragraph or sentence that you want to use as excerpt. Refer to this link: http://codex.wordpress.org/Customizing_the_Read_More

    3.) No, sorry but you can’t use layer sliders inside column layouts.

    Please watch these videos to learn more about the theme: http://vimeo.com/channels/aviathemes

    Refer to this link for more info: http://kriesi.at/documentation/enfold/

    Best regards,
    Ismael

    #241706

    In reply to: PHPSESSID errors

    Here are some examples of where the theme is creating the PHPSESSID from session_start:

    In enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php
    Line 33

    In enfold/config-templatebuilder/avia-shortcodes/portfolio.php
    Line27

    It is not a required command in PHP.

    The PHPSESSID errors are really hurting my search rankings.

    I have bought 2 licenses for Enfold so far, but this is not going to work if I cannot resolve.

    #241705

    i am trying to decrease the breadcrumb / title bar in ‘Incarnation’. I have tried the suggestions on how to reduce the size in Enfold but it doesn’t work. Can you please give me some quick css to decrease the size?

    Thank You,
    Gina

Viewing 30 results - 225,631 through 225,660 (of 244,515 total)