Viewing 30 results - 140,731 through 140,760 (of 142,620 total)
  • Author
    Search Results
  • Hi,

    1.) Make sure you fill out Enfold > Header > Phone Number or small info text. Edit header.php, find this code

    $phone = avia_get_option('phone');
    $phone_class = !empty($nav) ? "with_nav" : "";
    if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";

    Cut it then place it below this comment:

    /*
    * display the themes social media icons, defined in the wordpress backend
    * the avia_social_media_icons function is located in includes/helper-social-media-php
    */

    Add this on your custom.css or Quick CSS

    .phone-info {
    padding-top: 10px;
    margin-left: -20px;
    }

    2.) Please give us a link to the website. We need to inspect your button. Try to change the input button color on Quick CSS

    .main_color input[type='submit'] {
    background-color: red;
    }

    Regards,

    Ismael;

    Hi wrosh,

    Unfortunately I don’t this is possible at the moment. Peter mentioned that the typical function doesn’t work on custom post types because of a bug in wordpress core: https://kriesi.at/support/topic/can-i-use-the-navigation-arrows-for-each-category-not-all#post-121982

    Regards,

    Devin

    #131722

    Hi stunna42,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    h6 {
    font-size: 28px;
    text-transform: none;
    background: rgba(255, 255, 255, 0.7);
    }

    For the special heading, you could force a margin before it with:

    .av-special-heading{
    margin-top: 20px !important;
    }

    But there isn’t a setting within the shortcode itself.

    Regards,

    Devin

    #26858
    poweb
    Participant

    Hi,

    First of all, I want to thank you for making such an amazing template available. It’s really the best I’ve bought so far.

    I have some questions which I hope can be resolved :) My site is http://bookmytable.com.au

    1. I’m trying to link a button to an email with some simple html like this : (Email address hidden if logged out) ?Subject=Hello%20again”>Send Mail but the system doesn’t understand it… it puts it after my url like http://mysite.com/ (Email address hidden if logged out) ?Subject=Hello%20again”>Send Mail and of course goes to a 404 page..

    I have this issue both on normal buttons and also on “team member” option. It is also doing this when I’m trying to have some text link to an email…. :/

    2. Is there a way to increase the size of the FB, twitter, mail icons at the top right of the site?

    3 Is there a way to have more fonts available for the body text?

    4. When on a mobile, my sidebars disappear which is annoying considering the facts that I want to have ads there :) Can I change that?

    5. Is your page builder available as plugin? I would buy it right away!!! It’s so awesome! If not, does all your themes come with it? It would push me to buy more your theme than others…!

    Thanks!!

    Ben

    #131828

    Hi,

    You can paste the javascript on footer.php, find this code:

    <a href='#top' id='scroll-top-link' class='avia-font-entypo-fontello'></a>
    <div id="fb-root"></div>

    Place the script on top of it.

    Regards,

    Ismael

    #129401

    Hi,

    Please use this:

    .header_color .header_bg {
    background-color: rgba(255, 0, 0, 0.6);
    }

    Regards,

    Ismael

    #131866

    In reply to: iPhone Portrait Issue

    Thank you, that would be good.

    While on the topic…Is there code to ensure the phone number in the ‘contact us’ section is ‘clickable’ when someone is on a mobile device? I know the browser is meant to do this automatically, but it doesn’t. I’ve tried a few codes I know of, but to no avail.

    Many thanks.

    #131865

    In reply to: iPhone Portrait Issue

    Hi Marssolutions,

    I don’t have a iphone 5 to test specifically on but with that resolution set and my regular mobile I’m not having any issues with the content getting cut off.

    I’ll tag the topic for Kriesi however as I believe he is the only one of us that uses iOS phones.

    Regards,

    Devin

    #131724

    In reply to: Home page buttons

    Hi

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    @media only screen and (min-width: 1140px){

    #top.home #after_full_slider_1 .container,
    #top.home #after_full_slider_1 .container .twelve.units {
    width: 100%;
    }
    }

    This should get you part of the way there depending on the full effect you want. The media query makes it only effect screen sizes larger than 1140px and will increase the container of those units.

    Regards,

    Devin

    #131625

    In reply to: Help!

    Okay, potentially dumb question.

    My host will not increase the PHP, meaning I have to do it myself. Where do I go to put it? I am in my File Manager, but have no clue what folder to put it in or where in a blank page I would insert the text.

    In fact, I tried to insert it somewhere and now it is at the top of my website for all to see saying, “define…’256m'” Which I would like to remove, but don’t know how to find where it is.

    I may have ruined my website……

    #131864

    Hi aribann,

    Yes definitely! With Enfold and most premium themes you can add simple css changes like you have above to the Quick CSS field. If you start to get a bit more in depth with your css changes you can add them to the custom.css file which gives you a more typical setup for how css is loaded into themes and websites.

    We even have a couple of media queries in the custom.css file so you can add different css that will load on only desktops or only tablet and below size screens.

    Regards,

    Devin

    #26853
    aribann
    Participant

    I which to make the line separators of the Recent Posts widget more delicate.

    Is it correct to add the modified CSS to Quick CSS as opposed to changing layout.css?

    ie add this to Quick CSS:

    .recentcomments, .widget_recent_entries li{

    border-top-width:1px;

    border-top-style: solid;

    }

    WPML Reply

    usort() [function.usort]: Array was modified by the user comparison function are due to a known php bug. See php bug #50688 for more information. This warning does not affect the functionality of your site and it is not visible to your users.

    https://bugs.php.net/bug.php?id=50688

    Can you also upgrade WPML and addon plugins to latest version 2.9.1?

    http://wpml.org/es/forums/topic/enfold-wpml-errorwarning-warning-uasort-array-was-modified-by-the-user/

    #129400

    Now i have this. But still don’t work :(

    #header {

    background-color:rgba(255, 0, 0, 0.6);

    }

    .header_bg {

    opacity: 1 !important;

    }

    #131762

    Hi jjranson,

    If you can create a temporary admin account for me I’ll login and take a look.

    You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)

    Regards,

    Devin

    #131344

    Hi,

    To create a menu, what process do you follow. What you need to do is go to Appearance > Menus. Then click the little tab gear icon to create and name a new menu. Then you hit save on the menu. Then you attach the menu on the top left portion of the screen as the first menu and you click save below it. Only at that point do you begin to attach the individual pages to the menu and when you are finished you click the save box on the right top side of the page.

    So. If you create 3 new menus calling each One, Two and Three. And click save for each menu in the top right side and then click refresh button, all the menus will disappear? How much memory are you using please make sure you are at least at 128M. Please make sure that you do not have Jetpack Plugin activated. Let us know the results.

    http://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/

    Thanks,

    Nick

    #131731

    You should be able to use a full width Revolution slider with the latest theme version (1.8.3 or 1.8.4). This post: https://kriesi.at/support/topic/fullwidth-in-showbiz-pro will help you. You can use the same css code/workflow to stretch the revolution slider.

    #131648

    Hi!

    Please read this thread: https://kriesi.at/support/topic/i-cant-install-it-1 – maybe it helps you too.

    Regards,

    Peter

    #131447

    Hi,

    I have already tried that solution, it does not work.

    Check Ř, Š, etc. characters on http://aetherdesign.cz

    And there is still <!– google webfont font replacement –>

    <link id=”google_webfont_1″ rel=”stylesheet” type=”text/css” href=”http://fonts.googleapis.com/css?family=Open+Sans:400,600&#8243; /> in code.

    Also, with latest update, all the animations stopped working.

    #131619

    Hi!

    Please post your final translation here: https://kriesi.at/support/topic/please-contribute-and-translate-enfold – it will help other users too :)

    Best regards,

    Peter

    #131757

    You can try this script: http://jedfoster.github.io/Readmore.js/

    Insert the compressed version. https://github.com/jedfoster/Readmore.js/blob/master/readmore.min.js at the bottom of enfold/js/avia.js. Then replace following code at the top of the file

    $(document).ready(function()
    {

    with

    $(document).ready(function()
    {

    $('.shortdescriptiontext').readmore({
    speed: 75,
    maxHeight: 500
    });

    and change the values if you want to. At least wrap your long text into a paragraph with the class “shortdescriptiontext”.

    <p class="shortdescriptiontext">
    My text....
    </p>

    #131760

    Hi!

    Please try to follow the instructions here: https://kriesi.at/support/topic/advanced-layout-editor-dissappeared-please-help

    Regards,

    Peter

    chappy5
    Participant

    hello, my client would like me to add in their contact number to the right of the logo along the top – where the social media would normally be ( I have unpicked those boxes )

    Also, on my contact form, the submit button s extremely light & I cannot find it to adjust – I have adjusted the styling, but it doesnt affect that.

    Please help

    byw – totally love this theme – best ever !! will be using it again if possible

    regards,

    tracey

    #131480

    Hi,

    This is the css for sidebar widget headers

    #top .sidebar h3.widgettitle{
    color:red;

    }

    but it can also be

    #top .widget h3.widgettitle{
    color:red;
    }

    Can you please provide a url regarding the other areas so that we can give you css specific to your situation. You can mask the url to your site with http://www.goo.gl to keep it private.

    Thanks,

    Nick

    #26828
    BillBarenCoaching
    Participant

    I’m having the a very similar problem to that mentioned in this post

    https://kriesi.at/support/topic/adding-background-shrinks-color-section-images

    But the suggested fix didn’t work for me.

    You can see the problem in this screenshot:

    http://consciousbusinessplayground.com/event/wp-content/uploads/2013/07/Conscious-Business-Playground-2013.png

    The image works fine in the 1 column layout box, but not in the color section box.

    (it’s the same image file being used in both).

    I just installed the latest version of the Enfold theme, but that didn’t solve the problem.

    Please help with a fix ASAP!

    #131478

    Hi,

    Please add this to Quick CSS or to /css/Custom.css

    #top .alternate_color input[type='text'], #top .alternate_color input[type='input'], #top .alternate_color input[type='password'], #top .alternate_color input[type='email'], #top .alternate_color input[type='number'], #top .alternate_color input[type='url'], #top .alternate_color input[type='tel'], #top .alternate_color input[type='search'], #top .alternate_color textarea, #top .alternate_color select {
    border-color: orange;
    }

    Thanks,

    Nick

    #130698

    Hi,

    I decided that the best thing to do is to show you how to edit CSS yourself. I made a short video and I promise you that if you watch it carefully and follow along, that you will be able to solve vast majority of these issues yourself without needing to know how to write a single line of code. So far all the people I showed similar videos who showed an equivalent interest level in the topic were able to edit themselves within 30 minutes. http://youtu.be/lpuj7oNZBTw

    Thanks,

    Nick

    #131259

    In reply to: Portfolio Grid

    Hi Pedro,

    I’ve tagged the topic for Peter so its in his queue. We’ve been pretty swamped lately so response times are a bit slower than the norm.

    Regards,

    Devin

    mentadata
    Participant

    We had installed Enfold and WPML. The system works fine.

    But each time we go to Backend WP administration panel –> Appariecnce – > Theme we have the following Warning in the TOP

    Warning: uasort(): Array was modified by the user comparison function in /var/www/vhost/ayuntamientobenisano.es/home/html/wp-includes/class-wp-theme.php on line 1172

    The warning appears when we setup the WPML STRING TRANSLATION (this option is mandatory for our web)

    #26821
    andypeck
    Participant

    Im sorry but Layer Slider is quite a poor slider. I set up a basic 2 image slide show with only fades between each and then (here’s the important bit) one line of text that needs to fade up over each slide. I have to add a background box behind each bit of text so I use the background text feature with padding of 15px. I then add some text spacing…. letter-spacing:4px and thats it. In the preview it all works fine but immediately its placed into the theme the box border and added css effect (letter-spacing:4px) fails to work. Ive tried recreating it from scratch but still it doesnt work and when I contact the makers of the slider they say its the theme thats at fault.

    Basic kerning and creating a box behind the text is pretty bloody ‘entry level’ stuff so what gives. I understand that there was a reason why Kriesi chose this over the more popular Revolution but surely things like this should work.

    Please help guys as it seems that the slider is really unstable when it works in combination with the theme.

    For the record I have the latest version of Enfold 1.4.4 so I cant seem to work out how to progress without this being fixed

    Check out the slider on http://www.andypeck.co.uk (home page – top)

    Cheers

    Andy

Viewing 30 results - 140,731 through 140,760 (of 142,620 total)