Viewing 30 results - 134,911 through 134,940 (of 142,788 total)
  • Author
    Search Results
  • #212165

    In reply to: Author Information

    Hey!

    You can suggest the feature here: https://kriesi.at/support/topic/enfold-feature-requests/

    Cheers!
    Peter

    #212161
    This reply has been marked as private.

    Hey!

    Hmmm… not sure why it stopped working especially because the server always executes the same code. Maybe the website was cached and the first code I posted here: https://kriesi.at/support/topic/post-slider-need-to-show-full-story-and-button-content-element/#post-207422 worked?

    Best regards,
    Peter

    #212158

    In reply to: CSS Selector Question

    Hey jduarte!

    You can try following css code

    
    div.flare{
    display: none !important;
    }
    
    #top div.flare:nth-of-type(0){
    display: block !important;
    }
    

    Regards,
    Peter

    #212154

    In reply to: Tags Pages

    Hi deyowulf!

    1) You can change the headline with following code – insert it at the bottom of functions.php

    
    add_filter('avf_tag_label_names', 'avia_change_tag_headline', 10, 1);
    function avia_change_tag_headline($headline){
    $headline = single_tag_title('', false);
    return $headline;
    }
    

    2) See https://kriesi.at/support/topic/set-post-length-in-archive/

    Best regards,
    Peter

    #212152

    Hi Tweekeertwee!

    Please try to use following code – insert it into the quick css field

    
    #top .avia_textblock img, #top .avia_textblock a img{
    max-width:100% !important;
    }
    

    Regards,
    Peter

    #212138

    In reply to: GravityForms styling?

    Hey!

    Please try following code

    
    
    #top .gform_body input[type="text"].datepicker {
    width: 20% !important;
    display: inline-block;
    }
    

    Cheers!
    Peter

    #212099

    Hey!

    Please add following code to Quick CSS as well
    1-

    #top .main_menu .menu>li:last-child>a { padding-right: 15px!important; }

    2-

    #header_main { border-bottom-style: none; }

    3-

    li#menu-item-2583:hover { background-color: blue; }
    li#menu-item-2583 a:hover { color: white; }

    Regards,
    Yigit

    #212075

    Hi!

    Can you post the link to your website so we can check what type of header you are using? You can try adding following code to Quick CSS in Enfold theme options under Styling tab

    .home #main {
    padding-top: 0!important;
    }

    Cheers!
    Yigit

    #212070

    In reply to: Top bar customization

    Hi n4n1!

    You can edit header.php, place the code inside the header_meta container or div. You can request it here: https://kriesi.at/support/topic/enfold-feature-requests/

    Cheers!
    Ismael

    #212045

    Hi!

    Please add following code to Quick CSS as well

    .top-tel {
    color: #188be6;
    }

    Regards,
    Yigit

    #212041

    Topic: bbpress

    in forum Enfold
    gloopy1
    Participant

    On my BBpress forum i have a ugly grey object above the forum topics

    http://www.repairsuk.co.uk/forum/topic/oculus-rift-2014/

    i noticed it is not in the demo and was wondering why it is there ?

    Many Thanks

    #212040

    In reply to: Windows problem?

    Were you able to resolve this issue?
    Our site continues to have the same problem I think.

    Additionally, the forum is now only displaying 1 reply per topic, even when there are multiple replies in a topic.
    Are there any known issues with bbpress Version 2.5.3?

    #212038

    In reply to: Layout on mobile

    @Ismael Thank you so much for your help!! Truly appreciate it. Now the logo is visible and the gap is removed.

    I set it to ‘Display as Drop Down menu’ on ‘Responsive Header Main Menu’, however the slider menu doesn’t work as well.

    1.) Menu is still not visible on mobile. I’m attaching my CSS code of the header and logo, is there anything interfering which I can change to make the menu visible?

    2.) I would like to change the size of the logo on mobile, but when I change the height in the coding you just gave me, only the header gets smaller, how can I adjust both to be smaller?

    Here is the CSS coding:

    
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 200px; line-height: 116px; }
    
    .logo, .logo a, .logo img { max-width: 126px!important; max-height: 126px!important; -webkit-transition: max-height .5ms ease-in-out;
        -moz-transition: max-height .5ms ease-in-out;
        -o-transition: max-height .5ms ease-in-out;
        transition: max-height .5s ease-in-out; }
    
    .header-scrolled .logo, .header-scrolled .logo a, .header-scrolled .logo img { max-height: 100px!important; 
    -webkit-transition: max-height .5ms ease-in-out;
        -moz-transition: max-height .5ms ease-in-out;
        -o-transition: max-height .5ms ease-in-out;
        transition: max-height .5s ease-in-out; }
    
    #header_main .container, .header_color .main_menu ul:first-child > li > a {
    height: 126px!important;
    line-height: 180px!important;
    }
    .fixed_header #main {
    padding-top: 126px;
    }
    
    strong.logo img, #header_main .container, .main_menu ul:first-child > li a { }
    
    

    Thank you so much!

    Best Regards,
    Rubie

    #212035

    Topic: Top bar customization

    in forum Enfold
    n4n1
    Participant

    Hi there. I was just wondering if there is a way to customize the top bar and make it show custom info instead of only the social icons. I would like to display something like a Login/Logout option and things like that? If not possible, I think it would be a great feature to think about in the next update. Maybe make something like a Top Bar widget where HTML text and all that can be inserted?

    #212029

    Thanks Yigit -Everything almost works great now…

    “You can style this text using .top-tel class” ???

    ………….-Does this mean i can change styles like color and size ? -I’m not familiar with .top cell class :-( and would REALLY like to be able to style my telephone-number .-)

    -Same color and size as the blue Lorem Ipsum for example :-)

    I really think you are doing a great job. i would recommend this theme to anybody !

    Claus.

    #212011

    Hey deep_blue_cologne!

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

    .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
    border-top-color: red;
    }

    Cheers!
    Yigit

    Bastian-Monheim
    Participant

    Hey Folks,

    first of all, I want to say, that I am really stoked of the form. I have been working on many projects around php, html cms and stuff, but this theme is really awesome.

    But I have one problem. I am trying to get the Data from a Form into my separat sql-DB as part of a Booking solution (Has nothing to do with the WP-DB). To do that I had different possible solutions, like installing a Form Plugin that can handle this, installing an Interface-Software between An Email and the SQL Server or running an Cronjob on my Server that runs also the Booking-DB.

    Sadly I haven’t found anything, that could do this job (except bying hundreds of form plugins for WP to see if they can do this), so I tried to edit the class_form_generator.php. I am not really good at php, but I already did some stuff, but I am not managing this part to work.

    Normally I enter many Echo commands to find the Problem, but here I entered an echo in the send() function because there is also my function-call, but got nothing in respond. I also tried to call a javascript alert via the echo function, to see if maybe the echoed Text is just in an invisible Layer or Position with the same Result.

    Now I am wondering if it makes sense to go on on that way. Maybe you have another Solution or a hook what I am doing wrong.

    Another Sideproblem is, that I want to Enter a Conversion-Tracking-Code after a Mail was submitted what makes Interface-Solutions to badest Option.

    I hope you understood, what I mean, because I am not very trained on writing/speaking English.

    Thx for reading so far and I am anxious to hear what you say.

    Bastian
    Disclaimer: I really tried to use the search on this side to find out if there was already something comparable as well as using google. So please be kind if I havent found the right Topic

    #211976
    deep_blue_cologne
    Participant

    Hi there!

    Thanks for creating such a perfect theme for all of us ;)

    I am playing around with enfold since some time and adjusted a little bit via “quick CSS”.
    But I am unfortunately no code-guru and new in the wordpress community and can’t find the code to change the color of the “top border” of the submenues.

    see the image below to understand: I want to colorize the whole top-border in this funny and fresh lime-green…

    Any hints what code to use?
    Thanks in advance!
    Torsten

    submenu enfold

    #211960

    Hi Guido!

    Another user reported this issue here: https://kriesi.at/support/topic/cart-drop-down-and-wpml-string-translation-compatibility-issues/ – we’ll fix it in the next version. For a quick fix open up enfold/config-woocommerce/woocommerce-mod.js and replace

    
    limit = 5
    

    with

    
    limit = 15
    

    Cheers!
    Peter

    #211954
    nannini
    Participant

    When I put a product in the WooCommerce cart, a cart icon appear in the top right of the header. I know this is a functionality of Enfold theme that I like it. Now, during some test, I realized that this icon does not appear any more.
    I have latest version of Enfold, WooCommerce and WPML.
    Do you have any suggestion why this happen, and solution how to restore this functionality?
    Thank you.
    Guido

    #211944

    Look the error:
    Parse error: syntax error, unexpected T_CLASS, expecting ‘,’ or ‘;’ in /home/euque835/public_html/mariliadario.com.br/wp-content/themes/enfold/includes/loop-index.php on line 176

    Now, the code:

                echo $content;
                $description = get_the_author_meta(‘description’, $author_id);
    echo “<div class=’author_description_text’” .avia_markup_helper(array(‘context’ => ‘description’,'echo’=>false)).”>”.wpautop($description).”</div><span class=’author-extra-border’></span></div>”;
                
                echo '</div>';
    
    #211939
    Estacey2013
    Participant

    Hello,
    There are 374 pages on this forum, I cannot see where to search, ” JUST THIS FORUM “, Enfold – for the answers I’m seeking
    When I use the search at the top of the page, I’m getting way, way more than I asked for.. Example,

    Forum Page

    What I’m trying to do is RECREATE the forum page found on the Demo, what I’m getting is .. ‘no help’

    #211911

    Topic: Masonry Portfolio

    in forum Enfold
    jj_skywalker
    Participant

    Dear Kriesi,

    Followed up my request at https://kriesi.at/support/topic/missing-enfold-masonry/#post-210698, my next question are :

    1. How to create a page like example page like this url http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/ ? Masonry portfolio in my page, there have little different. How to remove page in red square area in the following link.
      https://www.dropbox.com/s/oh8pv88o39oluu9/capture%20masonry.jpg

      And, second question, how to change list of portfolio entries in backend wordpress like in the following url.
      https://www.dropbox.com/s/9amga0bkdt0r5z1/masonry%20portfolio%20entries.jpg

      And, what is relation of porflio entries with masonry portfolio page.
      Thank you, and i will be awating your response.

    #211895

    In reply to: Enfold Showcase

    Hello
    Here is our Enfold’s version: http://www.augmented-banking.com/
    We need just (for the time being) a single homepage.
    I had many customized tips for a better mobile experience (like biger font-size in Layer Slide, top fixed header,…)

    #211891

    Hi!

    Please try following code instead. If it doesn’t work please post the url to your website.

    
    #top .summary .description ul, #top .woocommerce-tabs ul{
    list-style: disc inside;
    }
    

    Regards,
    Peter

    #211887

    Hi Ismael! Thanks for your reply, too.
    Sure you caught what I mean?
    I was wondering if it’s possible to build a structure like this (without having any custom sidebar):

    <table border="1" bordercolor="#FFCC00" style="background-color:#FFFFCC" width="100%" cellpadding="0" cellspacing="0">
    	<tr>
    		<td>1/3</td>
    		<td>1/3</td>
    		<td>1/3</td>
    	</tr>
    	<tr>
    		<td>1/3</td>
    		<td>1/3</td>
    		<td>blank</td>
    	</tr>
    	<tr>
    		<td>1/3</td>
    		<td>1/3</td>
    		<td>blank</td>
    	</tr>
    </table>

    Where “blank” blocks should have been fulfilled by the content of the third “1/3 block” in the first row.

    At this point I think it’s better to have a custom sidebar. But I was quite confident Enfold allowed to leave room for column content near to the other page content.
    So, just to get to a conclusion here: technically speaking, what I ask for is more practically feasible by creating a custom sidebar, right?
    How can I put it between two “Color Sections” without affecting or breaking the whole content of a page?
    Is there a screencast, guide or useful post about this topic?

    Many thanks to you all and for your prompt support.

    #211878
    This reply has been marked as private.
    #211868
    CurlyHost
    Participant

    Hey all,

    When I am checking out my online store on Chrome on an Android device, the page stops loading half way down. I tried a different internet provider on the same phone and it loaded the whole way.

    If no one else gets this loading issue, it might just be a bad model of phone but I’m just curious if this is something people have noticed before.

    The store is still in the developmental stage: http://www.amazingmichigan.com/michigan-made-products/

    #211842

    EDIT: I’ve just discovered a conflict with the WordPress SEO plugin by Joost de Valk.
    I deactivated this plugin and now the edit page is loading correctly, if I activate it again, the page goes back to not loading.

    ———————————–
    I’m having the same problem.

    Wordpress is updated to the latest version as is Enfold Theme.

    Some pages I can edit, but other pages don’t get past here:
    https://www.dropbox.com/s/ug1vebk6swh7ijz/Screenshot%202014-01-19%2011.19.42.png

    It was working earlier today and then stopped. I’ve tried different broswers, clearing the cache, but nothing works.

    Regards,
    Luke

    • This reply was modified 12 years, 1 month ago by LukeHopkins. Reason: Found temporary solution!
Viewing 30 results - 134,911 through 134,940 (of 142,788 total)