Viewing 30 results - 223,201 through 223,230 (of 241,765 total)
  • Author
    Search Results
  • #240065
    talelie
    Participant

    Hi, the posts in my blog does not appear in my site,
    I get the following error message:
    Fatal error: Call to undefined function mb_strimwidth() in /home/XXX/public_html/wp-content/themes/enfold/framework/php/function-set-avia-backend.php on line 515

    need your immediate help!

    Thanks
    Tal

    #240060

    Hey Peter, I wasn’t necessarily referring directly to this thread, I just happened to be in this one when I decided to comment as it seems that in many cases people post private replies unnecessarily and it does grate sometimes when browsing the forums :-)

    #240058
    Pablo
    Participant

    Hi,
    Can you tell me how I can manage my RSS/ATOM Feeds in Enfold?

    I have found at the Enfold header.php this code, but I don´t know how to do it:

    <!-- add feeds, pingback and stuff-->
    <link rel="profile" href="http://gmpg.org/xfn/11" />
    <link rel="alternate" type="application/rss+xml" title="<?php echo get_bloginfo('name'); ?> RSS2 Feed" href="<?php avia_option('feedburner',get_bloginfo('rss2_url')); ?>" />
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />

    What I want is so simple: just completely remove the by default “RSS Comments Feed” and customize my blog Feed, naming it RSS and (if possible) change the url of this feed from /fedd to /rss.

    Thank you in advance for your help.

    #240054

    Hey!

    Actually there’s nothing relevant in the private posts. Just the log in info and the website url. The essential information is that google generates the preview content based on the search term of the user and the relevance of your website content. It does not (only) rely on the meta description text. Otherwise everyone could use this meta tag as “backdoor” for better rankings even for search terms which have nothing to do with your website content.

    Best regards,
    Peter

    #240050

    Boy it gets really frustrating when some users mark every reply as private. There are many cases when other users might be interested in the topic too!

    StuWeTueHo
    Participant

    Hello,

    I use a header with bottom menu and social icons. Since updating the theme, I have two problems. These two problems even occur at enfold demo page (with same header settings … http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/?skin=Blueish) – so I guess it is a theme bug.

    1) When menu switches to mobile, the menu button displays on top of the social icons. If you resize the browser window to smartphone view both the menu button and the logo overlap the social icons.
    2) If I hover a mega menu item, the submenu moves to the right. Instead of aligning with the home button, it now aligns with the current hovered item.

    Last but not least … a funny spelling mistake. On mobile menu settings you should change “bellow” to “below” ;-).

    Thanks guys for looking into these problems.

    #240038
    ceubri
    Participant

    Hello,
    i’m using WPML and update Enfold theme
    and now in the admin widget page when i change the language in EN, the widgets stay in FR.
    I had to translate using WPML String translation…
    Know why ?

    #240027
    sunshineh
    Participant

    Hi,
    ich würde gerne meine Enfold-Webseite während ich sie noch fertig erstelle und anpasse in einen für außen sichtbaren Wartungsmodus setzen.
    Dazu habe ich folgenden Code gefunden

    <?php
    /**
     * Plugin Name: Wartungsmodus
     */
    
    add_action("get_header", "schalte_Website_in_Wartungsmodus");
    
    function schalte_Website_in_Wartungsmodus() {
    
        if (!current_user_can("edit_themes") or !is_user_logged_in()) {
            wp_die("Wartungsmodus! <br />\n".
                   "Der Blog ist in K&uuml;rze wieder erreichbar.\n");
        }
    }
    ?>

    Kann ich diesen einfach in die functions.php integrieren oder bietet Kriesi diese Möglichkeit vielleicht bereits im Theme an?

    #240019
    teddybaker
    Participant

    Hi,

    I am using the Header with social icons and bottom navigation but would like to replace the social icons (the space to the right side of logo on the header) with my own header, to include text and images especially the phone number and emall address.

    I assume I will have to customized the code somewhere, can you tell me what file to update and how I can do this?

    I am a bit of a novice, so any steps you can give me would be useful.

    Thanks

    • This topic was modified 11 years, 1 month ago by teddybaker.
    #240018

    Hi!

    There’s nothing we can change or “fix” on the admin page. As I said in my last post all pages already have a meta description (you can check this by viewing the source code in your browser or by using a tool like: http://www.seocentro.com/tools/search-engines/metatag-analyzer.html ) and everything works as intended.

    Best regards,
    Peter

    #240012

    I am doing a test here:
    http://wordpress.nancymunford.com/?page_id=1097
    but still have problem with my header on mobile, and the css changes I made to it messed up all my other css.
    Can you take a look? Is my header the wrong size or are there other options for the mobile header that I am not seeing.
    thanks
    n

    #240011
    ConnyQ
    Participant

    Hi, i dont know what happened but after the last Enfold update the wordpress-backend navigation (on Head) on preview site is transparent. How can i change it? Thanks for any help!

    • This topic was modified 11 years, 1 month ago by ConnyQ.

    Hi Josue,

    Ok I understand. But can you find why your theme is causing my problem? Because I’d rather not having this “patch solution” and having my wordpress to work as it was installed.
    The javascript problem in my admin area in only on Enfold so I’d like a fix for that. I love that theme but I don’t like when a theme is causing some problems that are not resolved and affect my wordpress settings.

    Thanks for your understanding.

    Kind regards

    Chrys

    #239992
    This reply has been marked as private.
    #239987

    Hey FotografieDuo!

    You can define a new widget based on the existing newsbox widget. Insert this code:

    
    add_action('after_setup_theme','avia_load_additional_widget');
    function avia_load_additional_widget()
    {
    	if (!class_exists('avia_customcptbox'))
    	{
    		class avia_customcptbox extends avia_newsbox
    		{
    			function avia_customcptbox()
    			{
    				$this->avia_term = 'portfolio_entries';
    				$this->avia_post_type = 'portfolio';
    				$this->avia_new_query = ''; //set a custom query here
    				$widget_ops = array('classname' => 'newsbox', 'description' => 'A Sidebar widget to display latest cpt entries in your sidebar' );
    
    				$this->WP_Widget( 'customcptbox', THEMENAME.' Latest CPT', $widget_ops );
    			}
    		}
    
    		register_widget( 'avia_customcptbox' );
    	}
    }
    

    into your child theme functions.php or into enfold/functions.php and replace “portfolio_entries” with your custom taxonomy, “portfolio” with your custom post type, “Latest CPT” with your widget title/name.

    Best regards,
    Peter

    #239981
    This reply has been marked as private.
    #239978

    In reply to: Transferring WebSite

    Hey!

    You can find them in the wp_options table – it’s a field called “avia_options_enfold”
    Cheers!
    Peter

    #239977

    Hey!

    Wenn die Event Plugin Maps ohne diesen Code funktionieren, dann kannst du diesen entfernen. Ansonsten würde ich diesen behalten.

    Cheers!
    Peter

    #239976

    Hi!

    A complete changelog can be found here: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    Regards,
    Peter

    #239972

    In reply to: Search icon position

    Hi!

    That kind of customization is beyond what we can do via support. If its a must- have feature you can either add it as a feature request here: https://kriesi.at/support/enfold-feature-requests/

    or

    Have it custom coded in by a freelance developer. I recommend Codeable, Microlancer or http://kriesi.at/contact/customization for hiring out the customization.

    Best regards,
    Devin

    #239968

    ok. I just had lots of errors when I updated to get those new options – header all messed up and when i fixed it I lost all my css customization, though not on the mobile. I will do some tests. Is there some documentation you release with the new update that lists all the changes?
    thanks
    n

    #239958

    Ah, ich hatte den Link zum ursprünglichen Thread vergessen:

    https://kriesi.at/support/topic/google-maps-zusammen-mit-enfold-und-event-kalender-plugin/

    adrianwackernah
    Participant

    Hallo liebe Leute, hallo Peter.

    Peter, Du hattest mir doch bei dem Problem mal einen Code gegeben, den ich glaube ich in die function.php vom Enfold Child Theme eingetragen hatte. Das klappte auch wunderbar. Doch vor kurzem habt Ihr doch den Google Maps Kram überarbeitet und deshalb meine Frage: brauch ich Deinen Hook überhaupt noch oder kann ich den rausnehmen?

    Es ging ja darum, dass das Event Plugin auch Google Maps verwendet und es zu einer Kollision der beiden JS-Bibliotheken kam, der vom Event Plugin und dem von Enfold.

    #239952

    Hey Katrin!

    Please make sure that the header settings are saved properly for all languages. Go to Enfold > Theme Options > Header and check the settings. Then click the “Save Changes” button. Afterwards select another language from the language switcher (can be found in the admin toolbar at the top) and then check the Enfold > Theme Options > Header and check the settings of the translated website. Probably the settings are a bit different and you need to re-configure them. Afterwards hit the “Save Changes” button again. If this doesn’t help please create me an admin account and post the login credentials as private reply.

    Regards,
    Peter

    #239945

    Hi theworldawaits!

    Please post a link to the gallery. We’ll investigate the source code and provide some custom css code.

    Regards,
    Peter

    Hi eswyt!

    If it started “suddenly” please try to deactivate all third party plugins. Maybe a plugin you activated recently breaks IE9 and you need to activate them one by one to find the culprit. If this doesn’t help try to revert your code customization and update Enfold to version 2.6.x. Then apply your changes again and check if the theme layout/styling breaks on IE9.

    Best regards,
    Peter

    #239921

    Hey!

    Please create me an ftp account. I must modify the enfold/config-wpml/config.php file to debug the code but I can’t use the default theme editor (gives me an access denied error).

    Best regards,
    Peter

    #239917

    Hi!

    Auto add pages means that every time you create a new page, it will be added automatically to the menu. The Theme Location specify where you want the menu to show. Enfold Main Menu means that the menu will be use on the header as main menu. Enfold Seondary Menu is the menu on top of the header along with the phone number and social icons. Enfold Footer Menu is quite obvious. If you’re having issues with menu limit, you can ask your host to increase max_input_vars to at least 5000. This will make sure that you can add at least 400 menu items.

    Best regards,
    Ismael

    #239908
    arcoates
    Participant

    Hi,

    I am adjusting the settings on newly installed Enfold. Have used Kriesi Angular so am familiar with the Theme Editing interface.
    (I installed the dummy date first just to get a look at how the pages are constructed)
    When I select the pre-defined ‘black and white’ color theme option, all I change is the accent/highlight color to #29ba87.
    The result however is that the whole header is changed to the green, even though the header example on the editing screen still shows that the header background is white.
    Having trouble also changing the menu text color. I make changes on the style editor and it “saves” but changes do not take place.
    site is http://www.seedsandstreams.com
    Just purchased. Just installed. Was really keen to start building but…. I’m not good with .css so if the user friendly tools don’t work then I am lost…
    Next move?

    #239903

    Hey!

    Your website shows the meta description in the source code. I.e. on the homepage it’s:

    
    <meta name="description" content="Bierproeverij en bier & spijs events. Spéciale verzorgt Bierproeverijen en bier & spijs events op locatie. Ook voor Horeca, Retailers & events."/>
    

    Note that you can’t force google to use the meta description. It will generate the preview content based on the search term of the user and the relevance of your content. This is not a bug of the theme or Yoast SEO but it’s how google works….

    Cheers!
    Peter

Viewing 30 results - 223,201 through 223,230 (of 241,765 total)