Viewing 30 results - 219,421 through 219,450 (of 243,876 total)
  • Author
    Search Results
  • #275049

    Hi!

    1- Please try deactivating all active plugins and check if that helps
    2- Please go to Enfold theme options > Header Layout > Transparency options and upload the logo you would like to display before shrinking

    Cheers!
    Yigit

    #275029

    Hi!

    Only the copyright notice at the bottom. You just need to add

    
    [nolink]
    

    into the copyright text field to remove it (Enfold > Theme Options).

    Regards,
    Peter

    #275028

    Good stuff thanks.
    Is there already list of all places that has mention of Enfold / Kriesi?
    As prefer not to be seen anywhere by client or visitors.
    Thanks
    ST

    #275027

    Hi vaan13!

    Yes, the advanced layout builder is not compatible with the shop page template of WooCommerce. You can create an Advanced layout Builder template and use the “Product Slider”, “Product Grid” or “Masonry Grid” element on this page to display some products or you can use a page as standard shop page but you can’t combine both things together. The default shop page will always look like: http://kriesi.at/themes/enfold/shop/ and you can’t change the design.

    Regards,
    Peter

    #275026

    Hi!

    Yes, this would work. You just need to replace the default theme name “Enfold” with your custom theme name and (if you want to) you can also change the folder name and then upload the folder with ftp to your server. However you must always do this manually (with each update) because if you use the auto update feature WordPress will overwrite the folder and customized style.css file with the default files and then the theme name is “Enfold” again and you loose your settings. So always make sure that the theme name is consistent and that the style.css file contains the custom theme name before you upload the files.

    Cheers!
    Peter

    This reply has been marked as private.
    #275023

    Hi YomStar!

    You can try to add this code to the child theme functions.php file (or enfold/functions.php):

    
    add_action('wp_head','avia_add_custom_contact_form_js', 100);
    function avia_add_custom_contact_form_js()
    {
    $output = "<script>jQuery(\"option[value='General comment or question']\").attr('selected', 'selected');</script>";
    if(is_page(1224)) echo $output;
    }
    

    Note that you can replace “General comment or question” with any other option value and 1224 is the id of your contact page.

    Regards,
    Peter

    #275022

    Thanks for answer.

    When updating if I first download, (re)edit as you suggest enfold/style.css first and name theme same as existing name version on WP – would this not work to update each time as required and retain settings etc for newname version?

    Regards.
    ST

    #275010

    In reply to: Fullwidth Image

    Hi BarbaraD!

    Please try to use the “Fullwidth Easy Slider” and select the “No Scaling” option: http://www.clipular.com/c/5327575874273280.png?k=WF29SkIbdi1NR-D3JHOuxhiCR7w – Enfold will then use the original image and won’t crop it when you re-size the browser window.

    Best regards,
    Peter

    #275009

    Hi tonblam!

    1) I did a quick test on my test server and the breadcrumb displays the page the attachment is attached to. Please create me an admin account and I’ll check why this “Test-page elizabeth” page pops up in the breadcrumb.

    2) Open up wp-content\themes\enfold\includes\loop-search.php and replace:

    
    echo "<h2 class='post-title entry-title'><a title='".the_title_attribute('echo=0')."' href='".get_permalink()."' $markup>".get_the_title()."</a></h2>";
    

    with

    
    $link = (is_attachment($the_id)) ? wp_get_attachment_url($the_id) : get_permalink($the_id);
    echo "<h2 class='post-title entry-title'><a title='".the_title_attribute('echo=0')."' href='$link' $markup>".get_the_title()."</a></h2>";
    

    You can copy the modified loop-search.php into your child theme folder (enfold-child\includes\loop-search.php).

    Cheers!
    Peter

    #274998

    Hi Joshua,

    still, I’m not happy with the result. Because the slider (thus the layer) are not really responsive like in this example.
    This website I also made with Enfold, the slider and text become smaller, and I’m wondering why now it’s different?
    http://www.car-consultancy.com

    • This reply was modified 11 years, 7 months ago by MyraD.
    #274991

    I search and found in /js/shorcode.js line 1750, this:
    prop["background-position"] = "0px "+ scrollPos +"px";
    > This is the reason why the background image is left aligned

    Replace it with:
    prop["background-position"] = "center "+ scrollPos +"px";
    and you’ve got a centered horizontally background image wich keep the parallax image.

    So what… ? It will be very cool if we could choose how the horizontal background parallax image is aligned… because I really hate to modify Enfold core files…

    #274974

    Hello Yigit
    I know this video but it’s only the basics of Enfold…
    And Devin said: “the current implementation isn’t going to be changed any time soon
    Too bad /-)
    Just look at this WordPress theme: http://themetrust.com/demos/port/ and you will see that en parallax image are center/center…

    freshcatalyst
    Participant

    I have a site where everything was working just fine on 2.7.1

    I upgraded the enfold theme from 2.7.1. to 2.8.1 and now have some styling issues that weren’t there previously.

    I have narrowed it down to the Form Lightbox plugin (http://wordpress.org/plugins/form-lightbox/) – which is used extensively across the site and never had any problems in 2.7.1

    Specific things like:
    – images now only align left (which doesn’t look pretty when they are meant to be elsewhere)
    – contact forms when fields in 1/2 still go to a new line (ie underneath each other instead of side by side)
    – margins / spacing around buttons and images are incorrect (ie too small – not obeying the css styling).

    I have had to revert back to 2.7.1 for now so things display correctly on the site.

    Any insight would be greatly appreciated.

    Thanks!

    #274961

    Hi!

    Thank you for the info.

    We’re really not sure why the color section on the pagehttp://amusementux.com/color-section-test-all/ doesn’t render properly like the ones on http://amusementux.com/color-section-test-nested/ and http://amusementux.com/color-section-test/. Did you modify anything on the theme files? If possible, please post the ftp details here and set it as a private reply. I’ll ask Kriesi and Dude to check the thread.

    You can vote or post the ALB feature on the Feature Requests page.

    Cheers!
    Ismael

    #274954

    Hey blizzmarketing!

    Thank you for visiting the support forum!

    First of all, you’re using a very old version of the theme, 2.4.5. The fix provided might not work. Please download the latest version 2.8.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Ismael

    #274945

    Hi paulrus!

    Thank you for visiting the support forum!

    That is the blog style value saved within the database. You can find it on includes > admin > register-admin-options.php on line 1286:

     ( 'Multi Author Blog (displays Gravatar of the article author beside the entry and feature images above)', 'avia_framework' ) =>'multi-big',
    									__( 'Single Author, small preview Pic (no author picture is displayed, feature image is small)', 'avia_framework' ) =>'single-small',
    									__( 'Single Author, big preview Pic (no author picture is displayed, feature image is big)', 'avia_framework' ) =>'single-big',
    									__( 'Grid Layout', 'avia_framework' ) =>'blog-grid',
    									__( 'Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)', 'avia_framework') =>'custom',
    										));
    

    Cheers!
    Ismael

    Hey lisa_intesolv!

    Thank you for the link.

    First of all, you’re using a very old version of the theme, 2.5.4. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    After the update, try to add the HTML codes using the Code Block element.

    Best regards,
    Ismael

    #274941

    Hi!

    Thank you for the update.

    I’m sorry but you really need to update the theme to Enfold 2.8.1 in order to fix the issues brought by WP 3.9 and the latest update of Woocommerce. In order to avoid this incident, please create a change log of the modifications or use a child theme.

    Cheers!
    Ismael

    #274937

    Hey debbienz!

    Thank you for using the the theme!

    1.) You can change the h2 styling on Enfold > Advanced Styling panel. Add this on Quick CSS or custom.css:

    h2 {
    text-transform: none;
    }

    2.) For the menu links, again, go to Enfold > Advanced Styling panel then edit the Main Menu Links element.

    Regards,
    Ismael

    Hi Ismael and Josue,

    That styles disable the movement transition and fade-in animation for the portfolio grid, but it doesn’t prevent the grid images from being first resized, and then repositioned as the browser window is resized. So even though the easing and transitions are off now, the images are still bouncing around as the window is made smaller and larger and I’d like to disable that behavior specifically.

    I essentially want to make the portfolio grid columns and thumbnails: http://kriesi.at/themes/enfold/portfolio/portfolio-3-column/
    resize and collapse in the same way that the shop items do: http://kriesi.at/themes/enfold/shop/

    Hey diamex94!

    Thank you for visiting the support forum!

    In order to have a page background, you need to set the theme layout to Boxed. Go to Enfold > General Styling. Look for the Use stretched or boxed layout? option then select the Boxed Layout. New options like Background Image will appear. If you can provide us with a screenshot of what you’re trying to accomplish, we’ll be happy to provide you with a better solution.

    Cheers!
    Ismael

    Hey!

    Thank you for the update.

    Please go to Enfold > Header Layout > Mobile Menu. Choose the second option on Header Mobile Menu activation settings. Save changes. If possible, please deactivate the contact form 7 plugin then test the site again.

    Best regards,
    Ismael

    #274912

    Hi Yigit,

    when I go to stagenow.net (where I installed Enfold) that is what I see. The login page.
    I don’t want to see that unless I need to go in and edit.
    I bought the theme for a client and it will be their website, so they should not see a login page
    Does that make sense?

    Thank you

    Frederic

    #274900
    kristyengels
    Participant

    recently updated to Enfold v 2.8.1 / WP 3.9.1 and having issues with revolution slider as well as Avia layout builder elements. Since upgrading, the live page is showing the code for layout elements. I’ve removed all elements, updated the page and then gone back to add them back in and still see the same text. Accessing WP thru Chrome Browser on Mac OSX v 10.9.3.
    Once I add the revolution slider element it does not show in live preview, nor in updated content. Have removed element for time being.
    Not a developer, trying to create a simple site using the theme basics. Have not adjusted any CSS code. Any help is greatly appreciated.

    Hi Jean-Francois!

    Thank you for visiting the support forum!

    You can set the page to transparent header then go to Enfold > Header Layout > Header Layout panel. Look for the Header Size then set it to custom px value. Set the height of the header then add this on Quick CSS or custom.css:

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0;
    }

    Regards,
    Ismael

    #274893

    Hi membermaster!

    Thank you for visiting the support forum!

    Right now, there is no option to change the layout of the archive page. The layout will depend on the setting that you select on Enfold > Blog Layout > Blog Style. Add this on functions.php in order to set the archive page to Single author, big preview blog style:

    add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2); 
    function avia_change_archive_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'single-big';
    return $layout;
    }
    
    add_filter( 'post-format-standard', 'avia_category_content_filter', 15, 1);
    function avia_category_content_filter($current_post)
    {
    if(!is_single())
    {
    	$current_post['content'] =  get_the_excerpt();
    	$current_post['content'] .= '<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span></a></div>';
    }
    return $current_post;
    }

    Regards,
    Ismael

    #274890

    In reply to: General tweaks

    Hi Rupert!

    Thank you for using the theme!

    The link is correct when I clicked on it. Are you referring to the “Group Training”? Regarding the title and breadcrumbs, please make sure that they are enabled on the Title Bar Settings when you edit the page. Also, enable the Header Title and Breadcrumbs option on Enfold > Header Layout > Header Layout panel. Add this on Quick CSS to reduce the margin between the image and the button:

    .page-id-10 .column-top-margin {
    margin-top: 0;
    }

    Cheers!
    Ismael

    #274880

    Topic: Fullwidth Image

    in forum Enfold
    BarbaraD
    Participant

    We are trying to use a fullwidth image on our Enfold home page. I’ve tried putting it in the background of a color section and also tried an image module in a color section. Neither one seems to properly scale with the size of the viewport. The image was developed at 1280×500.

    Would appreciate help, i.e. what it best method, what special tricks (i.e. css) do i need.
    Submitted by Chuck Gregory, developer for Barbara Deckmeyer.

    • This topic was modified 11 years, 7 months ago by BarbaraD.
    #274873
    tonblam
    Participant

    Hey There,
    The attachment page created when I upload PDFs into the media manager, has an odd breadcrumb structure. I attached to media file to the page “geologic maps” which has the breadcrumb home/maps&publications/maps/geologicmaps/. But when I click on the file attachment from the search results and it opens up the attachment page, the breadcrumb shows: home/Test-Page Elizabeth/maps&publications/maps/geologicmaps/

    I have two questions for resolution:

    1: How can I have the attachment page match the actual structure of the page the attachment is attached to rather than adding the random “Test-page elizabeth” page in the breadcrumb?

    2: How can I have the attachment link in the search results open up into the file url when I click on it instead of the attachment page that is automatically created? (i.e. when I click on the pdf file in the results it opens the pdf rather than the page with a link to the pdf?)

    if it helps I am using the enfold theme with the SearchWP plugin. I am using the add from server plugin in for adding my media files (primarily PDFs).

Viewing 30 results - 219,421 through 219,450 (of 243,876 total)