Viewing 30 results - 243,211 through 243,240 (of 244,463 total)
  • Author
    Search Results
  • #123335

    Hi iclarity,

    WordPress has a function that allows developers to tell it to create thumbnails of images when they get uploaded. So when you upload an image Enfold has asked wordpress to make a few additional copies at various sizes. What you are seeing is one of those sizes shown instead of the fullwidth image.

    You should still be able to see the full width image if you insert it at Full Size in a visual editor or by going to its direct url.

    Regards,

    Devin

    #122573

    In reply to: Color section

    Hi Formateins, Devin,

    I do use a child theme as per instructions of the Enfold child theme video. In my ftp console the style.css is there though it is empty. My custom css is inserted in Theme Options and all are picked from the support forum. The last one though I found myself and it did the job. Though I hadn’t tampered with it it read:

    margin-right: -50px;

    and that caused the color section to not align correctly on sidebar pages.

    Anyway, thanks for thinking with me.

    #123234

    Hi,

    Edit footer.php then find this code on line 85

    $kriesi_at_backlink = apply_filters("kriesi_backlink", " - <a href='http://kriesi.at'>Enfold Theme by Kriesi</a>");

    You can change the value:

    $kriesi_at_backlink = apply_filters("kriesi_backlink", " - <a href='http://www.myawesomewebsite.com'>My Awesome Website</a>");

    Or you can remove it.

    Regards,

    Ismael

    Hi,

    Can you show an image on the demo site if you can’t post url to yours where this is happening please?

    kriesi.at/themes/enfold/

    Thanks,

    Nick

    #123356

    In reply to: Enfold Post Slider

    Hi,

    The minimum is 2 but you can modify config-templatebuilder > avia-shortcodes > postslider.php, find this code on line 57

    "subtype" => array( __('1 Columns', 'avia_framework' )=>'2',

    Replace it with

    "subtype" => array( __('1 Columns', 'avia_framework' )=>'1',

    You need to recreate your post slider. Remove the existing one and create another.

    Regards,

    Ismael

    Hi Nick,

    Thank you for your reply! The issue has been resolved by leaving the “where do you want to display the blog” box empty, in the Enfold settings. I just use a blog roll element in a page. That in combination with removing the big preview display in CSS has done the job.

    The perforated line (timeline) has gone from the blog roll, which leaves me with a blog roll with small featured images, and the single post is now displayed without a featured image.

    May I take the opportunity and ask how to remove the file name line, which appears on the top side of a featured image in the post view, when you click the image to see it on the lightbox or should I post a new question for that?

    Best,

    Stephen

    #123223

    Hi,

    Please watch this video.

    In order to create a Blog, just create a new page name it New Blog for example. Insert the Blog Post element, configure the options. Go to Enfold > Theme Options > Frontpage Settings, select your frontpage. Another setting will pop out that will allow you to choose the Blog page, select your New Blog page. Save changes. You can then configure your menus on Appearance > Menus.

    Regards,

    Ismael

    #24345
    Gurmit
    Participant

    Hi,

    I would like to have just the © Copyright on my website footer without the mention of the Enfold theme. How would I do that? Please help.

    So grateful,

    Gurmit

    #24389

    Topic: Enfold Post Slider

    in forum Enfold
    cd2s
    Participant

    I have been trying to add the post slider to the front page of the following website: http://www.pelunsky.com.

    I would like to only display one column, but even though I choose 1 column, it keeps jumping back to and displaying 2 columns. Is there something I am doing wrong? It works all perfectly as soon as I choose 2 columns or more. But the 1 column does not seem to work.

    Would appreciate your feedback. Thanks so much.

    Hi Devin,

    not the perfect solution doing it with display:none tricks but it works.

    Thanks

    Michael

    #123296

    In reply to: Image align problem

    Hi,

    Do you have Enfold 1.5? It will fix the issue.

    Regards,

    Ismael

    #24318
    ronald-fong
    Participant

    The widget’s thumbnails are stuck to a previous post’s thumbnail. How do I solve this?

    #122768

    Hi,

    I added the request to the list https://kriesi.at/support/topic/enfold-feature-requests/page/3#post-116522

    Will close this request for now.

    Thanks,

    Nick

    #114653

    Here is a request from

    I would like to have the ability to link to the portfolio so it opens with a particular category filter. How would you recommend doing this?

    Example: I have 3 categories in portfolio, I’d like to open the portfolio page filtered with cat 2. It should look like: http://www.domain.com/portfolio/#cat2.

    ============

    Great suggestions! Please keep them coming!

    Thanks,

    Nick

    #123068

    In reply to: Breadcrumbs Issue

    Hi Daniel, I had a similar problem with the breadcrumb separators, but it seemed to resolve itself after I ensured I had the LATEST version of Enfold installed. I’d recommend you check that :)

    #122185

    In reply to: Translating search

    Hi,

    I am aware that its the anti virus software that blocking your IP, but since 200 million people use this software I thought you should know about the block.

    Have you added the code above ( https://kriesi.at/support/topic/translating-search#post-115659 ) to your htaccess file? Because right now something is not properly setup with you server. Because if I enter a Russian word , your server doesn’t show it when looking at the search box under magnifying glass

    http://www.zink.by/?s=%D1%83%D0%B1%D0%BB%D1%8E%D0%B4%D0%BE%D0%BA

    http://www.clipular.com/c?7306002=zaxzxgULG0LZdRb933nV00JlEKc&f=.png

    But when the same word is searched on kriesi’s website , it comes out normally

    http://kriesi.at/themes/enfold/?s=%D1%83%D0%B1%D0%BB%D1%8E%D0%B4%D0%BE%D0%BA

    http://www.clipular.com/c?7070039=zJLNVPcCZxA9WCgdHmsH0yehA0A&f=.png

    After using that .htaccess , I also have no problems.

    Thanks,

    Nick

    #122658

    In reply to: Mega Menu – How to?

    Hi,

    There is a video tutorial out now as to how to create a mega menu with Enfold.

    Thanks,

    Nick

    #24332

    Topic: Text after price

    in forum Enfold
    coinmaster
    Participant

    Hi there, I’m wondering if you can help me, I’m using Enfold (child) and have a requirement to add the text “+ GST” after the price. This needs to be shown on all prices except the “order total” on the checkout page.

    Is this possible without editing core Woocommerce or Enfold files? Hopefully something which can go into enfold-child/functions.php

    Awesome theme, btw :)

    Thanks,

    Mark

    Thanks…I’ll let you know how it goes.

    #123135

    Hi andreanapier1985,

    I believe the portfolio element actually needs to have a featured image set for the portfolio item for the display to work properly. So if an image isn’t set, the excerpt doesn’t get rendered and the layout tends to fail.

    I’m not familiar with any plugins off hand that offer a absolute positioned contact button but I’m sure there are some out there as I’ve seen it used with a similar look on other sites from time to time.

    Regards,

    Devin

    #24369

    Topic: Renaming Theme Folder

    in forum Enfold
    Michael
    Participant

    Is there any serious issues with renaming the “enfold” theme folder prior to uploading and using? I’ve tweaked the name of the theme in the style.css file, just curious about the theme folder.

    Please forgive my ignorance, still learning WordPress. :)

    #123088

    In reply to: Hide Menu Items

    Hello Devin, yeah it works on the default WordPress themes. So that’s why I’m assuming mega menus is causing all ‘hide’ menu items from users not logged in to not work.

    Is there ‘any’ way for me to be able to ‘hide’ menu items (from users not logged in – Frontend) while using the Enfold theme? I’ve tried so many plugins and I’m exhausted for ideas as to go about it.

    I notice some of WooCommerce menu items are hidden when I’m not logged in, so some how they have achieved it with the Enfold theme and I assume this is because of some of the coding that Enfold developers have done.. if that makes sense?

    Cheers,

    Daniel

    #24365
    chryseis
    Participant

    Hi,

    I want my single author blog style to display my post but with an excerpt only.

    I have created a page called blog.

    In enfold admin I have tell that I wanted my blog to be displayed on the page called “blog”.

    On the page “blog” I have inserted a blog module. In the options I have selected “single author…” and I have selected “excerpt with read more”.

    When I go on my page I have the full post and not an excerpt. How do I fix that? I don’t think I’ve done something wrong…

    Kind regards

    There could be a plugin conflict with the theme and an active plugin. You can try disabling all active plugins and then exiting your browser then trying to work on a page again.

    Other than that the typical workflow for creating a page with the advanced layout editor is something like this: https://vimeo.com/channels/aviathemes/64927358

    Regards,

    Devin

    #122572

    In reply to: Color section

    It could have been a bug fixed in 1.5 since you are still using Enfold version 1.3.1 thought as formateins it isn’t easily replicated using a separate default installation.

    #123157

    Hi Suicide Rescue,

    display: none only removes content from the view of the user and causes the computer to ignore it but doesn’t actually prevent it from loading. So if the layerslider is slowing down the page load (which it is) you will get the biggest performance boost from shrinking those big background images.

    Try a tool like: http://www.smushit.com/ysmush.it/

    Regards,

    Devin

    #24302
    Sandy
    Participant

    Enfold is awesome! How do we edit the content on the error 404 page (and other error pages)?

    #122423

    In reply to: Issue with Child Theme

    Thank you for pointing that out! Its actually a really quick simple fix that just needed to be called to our attention :)

    In the main enfold functions.php the child theme style just needs to be moved to the end of the list. So look for:

    //register styles
    if($child_theme_url != $template_url)
    {
    wp_enqueue_style( 'avia-style');
    }

    wp_enqueue_style( 'avia-grid');
    wp_enqueue_style( 'avia-base');
    wp_enqueue_style( 'avia-layout');
    wp_enqueue_style( 'avia-scs');
    wp_enqueue_style( 'avia-prettyP');
    wp_enqueue_style( 'avia-media');

    and move the style.css below the rest so it gets called after:

    //register styles

    wp_enqueue_style( 'avia-grid');
    wp_enqueue_style( 'avia-base');
    wp_enqueue_style( 'avia-layout');
    wp_enqueue_style( 'avia-scs');
    wp_enqueue_style( 'avia-prettyP');
    wp_enqueue_style( 'avia-media');

    if($child_theme_url != $template_url)
    {
    wp_enqueue_style( 'avia-style');
    }

    Just tested on my demo that I use for the videos and I’ve pushed the change to the theme git for the next release.

    Regards,

    Devin

    Hi Devin

    I have upgraded to enfold 1.5.3 I have also increased WP memory as instructed, however I am still having issues.

    For example if I use the avi editor, publish a page and then go back to edit, the Avi editor has disappeared? If I reload it it then clears all the content I have on my page.???

    #123122

    Hi dylandibona,

    The version on Themeforest right now is 1.5.1 I believe. If you have 1.3.1, re-download the whole package and check the version.txt file to see what the latest entry is.

    Regards,

    Devin

Viewing 30 results - 243,211 through 243,240 (of 244,463 total)