Viewing 30 results - 10,051 through 10,080 (of 11,179 total)
  • Author
    Search Results
  • #247094
    chrisholemar
    Participant

    hi.

    a question: how to make a main navigation within enfold, like this one?

    http://kriesi.at/themedemo/?theme=brightbox

    thx for help.

    Chris

    #246836

    Topic: Accordion bugs

    in forum Enfold
    THP Studio
    Participant

    I have had this happening for months now, on all different version of Enfold. I have tried Safari and Chrome, it happens on both.

    Try adding an accordion, then adding a few elements to it. fine right? Go back into it, edit some elements, add some text to them, maybe a button as well, go to the next one do the same. Eventually – without fail – it will come up with an “undefined” bug showing in the first accordion pop up window instead of all your elements. The only temporary fix is to actually republish the page, then it works (for a while) again.

    Any ideas guys? would really appreciate your help, this ones driving me crazy!

    #246708

    In reply to: Portfolio sort style

    Hey garbath!

    1. To change the appearance of the links to buttons you will need to modify the css classes assign to them. You can always use microlancer.com they are pretty reliable and cost affordable.

    2. On Enfold options panel go to General Settings > Blog Style ( search for this and select from the drop down ) pick single author feature image small/big.

    Regards,
    David

    #246614

    try this.

    icomoon.io/app

    then select your icons (or import using the purple button in the top right). then click “Font” at the bottom. then on the next page click on “Download” at the bottom. after that, you should be able to upload to Enfold and get it working

    Hey jansthh!

    1- Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .avia_mobile #top .av-parallax-section { z-index: 0; }

    2- I checked your website on my iphone and transitions are animated in both portrait and landscape mode on my end. Please edit your slider and in Global Settings > Layout > Responsive under, insert 1140
    3- No, it does work when it is activated as well. But it will not be transparent when scrolled down

    Cheers!
    Yigit

    #246105

    Hi dmaldonado!

    You can add buttons as shown here on demo site – http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/

    Regards,
    Yigit

    #246063

    Please, can you also help me with the following. I have another problem with the share button on the category-blog-page. LinkedIn provide a direct link tot the oldest post with your standard image of the balloons, with an external source (https://media.licdn.com/media-proxy/ext?w=180&h=110&f=c&hash=nWDUsvGKa8HLPkmJISMBZByxBAI%3D&ora=1%2CaFBCTXdkRmpGL2lvQUFBPQ%2CxAVta9Er0Vimg0lKk0hv7qLOul_950hJUYfSFi_kG3n1q4HDf3XpeMXAeba-pkAXcCxJkQwyYbXoFw).
    I do not like to use the featured-image. How to resolve this??
    Can you recommend a share-plugin that works great with Enfold?

    Martijn

    • This reply was modified 11 years, 9 months ago by Martijn.
    #245768

    In reply to: Adaption Header

    Hi,
    your support for the theme is excellent. I have never seen a better organized support team.
    I made a screenshot for better understanding and for easier explaining.

    https://dl.dropboxusercontent.com/u/17609530/header.png

    I thaught I solve the problem with using fixed header with social media buttons. Instead of the social media button I insert
    the button, the telephonenumber and and the small truck. The logo must lie over the social media bar. the background of
    the social media bar has to be transparent, to see the background of the whole header.
    I’am very happy for some hints, how I can change it in a simple way.

    I’ll study the code to understand it better and to be able to change the code in the right way. I think the change have to be in the header.php. I copied it to the enfold child theme.

    Best regards,
    Daniela

    #245645

    In reply to: Adaption Header

    Hi DStoeckl!

    Thank you for using the support forum!

    In order to help you with the problem, we would like to know if you have the latest version of Enfold. The latest release of the theme includes a header option to move the position of the logo to the right, left or center. Regarding the button, we would like to ask for a screenshot of what it is you’re trying to do. We’ll be happy to assist you after we have a better understanding of the situation.

    As always, thank you so much for using the theme!

    Regards,
    Ismael

    Hey Hande!

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

    #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }

    2-

    @media only screen and (max-width: 767px) {
    #header_main { height: 110px; }
    #header_main .social_bookmarks { top: 110%; }}

    3- Please try using this plugin https://wordpress.org/plugins/pinterest-pin-it-button/

    Regards,
    Yiğit

    #244962

    Hey wacky32!

    Thank you for using the support forum! We’re sorry that you’re having this issue.

    Note that the latest version of Enfold is 2.6.2, please download the latest version of the theme from your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Regarding the 404 error, if the update doesn’t fix the issue, please go to Settings > Permalink. Flush the permalink settings by clicking the “Save” button once. Another thing you can do is to delete the .htaccess file from wp root directory then flush the permalink settings again. This should take care of the 404 issues. For more info about the permalink troubleshooting, refer to this link: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems

    Cheers!
    Ismael

    Hande-K
    Participant

    Hi;

    I’m using Enfold Enfold Version 2.6.2 for my blog and really love it (my web page). But there are a few points that i couldn’t change and i need your help

    1) On my post’s images, sizes are getting smaller. But i want to show them in the middle of screen in their exact sizes without lightbox (with 900px). I’m a photographer and image quality is very important for me, when image sizes changes the quality sucks.
    I found a few codes to correct this in this forum. This is the last CSS code that i used;
    #top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: 900px;
    }
    #top .fullsize .template-blog .blog-meta content-wrapper > * {
    max-width: 900px;
    }

    But when I’m using this code, I had some problems in some browsers;
    Chrome: I can preview images in the middle of screen but max size in 800px
    Firefox , Explorer and Opera : I can preview images in 900px but they are on the right side of the screen.

    2) When i’m looking my web page from a mobile phone, my logo and social icons are overlapping. (This problem began with last update)

    3) I want to add a “pin it” button to the upper corner of images (example)

    I’ll really appreciate if you can help me in this 3 points.

    • This topic was modified 11 years, 9 months ago by Hande-K.
    #244742

    Hi!

    I recommend http://wordpress.org/plugins/simple-share-buttons-adder/

    Best regards,
    Peter

    #244733

    Hi!

    I think the plugins got a bad review because they’re quite complicated to use compareto other social plugins but gives you extensive control over the social buttons. I hope the socialize plugin suit your needs. :)

    Cheers!
    Ismael

    #244732

    Hey!

    Will you mind posting a screenshot of the menu after installing the child theme? In order to correctly switch your theme to a child theme, make sure that you imported the parent theme settings on Enfold > Import/Export panel. Click the button saying “Import Parent Theme Settings”.

    I hope this helps. :)

    Best regards,
    Ismael

    #244664

    And one more, 3 pixels this time. Default Enfold sidebar is 219px, 2buttons with a min width of 110px = 220px –> fail

    .woocommerce-page .button {
    /* min-width: 110px; */
    min-width: 107px;
    }

    #244585

    Hi,

    I’m having a similar issue.

    When I place my logo in the center with menu buttons below, the logo’s left side is cut-off in mobile view. Also, I’m noticing that the menu button covers everyone’s logo (everyone who is using the Enfold theme).

    Is there going to be a fix soon?

    http://www.orangeslicenetwork.com

    Hi!

    You can make your post private by checking “Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Regards,
    Yigit

    #244455

    In reply to: Mobile Problem

    This reply has been marked as private.
    #244389
    jbosma69
    Participant

    Hi,

    Just installed Enfold and when I click on the “Enfold” button in the left menu of WordPress I get this error:

    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /data/9/1/46/114/1209929/user/1289562/htdocs/wordpress/wordpress/wp-admin/includes/deprecated.php on line 304

    Any idea what the problem is?

    James Bosma

    #244336
    Ace5Studios
    Participant

    Looking to add share buttons to the bottom of posts.

    mainly just need facebook and google+ i guess

    what do you suggest? the other thread doesnt seem to come up with anything useful.

    Hi!

    Maybe 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 and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button).

    Regards,
    Peter

    #243703

    Hey Eleina_Shinn!

    Actually the template builder image element never offered such an option. You can use a textblock element and the “Add Media” button to insert an image into the textblock. Make sure the link points to the “Media File” and Enfolds will use the lightbox to open it.

    Regards,
    Peter

    #243615

    Hey Marssolutions!

    Please see – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
    You can simply add a button and link to your custom ID

    Regards,
    Yigit

    #243614

    Hey codepantry!

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

    #dashboardinbox .avia-button.avia-size-medium {float: left; margin-right: 10px; }

    Cheers!
    Yigit

    #243589

    Topic: Mobile Problem

    in forum Enfold
    YakiPasandi
    Participant

    Hello,
    This is a topic I started on Themeforest and was asked to open a thread here.
    I have problems on mobile with these 2 websites:
    http://www.snnlaw.co.il/
    http://www.ranibleierstudio.co.il/

    As you’ll see, when going mobile on these 2 sites, the buttons and links on the homepage don’t work. Some of them do, and some don’t. I tried it on iPad, iPhone and Galaxy S3. It’s a big problem for me since the mobile part is very important for me. I have been using the AVIA layout builder.

    This is the quick css I put in the enfold settings:
    h1, h2, h3, h4, h5, h6, p, body, #socket .copyright, #top .footer_color .input-text, #top .footer_color input[type=’text’], #top .footer_color input[type=’input’], #top .footer_color input[type=’password’], #top .footer_color input[type=’email’], #top .footer_color input[type=’number’], #top .footer_color input[type=’url’], #top .footer_color input[type=’tel’], #top .footer_color input[type=’search’], #top .footer_color textarea, #top .footer_color select .main_menu ul:first-child > li > a{
    font-family: ‘atlas’, sans-serif;
    font-weight: 400;
    }

    h1{
    font-size:60px;
    line-height: 66px;
    }

    h2{
    font-size:40px;
    line-height: 46px;
    }

    h3{
    font-size:28px;
    line-height: 34px;
    }

    p{
    font-size:19px;
    line-height: 25px;
    }

    #header_main .container, .main_menu ul:first-child > li a {
    height: 60px;
    line-height: 60px;
    font-family: atlas;
    font-weight: 400;
    font-size: 18px;
    }

    #socket .copyright{
    font-size:14px;
    line-height: 18px;
    }

    #top .footer_color .input-text, #top .footer_color input[type=’text’], #top .footer_color input[type=’input’], #top .footer_color input[type=’password’], #top .footer_color input[type=’email’], #top .footer_color input[type=’number’], #top .footer_color input[type=’url’], #top .footer_color input[type=’tel’], #top .footer_color input[type=’search’], #top .footer_color textarea, #top .footer_color select{
    font-size:17px;
    line-height: 18px;
    width: 75%;
    }

    #top select{
    background-position: 12px center;
    margin-top: 10px;
    }

    #top .socket_color .input-text, #top .socket_color input[type=’text’], #top .socket_color input[type=’input’], #top .socket_color input[type=’password’], #top .socket_color input[type=’email’], #top .socket_color input[type=’number’], #top .socket_color input[type=’url’], #top .socket_color input[type=’tel’], #top .socket_color input[type=’search’], #top .socket_color textarea, #top .socket_color select{
    width: 100%;
    }

    #top h3 a {
    font-size: 19px;
    }

    .rani-about-small{
    display:none;
    }

    #top .main_menu .menu li ul a {
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
    line-height: 23px;
    padding: 8px 15px;
    font-size: 16px !important;
    min-height: 23px;
    max-width: none;
    text-decoration: none;
    }

    .main_menu ul:first-child > li a {
    height: 60px;
    line-height: 60px;
    padding-right: 20px;
    }

    .avia-button.avia-size-medium {
    font-size: 17px !important;
    font-family: atlas !important;
    color:#000 !important
    }

    And this is what I put in the custom.css file:
    @font-face{
    font-family:’atlas’;
    font-weight:400; /*(regular)*/
    font-style: normal;
    src: url(‘atlas-aaa-400.eot’);
    src: url(‘atlas-aaa-400.eot?#iefix’) format(’embedded-opentype’),
    url(‘atlas-aaa-400.woff’) format(‘woff’),
    url(‘atlas-aaa-400.ttf’) format(‘truetype’);
    }

    #top textarea {
    width: 100%;
    height: 140px;
    }
    #top .avia-menu-fx {
    height: 5px;
    }
    #top .scroll-down-link {
    height: 65px;
    width: 100px;
    margin: 0px 0 0 -40px;
    line-height: 70px;
    position: absolute;
    left: 50%;
    bottom: -1px;
    color: #000;
    background: #AAA;
    background: #50d1f5;
    text-align: center;
    font-size: 40px;
    z-index: 100;
    text-decoration: none;
    border-top-left-radius: 223px;
    border-top-right-radius: 223px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }

    Plus these are the plugins I use:

    RTL Tester
    Limit Login Attempts
    Contact Form 7
    Wordpress Importer

    Thanks for your help.
    Yaki

    #243582

    Hey Vermishelle!

    Here is the solution i came up with, Please follow this very carefully.

    1. Find this file helper-social-media.php inside of this folder ENFOLD/includes/
    2. Add this on the line 33 ( after this line var $counter = 1; ) static $social_counter = 0;
    3. Line 53 ( function build_icon() ). after this global $avia_config; add the following
    $search_array = array('facebook','twitter', 'skype', 'pinterest', 'soundcloud');
    //On this one is the key, i’m adding facebook, twitter, …. base on the elements i have added on the enfold options so if you have others add those and remove the ones that you don’t need ‘soudcloud’ for instance
    4. Find this on line 88 roughly
    $html .= "<a {$blank} href='".$icon['social_icon_link']."' ".av_icon_string($icon['social_icon'])." title='".ucfirst($icon['social_icon'])."'></a>";

    5. Replace the above ( 4. ) with this.

     if ( in_array( $search_array[static::$social_counter], $search_array) ) {
    				
    			    $html .= "<a {$blank} href='".$icon['social_icon_link']."' ".av_icon_string($icon['social_icon'])." title='".ucfirst($icon['social_icon'])."' onclick='". "_gaq.push(['_trackEvent', 'ClickLink', '". $search_array[static::$social_counter]."', 'Message']).". "'></a>";
    			   	static::$social_counter++;
    			   	
    
    			}else{
    				$html .= "<a {$blank} href='".$icon['social_icon_link']."' ".av_icon_string($icon['social_icon'])." title='".ucfirst($icon['social_icon'])."'></a>";	
    			} 

    And that is it.

    Regards,
    David

    • This reply was modified 11 years, 10 months ago by David.
    #243518

    Hey iaemedia!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and change page ID to match your shop menu item’s ID

    #menu-item-2473 a { color: red; }

    You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg

    Cheers!
    Yigit

    Hey!

    Go to wp-content\themes\enfold\includes folder and open helper-main-menu.php file and find

    do_action('ava_main_header');

    and add your code right below it

    Regards,
    Yigit

    #243202

    Hey Chris!

    Open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons.php and replace:

    
    $output .= "<a href='{$link}' class='avia-button ".$this->class_by_arguments('icon_select, color, size, position' , $atts, true)."' {$blank} {$style} >";
    

    with

    
    $output .= "<a href='{$link}' class='avia-button some_class ".$this->class_by_arguments('icon_select, color, size, position' , $atts, true)."' {$blank} {$style} >";
    

    and instead of some_class insert your class. If you don’t want to modify the parent theme copy the wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons.php file to your child theme and follow the instructions here: https://kriesi.at/support/topic/add-elements-to-visual-composer/

    Best regards,
    Peter

Viewing 30 results - 10,051 through 10,080 (of 11,179 total)