Viewing 30 results - 211,501 through 211,530 (of 244,547 total)
  • Author
    Search Results
  • #328571

    Hey!

    Please update the theme to the latest version (3.0).

    Best regards,
    Josue

    #328560

    Hi Vicken!

    Either use the one available here: http://kriesi.at/documentation/enfold/using-a-child-theme/

    Or compare yours to it to see what the difference is. You can also look at my version I keep available on github here: https://github.com/DevinVinson/enfold-child-starter

    Best regards,
    Devin

    #328555

    Ismael wrote:

    Hi!


    @pede1
    : We need to authentication password. I tried the login credentials on your first post but there is no password there.


    @bjacoby
    : Did you update the theme to Enfold 2.9.2? This should fix the issues on WordPress 4.0 update. Where did you send the login credentials?

    Cheers!
    Ismael

    EDITED//

    #328552
    This reply has been marked as private.
    #328544
    beenee
    Participant

    I need help adding another social button at in the header line of a page with enfold theme.

    It didn’t give me a ‘xing’ icon in the backend. Is there any chance I can add it myself or would I have to wait for another release of the theme?
    Thanks for any help on this!

    #328541
    sevankonu
    Participant

    Hi,

    I have Enfold V3.0, WordPress 4.0 and WooCommerce 2.2.4 on my web site. My product categories sorting’ does not change when I drag & drop them.

    Could you please help me about this?

    Thanks in advance,

    #328524

    Hey sambo258!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .av-subheading {
    color: red;
    }

    Regards,
    Yigit

    #328521

    Hey!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

    #328520
    Vicken
    Participant

    Hi Guys,
    I created a folder in my theme directory called enfold-child and added a style sheet (style.css) as always to override enfold setting and make my modifications. Yes I have set up the style sheet correctly (I have done this many times before).
    However for some reason it is not working. Although if I add styles to enfold styling area it works, but i do not want to do this.

    I am not sure why this is happening only with your Enfold theme, please advise how to fix?

    #328515

    It happened after updating to Enfold 3.0. I haven’t touched any settings other than deactivating minify everywhere.

    • This reply was modified 11 years, 6 months ago by mp3dk.
    #328506
    baodao
    Participant

    Hi,

    After updating to the new version, I tried to edit the homepage but in the editior field window it reads:

    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 272683 bytes) in /home/lfevi0/public_html/lovelynailsalon.ca/wp-content/themes/enfold/css/dynamic-css.php on line 779

    Please help.

    Sobe74
    Participant

    I need some guidance slightly modifying an existing function within Enfold by using my child theme’s functions.php file. Here is what I am trying to do:

    In the “enfold\config-templatebuilder\avia-shortcodes\image.php” file I am trying to add the following line

    __('Custom (add custom border)', 'avia_framework' ) =>'am-custom',

    to this part of the popup_elements() function

    
    array(
    	"name" 	=> __("Image Styling", 'avia_framework' ),
    	"desc" 	=> __("Chose a styling variaton", 'avia_framework' ),
    	"id" 	=> "styling",
    	"type" 	=> "select",
    	"std" 	=> "",
    	"subtype" => array(
    		__('Default',  'avia_framework' ) 	=>'',
    		__('Circle (image height and width must be equal)',  'avia_framework' ) 	=>'circle',
    		<strong>__('Custom (add custom border)',  'avia_framework' ) 	=>'am-custom',</strong>
    		__('No Styling (no border, no border radius etc)',  'avia_framework' ) =>'no-styling',
    	)
    ),
    

    I’m just not sure where to start or what to put in the child’s functions.php file. I am trying to stay away from editing any enfold files if possible.

    Thanks as always!

    #328489

    Hi!

    1- Please go to Enfold theme options > General Layout > Dimensions
    2- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-main-nav > li > a {
    border: none!important;
    }
    .html_header_sidebar #header .av-main-nav li.current-menu-item > a .avia-menu-text {
    color: orange;
    }

    If that does not work, please post the link to your website

    Cheers!
    Yigit

    #328487
    hylandgraphics
    Participant

    I cannot seem to get directions working for the maps? I would like it so when you click the map either an area for your current location for directions shows up or it just launches Google maps. Can you help please?

    #328484

    Hi!

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

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 7px;
    }}

    Best regards,
    Yigit

    #328469

    Hi!

    You can turn on custom CSS field for ALB elements ( please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your icon a custom CSS class and then add following code to Quick CSS

    .custom-class .av_font_icon a {
    background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    }
    .custom-class .av_font_icon a:before { display: none; }

    Cheers!
    Yigit

    #328453

    I thougt I might have screwed something up with the child theme, so in my test system I newly instaled the child theme. the only entry in the function.php is now
    add_theme_support('avia_template_builder_custom_css');

    The only entry in the style.css in the enfold-child-folder is now:
    .ek_ibbgc1 .iconbox_top .iconbox_content { background-color: red !important; }

    And still nothig changes. Both icon boxes at dev1.sansolum.de is the css custom class ek_ibbgc1 assigned.

    user:guest
    pw:guest

    #328439

    In reply to: Add code to header

    Hi!

    Code is now removed, glad to help and yes, you can rate Enfold in your Themeforest downloads page, we highly appreciate it :)
    http://themeforest.net/downloads

    Cheers!
    Josue

    #328406
    FoundationsFour
    Participant

    I update to WordPress 4.0 and now my Avia Page Builder will not work. Need help! Any help is appreciated because right now because I cannot update my clients websites….Thanks.

    #328402
    microbrewr
    Participant

    Comments don’t show up on pages. They show up fine on posts, but not on pages.

    While editing a page, I checked the “Allow comments” box. But on the published page, there is no section at the bottom to allow visitors to post a comment.

    I tried unchecking the box, click Update, checking the the box and click Update. It doesn’t work.
    Even after updating to WordPress 4.0 a couple weeks ago, and after updating the Enfold theme last night, it still doesn’t work.

    Please help.
    Thank you.

    #328399
    Zheq
    Participant

    Hi!

    After i upadted my Enfold Theme, my website menu got a little problem. The first menu “Rólunk” start on the top of the logo. Before i had no problem like this. At the right sidebar also the urls/links are very close to the main title bars. How to solve this to get back to the original looking?

    Thank you!

    #328398

    Never mind, I was finally able to get a hold of my API key. I entered that into the backend.

    After I posted this ticket, I went back to the site and saw an update was available for Enfold. I updated the theme and it seems to be working now.

    I’ll start another ticket for a different problem.

    Thanks.

    #328396
    fylasports
    Participant

    Hello,
    I have a problem with the WP enfold (2.6.2). In the back end when you go to Pages and then want to open to edit the Homepage or some other page it does not load and the page is not visible.
    I temporarily have disabled all of your plugins and the issue was still at hand.
    When I change the theme to another one Twenty Twelve for example), I can open the homepage and all other pages.

    Can anyone help me to resolve this issue? Thank you in advance!

    #328389
    #328359

    Hi pnacho!

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

    #socket .copyright {
    float: right;
    }

    Cheers!
    Yigit

    #328354
    Mkieling
    Participant

    Hello guys,

    The title of this post isn’t clear but I couldn’t write it any clearer. Sorry.

    Here’s my dilema. It’s actually simple to understand.

    I have my main website under http://www.step1.com.br
    This is a language school. The website is in Portuguese, and describes the 4 languages we offer to our local community: English, Spanih, French and German. That’s the easy part.

    We also offer a 5th language, which is Portuguese for foreigners. And, nowadays, it’s located at http://www.step1.com.br/portuguese. This website is in English and has its own menu and everything. It’s like a separate website, but it is currently part os the root “www.step1.com.br”.

    Here’s my question: since this “Portuguese Course Website” is very old, I need to updated it using Enfold. What do you think would make more sense: a) Keep using http://www.step1.com.br/portuguese or
    b) Buy a new domain such as http://www.step1portuguese.com

    If I keep using http://www.step1.com.br/portuguese, could I have a whole different menu system than the one I use on http://www.step1.com.br? Such as the one I currently have in http://www.step1.com.br/portuguese?

    Many thanks for your help!

    Miguel

    #328350

    Hi!

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

    .av_header_transparency {
    display: block;
    }

    Regards,
    Yigit

    #328340

    In reply to: PC & Mobile Site Sync

    Hi!

    1. Fullscreen slider images behave like that on mobile because the same image used in desktop would look stretched if forced to fit the mobile screen and be 100% height at the same time, so it transforms into a background bigger than its container. The code i suggested turned the “100% height rule” off on mobiles so the image can fit naturally.

    2. The mobile menu toggle appearing when no menu or menu items present was a bug that is already fixed in the latest version of Enfold (3.0).

    3. All columns transform to 1/1 columns when the screen size is smaller, that’s the expected behavior, you can always prevent this with custom CSS though.

    Regards,
    Josue

    #328338

    Hi there and thanks for the reply. Actually I purchased the latest version a few days ago and manually updated the theme via FTP since I had previously modified some files including:
    Header.php
    Layout.css
    Custom.css

    I manually updated the following files with the latest theme:
    updated theme files:
    – folder config-bbpress
    – folder config-templatebuilder
    – folder js
    – folder framework
    – folder css (except custom.css and layout.css)
    – template-archives.php
    – functions-enfold.php

    So are you saying that I still need to update other files? Also why would even an old version of the theme cause caching problems?

    Thanks!!

    Nicole Ulrick

Viewing 30 results - 211,501 through 211,530 (of 244,547 total)