Viewing 30 results - 140,941 through 140,970 (of 141,808 total)
  • Author
    Search Results
  • #123953

    Hey, Peter,

    I did exactly what you said. Added this in wp_settings file and put it on the server:


    // Include files required for initialization.

    require( ABSPATH . WPINC . ‘/load.php’ );

    require( ABSPATH . WPINC . ‘/default-constants.php’ );

    require( ABSPATH . WPINC . ‘/version.php’ );

    // Set initial default constants including WP_MEMORY_LIMIT, WP_MAX_MEMORY_LIMIT, WP_DEBUG, WP_CONTENT_DIR and WP_CACHE.

    wp_initial_constants( );

    define(‘WP_MEMORY_LIMIT’, ‘128M’);

    define(‘WP_MAX_MEMORY_LIMIT’, ‘256M’);

    // Check for the required PHP version and for the MySQL extension or a database drop-in.

    wp_check_php_mysql_versions();


    I also went into the PHP settings on the hosting server and changed memory_limit setting to 128Mb

    No joy! The problem stil remains. Please help.

    Thank you!

    #24597
    Togel1
    Participant

    Hey,

    is there a practical way to have the MOBILE MENU not showing up from top-right position to bottom-left. It would be nice to have it fading in from top to bottom only.

    Thanks, Tom

    #123952

    Hey!

    Please try to increase the allocated php memory. http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP – set it to 128M.

    Best regards,

    Peter

    #24583
    lenniek
    Participant

    Hi,

    I have been using Choices theme for a while and now I have purchased Enfold. Uploaded it to the server. Found it in the Themes section in WP console and clicked Activate. Went to a blank page, tried to return to the console – nothing. The site works ( http://marinachasnik.ru/ ) but the console doesn’t! What shall I do? Cheers

    Lennie

    #123928

    Hi, it’s not an easy one – but can be done, pls read here https://kriesi.at/support/topic/adding-custom-icons

    rgds ykblue

    #24570
    andypeck
    Participant

    Hi there,

    above my main nav ive created a thin line that should appear behind the highlight box – only currently its sitting on top of it. How do I arrange the layers so that the ‘thin’ line sits behind the thick orange highlight box?

    Ive tried playing around with z-index:-1; but nothing happens.

    Can anyone shed any light?

    Andy

    #122945

    Hey Devin,

    Let’s revisit this, are you saying that my site is working correctly and displaying the non-fixed header properly? That is, as you scroll down the page, the header nav menu shrinks and maintains positioning at the top of your browser even as you scroll down? I think you misread and are confusing my question with my header currently working as *fixed* – when it is currently set to *non-fixed* meaning if you see it fixed, it is *not* working.

    As for my viewing a cached version – Negative ghost rider. I have disabled all plugins including those for caching, as well as any server caching services such as CloudFlare. I’ve dumped my browsing data, viewed in Incognito, and as in my original post, tested this across 3 different browsers (of which 2 had no previous visits to said website, thus no cached history to pull from). Thanks again for the help.

    #24462
    andypeck
    Participant

    Hi Folks,

    I want to control when/which container border to turn off and when I want it back on.

    I have created a tiled horizontal png graphic (with a transparent background) that appears to give the effect of the main color background blending into the ALTERNATE container by using halftone dots. However, I still want to control the other container borders. I dont want to just turn them all off/on throughout the site or even per page (which is what is happening at the moment.

    Could it be done by creating a class, by giving a particular container a name which is then associated with a specific top/bottom border? If so, can anyone suggest how to get started?

    You can see what I mean on my Home page… andypeck.co.uk (effect between x3 skills and the portfolio)

    Cheers

    Andy

    #122757

    In reply to: Input control

    Hey!

    Try

    #top .advanced_mortgage_calculator_content input[type="text"] {
    float: left;
    clear: left;
    }

    Best regards,

    Peter

    #123250

    In reply to: Menu overlaying logo

    Hi,

    please try following – open up wp-content/themes/enfold/js/avia.js and replace

    switchWidth 	  = 768;

    with

    switchWidth 	  = 1010;

    and insert following code into the quick css field

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 1010px) {
    /*all templates*/
    .responsive #header .main_menu ul{display:none;}

    /*header*/
    .responsive #top #header {position: relative; }
    .responsive #top #main {padding-top:0; }
    .responsive #main .container_wrap:first-child{ border-top:none; }

    .responsive .main_menu{position: static;}
    .responsive .logo{position: static; height:80px; float:none;}
    .responsive .mobile_slide_out .logo{float:left;}
    .responsive .logo img{margin: 0 auto;}
    .responsive #header_main .container{height:auto !important; }
    .responsive #top .header_bg { opacity: 1; filter: alpha(opacity=1); }
    .responsive #top .mobileMenu{margin: 0 0 10px 0; width:100%; padding: 10px 4px;}
    .responsive.social_header .phone-info {text-align: center; float:none; clear:both; margin:0; padding:0;}
    .responsive.social_header .phone-info span{border:none; width:100%; text-align: center; float:none; clear:both; margin:0; padding:0;}
    .responsive #header_meta .social_bookmarks{padding-bottom:2px; width:100%;}
    .responsive #header_meta .social_bookmarks li{ border-style:solid; border-width:1px; margin-bottom:-1px; margin-left:-1px;}
    .responsive #top #header_meta .social_bookmarks li:last-child a{border-right-style: solid; border-right-width: 1px;}
    .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul{float:none; width:100%; text-align: center; margin:0 auto; position: static;}
    .responsive #header .social_bookmarks{width:100%; text-align: center; height:auto; line-height: 0.8em;}
    .responsive #header_meta .sub_menu>ul li,
    .responsive #header .social_bookmarks li{float:none; display: inline-block;}
    .responsive.bottom_nav_header #header_main .social_bookmarks{ position: relative; top: 0; right: 0; margin: 10px auto; clear:both;}
    .responsive #header_main_alternate .mobileMenu{ margin:16px 0;}
    .responsive.bottom_nav_header.social_header .main_menu>div{height:auto;}
    }

    #123499

    The problem is that filters like:

    add_filter( 'the_content', 'shortcode_unautop',100 );

    will affect the entire content (including our shortcodes) and this might be a problem. I’ll tag this thread for Kriesi. Maybe he wants to add a raw shortcode to the theme.

    If you want to remove the wpautop filter from the columns content open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodescolumns.php and remove/comment out:

    if(empty($avia_config['conditionals']['is_builder_template'])) $content = wpautop($content);

    #123630

    Hey!

    See https://kriesi.at/support/topic/shortcode-button-isnt-responsive-in-layerslider – I’ll tag this thread for Kriesi – he didn’t answer the last thread and maybe he can’t provide a solution too but it’s worth a try.

    Regards,

    Peter

    #123163

    Hi,

    Cloudfare is one of the many content delivery network or content distribution network around, or so they say but users observe otherwise. “Visitors will go to CloudFlare servers for the pages of your site rather than hitting your server. It acts like a proxy server for regular HTML pages”. Honestly, I haven’t tried any of them so I can’t give you an expert advice about it. According to the reviews it doesn’t do much on speeding up your site and it has some issues with adsense. Let me tag the rest of the support team to give us more info about this topic.

    Regards,

    Ismael

    #24553
    victoriaeducacion
    Participant

    Hi:

    I want to use a locally hosted font and I’m using the child theme.

    I read the support forum and I have some doubts about the instructions:

    1- I have the regular, bold, oblique and bold oblique version of an open source font that I want to use in my website. Should I upload the four versions or is it enough with the regular version and I could obtain the bold or oblique version derivated from the only regular uploaded?

    2- First, I have to select “no custom font” from the font dropdown. Then, I have to create a folder for custom font in /wp-content/themes/enfold/css called “font”. After adding the fonts to /wp-content/themes/enfold/css/font, where do I have to add the following css code? In the style.css file into the child theme?

    <br />
    @font-face {<br />
    font-family: '/the name of the custom hosted font/';<br />
    src: url('/here the url path, isn't it?/.eot');<br />
    src: url('/here the url path, isn't it?/.eot?#iefix') format('embedded-opentype'),<br />
    url('/here the url path, isn't it?/.woff') format('woff'),<br />
    url('/here the url path, isn't it?/.ttf') format('truetype'),<br />
    url('/here the url path, isn't it?/.svg#freesans') format('svg');<br />
    font-weight: normal;<br />
    font-style: normal;<br />
    } </p>
    <p>h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox{<br />
    font-family:'//the name of the custom hosted font/', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;<br />
    }<br />

    I want to use this font globally in the site. Besides to h1, h2, etc. Should I specify any element more?

    Thanks for helping!

    Regards.

    #24547
    andypeck
    Participant

    Hi Folks,

    I want to control when/which container border to turn off and when I want it back on.

    I have created a tiled horizontal png graphic (with a transparent background) that appears to give the effect of the main color background blending into the ALTERNATE container by using halftone dots. However, I still want to control the other container borders. I dont want to just turn them all off/on throughout the site or even per page (which is what is happening at the moment.

    Could it be done by creating a class, by giving a particular container a name which is then associated with a specific top/bottom border? If so, can anyone suggest how to get started?

    You can see what I mean on my Home page… andypeck.co.uk (effect between x3 skills and the portfolio)

    Cheers

    Andy

    #123609

    In reply to: Fix sidebar

    It’s work thx !

    But i replace :

    #top #main .sidebar {

    position: fixed;

    right: 114px;

    }

    Regards

    R3v0x

    #123608

    In reply to: Fix sidebar

    Tbh I think this is not easily possible and this will break various things and will cause several issues. You can try following code – insert it into the quick css field:

    #top #main .sidebar {
    position: fixed;
    right: 160px;
    }

    If it works great, if not please stay away from this customization.

    #123621

    Hi!

    No, currently only two menus are supported. If you want an additional top menu please use “Fixed Header with Social Icons and additional Navigation” or “Non-fixed Header with Social Icons and additional Navigation”

    Best regards,

    Peter

    #123629

    In reply to: Margin Lay-out element

    Hello Peter,

    Found a solution:

    .avia-builder-el-4{

    margin-top: 0px !important;

    }

    Thanks!

    #24517
    cdsymm
    Participant

    Hi there

    For the past week I have been trawling this forum and the web for a solution to this theme not uploading, maybe I missed something. This is what I’ve done so far:

    Tried uploading the zipped folder directly into WordPress, it doesn’t load.

    Unpacked the files from the zipped folder

    Using blue FTP, tried copying the unpacked enfold folder into the themes folder, the upload does not complete and therefore the theme does not work. The upload seems to stop at the same point every time, even if I use a different pc, I thought it might have been a firewall issue, so I have disabled the firewall, still no luck.

    The upload gets stuck after this file has been installed :

    Enfold/configure-templatebuilder/avia-template-builder/template-builder.php

    So the rest of the folders are not installed

    Can anyone please help me, I am very frustrated.

    Chris

    Hi,

    Since I can’t see your code to give you the correct css for your situation, I will guess. Please add this to your /css/custom.css or to Quick CSS located in Enfold > Theme Options – Layout (textarea at the bottom) . If it doesn’t fit change 247px to a lower or higher number.

    .fixed_header.social_header #main {
    padding-top:197px !important;
    }

    Switching to mobile navigation at larger screen size will annoy tablet owners. I think a better solution would be to lower the menu , however to change the screen size that triggers the mobile menu please open up /js/avia.js and find line 1099 which looks like

    switchWidth: 768,

    Change that number above (768) to 790

    and also please add this css but change 767 to whatever number you put above minus one. so if instead of 768 you put 777 then put 776 below.

    @media only screen and (max-width: 767px){
    .responsive .main_menu {
    position: static;
    }}

    Thanks,

    Nick

    #123573

    Yes – use following code and add it to the top of functions.php (after global $avia_config;):

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Open Sans'] = 'Open Sans:400,600&subset=latin,latin-ext';
    return $fonts;
    }

    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Open Sans'] = 'Open Sans:400,600&subset=latin,latin-ext';
    return $fonts;
    }

    #118020

    Thanks Ismael it works!!

    I have just another issue with mega menu. Top margin of mega menu is not align, check my site.

    I wrote this code, but than top green border was under line like 2px and it looks even worst:

    .avia_mega_div.avia_mega2.six.units {

    right: -360px !important;

    margin-top: 0px !important;

    }

    Sorry I’m beginner in CSS and I would like to help with this mega menu problems which I wasn’t expecting.

    Thanks!

    andikleinke
    Participant

    Hi there,

    the fixed menu doesn’t work as expected on the iPad: when viewed in landscape mode, it does remain fixed at the top of the window, but it doesn’t shrink in height like on desktop browser. And when you turn the iPad 90 degrees and use it in portrait mode, the menu doesn’t stick at all but scrolls up with the rest of the page.

    Is it possible to have it react the same way as on desktop browsers, regardless of the orientation?

    Thanks!

    Andy

    I second that

    Just set up a color section with a FIXED image in it with a quote over the top. Looks fine on my Mac & Safari but doesnt work at all on IOS devices. The text (quote) appears as it should but no image

    Cheers

    Andy

    #121719

    Thanks a lot, Kriesi, the 1.6 update fixed it! :)

    It introduced another bug though, which I’ve outlined here: https://kriesi.at/support/topic/new-bug-in-16-font-icons-within-icon-boxes-cant-be-aligned-anything-but-left

    Also, there are a few other things that are a bit weird on the iPad. The fixed menu doesn’t stay fixed in portrait orientation, and while it does remain at the top border of the screen in landscape orientation, it does not shrink like it does on desktop browsers. And: the parallax-ish effect for color sections does not work on iOS-Safari at all, and is very choppy on Safari for Mac.

    I’ll open up separate threads for these, would be fantastic if you could have a look.

    Thanks again,

    Andy

    This is pretty cool, good tip especially #4

    ….you can enter your own custom buttons CSS (replace theirs)

    http://css-tricks.com/examples/ButtonMaker/#

    I used the color swatches from this: http://designmodo.github.io/Flat-UI/

    worked great (just dont make a gradient…(for the purposes of that generator use same for top and bottom color)

    Figured out the Parrallax effect.

    1. Create Colored Section ( Change Background )

    2. Fixed Background

    3. Throw Easy Slider on top of it.

    4. You can make it as wide as you want by throwing dividers and making them Clear Dividers.

    Yes but I edited in that removing that does make it go “flat” but the flat UI does indeed have a hover change…maybe reversing the current hover event would do it? instead of making it lighter or vanish like they have it now, make it appear or darken as you hover?

    I think you’d have to make that png the full size of the button not just a kind of top down “bubble” effect…

    Enfold?

    #24510
    Tsukassax
    Participant

    Hello guys !

    I need your help on something :

    1/ I would like to remove the small bold line on top of sub-menus as shown on the picture above :

    995780Sanstitre.png

    2/

    I also would like to remove the name of the picture file on the left top of the lightbox, aswell as the slim black frame arround the box and adjust the close button to show properly !

    212848bis.png

    Any idea on how to do that ?

    Thanks in advance ;)

Viewing 30 results - 140,941 through 140,970 (of 141,808 total)