Viewing 30 results - 221,521 through 221,550 (of 243,786 total)
  • Author
    Search Results
  • #260162

    Hi!

    The menu you are referring to is set to be hidden on mobile devices on purpose. You can choose to show them by adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    .responsive #socket .sub_menu_socket {
    display: block !important;
    }
    

    The menu just don’t stack or display well on small screens.

    Best regards,
    Devin

    #260160

    In reply to: Enfold + WPML

    Dear Peter,

    It is done too with 128M but always the same problem… :(
    If I go back to the standard theme in the page edition I can see that :

    [av_textblock ] perhaps there is an incompatibility with … ?

    Regards

    Hey Linda!

    This topic was and is for the Enfold theme. As you are using Replete on your site you should first try updating your theme version to the most recent release which has updates to work with the newest WordPress version and updates.

    I’m not getting the original posters issue when visiting the site now so I’m going to close off the topic as well. If @akhilz is still having it or if you are still having issues please create a new topic and we’ll address it there.

    Cheers!
    Devin

    #260155

    In reply to: Image issues

    Hi!

    If the enfold.css file isn’t writable by your WordPress installation it may just need its permissions adjusted on the server side. Setting the chmod permissions to 777 for example on the avia upload folder in your uploads folder should do the trick.

    As for the issues, without being able to actually log in to the site we would have no way of knowing what you mean.

    If you are adding in custom html to anywhere in WordPress you should use the text tab of the visual editor and never switch to the visual tab. WordPress has an auto editing functionality which can cause issues. This is the reason the new Code element was added in with Enfold version 2.7 so that you can add in raw code right into your layouts.

    Cheers!
    Devin

    #260150
    docperi
    Participant

    Hi there,
    the Advanced Layout Builder does not load. I see the first line of the builder but the content does not load. Cant click …
    I have testet it in different browsers. All the same …
    I got Wp 3.9, the newest enfold and the newest WPML.
    What is going wrong?

    Dear Dude ,
    Thanks for fast respond :)

    Second code is working :)
    But first only remove padding between flags, but flags again are over ” Phone Number or small info text””

    Best regards : Altan

    This reply has been marked as private.
    #260144

    Hello,
    ich habe das gleiche Problem. Fahre alle Plugins auf dem neustem Stand. Und der Erweiterte Editor lädt nicht. Vor den Updates gings …
    Keine Idee?

    #260135
    Erdrol
    Participant

    Hi,

    Since WP 3.9 shortcode genrator in post and page classic editor.
    I have made lost of custom thing on Enfold theme and I’m not really enjoy with the idea of remade some.
    I have already tried upgrade of theme, or via child theme both of this way broke part of tweak.

    First point is to know if upgrading config-templatebuilder could resolve the issue without breaking website rendering. I imagine this is only used for page builder in WP Backoffice?

    Second is it possible to implement new shortcode wupport like gmap in 2.5 version of enflod ?

    Thanks for answer
    Regards
    Erdrol

    Hi!

    The portfolio slug option can be found on the default permalinks settings page now (Settings > Permalink). Change the slug and click the “Save” button to flush the permalink rules.

    The css styles should change if you re-save the Enfold theme options. If it doesn’t work probably Enfold can’t regenerate the dynamic stylesheet. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file inside the dynamic_avia folder and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button).

    Best regards,
    Peter

    Hey bootsmannlive!

    Das klingt nach einem Javascript Problem/Konflikt. Bitte aktualisiere Enfold auf 2.7 und WordPress auf 3.9. Falls dadurch der Fehler nicht behoben wird versuche einmal alle Plugins zu deaktivieren, leere den Browser Cache und versuche dann die Icons auszuwählen.

    Regards,
    Peter

    #260129

    Hey!

    1) You can add the code I posted here into the enfold/functions.php file (insert it at the very bottom). The only disadvantage is that you must modify the file every time you update the theme. Thus I recommend to switch to a child theme – it’s very easy see: http://kriesi.at/documentation/enfold/using-a-child-theme/

    2) I checked your website and only 5 pages are translated to Spanish: http://www.amequipment.com/wp-admin/edit.php?post_type=page&lang=es

    I visited all pages and the language switcher seems to link to the right, translated page: http://www.screenr.com/DAgN

    I noticed you use different settings for each language – I recommend to go to Enfold > Theme settings and to check the settings for each language. You can use the language switcher at the top to change the language. Enfold creates a different option set for each language and you must configure the options for each language separately.

    Cheers!
    Peter

    This reply has been marked as private.

    Hey sgrobert!

    I recommend to re-save the theme options (Enfold > Theme Options) and to configure the new “Header settings” if necessary.

    Cheers!
    Peter

    Hi altns!

    You can reduce the padding between the flags:

    
    @media only screen and (max-width: 767px){
    .responsive #header_meta .sub_menu>ul>li {
    padding: 0 0px;
    }
    }
    

    – then the flags should be displayed in one line. If you want to display them next to the social icons use this code instead:

    
    @media only screen and (max-width: 767px){
    	.responsive #header_meta .sub_menu>ul>li {
    	padding: 0 0px;
    	}
    	.responsive #header .social_bookmarks {
    	width: 28%;
    	}
    }
    

    Best regards,
    Peter

    #260122

    In reply to: Enfold + WPML

    Hi!

    Please try to increase the allocated memory to 128M. Enfold + WPML probably require 64+mb memory and with 128M you’re on the safe side. This article and: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/ shows you how to increase the memory.

    Cheers!
    Peter

    #260117
    #260116
    depa_94469
    Participant

    Hello,

    like i already wrote at the comments area at themeforest (http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990/comments?filter=all&term=depa_94469&utf8=%E2%9C%93), i unfortunately cannot translate the portfolio slug. I don´t know if it´s just me, but i don´t find the “WPML” > “Translation options” in the sidebar like it´s described here: http://kriesi.at/documentation/enfold/translating-the-portfolio-slug-with-wpml/.

    Could you please help me? Thank you very much!

    Hey!

    If you want to set a different thumbnail size open up wp-content/themes/enfold/config-woocommerce/config.php and search for:

    
    if($layout == 'fullsize') $image_size = 'entry_without_sidebar';
    

    Replace entry_without_sidebar with any other thumbnail size of your choice. You can also define a new size with: http://wordpress.org/plugins/simple-image-sizes/ , then regenerate the images with: http://wordpress.org/plugins/regenerate-thumbnails/ and at least replace entry_without_sidebar with the custom image size name.

    Cheers!
    Peter

    #260102

    In reply to: Enfold + WPML

    If I change the theme , I can edit Pages and i see the sort of informations :

    [av_one_fourth first]
    [av_textblock ]

    Have you some ideas to help me,

    Best regards

    #260095

    In reply to: Enfold + WPML

    Better with the capture ;-)
    Capture Edit PAge

    • This reply was modified 11 years, 7 months ago by leyoda.
    #260094

    In reply to: Enfold + WPML

    Hi Yigit,

    I tried to deactivate all active plugins and it’s only with WPML that does not work.
    Attached image of what it is when I want to edit a page.

    Could you help me because it will be difficult for me to change the theme.

    Best regards,

    Leyoda

    Hi!

    1) Please Update WooCommerce & Enfold to the latest version.

    2) Revert Ismael’s code mod.

    3) Deactivate all plugins except WooCommerce and check if the issue persists. If not activate the plugins one by one to find the conflicting plugin.

    Best regards,
    Peter

    #260086

    Hey!

    Yes, Enfold uses sessions to determine the last visited portfolio page and uses this page for the breadcrumb hierarchy. If you want to set a specific page for your portfolio item use the “Breadcrumb Hierarchy” dropdown on the right side of the portfolio entry editor page to select the right portfolio page for each portfolio entry. Unfortunately you can’t set a hierarchy between pages and posts and you must set this with a post meta field (Breadcrumb Hierarchy) manually.

    Best regards,
    Peter

    #260075
    Tk909
    Participant

    Hello Enfold Team,

    We’ve recently upgraded to the 2.7 version of Enfold.

    First, On our site we have 1 issue with the pagenation of the blog element. Whenever you try to flip through the pages, it will just refresh the page, throw a /2 or /3 (for whatever page you clicked) but does not update the blog or news links

    Secondly, which path in the theme’s files where we can change the name of the New social footer at the end of each blog posts.

    Third (optional support)
    – We are encountering issues with UserPro plugin and the Enfold themeforest. We’ve disabled all plugins, re-installed wordpress re-installed the enfold theme and with no luck. There are several Jquery errors, its the plugin and we’ve contacted their support team. We are just wondering if we can do anything with the enfold theme to fix the issues with this plugin.

    #260051

    In reply to: Header Issues

    Hey shadyraymond!

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

    .html_main_nav_header #top .main_menu .menu>li:last-child>a { padding-right: 10px; border-right: 1px dashed #e2e2e2; }

    2-

    #header_main .social_bookmarks li a { border-radius: 0; }

    3- Custom CSS code in #1 will fix it
    Regards,
    Yigit

    #260050

    Hey LecheLMP!

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

    #top .avia-logo-element-container .slide-image { background: transparent; }

    Regards,
    Yigit

    #260032

    In reply to: Unlink Pen Icon

    Hey HiDrew!

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

    #top .fullsize .template-blog .blog-meta { display: none; }

    Best regards,
    Yigit

    #260030
    figarofigaro
    Participant

    Hi,

    I love Enfold! Thanks for all your great work.

    I have one tiny little problem…using the Testimonials Website Link, by default the link opens in a new tab.

    Please tell me how I can prevent the link from opening a new tab and simply have the link load in the current tab?

    Thanks,

    Dave

    #260028

    In reply to: Enfold + WPML

    Hi leyoda!

    Please try deactivating all active plugins except for WPML and check if that helps. Then you can activate them one by one to find the culprit

    Best regards,
    Yigit

Viewing 30 results - 221,521 through 221,550 (of 243,786 total)