Viewing 30 results - 229,171 through 229,200 (of 244,584 total)
  • Author
    Search Results
  • #223074

    In reply to: Enfold > Menu Bug

    Hey Devin.

    I’m going to switch themes right now and let you know what I find.

    #223073

    In reply to: Enfold > Menu Bug

    Hey David!

    For #2 yes, the plugin needs to be updated but we have not yet been able to make sure it wont cause any issues with Enfold.

    For #1 – Try switching to one of the default WordPress themes and see if you still get the same issue. I’m not aware of there being something like that for Enfold at the moment.

    Regards,
    Devin

    #223068

    In reply to: Issues with titles

    Actually, I think I may have fixed it…added it to the new functions.php of my child theme instead of the original Enfold functions.php. This seems to have fixed the single post title problem.

    I’ve still got an issue though… on many posts, the title still appears under the title bar, along with the details of the post (date, number comments, author etc). I only want the title bar to appear, not the bit below it! Here’s a screen grab showing what I mean…

    Multiple Titles
    Double titles

    #223066

    Topic: Enfold > Menu Bug

    in forum Enfold
    zerozendesign
    Participant

    Hi guys – has anyone ever seen this before? http://youtu.be/X_WM_8aLF-8?hd=1
    In the video, 2 things are happening.

    1. When menu items are added to menu page, and you attempt to switch the order, it doesn’t work…at all
    2. On the layerslider edit page, the upper screen options and help tabs have down arrows repeating.

    This is network wide, so I figured it might be an issue with a network enabled plugin. I disabled all network enabled plugins and the problem persisted.

    Any ideas?

    Found !

    On line 40 of functions-enfold.php.

    If it coul’d help someone ;)

    For information, according to Google Authorship rules, rel=”author” MUST no appear on pages, but only on posts, and MUST not appear on all pages of your site (including homepage).

    rel=Publisher” should appear on your home page or in a Google+ badge and must link to a Google+ page.

    • This reply was modified 12 years, 2 months ago by Ronan.
    #223056

    Hi!

    It seems like you are using version 1.3.1 which is very old. Please update the theme to the latest version 2.5.1 via FTP and make sure you are using WordPress version 3.8.1 as well
    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Yigit

    #223049

    Hi Eleina_Shinn!

    Which type of header are you using? You can post the link to your website or you can check it in Enfold theme options under Header tab.
    In WordPress dashboard please go to Appearance > Editor and open Header.php file and find

    if(strpos($headerS,'social_header') !== false && strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args);

    and add your text right below it as following

    echo "<div class='your-text'>your text goes here</div>";

    Then you can style your text using .your-text class in Quick CSS, for example

    .your-text { float: right; }

    Best regards,
    Yigit

    #223047

    Hey Pector!

    Please add search form as HTML in Div / Video tab http://i.imgur.com/weLyiaZ.jpg as following

    <form action="http://localhost/Enfold/" id="searchform" method="get" class="">
    	<div>
    		<input type="submit" value="" id="searchsubmit" class="button avia-font-entypo-fontello">
    		<input type="text" id="s" name="s" value="" placeholder="Search">
    			</div>
    </form>

    Best regards,
    Yigit

    #223046

    Hi Josue,

    thanks for your reply. I added the css code which you mentioned, unfortunately, there is now a thin white border between the social icons and the header.

    How do i make the header uniformly in 1 colour without borders like this enfold user : http://blackouthair.fi/

    Thank you!

    #223045
    rasa
    Participant

    I wonder if anyone else is getting this, or is this my own local problem . . .
    I’ve installed Enfold two times on two different servers, and both times the site would not load because of a Parse Error:
    Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ‘]’ in /home/altogether/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contentslider.php on line 394

    Line 394 on that page is truncated – the entire last 10 lines or so of code are just missing – after I do the FTP upload. I have not had this issue with other files, but I’m entirely willing to believe this is a Dreamweaver CS6 issue. I’m just wondering if anyone else had this issue?

    #223024

    Hey Dan!

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

    #text-8 .textwidget a { display: inline!important; }

    Best regards,
    Yigit

    #222992

    In reply to: text on rollover

    Hi Pector!

    You can add following code to Quick CSS in Enfold theme options under Styling tab to display a static text on hover

    .image-overlay.overlay-type-extern .image-overlay-inside:before {
    content: 'your text';
    font-family: 'entypo-fontello';
    }

    You are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.

    Cheers!
    Yigit

    #222984

    Hey accunet!

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

    #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a {
    border-bottom: 2px solid red;
    }

    Regards,
    Yigit

    #222971

    Hey,

    I´ve been using a cool solution for mobile devices.

    I create one area with the layerslider and directly below one with the easy slider. I feed the easy slider with all the end result pictures from layer slider (I´ve just made screenshots inside the layer slider editor and cut them), but just with an width of 767px.

    Normally the easy slider is hidden (set this in main css), but if the screen has a width of 767px or below it appear and the layer slider is been hidden.

    I use the same media query like Richard but with max-width: 767px and -> visibility: hidden

    To show the easy slider on mobile I use this:

    .page-id-xxx #after_layer_slider_1 {display: block !important; visibility: visible !important;}
    .page-id-xxx #after_layer_slider_1 .container {width: 100%;}
    .page-id-xxx #after_layer_slider_1 .template-page, #after_layer_slider_1 .el_after_av_layerslider {margin-bottom: 0 !important;}
    .page-id-xxx #after_layer_slider_1 .just-on-mobile {margin: 0;}

    I added “.just-on-mobile” as a class inside the easy slider settings. Look here if you don´t know how to do it.

    Best regards

    #222969

    Hey!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .avia_ajax_form p { text-align: center; }

    Regards,
    Yigit

    #222966
    Pector
    Participant

    Hello,

    My client is asking me if is possible to add a search bar in the layer slider to search on the site given the fact you can add HTML above a gallery of images.

    Do u guys know if this is possible to be done with the Enfold theme itself? or is it necessary to buy a plug-in?

    thank you very much

    JC

    #222964

    Fixed Classes for Layout Elements and Widget Areas would be awesome..

    Best regards

    #222960

    Thank you for reopening the other thread, Devin. I will also be looking for some outside help on this and will let you know what we find. I’ll start with Ricahrd’s comment about 480px not being the correct screen size. Hopefully, it will be just that easy.

    #222958
    munck
    Participant

    There seems to be some problems with Unicode characters. Danish (Æ Ø Å) are not being displayed in edit mode:
    https://dl.dropboxusercontent.com/u/4174765/Enfold.png

    When viewing the website they are being displayed correctly though.

    #222954

    Well I’m sorry you’re still having problems, but I can assure you that the snippit to hide the layer slider definitely does work as I’m using it on my site (http://www.BlackBeltAcademy.info). I’m currently viewing my front page on my iPhone and there’s no layer slider visible.

    #222952

    I’ve re-opened you last topic and if you give us some time we will try to help. We are trying to find out why some topics are getting closed prematurely as its an issue we’ve had since the forums were updated a few months back.

    Customization is adding in items that do no come with the theme or theme options. In your case, its a specifically styled button in the header that isn’t a theme option but instead custom styled. You can see why customization isn’t supported when something we provide off the cuff to try and help suddenly turns into “code provided by support” which in turns seems like it should be supported in all working instances. Again because it “came from support”.

    In reality its us trying to go over the top and help find a solution even if it isn’t strictly supported. Often its a one off quick fix, sometimes it needs tweaking and others we can only provide a starting place.

    The support policy is under the registration form when you sign up here which outlines Kriesi’s support policy: https://kriesi.at/support/register/

    #222940

    Richard -the fixes offered simply do not work. The code I used was given to me by the support team. Thank you for your insight on the 480px. I’ll look into it.

    I do have the right to express my concerns. Both times my topics were abruptly closed, the last time it happened just after I had asked more strongly why these snippets of code were not working. I took it to be the same as being ‘hung up on’ by customer service. I just don’t know what to think right now. Pretty much between a rock and a hardplace.

    Devin,
    My mistake for not looking for what was considered ‘deep customizations’ before purchasing the theme. I guess I bought into the “Enfold is a powerful Theme that comes with an easy drag and drop admin interface.” copy of your sales-side website.

    #222937

    Hi jmikhail!

    Looks doable. You don’t need the boxed layout however as the full width layout looks and works like that image.

    There are a few functionality issues that you may have in mind vs what will be achievable but as long as you are skinning elements already in place it should be almost entirely css based.

    Cheers!
    Devin

    #222929
    jmikhail
    Participant

    Hello Guys,

    I’ve been working with your theme for a month or so and may consider getting the full commercial version. I have a friend who is interested in seeing his site similar to this layout:
    https://www.evernote.com/shard/s77/sh/6d3b7fc1-65f5-49fa-ad37-1217d0296928/9fecd3a8af5b77e2f5e4be9594704011

    Do you think the enfold theme can get pretty close? If this is in a boxed version, I’m not sure how to force the container width to full screen for only specific layout elements like it shows here.

    Thanks!

    #222887

    In reply to: Portfolio Grid

    I have had to revert to old version of Enfold theme as this website uses a lot portfolio and blog grids.
    I also have had to revert to modified functions.php to include your code you gave me so the events showed the day as well as the date. Still an issue in these later versions

    #222883

    I think you’re being pretty unfair on the guys here. Their support is outstanding compared to most themes.

    You can easily hide the layer slider on mobile with a couple of lines of CSS. It’s been mentioned several times on the forum, and found easily for a search for ‘hide layerslider’. You were shown how to do it in a reply to the first post you linked!

    @media only screen and (max-width: 768px) {
    .avia-layerslider { display: none; }
    }

    You should note in your example in the second link you’ve put your code in the media selector for screen sizes under 480px. Just about every modern smartphone has a much bigger screen than that so I’m guessing that may be why you can still see the slider.

    #222882

    Hi CivilC!

    Looks like you tried to install the full enfold package instead of just the theme files instead. Go into your themes folder via FTP and then remove the license folder, the _MACOSX folder, the documentation folder and the psd_files folder.

    Then you can re-install/update following this video: http://kriesi.at/documentation/enfold/updating-your-theme-files/#video

    Best regards,
    Devin

    #222880

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial:first-child { position: relative!important; }

    That seems to fix the issue

    Best regards,
    Yigit

    #222873

    Hey Lynn!

    Just as a general aside, support is not for customization services. We do what we can but in general support does not cover customization beyond what the theme elements offer. We will very often help anyway but if the queues get long we’ll opt out of it so that bugs/issues can get addressed.

    I’m not sure why the topics were closed but we’ve had issues with them getting closed automatically when they shouldn’t.

    As for the issues:

    • LayerSlider is a plugin that is included in the theme. It does not have a function to be hidden on mobile. This isn’t a bug and it isn’t advertised as doing this. You can hire someone to add in this kind of functionality if its a must-have feature for you.
    • Custom buttons added by a user into areas not designed for them would fall under customization the user is responsible for. You can easily use media queries to customize them as needed if you are at all familiar with media queries and css. Going through your topics I can see that you are not which is why I can understand that it has been difficult for you to solve. I would recommend you looking into a freelance developer from either Codeable or Microlancer. It shouldn’t be more than 30 minutes of a task to get the positioning sorted out.
    • Changes are only unstable if added in incorrectly or if there is an issue with a specific change.
    • Page speed on any WordPress premium theme is a huge topic by itself. Lots of images, image optimization, server speed and active plugins are a huge factor and by itself the theme score pretty well with yslow and others. You do not *need* to have a CDN or to even minify the css/js files.

    So again, I don’t know why your topics were closed by please understand that it was free customization and not support that you were getting and asking for.

    Regards,
    Devin

    #222870

    There are no active plugins – i didn’t get to the point of installing any. The website is http://www.euromondiale.co.uk.
    I have reinstalled wordpress and enfold three times following the instructions accurately I believe. The website shows your sample content but I can’t edit it on any page.

    Thanks,

    Chris

Viewing 30 results - 229,171 through 229,200 (of 244,584 total)