Viewing 30 results - 224,251 through 224,280 (of 243,739 total)
  • Author
    Search Results
  • #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

    #245487

    Hi!

    Please check your website again. It is a bit tricky but seems to work. You can find the custom CSS code in Quick CSS. For more detailed customization, please hire a freelance developer

    Best regards,
    Yigit

    #245483
    This reply has been marked as private.
    #245481

    The support here is so great! Thank you!

    Is there a quick fix to the height of the column line separator? So it stops near the word “consulting”?

    #245480
    erkuto
    Participant

    Hi,

    I am using Enfold with http://www.onlinemulakatdeneyimi.com and it is opening so slowly. Is it related to work with any of social media connection (twitter or youtube)? I am living in Turkey and some of social websites banned in Turkey.

    Why is it loading itself late?

    Thanks!

    Orhan

    #245479

    Hi!

    It was not linked so i adjusted custom CSS code in Quick CSS a bit and it seems to work fine. Please flush browsers cache and check your website

    Cheers!
    Yigit

    #245478
    This reply has been marked as private.
    #245476
    This reply has been marked as private.
    #245474

    Hi!

    Can you post the link to your website so i can take a look?

    Cheers!
    Yigit

    #245473

    Hi Yigit!

    Thanks for the direction. I tried the below code with menu-item 7972

    #menu-item-7972 .mega_menu_title a {
    color: white!important;
    }

    But was not successful. Any other thoughts?

    Thank you

Viewing 30 results - 224,251 through 224,280 (of 243,739 total)