Viewing 30 results - 215,191 through 215,220 (of 244,459 total)
  • Author
    Search Results
  • #307607

    Well, I was able to work on the timeline a bit — back after we had the previous exchange — then the project got put on hold. Now I’m back to working on it and having the same issue again. I tried upping the memory to 256M, but still no luck. I’m also seeing the error again (see below). Any other suggestions?

    Memory size of 41943040 bytes exhausted (tried to allocate 260935 bytes) in /data/23/3/90/15/3416504/user/3809111/htdocs/wp-content/themes/enfold/css/dynamic-css.php on line 754

    http://skidrow.org/history-timeline-timeline/

    #307600

    In reply to: Slider Navigation

    Hi Dude,

    thanks for your answers!

    1) You can modify the post slider and add the “avia-smallarrow-slider” class to it – then the navigation button layout should change. Follow the instructions here http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and add “avia-smallarrow-slider” (without the quotes) into the Custom CSS class field.

    Nice;) This works so far but places the arrows below the sliders content. How do I place it at top?

    2) You can hide the feature image with css code – insert it into the quick css field or child theme style.css file:

    .avia-content-slider .slide-image { display: none !important; }

    Hmm, works in the quick css field but not in my child theme style.css file. But more important is the remaining white space on top. How to remove this additional empty „line“? Please have a look at the site.

    bye,
    Karsten

    #307593

    In reply to: CSS not editable

    Hey!

    As Yigit mentioned make sure that this file specifically has writable permissions: http://www.YOURSITE.com/wp-content/uploads/dynamic_avia/enfold.css

    If you take a look at it from the browser none of the css is getting applied to it so none of the visual options are able to viewed. This is separate from image uploads or editing the theme css files directly.

    Cheers!
    Devin

    #307586
    This reply has been marked as private.
    #307582
    #307580
    theprodigy129
    Participant

    I would like something exactly like the bottom of this page: http://kriesi.at/themedemo/?theme=enfold

    Except I would like the blog thumbnails to link to another page where my users can submit there information and I send them a case study or a white page. Is this possible? If so, can someone please chime in! Thanks, I am loving the theme, but would like to get this going asap.

    THANKS!!

    • This topic was modified 11 years, 7 months ago by theprodigy129.
    #307548
    zerozendesign
    Participant

    Hi guys,

    I would like to reduce the margin in between the columns on the mentioned page. Reducing it to half of what the distance is now between each would be ideal.

    Thanks in advance

    #307538

    In reply to: Blog Artikel

    Beim Enfold combo Widgett in der Sidebar und im Footer das Selbe. Eingestellt sind 4, erscheinen aber 6.
    Bitte Hilfe.
    Danke

    #307526
    zerozendesign
    Participant

    Hi guys,

    I tried searching the forum and could not find an exact answer on how to do this. I am trying to add a background section to show slightly transparent behind the content contained within the color section. I found a little bit of help which has gotten me started, but the outside edges appear white even though I have a background applied to the main content area of the site through enfold settings. How would I apply the transparent boxed background and have the outside edges remain consistent with the currently set speckled background?

    Link attached.

    #307514
    Tk909
    Participant

    Hello,

    On my site, i’m currently using the blog layout. I’m on enfold 2.8.1 i believe, but have no plans of updating anytime soon.

    The issue i’m having is the blog entry content tiles have no links to the pages, and instead have the “Read More” little link and picture linking to the respective page.

    This is a big issue for mobile versions, as no images displays. Most users click the titles to access the page.

    How do i append the respective URL link to the entry content on the blog?

    #307494

    Topic: Animation

    in forum Enfold
    codecreative
    Participant

    Hi Enfold Support

    I’ve been asked to animate one of the png files on the home page of a site. It’s only a small image, its a sidebar kind of image 180 pixels wide.

    Just wondering if there is any built in feature to do this? Or if you could recommend any kind of resource/plugin that is best to achieve this. Presumably I’m guessing this is best done via html 5

    #307489
    dinhgilbert
    Participant

    Hi team!
    I really like your theme, and i thought it has the function to build the site like http://www.games.com, when i browser mouse with any game the show up “PLAY NOW” or “Game Info” button, and when hit those button it will directly to other inner page. I don’t know how to do that, but i just thought your theme can do with that since it has a tons of function for all people need. I believe you guys expert and know exactly how to do with, pls take your time and advise me in details.

    Note: normally i do with “Playout Builder” with “Playout Elements:1/3” then add “Content Elements:Textbook”. But i do not know how to do with the site i mentioned above.
    Big thank in advance.
    Best regards,

    #307459

    Hi Alex

    Can you please re-update Enfold folder via FTP and make sure to overwrite all files? – http://vimeo.com/67209750

    Regards,
    Yigit

    #307454

    In reply to: Images Side By Side

    Hey!

    Please firstly give your color section element a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) then add following code to Quick CSS

    #your-custom-id .container { width: 100%; }
    #your-custom-id .content { padding: 0; width: 100%; }
    #your-custom-id .av_one_half { margin: 0; width: 50%; }

    Best regards,
    Yigit

    #307453

    In reply to: Logo overlay on menu

    Hi Denis!

    Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.

    Cheers!
    Yigit

    Finally solved it by deleting everything ans starting with clean db, new WP and enfold theme, now all is fine.

    #307444
    This reply has been marked as private.
    #307429

    Hey Julian!

    You can firstly turn on Custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then give your elements a custom CSS class ( i.e.: my-tab-one and my-tab-two ). Then you can add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .my-tab-one { display: none; }}
    @media only screen and (min-width: 480px) {
    .my-tab-two { display: none; }}

    Regards,
    Yigit

    #307407

    Hey Boston182!

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

    @media only screen and (min-width: 1140px) {
    .av-main-nav > li > a { padding: 0 38px; }}
    @media only screen and (min-width: 990px) and (max-width: 1139px) {
    .av-main-nav > li > a { padding: 0 29px; }}
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a { padding: 0 13px; }}

    Regards,
    Yigit

    • This reply was modified 11 years, 7 months ago by Yigit.
    #307404
    Boston182
    Participant

    Hey Kriesi Team,

    I’m using Enfold and have the Header set to Logo Left, Menu Below. My current work can be seen at http://www.tiffanytimmons.com/new

    My issue is that I would like the menu to be full width, but only to the width of the main content area. Also, I’d like the background color to stretch infinitely to the sides. I’d also like all of the words to be centered within their respective areas.

    An example of what I mean can be seen here: http://i.imgur.com/agGwvD8.jpg

    Can you please help me out? It’d be greatly appreciated.

    Thanks!

    #307403

    Hey!

    You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
    You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.

    Cheers!
    Yigit

    #307385
    klaussekuly
    Participant

    Hallo liebes Support-Team,

    wie kann ich im Enfold dem Fließtext eine andere Schriftgröße geben?

    Gruß
    Klaus

    #307381

    In reply to: Slider Navigation

    Hey kmue!

    1) You can modify the post slider and add the “avia-smallarrow-slider” class to it – then the navigation button layout should change. Follow the instructions here http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and add “avia-smallarrow-slider” (without the quotes) into the Custom CSS class field.

    2) You can hide the feature image with css code – insert it into the quick css field or child theme style.css file:

    
    .avia-content-slider .slide-image { display: none !important; }
    

    Cheers!
    Peter

    #307380

    Hi Yigit

    Yes, I thought I might have figured it out ok some time after raising the call. I am glad it’s been done right.
    Thanks for a very pleasant contact with Enfold support, your help is very much appreciated.
    Stan

    #307378

    Topic: Change Menu

    in forum Enfold
    dyo87
    Participant

    I want in my page this menu :

    http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/

    How do I get it?

    #307363

    Hey envato99!

    Yes, you can activate the “custom css class” option: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then use a textblock element with a custom css class to change the styling of the textblock content/text. I.e. create a new textblock, insert your text into the editor field, then insert “mysmalltextclass” (without the quotes “”) into the “Custom CSS Class” field. Afterwards insert this code into the child theme style.css file (or into the quick css field on the Enfold option page):

    
    .mysmalltextclass{
    display: none;
    }
    

    – the code will hide the text. You can also use this code if you just want to change the font size:

    
    .mysmalltextclass{
    font-size: 5px;
    }
    

    Regards,
    Peter

    #307356
    gorkas
    Participant

    Hi,

    what would be the best way to embed a pdf file on a page in Enfold? I tried

    <object data=”file.pdf” type=”application/pdf” width=”700″ height=”700”></object>

    in a text box, but am getting all sorts of problems

    – embedded pdf scrolls over the page header
    – left sidebar menu is lost, visible when embedding html code is taken out
    – html code disappears next time I try to edit the text box.

    Many thanks for your help.

    #307352
    This reply has been marked as private.
    #307350

    Hi!

    Yes, please insert this code into the enfold/functions.php or child theme functions.php file:

    
    add_filter('avf_which_archive_output','avf_change_which_archive', 10, 3);
    function avf_change_which_archive($output)
    {
    	if(is_category())
    	{
    		$output = __('Archive for:','avia_framework').' '.single_cat_title('',false);
    	}
    
    	return $output;
    }
    

    Regards,
    Peter

    #307346

    Hi Mark

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

    @media only screen and (max-width: 768px) {
    #top .scroll-down-link { display: none !important; }}

    Regards,
    Yigit

Viewing 30 results - 215,191 through 215,220 (of 244,459 total)