Viewing 30 results - 220,741 through 220,770 (of 244,458 total)
  • Author
    Search Results
  • #269981

    Hi!

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

    .avia-shadow {
    box-shadow: none;
    }

    Cheers!
    Yigit

    #269978
    batesunited
    Participant

    Hi, I am having a bit of trouble finding out how the symbol & is made red and in a different font in the Enfold theme and in “Home5: Portfolio style” layout. I want to duplicate the effect. But I see no code, selection or anyting in the editor to show me how that one symbol gets that effect.

    Thank you for the help!

    Thomas

    #269977
    wacky32
    Participant

    I’m running the recent version of enfold and am having issues with the post grid feature for the homepage. All the featured images are sized at 200×200 pixels, but for some reason there’s a white border to the right of each of the images on the homepage.

    here’s the beta site.

    #269974

    Hi again,

    We have added your code (white !important) on our website: tavad.com and now the background is shown as white. But it is not a solution for us. We have increased PHP memory too and it continues appearing. We have read all issues on your forum about that.

    We want this effect disappears totally. We can show on other enfold themes like http://www.impactradius.com/ that this effect appears too.

    We know It is a problem loading CSS and JS. It can be shown easily with Firebug->NET tool. The enfold’s CSS and JS take a long time. We need You optimize your CSS and JS files. Maybe you can merge CSS in 1 or 2 files. Maybe you can reduce code in these files. Maybe you can compress all those file. But we need a better solution. For us it is a priority, We have invested a lot of money in enfold theme: developers, online marketers, etc.

    Thank you

    • This reply was modified 11 years, 10 months ago by Juan-Jose.
    #269968

    I see some private replies here. I am worried about using Enfold if it’s not SEO friendly or works with Yoast. Please give me some guidance because so far I am very happy with the theme but I would have to migrate if SEO is an issue.

    #269965
    jaseelye
    Participant

    I can’t seem to find where I can change my profile picture in bbPress. I see there was an issue opened but now it is closed and it looked like it was an Enfold issue.
    https://kriesi.at/support/topic/bbpress-2-5-error/#post-194111

    I am using the latest Enfold and bbPress 2.5.3 with WordPress 3.9.1. My forum is here:
    http://fstopapp.com/dev/forums/forum/f-stop-support/

    #269963

    Topic: wpml switcher dropdown

    in forum Enfold
    mrlreynolds
    Participant

    Hi,

    after updating everything recently (enfold, WPML, wp) our WPML switcher in top menu has
    now gone back to being a horizontal list instead of a nice dropdown. we
    will have many languages so dropdown is required. – any ideas what we might be doing
    wrong or how to fix it?

    Many Thanks

    Leigh

    #269953

    Hey!
    In your dashboard you can go to Enfold / General / Quick CSS. Then you can add these lines to your quick css and click save:

    .newsbox .news-thumb, .newsbox .news-time {display: none;}

    /* IF YOU WANT TO RESIZE YOUR TITLE"S TO BE BIGGER, USE THIS*/
    .newsbox .news-headline {font-size: 120%;}

    Changing the 120% to whatever size you like.
    Regards,
    Chris

    • This reply was modified 11 years, 10 months ago by Chris.
    #269941

    Hi sagash!

    Thank you for visiting the support forum!

    Regretfully, this particular request is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Regards,
    Ismael

    Hi!

    Ok, I installed Slider Revolution on a test site running Enfold 2.7.

    I then configured my Slider Settings to match your image dimensions on your page: http://soapmarine.com/boccamoka/fullscreen/

    Here is how I set them:
    Title: Whatever you want
    Alias: Whatever you want
    Source Type: Gallery
    Slider Layout: Full Screen
    Min. Fullscreen Height: Left Blank
    FullScreen Align: OFF
    Force Full Width: OFF

    Full Screen Slider Checked.
    Grid Settings – Grid Width: 1490 (your image width) Grid Height: 768 (your image height). I didn’t add (px) to the end of the numbers.

    I left most settings on the right side default. I did change:
    Appearance –
    Shadow Type: No Shadow
    Show Timer Line : Hide

    Navigation –
    Navigation Type: None
    The rest as default

    I then saved my slider settings and created my slide. I used your background image of 1490 x 768 which took up the whole background area of my newly created slider, I then added your overlay text image as an image layer.

    I then wanted to put it on a page, and do so without editing a php template.. so here is what I did:

    I created new page, my settings were:
    Template: Default Template
    Layout: No Sidebar
    Title Bar Settings: Hide both
    Activate Header Transparency: Transparent Header
    Footer Settings: Don’t display the socket & footer

    After I had my page set up I loaded up the Advanced Layout Editor, I then added a “Color Section” layout element. Within that “Color Section” I added a text block. In The text block I had a choice in the top right corner for “visual” or “Text”. I chose text. I then inserted my Revolution Slider Shortcode that looked like this: [rev_slider name-of-slider-alias]

    This is probably where you got to.

    The next thing I did was view the front page, and my site looked the same as yours.. it was confined to the container.
    So Then I viewed the source code to find the body page id for the page. In your case on the page you linked to: http://soapmarine.com/boccamoka/fullscreen/ has this as it’s body class: page-id-104

    Each page in WordPress, depending on how the theme is coded will have it’s page id in the body class.. thankfully Enfold does.. which means I could then change a couple of lines of CSS based on that single page.. and get the Slider Revolution to go full screen and width.

    So, I added these lines of code. You can add them to your child theme, or to the custom.css file within enfold itself, or even to the quick css under Enfold / General. So based on your site using the link above and the body class I mentioned..

    body.page-id-104 .container {width: 100%!important; margin: 0 auto;}
    body.page-id-104 #header_main {max-width:1030px; margin: 0 auto;}
    body.page-id-104 .content {padding-top: 0px!important; padding-bottom: 0px!important; margin-top: -2px!important;}

    The first line of CSS, changes the container width to 100% instead of 1030px;
    The Second Line of CSS, makes the header go back to it’s 1030px max-width.
    The Third LIne Removes the default top and bottom padding of 50px and removes a 2px margin from one of the inner elements.

    This Should then make the slider full screen for you as long as you follow the directions above setting up the page and the slider.

    Here is a screenshot of my demo of your slider:
    https://dl.dropboxusercontent.com/u/21724593/Rev-Slider-Enfold.png

    Notice the menu is still centered and not full width, but the slider expands past it.
    And here is a screenshot of your demo, where I added the code via css in chrome inspector. The only problem is the slider doesn’t realize the page is resizing.. so it didn’t change to full width.. but you can see that the code should work for you once you add it and refresh the page.
    https://dl.dropboxusercontent.com/u/21724593/Rev-Slider-His%20Site%20Demo.png

    Regards,
    Chris

    • This reply was modified 11 years, 10 months ago by Chris.
    sarahed
    Participant

    I’ve tried updating my version of WP, updating plugins and I’m still not getting the WYSIWYG visual editor working – any advice?

    http://www.cerpro.com.au

    #269914

    Hey!

    Glad you figured it out. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)

    Regards,
    Ismael

    petewilkes
    Participant

    Hello Support team

    I am hoping you can help me, since updating to WP to the latest version 3.9.1 I have had trouble with the visual editor. I am unable to view the text as it is all invisible I am also unable to add media to any text box, tabs.

    My Site is:
    http://tet-lifestyle-collection.com

    I am also having a great deal of trouble uploading the latest Enfold theme update. I tried through WP in theme update however I always received an error “Do you really want to do this”. I then tried to update the theme through FTP filezilla. The file uploaded however does not display correctly.

    I hope you can help as I am unable to update anythign on my site at present

    #269892

    Hey!

    Thank you for using the theme.

    Please go to Enfold > Header Layout > Mobile Menu > Header Mobile Menu activation. Select the second option then save changes. This will force the theme to show the mobile menu on screen sizes lower than 989px.

    Best regards,
    Ismael

    #269889

    Hey!

    Thank you for using the theme.

    1.) We will need to see the actual page where the image is located. Please post the page url here.

    2.) Please try to specify the absolute url where the font is located. and make sure that you have access to all the font format. For example, you can try this:

    @font-face {
    font-family: 'Gotham Black';
    src: url('http://www.mywebsite.com/wp-content/themes/enfold/fonts/GothamHTF/GothamHTF-Black.otf')
    src: url('http://www.mywebsite.com/wp-content/themes/enfold/fonts/GothamHTF/GothamHTF-Black.eot?#iefix') format('embedded-opentype'),
    url('http://www.mywebsite.com/wp-content/themes/enfold/fonts/GothamHTF/GothamHTF-Black.woff') format('woff'),
    url('http://www.mywebsite.com/wp-content/themes/enfold/fonts/GothamHTF/GothamHTF-Black.ttf') format('truetype'),
    url('http://www.mywebsite.com/wp-content/themes/enfold/GothamHTF/GothamHTF-Black.svg#GothamHTF-Black') format('svg');
    font-weight: normal;
    font-style: normal;
    }

    3.) The advance layout builder doesn’t support posts. Please watch this video: https://vimeo.com/64996057

    You need to edit config-templatebuilder > avia-template-builder > config > meta.php, find this code:

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),
    

    Replace it with:

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page', 'post'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),
    

    We won’t be able to provide support for any related issues that may occur if you add the advance layout builder to posts.

    Cheers!
    Ismael

    #269880

    In reply to: IE 8 and 9

    Hi!

    Thank you for the link.

    I’m sorry but I’m not sure why it’s not working on IE8. Do you have a minify plugin? Please deactivate all plugins then check it again. If you don’t have the latest version of the theme, download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Ismael

    #269873

    If i re-installing a fresh cope of Enfold, will my website change? i mean will lose the data?

    #269872

    You could try re-installing a fresh copy of Enfold via FTP.

    Cheers!
    Josue

    Douglas Alexander
    Participant

    Hi there,

    Is it possible to change the white background colour to an image when in stretched layout in Enfold theme?

    Please advice.

    Thanks.
    David.

    #269842

    Hi Josue,

    Yes, i am using the latest version of Enfold.

    Best regards,

    Tommy

    #269840

    Hey Tommy!

    Are you using the latest version of Enfold?

    Cheers!
    Josue

    #269823

    Hi Sharon!

    Please re-install the theme via FTP using a fresh copy of Enfold, i noted that there are some missing parts in the CSS/JS files.

    Best regards,
    Josue

    #269791
    RocketMoon
    Participant

    I added the accordion slider to my homepage and despite all efforts of adjusting settings – the images are only stacking vertically and not horizontally as shown in “Homepage V10: Magazine”.

    Do the images in my blog posts have to be a specific size in order for this to work?
    Do I have to add code to the CSS to make this work as the Magazine demo?
    … ?

    Any help or pointers would be very much appreciated. My site is –> http://www.rocketmoon.com

    Thanks . Sharon .

    (WP & Enfold updated and all plug-ins disabled)

    #269785

    Tal vez, voy a tratar de mejorar la traducción al Español de Enfold :)

    #269782

    Hi!

    3. Add this to the Quick CSS:

    #nav_menu-6.widget_nav_menu .sub-menu{
        display: none;
    }
    #nav_menu-6.widget_nav_menu .menu > li:hover .sub-menu{
        display: block;
    }

    1. Change your code to:

    #top .widget ul li:hover {
    border-top: none;
    border-bottom: none;
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0, #C9F0FF),
    	color-stop(1, #0099D1)
    );
    background-image: -o-linear-gradient(top, #C9F0FF 0%, #0099D1 100%);
    background-image: -moz-linear-gradient(top, #C9F0FF 0%, #0099D1 100%);
    background-image: -webkit-linear-gradient(top, #C9F0FF 0%, #0099D1 100%);
    background-image: -ms-linear-gradient(top, #C9F0FF 0%, #0099D1 100%);
    background-image: linear-gradient(to top, #C9F0FF 0%, #0099D1 100%);!important;
    }

    2. Try with this:

    div.flex_column.av_one_half.avia-builder-el-8, div.flex_column.av_one_half.avia-builder-el-8 + .flex_column {
        margin-left: 20px;
    }

    Regarding the other questions:

    1. No, i don’t think so.
    2. Just Devin as far as i know.
    3. Yes, you can contact WerkPress to work with Enfold.

    Cheers!
    Josue

    #269774

    Thanks Josue! But… I’m not sure that this is what I need. My question isn’t about localization, or translation, and it doesn’t have anything to do with languages. My question was asking you how best to go about making a specific (minor) change to the front end via an Enfold child theme.

    #269772
    This reply has been marked as private.
    #269729

    This is still appearing in your server log:

    [25-May-2014 17:13:24 UTC] PHP Fatal error: Call to undefined function mb_strimwidth() in /home/qsaudic1/public_html/wp-content/themes/enfold/framework/php/function-set-avia-backend.php on line 575

    It may need a server reset or some time.

    Cheers!
    Josue

    #269728

    Hi, I did that but the problem is not solved.
    i checked other sites with enfold theme and they seem to have the same issue.

    #269722
    kayzelmoo
    Participant

    Hi there!
    How do I do a replicate of home v10 magazine the first slider on the top as can be seen from enfold theme demo?
    Regards,
    Kayzel

    Problem arises do you mind taking a look at the link im going to provide below?
    Regards and cheers!
    Kayzel

Viewing 30 results - 220,741 through 220,770 (of 244,458 total)