Viewing 30 results - 224,851 through 224,880 (of 244,348 total)
  • Author
    Search Results
  • #245620

    Hey tomgraziani!

    Thank you for using the support forum!

    1.) Please add this on Quick CSS or custom.css:

    #text-5 > div > article {
    padding-right: 1px;
    }

    2.) I’m not sure why it’s adding the before pseudo selectors, you can use this to remove the dots:

    #adrotate_widgets-4 .clearfix::before, #adrotate_widgets-4 .flex_column::before {
    content: '';
    }

    3.) Edit header.php, find this code on line 34:

    <link rel="profile" href="http://gmpg.org/xfn/11" />
    

    Do the instruction on the tutorial. After that, edit functions.php then add the code provided on the tutorial at the very bottom.

    Best regards,
    Ismael

    Thanks Yigit!

    I’ve updated from:

    #top.post-id-332 .alternate_color {
    background-color: #9dd09f;
    color: #5b3b01;
    }

    to:

    #top.postid-332 .alternate_color {
    background-color: #9dd09f;
    color: #5b3b01;
    }

    Unfortunately, no changes upon saving to the enfold child theme’s style.css.

    Did I somehow miss something again?

    Hi anjusaranarts!

    Can you post the link to your website so we can provide you more accurate custom CSS code?

    Regards,
    Yigit

    Hi!

    You have a little mistake in your custom CSS code. Please use following code

    #top.postid-332 .alternate_color {
    background-color: #9dd09f;
    color: #5b3b01;
    }

    Cheers!
    Yigit

    #245601

    Hi frogdogz!

    Have you made any changes on theme files? Please try deactivating all active plugins and check if that helps. You can remove the footer manually by adding following code to Quick CSS in Enfold theme options under Styling tab

    #footer { display: none; }

    Regards,
    Yigit

    #245596

    Hello Ismael,

    Thanks for appreciation.
    While i will follow your suggestion with next update. But do you mean to say, that i should overwrite all files except style.css
    But what would happen, if the file style.css also gets updated with any update of theme. Means if Kriesi and team also updates style.css with any of the coming update.

    In that case, should I also overwrite style.css and then just change the following lines from file manager inside cPanel (or first change the below lines on my computer and then upload that file)-

    For Parent theme –
    under style.css = Theme name: labhanshi
    (means changing the name from Enfold to labhanshi)

    Or is there some another way or procedure to follow the update process in order to overwrite the style.css also.
    Kindly suggest.
    Another thing-
    One of my query asked above (in my 2nd response) still remains unanswered for point 3.
    That is, My query regarding Grid Layout. Is there any way i can use Grid Layout using images.
    For your kind reference, i wanted to have this sort of Grid Layout

    Thanks

    • This reply was modified 11 years, 11 months ago by Labhanshi.
    #245589

    Hi!

    Ok, I think I found the problem. We’ll fix it with the next update. For now please hide the time with css or delete this line in enfold\framework\php\class-framework-widgets.php

    
    echo "<span class='news-time'>".get_the_time($time_format)."</span>";
    

    Cheers!
    Peter

    #245579

    In reply to: Footer socket

    Hi brich816!

    Thank you for using the theme!

    You can remove the kriesi link on Enfold > Footer > Copyright. Just add the [nolink] tag inside the field. :)

    Best regards,
    Ismael

    #245576

    Hi!
    Please try to deactivate all plugins except WPML. Then Go to Enfold > Theme Options and re-save the settings for all languages. Make sure you’re using the latest version of WPML. If this doesn’t help please create us an admin account.

    Best regards,
    Peter

    #245572

    Hi again!

    I don’t know if it’s our version of the setup or what but it’s only removing the date.

    Set up:
    Version: 2.5
    Installed: enfold
    AviaFramework Version: 1.8.6
    AviaBuilder Version: 0.5

    Before custom code:

    <span class="news-time">February 5, 2014 - 1:23 am</span>
    

    After adding to functions.php:

    
    function change_avia_date_format($date, $function) {
      return false;
    }
    add_filter('avia_widget_time', 'change_avia_date_format', 10, 2);

    this is what we get:

    
    <span class="news-time">1:23 am</span>
    
    #245568

    Hey!

    You are welcome Aleks! Let us know if you have any other questions or issues

    Best regards,
    Yigit

    #245552

    I have tried that too! The files are there something just seems to be broken. Even live preview shows a blank page…

    #245549

    Hey!

    Please try to increase the allocated memory to 128M http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

    Regards,
    Yigit

    #245547

    Hello – I have tried that and still no luck!

    #245544

    Hey bthurtle!

    Please try change the name of plugins folder inside wp-content folder and check if that helps

    Regards,
    Yigit

    #245543
    This reply has been marked as private.
    #245542

    In reply to: icons and ipad

    Hey Marssolutions!

    Thank you for using the support forum!

    Most of the animations are disabled when viewing on a mobile device to improve loading speed but certainly not the links. If you don’t mind, please post the link to the actual page with the icon problem. Make sure that you have the latest version of the theme which is Enfold 2.6.2. We’ll be happy to assist you once we have taken a closer look at the issue.

    Regards,
    Ismael

    #245541
    bthurtle
    Participant

    Hello, I have been trying all afternoon to install Enfold on my wordpress site. I have downloaded the files (3 times) and have tried uploading enfold.zip directly through wordpress and have also tried many many times via ftp. To confirm – I have extracted the enfold.zip file within the themeforest downloadable files.

    I can see the theme listed but when I activate it I get a blank page on both the admin and the live site and cannot get into the back end of wordpress until I delete the enfold theme on the server.

    My hosting company is Namesco – I have 80 sites hosted and have never had this problem before. I am running the latest version of WordPress 3.8.1.

    Help please – three hours is too long to spend trying to upload a theme!!

    #245535

    In reply to: Team Member

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab to center the text below team member images

    .team-member-name, .team-member-job-title { text-align: center; }

    Cheers!
    Yigit

    #245530

    Hi!

    Please add following code to Quick CSS as well

    .av-special-heading { margin-top: 20px; }
    .js_active .tab_content { padding: 0; }

    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
    Unfortunately we do not have custom CSS list. But you can find some custom code snippets on documentation here – http://kriesi.at/documentation/enfold/

    Regards,
    Yigit

    #245524

    Hey!

    Please see Kriesi’s post here – https://kriesi.at/support/topic/kriesi-logo/#post-161892
    You can hire a freelance developer if you really want to replicate it but unfortunately we cannot help you with that.
    You can update the theme to the latest version 2.6.2 ( http://kriesi.at/documentation/enfold/updating-your-theme-files/ ) to have more control over header options ( http://kriesi.at/themes/enfold/headers/ )
    Please add following code to Quick CSS as well

    #top .social_bookmarks_twitter:hover a {
    color: #46d4fe;
    background-color: transparent;
    }
    #top .social_bookmarks_twitter a {
    color: white;
    background-color: #46d4fe;
    }
    #top .social_bookmarks_facebook:hover a {
    color: #37589b;
    background-color: transparent;
    }
    #top .social_bookmarks_facebook a {
    color: white;
    background-color: #37589b;
    }
    top .social_bookmarks_linkedin:hover a {
    color: #419cca;
    background-color: transparent;
    }
    top .social_bookmarks_linkedin a {
    color: white;
    background-color: #419cca;
    }
    #top .social_bookmarks_mail:hover a {
    color: #9fae37;
    background-color: transparent;
    }
    #top .social_bookmarks_mail a {
    color: #fff;
    background-color: #9fae37;
    }

    Regards,
    Yigit

    #245523
    This reply has been marked as private.
    #245522

    Hi Ismael

    Thanks for the response. The site is still very much in development and shouldn’t really be available to the public yet but we’ve run into a couple of issue we’re trying to resolve and need help from others within various forums such as here. Once we are happy with the functionality we are planning on optimising it. If you can recommend any that work well with Enfold that would also be appreciated?

    Regarding the scrolling issue, this appears to have started after I added the following CSS but I can’t see why that would cause this problem:

    /* Centre Logo for mobile  ----------- */
    
    /* iPads (landscape) ----------- */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape) {
    .responsive .mobile_slide_out .logo {
    position: relative;
    left: 37%;
    }}
    
    /* iPads (portrait) ----------- */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : portrait) {
    .responsive .mobile_slide_out .logo {
    position: relative;
    left: 32%;
    }}
    
    /* Smartphones (landscape) ----------- */
    @media only screen 
    and (max-width : 800px) {
    .responsive .mobile_slide_out .logo {
    position: relative;
    left: 30%;
    }}
    
    /* Smartphones (portrait) ----------- */
    @media only screen 
    and (max-width : 480px) {
    .responsive .mobile_slide_out .logo {
    position: relative;
    left: 18%;
    }}
    #245517
    This reply has been marked as private.
    #245514

    Hi Devin,
    I’m running the most current version WordPress 3.8.1 on my development server and I just upgraded to the latest version on the demo install and the problem persists.

    I looked into it further, and it seems to be a problem with the visual Avia Layout Builder for this specific case:
    – 2 column layout with the gallery on the left
    – you click on gallery and then Add/Edit Images, do whatever you need to do, then click Save Changes

    This will result in an extra </p> tag in your markup.

    This is easily fixed by dragging your column with the gallery to the bottom of page, and dragging it back to position. Sort of a kludge to fix the problem, but it does remove the </p> tag.

    So I think it is a minor bug in your Avia Layout Builder Gallery code.

    Since I was able to fix this problem myself, you could close this ticket. But maybe something for the development team to look out for while working on the next release. :)

    #245511

    Hey!

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

    #mce-EMAIL, #mce-FNAME {
    float: left;
    margin-right: 15px!important;
    }
    #mc-embedded-subscribe { margin: 0; }

    Cheers!
    Yigit

    #245508

    Hi rikv!

    Thank your for using the support forum!

    Did you use the Enfold Latest News widget? The widget does have an option to display the title and the excerpt. Additionally, the post thumbnails should be automatically added right before the post title if a featured image is set. If you don’t mind providing a link to actual page with the widget, that would be great.

    Best regards,
    Ismael

    #245498

    THANK YOU!

    #245492

    Hi!

    1- Please add following code to Quick CSS as well

    .toggle_content { padding: 10px; }

    2- Can you post a screenshot and show? I am not sure if i understood it clearly
    3- Icons display fine on my end http://i.imgur.com/M1njv2O.jpg
    Which browser and OS are you using?

    Cheers!
    Yigit

    #245489

    Hi!

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

    #socket .sub_menu_socket li { padding: 0; }

    Best regards,
    Yigit

Viewing 30 results - 224,851 through 224,880 (of 244,348 total)