Viewing 30 results - 99,571 through 99,600 (of 142,854 total)
  • Author
    Search Results
  • Hey!

    Thanks for the quick response.

    1. Yes, as far as I know.
    I have encountered the same problem, it’s been resolved as follows:
    It was: <php echo stripslashes (substr (wp_filter_nohtml_kses ($ comment-?> Comment_content), 0, 50)); ?>
    Fixed: <php echo stripslashes (mb_substr (wp_filter_nohtml_kses ($ comment-?> Comment_content), 0, 50)); ?>
    I can not find that in this case…

    2. Solved. Began to copy the links and found that the problem is only logged users. This is because of the top administrative panel WP.

    3. Thank you very much, the problem is solved.

    #591702
    stateofart
    Participant

    Hi!
    I’ve found so many post about this problem but still nothing worked for me.
    I’ve latest wordpress 4.4.2 and latest enfold 3.4.7 installed.

    If I setup the blog as grid layout the pagination stop to work and it just refresh the first page.
    I’ve already tried:
    – query.php
    – canonical.php
    – reinstall enfold

    I’m currently working in a child-theme.
    I’ve found some topics where you suggest to change a few lines in postslider.php but I can’t find the lines you talk about in my file.

    Could you please help me?
    Best regards,
    Rob.

    #591699

    Hey sentinelchicken!

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

    .main_menu ul:first-child > li a {
        height: 30px;
        line-height: 30px;
    }
    nav.main_menu {
        top: 57px;
        height: 30px;
    }
    #header .widget {
        padding-bottom: 0;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Cheers!
    Yigit

    #591679

    In reply to: icons and content

    Hi!

    In that case, please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your tab element and give it a custom CSS class and then change the code to following one

    .your-custom-class .active_tab .tab_icon {
        color: #719430;
    }
    .your-custom-class .tab_icon {
        color: #888888;
    }
    .your-custom-class .tab {
        color: transparent!important;
    }
    .your-custom-class .active_tab_content, .your-custom-class .active_tab {
        background-color: white;
        border: none;
    }
    .your-custom-class .js_active .tab {
        border: 1px solid #e2e2e2!important;
        border-radius: 100px!important;
        margin-left: 10px;
        background: white;
    }
    .your-custom-class .js_active .active_tab_content {
        border-top: 1px solid #e2e2e2!important;
        top: -25px;
        padding-top: 30px;
    }

    Cheers!
    Yigit

    #591675

    Hi!

    Please change the code to following one

    @media only screen and (max-width: 580px) {
    #top #header .social_bookmarks li a { font-size: 48px; }}

    Best regards,
    Yigit

    #591666

    In reply to: icons and content

    Hey!

    Please change the code to following one

    main.content .active_tab .tab_icon {
        color: #719430;
    }
    main.content .tab_icon {
        color: #888888;
    }
    main.content .tab {
        color: transparent!important;
    }
    main.content .main_color .tabcontainer .active_tab_content, main.content .main_color .tabcontainer .active_tab {
        background-color: white;
        border: none;
    }
    main.content .js_active .tab {
        border: 1px solid #e2e2e2!important;
        border-radius: 100px!important;
        margin-left: 10px;
        background: white;
    }
    main.content .js_active .active_tab_content {
        border-top: 1px solid #e2e2e2!important;
        top: -25px;
        padding-top: 30px;
    }

    Best regards,
    Yigit

    Hey!

    I just saw your thread but this is the only thread you have started. I guess you were not successful when you tried to start the first one. You can always go to – https://kriesi.at/support/profile/sckye/topics/ and check if you started a thread or not. Also, please note that self posting usually causes threads to be overlooked. If your case is urgent, please try avoid doing that.

    1- Is your database set to UTF8? http://codex.wordpress.org/Converting_Database_Character_Sets
    2- Not sure if i understood the issue clearly. Can you please elaborate? If you can show the issue on your live site, we can understand it better.
    3- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    html .formcraft-css .simple_button {
        text-decoration: none!important;
    }

    Regards,
    Yigit

    #591660

    In reply to: Image upload problem

    Hello,
    thank you very much for your effords. The folder’s permission is set to 755.
    I’m afraid it is a theme topic because any other users have the same failure.
    Please be so kind to try to find the reasons.
    Thanks in advance
    Kind regards
    Christian

    #591655

    Hi De Groot!

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

    @media only screen and (max-width: 480px) {
    .avia-search-tooltip { width: 480px; }
    #top #searchform>div { max-width: 480px; }}

    Best regards,
    Yigit

    #591644

    Hey Andreas!

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

    #top #header .social_bookmarks li a { font-size: 48px; }

    Cheers!
    Yigit

    #591620

    In reply to: icons and content

    Hi!

    Please add following code to Quick CSS

    div .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab {
        background-color: white;
        border: none;
    }
    .js_active .tab {
        border: 1px solid #e2e2e2!important;
        border-radius: 100px!important;
        margin-left: 10px;
        background: white;
    }
    .js_active .active_tab_content {
        border-top: 1px solid #e2e2e2!important;
        top: -25px;
        padding-top: 30px;
    }

    Regards,
    Yigit

    #591606
    NicomIT
    Participant

    I set-up three social icons from Fontello in the header of a website I launched a few weeks ago. I needed some help from here getting them set-up (https://kriesi.at/support/topic/using-different-social-media-icons-adjusting-spacingsize/), but eventually got everything sorted out. I just noticed today in Frirefox and Chrome the icons aren’t displaying. If someone could have a look and help figure out why that is happening, that would be great. Thanks!

    #591587

    I did that, but it is not working. I think I pasted it on the wrong php-file or something? I can see a code snippet on the top of the page now…

    • This reply was modified 10 years, 1 month ago by EricSmeets.
    #591586
    Guilherme
    Participant

    Hi, my page builder drag and drop function stopped working, what can I do?

    #591574

    Hi!

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

    .iconbox_top .iconbox_icon {
        font-size: 50px;
        line-height: 50px;
        min-width: 50px;
        min-height: 50px;
        top: -50px;
        left: 45%;
    }

    If that does not help, please post the link to your website.

    Best regards,
    Yigit

    #591567

    In reply to: Problem Enfold Mobile

    Hi Arnaud!

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

    #top .social_bookmarks li a, #top .social_bookmarks li {
        height: 30px;
    }

    Best regards,
    Yigit

    Hey Marcel!

    I could not make sure if this is related with – https://kriesi.at/support/topic/jump-to-different-part-inside-text-block or not. If not, can you please elaborate?

    Best regards,
    Yigit

    #591553

    Hey!

    Height is 90px on desktop and 80px on mobile but width would change depending screensize.

    Best regards,
    Yigit

    #591543

    Hey!

    Youtube allows you to modify the way the video looks and we can achieve something very close to your description.

    Please check the test page we have created in backend “enfold test – video lightbox”

    When you add the youtube video you need to add some parameters to the URL which will change the look of the video

    
    https://www.youtube.com/watch?v=7Ya71Vtkccc?&controls=0&modestbranding=0&autoplay=1&rel=0&showinfo=0&hd=1&autohide=1&color=white
    
    in the above URL On = 1  and Off = 0 the rest of them are parameters allowed by google
    
    controls=0
    modestbranding=0
    autoplay=1
    rel=0
    showinfo=0
    hd=1
    autohide=1
    color=white
    
    

    Use this link to build your own URL http://www.vtubetools.com/ then modify it without the iframe as showin int he above link.

    For more details please ref to https://developers.google.com/youtube/player_parameters

    We also added the below css in Quick CSS to make the lightbox video larger

    /* Lightbox Video width */
    .mfp-iframe-holder .mfp-content {
        width: 100%;
        max-width: 70%!important;
    }
    

    Cheers!
    Vinay Kashyap

    #591526

    Hi!

    You can add code block element to the top of your 1/1, 1/2 column elements and add following code into that code block

    <div class="custom-anchor" id="your-anchor-420"><div>

    then add custom CSS code i posted here – https://kriesi.at/support/topic/jump-to-different-part-inside-text-block/#post-591517 to add anchor points to your column element which are missing section ID

    Regards,
    Yigit

    #591522

    Hey tonyska!

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

    .avia_desktop .av-hover-overlay-active .av-masonry-image-container {
        opacity: 1;
    }
    .avia_desktop .av-hover-overlay-active .av-masonry-image-container:hover {
        opacity: 0.7!important;
    }
    figcaption.av-inner-masonry-content {
        background: orange!important;
    }

    Regards,
    Yigit

    #591521

    Hi Yigit,

    I don’t understand, I think you are looking inside the brown text block? That is just coding that Microsoft Word put in with the Toc433568121 stuff…

    What I meant is the links I can put in the buttons at the top of the page, for example the yellow button has this link: #gastenboek
    In the grid row element I have a field called “For developers, section ID” , where I have put this name ‘gastenboek’

    When the button is clicked, the page scrolls to that grid row element.

    However, in normal row elements like 1/1 , 1/2 etc, this ‘Section ID’ field is missing…

    Marcel

    • This reply was modified 10 years, 1 month ago by vossenm.
    #591508

    Hi Ivan!

    Sorry for the late reply!
    I am that Yigit guy :) Please try adding following code to Quick CSS

    @media only screen and (max-width: 580px) and (min-width: 481px) {
    #header .widget {
        left: 65%;
        top: -70px;
        z-index: 99999 !important;
    }}
    @media only screen and (max-width: 480px) {
    #header .widget {
        left: 9%;
    }}

    Best regards,
    Yigit

    Eline
    Participant

    Hello,
    Perhaps there is a very easy solution, but I have spent a lot of time on various options and search for answers among all support topics, and I can’t find the solutions. Hopefully you can help me with this.

    It is about 3 things:
    1 – Alignment of 6 images
    2 – keep text within the text box
    3 – Align from the left white text in text box

    On the home page I have six areas (made with a grid row), of which 5 are an image, and one is an image with text and a button.

    1 – One way or another, I can not get them aligned. I’ve tried to replace the gray background image with a background color, but than the area of this box gets very large. So i placed a grey image with exact the same size as all the other images, but I can’t get theme inline. So how can i do this?

    2 – The text in the grey area, which starts with “Onze producten zijn te vinden…”, doesn’t stay in the grey area when the screen gets larger. The text should always remain in this area (text block), whether it’s big or small screen. Is that possible?

    3 – On the 5 images, which function as a button, the white text is misaligned. This text should align from the lower left corner. Now it looks like it is aligned from the center, how can i change that?

    Hopefully you can help me out. Thanks in advance!

    Eline

    #591492
    Dist
    Participant

    Hi,

    I´m trying to create a page template for a custom post type.
    I have set builder mode to debug, constructed my pagelayout using the page builder elements and then copied the generated shortcode to my template.
    In my custom post type I have some custom fields that I also include as variables inside the shortcode.
    This has been working fine and certainly feels like a really convenient way of constructing customizations, but for some reason when I try to include a color section element in my shortcode then the layout breaks as I view pages based on my template.

    I have created a page called single-myCPTname and tried using both page.php and template-builder.php as base. Where inside template-builder.php would be the best place to paste my shortcode? …or I should I place it somewhere else?

    Here are 2 simplified versions of the shortcode I´m trying to use (without my custom fields variables):

    1. This one work as expected (displaying 2 columns)

    echo do_shortcode(”
    [av_one_half first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='']
    [av_textblock size='' font_color='' color='' custom_class='']
    <h2>Test text1</h2>
    [/av_textblock]
    [/av_one_half]

    [av_one_half min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='']
    [av_textblock size='' font_color='' color='' custom_class='']
    <h3>Test text2</h3>
    [/av_textblock]

    [/av_one_half]“);

    2. This one wraps both the colorsection and the following text columns with the background image, there is also empty space added above the color section. (expected full width color section with background image and then below that, the two text columns)

    echo do_shortcode(“[av_section min_height='25' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='https://www.enfold2.dev/wp-content/uploads/2016/02/myimage.jpg' attachment='3360' attachment_size='full' attach='scroll' position='top left' repeat='stretch' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' custom_class='']
    [av_textblock size='' font_color='' color='' custom_class='']
    test text
    [/av_textblock]
    [/av_section]

    [av_one_half first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='']
    [av_textblock size='' font_color='' color='' custom_class='']
    <h2>Test text1</h2>
    [/av_textblock]
    [/av_one_half]

    [av_one_half min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='']
    [av_textblock size='' font_color='' color='' custom_class='']
    <h3>Test text2</h3>
    [/av_textblock]

    [/av_one_half]“);

    Greatful for help with this, thanks!

    #591480

    Is this an exceptional hard topic for you guys? Not used to this slow respons ;-P haha

    #591474
    dmhaarlem
    Participant

    Hi,

    I’ve got some problems with post slider http://comwartrau-pazos.savviihq.com at the end of the page under the fullwidth slider.

    I’ve put Autorotation active on yes but it only rotates one time and stops. Even hitting a navigation arrow doesn’t activate it anymore. Is this a bug or is there a solution? I’ve tried to make a seperate page with only this content but the result is the same.

    Thank you Rikard,

    Oops I pasted the wrong link, I corrected it now!
    The grid row blocks are the video block and the brown text blocks at the bottom.

    Thanks for the link to make the normal columns have Custom CSS option too, thats great!
    I tried this and it works, but it adds an extra field called “custom CSS”, the field I used to scroll to the sections is called “custom ID” though.
    Can I add such a field to the other column elements too? It enables me to have the buttons at the top scroll the page to the right section…

    If it is possible to set the parameters of the grid-row to match the column behavior at all times I’d like to know how just in case it would come in handy, but if its just not the way this works i understand :)

    Marcel

    • This reply was modified 10 years, 1 month ago by vossenm.
    #591455

    Hi Josue,

    sorry, forgot to tell. Topic can be closed. Thanks a lot for your help.

    Best regards,
    Frank

Viewing 30 results - 99,571 through 99,600 (of 142,854 total)