Viewing 30 results - 141,181 through 141,210 (of 142,615 total)
  • Author
    Search Results
  • #128655

    Hi spinner,

    The previous topics was marked as resolved by the original poster which is why it was closed.

    the increased memory limit is a symptom of wordpress not increasing its running requirements for so long that plugins+wordpress+theme functions are now a bit much for many default hosting setups. WooCommerce actually has the same recommendation because of the increased resources needed and once you are up to 128mb it should be enough and fine.

    So when you say you’ve already upped it, what did you raise it to and in what method? Often going a single route isn’t enough and it must be done on a server level by the hosting provider.

    If this is on northern-studios . com, it looks like you are on 64mb which could be increased and see if that helps as well.

    When you say you have 2 identical sites, what does that actually mean? The more details the better.

    As an aside, our queue system goes by last posted item to newest so older posts without new replies come first. So each time you self bump it pushes it to the back of our queue. I happened to see this topic looking through new responses but typically bumping just makes it take longer for us to see a topic.

    Regards,

    Devin

    #126009

    Hi,

    The links you pasted above have expired. Please repost them again.

    Thanks,

    Nick

    #128654

    Additional info: my SEO stopped working at the same time as the editor buttons.

    I am using YOAST, as mentioned in the now closed post –

    SEO settings won’t update on the theme – I just triplechecked this.

    I have the same plugin working on another, non-enfold site, I tweaked a SEO setting, and it updated on the spot.

    So… I’d say somewhere, something seems not to be firing as it should.

    (and yes, I have disabled the current version of the plugin, uninstalled the plugin, reinstalled the plugin, all that…)

    ~s

    #128653

    I saw the other topic was closed to replies, so I will respond here:

    I did not see anything which made the conclusion it was a viable option to increase php memory even more.

    Again, I run *two* identical sites. On one it works, on the other it doesn’t

    Is this of no consequence or relevance to you?

    Also, if people need to keep increasing their php memory, don’t you think maybe the code could use a revision as to be less, not more, hungry?

    ~s

    #128873

    To solve this:

    1. Enable twentytwelve as theme.

    2. Open the post, save it once (you should see the contents of the avia builder).

    3. You may also try to recover from a revision.

    4. Re-enable Enfold and everything should be fine.

    To prevent this from happening:

    1. Limit the amount of revisions.

    2. Increase the autosave feature of WordPress.

    Open up wp-config.php and add the following constant above /* That’s all, stop editing! Happy blogging. */

    /** Extending the autosave feature to 20 minutes */
    define('AUTOSAVE_INTERVAL', 1200 );
    /** Limit draft count */
    define('WP_POST_REVISIONS', 3);

    Short explanation:

    When you start editing with the builder and open up lets say a toggle (editing one of the elements with the MCE) a misbehaviour may occur when WordPress autosaves in the background. Raising the autosave won’t solve the prob, but prevents the above situation.

    Memory issues: Already checked your PHP Max (there are some plugins for that)? You may also try to enable the WordPress debug mode in wp-config.php.

    Good luck!

    #25981
    nick_o_laas
    Participant

    Redownloaded the latest 1.7 and increased my Memory limit through 5 different methods and it still does not work. Have you considered it to be a possible database error? I’ll set you up with access if needed.

    Please fix this, I see you closed the topic on the guys other thread before confirming it was fixed.

    Here are some screenshots:

    http://images.intuition-designs.com/screenshots

    #127901

    You could try something like:

    #top.single-post #main .sidebar {
    display: none;
    }

    But its a visual hack so the content is just removed from view.

    #126008

    Using that layout I’m still not getting the same error. I’ll tag the other support crew to see if they can re-create it on their end.

    Regards,

    Devin

    #25978
    tekpal
    Participant

    Hello —

    I love the theme. Thanks for making it. :-)

    My question:

    I have a logo that is rather large (185 px square) — transparent PNG.

    I would like to have this image float above everything else in the header area.

    A representation of this image could be seen using picpaste image paster… — the logo would be where the blue paintbrush area is…

    http://picpaste.com/topbanner_logo_area-Ps0uCJil.jpeg

    When the page scrolls and the “enfold” logo gets smaller, I would like to control the size of that graphic as well.

    Can you tell me how you would recommend:

    — making the image float above everything else on the page (because it would be halfway in the header area, and halfway into the slideshow area)

    — where to adjust the size of the graphic when it gets smaller…

    I know this is in the CSS but I always have a great deal of trouble finding exactly how and what to modify! :-(

    Thank you!

    #128124

    Nick Thanks for the reply, I decided to use Gravity Forms, thanks for all!!!!

    Your support is amazing!

    #128466

    In reply to: change submit button

    Hi sahussain,

    You can change the button color for that page specifically by adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.page-id-1167 .ajax_form .button {
    background-color: #333;
    }

    Change that hex color to whatever color you want the button to be.

    For the red *, use:

    #top .iphorm-required {
    color: red;
    }

    Regards,

    Devin

    solljul
    Participant

    Hi,

    I’ve a single post in full width without sidebar. On top of the post I have an image. In Safari and Chrome on MAC, image adjust his size automaticaly when I resize the browser’s window. But that doesn’t work in Firefox (MAC and Windws) and IE (only tested in version 10).

    It works with all browser if I add a sidebar… strange!

    Any Idea?

    Thx

    #128816

    Hi Ivana,

    Re-download the files from themeforest today as the most recent bug fix update was 1.7.1. You can then either send it to the developer from before or you can update following the guide I’ve made here: https://vimeo.com/channels/aviathemes/67209750

    What the developer may have done is update those files that were changed from your previous version and missed updating the style.css file which dictates the version in the wordpress backend.

    I don’t have 1.7 on hand any longer to check if the style.css file wasn’t updated so I can’t say for sure if the file mistakenly said 1.6 when you sent it. If you do still have the previously downloaded files just open up the theme folder and then the style.css file. At the very top will be the version that will display in your wordpress backend.

    Regards,

    Devin

    #123196

    Hi,

    Check every box on that page. ‘Tatisma’ on your image should be the correct one, since it is number 5 checkbox counting from the end , and you checked number 4 from the end which is Comments, and not Discussion.

    To completely remove comments from everywhere, please open up single.php in main theme folder, and find line 43 , and add two forward slashes // to it so that it will look like this

    // comments_template( '/includes/comments.php');

    The icons are not images, but are a special font , and are called glyphs. I had a page made where I showed how to add any glyph from http://www.fontello.com (where all the glyphs can be found) directly to the theme. In my example I add a yahoo icon, but it will work the same way with any icon. https://kriesi.at/support/topic/youtube-icon#post-117381

    Thanks,

    Nick

    BlogNostics
    Participant

    I need some styling assistance with Single Author Big Preview Pic with Excerpt and read more link

    I have set single author big pic with custom preview image set to Portfolio Small (260X185)

    What I want to achieve is the following I would give you a link but I am working on a LocalHost.

    How do I make the 260×185 image to show in a circle?

    I have the image aligned to the left of the page

    The title of posts and excerpt are aligned to the bottom of the image to the left

    How do I aligned title and excerpt to the top right of the image? For the life of me I cannot figure out where to do this at.

    Also for the Multi Author

    Is it possible to have everything the way it is set in Multi Author but instead of the Author image in the circle preview have the post image excerpt in the preview?

    Thank you in advance for your assistance

    #25963

    Topic: How to link to Skype

    in forum Enfold
    Mkieling
    Participant

    I’m trying to link the top menu Skype icon to Skype. I have no idea what address I should put on the header theme options?

    Could you help?

    Miguel Kieling

    #128749

    What you can do is:

    1) Open a blank page or create a new one

    2) Add only the testimonial slider and fill it with the right content

    3) Click the “Templates” button on the top right of your Avia Layout Builder content

    4) Click “Save Entry as Template” and give it a name

    5) Close the page (shouldn’t need to save this page)

    6) Open the page where you want to add the testimonial slider and click that “Templates” button again

    7) Choose the name you gave the testimonial slider and it will be added to the bottom of your page content

    Once added, you can reposition it as usual.

    Keep in mind that any further changes you make after you saved it won’t be saved to the template. So if you ever lose the testimonial slider, you can add it again from the templates but it will be the version it was when you originally saved that.

    It’s better than nothing, and I’m not fond of this method. Just for this issue I don’t use the testimonial slider. It should really be a central item where you change it once and it changes everywhere it’s shown, like a widget etc.

    Perhaps there are better alternatives, so best wait for possible feedback from others.

    #25955
    kaysperre
    Participant

    I need to know how to completely remove the colored line / border below the items in the main menu / navigation menu, on top of the submenus that appear, when you hover over the menu item. Many thanks for your kind support.

    Illustration: https://dl.dropboxusercontent.com/u/608374/what-i-need-to-remove.png

    #25953
    ivangorohov
    Participant

    Hello! I have a small problem. In topic – https://kriesi.at/support/topic/please-contribute-and-translate-enfold, i download LayerSlider-ru_RU.po and LayerSlider-ru_RU.mo files.

    I copied the files in the folder /public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/languages/ and /public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/.

    Moreover i renamed this files to ru_RU.po ru_RU.mo и also copied the files in the folder /public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/languages/ and /public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/.

    I understand that this is stupid, but I tried all the options.

    Still, I think that the translation does not work because there is no Laerslider in plug-ins? He is on the menu admin panel, but it is not in plugins!!

    #128511

    In reply to: Color Section

    RGBA (and HSL) color definitions won’t make it in IE and Opera. You should have a look at progressive enhancements to get things going. To get it straight: IE likes to have it’s very own solution for this.

    #top .page-id-2429 #av_section_1 .avia_textblock {

    background: rgba(55,55,55,0.6);

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FF0080,endColorstr=#99FF0080);

    zoom:1;

    padding: 5px 10px;

    color: #fff;

    border-radius: 4px;

    }

    The Microsoft gradient takes a start and end color. If you look a lil bit closer to the hex value, you’ll notice the two additional digits in front. This is the alpha channel to have it transparent. So if you define 0.6 in RGBA, the digits should be 60. Additionally, the zoom:1 prevents crappy font rendering (somehow).

    #127265

    No worries, found a different thread with a function.php edit.

    https://kriesi.at/support/topic/breadcrumbs-change-you-are-here

    Thanks!

    #128323

    I forgot to mention that I’m using the vertical tabs on the left.

    Your screen cast is using top tabs, probably it didn’t happen on that.

    I will try out again.

    #123195

    Hello,

    I want to turn off all the comment areas, not just on a spesific page. I have look at what you sent to me but my screen is not the same with your. You can see the screen shots;

    https://dl.dropboxusercontent.com/u/4302461/Screen-Shot-1-2.jpg

    https://dl.dropboxusercontent.com/u/4302461/Screen-Shot-2-2.jpg

    My second questin is about social media icons on the top left area (above the logo) How can I change the icons. I have try to find on FTP but couldn’t see it. If you can tell me the path of icons I can change it for my needs.

    Thanks

    #128428

    Hi!

    You can use following css code to add a padding before the slider element. Make sure that no other element is used before the slider, otherwise the code won’t work

    .avia-fullwidth-slider.avia-builder-el-0{
    padding-top: 75px;
    }

    I’d recommend to insert it into the quick css field.

    Regards,

    Peter

    #125775

    Hey,

    You can try this.

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

    @media only screen and (max-width: 870px) {
    #top .avia-slideshow-button.avia-button-light {
    padding: 3px 8px;
    font-size: 9px;
    }
    }

    Regards,

    Ismael

    #128321

    1) Yes, it’s not always possible to combine all elements/shortcodes with each other. There’re some limitations…

    2) However afaik the notification shortcode should work with the tabs. I’d use the “shortcode generator” (magic wand icon in the TinyMCE editor field on the post editor screen) to generate the “notification” shortcode. Then copy the shortcode text and insert it into a tab element and save the content. And voila – you should have a notification box inside a tab. I made a short screencast to demonstrate the workflow: http://www.screenr.com/JsgH

    3) Please don’t add the shortcode html code directly – wordpress will add paragraph tags to it because of the wpautop filter.

    #128508

    In reply to: Color Section

    The rgba value syntax seems to be correct. Try to change the color value (this converter will help you: http://hex2rgba.devoth.com/ ) or try to add a !important tag to it:

    #top .page-id-2429 #av_section_1 .avia_textblock {
    background: rgba(55,55,55,0.6) !important;
    }

    #128320

    As there’s no table short codes within a tab content editor, I used the usual HTML table.

    But, every time I perform save, several new line break will be introduced on top of these tables I have created.

    Can we do anything to prevent this from happening?

    #25914
    spinner
    Participant

    Hiya,

    this is a bump, as it seemingly affects several of us:

    https://kriesi.at/support/topic/advanced-layout-editor-corrupted-or-missing-code#post-123495

    This issue is NOT resolved.

    ~s

    #128506

    In reply to: Color Section

    Try this one:

    #top .page-id-2429 #av_section_1 .avia_textblock {

    background: rgba(55,55,55,0.6);

    padding: 5px 10px;

    color: #fff;

    border-radius: 4px;

    }

    Just to show you the difference between #color and rgba(). ;)

    If you like to apply it to all pages, try this selector: .page .avia_textblock

Viewing 30 results - 141,181 through 141,210 (of 142,615 total)