Viewing 30 results - 218,431 through 218,460 (of 243,976 total)
  • Author
    Search Results
  • #283239

    Topic: Table Bug on Mobiles

    in forum Enfold
    tidusuper91
    Participant

    When the table is resized the first header drops out and all the rows are messed up under wrong headers. I’ve seen already some old bug reports on this forum about this issue but I’ve the last version of Enfold so I don’t understand why they’re still showing up.

    #283236

    Hey peterd!

    Please see – http://kriesi.at/documentation/enfold/create-new-portfolio-item/
    After taking a look at documentation if you have any other questions or issues, please feel free to post them here, we will gladly to help you :)

    Regards,
    Yigit

    #283229

    Hi robert7878!

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

     #footer, #footer .container { padding: 0; }
    #footer .widget { margin: 0; }
    

    Cheers!
    Yigit

    #283226
    stephenturner
    Participant

    Hi guys, i’ve had a look at the support forum with different answers, could you clarify something? i have used a full width easy slider with a stretched layout and used my own bg image, everything on my pc looks fine, however, when viewing on an ipad etc, the bg image of the full width easy slider is not responsive and cut off depending on the device your viewing on, is there a fix for this or is it just a restriction of the theme,

    thanks in advance guys… :-)

    Dude,

    You are correct that the stock Enfold theme handles the empty search string properly but, it appears, that the iThemes Security plugin adds code to the .htaccess file that causes the problem as I indicated. I know you can’t anticipate problems of what every plugin may cause. I was just wondering if what I posted may identify or lead to a possible solution on your end.

    It’s not a huge problem. I found the fix as I posted and am also trying to see if the plugin developers have anything to say on their end.

    Thanks for your reply. I appreciate it.

    Update: I tried setting the RewriteCond back to original and implementing your suggestion and it did not work. It appears that the fix is with the code added by iThemes Security (formerly Better WP Security). I thought what I posted may tip you off to a possible solution on Enfold side. No worries.

    • This reply was modified 11 years, 7 months ago by TheMediaman.
    #283190

    In reply to: Add image to header

    Appreciate the fast response!

    Unfortunately I get the following error:
    Parse error: syntax error, unexpected T_STRING in /home/content/13/10537213/html/monitash/wp-content/themes/enfold-child/functions.php on line 18

    Line 18 is this line: $logo.= “<div class=’custom_content’></div>”;

    Any suggestions?
    Thanks!

    Hey TheMediaman!

    I don’t think this is related to the theme code but we use a function to redirect the user to the search page if the search query is empty. To deactivate this function comment out this line in wp-content/themes/enfold/includes/helper-template-logic.php:

    
    add_filter('pre_get_posts', 'avia_search_query_filter');
    

    or insert:

    
    add_action('after_setup_theme','avia_remove_search_redirect');
    function avia_remove_search_redirect(){
    remove_filter('pre_get_posts', 'avia_search_query_filter');
    }
    

    into the child theme functions.php.

    Regards,
    Peter

    #283184

    Hey!

    Do you upload the functions.php file into the child theme folder (wp-content/themes/enfold-child/)?

    Cheers!
    Peter

    #283183

    Hey!

    I can’t reproduce the issue on my test server. Please make sure that

    1) no plugin interferes with your links

    2) no custom code or child theme breaks Enfold.

    If it still doesn’t work create us an admin account and we’ll check the configuration.

    Cheers!
    Peter

    #283181

    In reply to: Blog Posts

    Hi!

    1- Please go to Enfold theme options choose your main blog page – http://i.imgur.com/NVuGl9C.png
    2- You can click on your categories in your blog page and see the archieve of related category, for example this one on demo site – http://kriesi.at/themes/enfold/category/science/ and go to Appearance > Menus and add a new link as submenu items

    Regards,
    Yigit

    #283178
    peterd
    Participant

    Hello crew,
    I have a question about the portfolio grid.

    I see on other websites, who also use your Enfold theme, that you can choose two options when you roll over the images on the Portfolio Grid.

    The options which you can choose are:
    View Larger (Image opens in lightbox)
    or
    More details (the portfolio page opens)

    Can you tell me how I can do this because I want this on my website too?

    I hope to hear from you soon.
    Thanks in advance

    Best Regards

    #283177

    Hey!

    Maybe Enfold can’t regenerate the dynamic stylesheet. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file inside the dynamic_avia folder. Afterwards go to Enfold > Theme Options to regenerate the dynamic stylesheets (hit the green “Save all changes” button).

    Cheers!
    Peter

    #283176

    Hi Marcelo!

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

    .home span.iconlist-char:before {
    color: white!important;
    }

    Best regards,
    Yigit

    Hey!

    We’ll see – if more users request this feature we might look into it. Tbh I think Enfold doesn’t make much sense without the template builder and a simple theme framework like Genesis also does the job if you use it with VC or another page builder. On the other hand it requires quite a lot of work to strip or outsource the template builder functions from the theme templates and we could use this time to work on more popular features requests.

    Regards,
    Peter

    #283150

    Hey SamScrimshaw!

    Can you point out the elements on your website? I looked around but could not find 2 column layout
    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-section .container { width: 100% }

    Best regards,
    Yigit

    • This reply was modified 11 years, 7 months ago by Yigit.
    #283143

    Hi nsr500rossi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .av-main-nav > li:hover { background-color: red; }

    Cheers!
    Yigit

    #283141

    Hi!

    If you are not using a child theme ( for more information, please see – http://kriesi.at/documentation/enfold/using-a-child-theme/ ), changes you have made on theme files will unfortunately get lost. Your content, theme options etc on the other hand, are safe.

    Cheers!
    Yigit

    #283139

    Hey 500Webmaster!

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

    div.phone-info {
    position: relative;
    top: 60px;
    right: 10%;
    }

    Cheers!
    Yigit

    #283137

    Hey!

    Probably. I have tried to reproduce the issue on my end but it works fine on my local installation. I noticed that you are using an older version of the theme. Updating the theme may help. Please see – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    #283135

    Hey ryanbmoran!

    Please update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
    You are currently using an older version which is not compatible with the WordPress version you are using.

    Regards,
    Yigit

    #283133

    In reply to: Hide author, date…

    Hey!

    Currently it is not possible but feel free to request such feature here or vote if already requested – https://kriesi.at/support/enfold-feature-requests/

    Regards,
    Yigit

    #283124

    Hi Frederic!

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

    Regards,
    Yigit

    #283123
    Walrus11
    Participant

    Hello,

    The contact form does not seem to be working for me on any of my pages. Once the contact form is filled in, it sends the auto-reply but does not send the message to the receiving email address.

    I use microsoft exchange and the emails work fine. I have upgraded to the latest ENFOLD version.

    Can you please advise?

    Thanks,
    W

    #283121
    frederictib
    Participant

    Hi enfold team,

    on m y site, stagenow.net, the navigation runs into the logo when the window gets smaller. Is there a way to prevent this?

    Thank you

    Frederic

    #283119

    Hi Ismael,
    The parent folder is : enfold

    #283097

    In reply to: Hide author, date…

    Hey!

    You can remove the date with following code

    .slide-meta { display: none; }

    As you can see here on demo site – http://kriesi.at/themes/enfold/blog/blog-grid/ category is not displayed on blog grid

    Regards,
    Yigit

    #283093

    Hey!

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

    div#header_main .container, .logo, .logo a, .logo img {
    width: 100%;
    margin: 0;
    padding: 0;
    }

    Cheers!
    Yigit

    #283091

    Hi!

    I’ve updated the docs to reflect the new menu structure if you are still unsure: http://kriesi.at/documentation/enfold/using-a-child-theme/

    Cheers!
    Devin

    #283077

    Hi Butterfly44!

    Please go to Enfold theme options and choose “Home” as your Frontpage – http://i.imgur.com/J8W4uxw.png

    Regards,
    Yigit

    #283067
    This reply has been marked as private.
Viewing 30 results - 218,431 through 218,460 (of 243,976 total)