Viewing 30 results - 136,051 through 136,080 (of 142,845 total)
  • Author
    Search Results
  • #200697

    Hey!

    See this post from Peter on adding your own social icons: https://kriesi.at/support/topic/adding-custom-social-icons/#post-170356

    Regards,
    Devin

    #200696
    This reply has been marked as private.
    #200690

    Topic: Submenu issue

    in forum Enfold
    giraudg
    Participant

    Hi !

    I ever asked you about a header customisation for my logo and menu > https://kriesi.at/support/topic/few-issues-with-customisation/

    It worked perfectly. However, I did’not notice at this time that it caused a submenu issue.

    Indeed, you can see on my webstite (www.handball-formation.fr) that my submenu items are not correctly displayed. Just click on “Nos Missions” to see it. They should take two lines but the submenu block is not big enought. I tried a lot of custom CSS with no success.

    Best regards and thank’s again.

    Guillaume

    #200645

    Hey!

    Please replace second code with following one

    #advanced_menu_toggle { position: fixed; right: 2%; top: 40%; }

    You can adjust top and right values to change the position of the button

    Regards,
    Yigit

    #200637
    agarkitekter
    Participant

    Hi!

    From what I understood in this thread (https://kriesi.at/support/topic/three-questions-regarding-ajax-portfolio-preview-style/ , question 3), it’s not possible to directly link to an ajax preview. I guess my question isn’t possible either but I wonder if it’s possible to do it if you’re already viewing another ajax preview? I’ll try to explain: Im in the portfolio grid view. I click on a portfolio and the ajax preview pops up. I have a slider and a description text there. In the description text, is it possible to have a link to another portolios ajax preview (the portfolio is in the same grid and can be viewed though scrolling down to the grid and clicking on it). So technically, it’s not an link to an actual new page, just a link to “click” somewhere else on the page if you understand what I mean… :)

    Regards,
    Tomas

    #200616

    Hey!

    You can use the same css selector with the color attribute

    
    #top .avia-smallarrow-slider-heading> div{ 
    text-align: center; 
    color: #333333;
    }
    

    Cheers!
    Peter

    Hi!

    At the moment cpts or multiple portfolio post types are not planned but you can suggest the feature here: https://kriesi.at/support/topic/enfold-feature-requests/ and we’ll implement it if more users request it. If you’re in a hurry you can also hire someone to implement this feature. A developer who is familiar with the theme framework can implement cpts with some hours of work.

    Cheers!
    Peter

    #200610

    Hey dalcnetsrl!

    As far as I know the Socialize plugin doesn’t offer a shortcode or php function which allows you to directly embed the shortcode into the post/page content. In your case I recommend: http://wordpress.org/plugins/simple-share-buttons-adder/ which supports some shortcode ( http://www.simplesharebuttons.com/wordpress/wordpress-configuration/ ) and you can even use it for advanced share buttons (post slider, etc.: https://kriesi.at/support/topic/add-share-buttons-to-postslider-php/ ).

    Best regards,
    Peter

    #200599

    Hi!

    Can you please provide a php error log? The “Couldn’t add the font because the server didn’t respond” error is very generic and it basically just tells you that something on the server went wrong. It could be a problem with the php memory limit – in this case try to increase the allocated memory limit to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP – or a server side configuration issue like here: https://kriesi.at/support/topic/iconfont-manager-upload-problem/

    If you don’t have a php error log please contact the hoster/server administrator and ask him to provide the error logs.

    Cheers!
    Peter

    #200598

    Hi Yigit!

    Thanks for your fast response!
    Just tried out your solution. Number 1 works perfect, the logo will be displayed much better.
    The second code doesn’t work. The menu button is still on the same place and on the fixed position on the site. Is #advanced_menu_toggle the right style class for mobile view?

    EDIT: Sorry, my mistake! I mean for Number 2 also the mobile view. Can you say me how I can change that on mobile view, only for the menu button (logo should only displayed on top of the page)?

    Grüsse
    Fabrice

    • This reply was modified 12 years, 3 months ago by Fabrice.
    #200593

    Hi jmaguirrei!

    Add following code into the quick css field

    
    #top .big-preview a{ pointer-events: none !important; }
    

    Best regards,
    Peter

    #200592

    Hi!

    1) The submenu modification would require some additional coding (js/css) and this customization is beyond the scope of our support forum. I recommend to hire someone here: http://www.microlancer.com/ or here: http://kriesi.at/contact/customization who can help you to modify the theme files or you can search for a menu plugin here: http://wordpress.org/plugins/

    2) You can use following code to align the menu items on the left side and to remove the dots for the child menu items

    
    #top .sidebar_left .widget_nav_menu li {
    text-align: left;
    }
    
    #top .sidebar_left .widget_nav_menu ul ul li:before {
    content: "";
    }
    

    Best regards,
    Peter

    #200585

    In reply to: Logo Größe

    Hi Yigit,

    no I want to change the width of my logo. The height of 200 is ok for me.

    Something other: do you know why the following topic was closed without any answer?
    https://kriesi.at/support/topic/seltsamer-fehler/

    Best regards,
    Marco

    Some one can help me please.

    #200580
    FoxWebsites
    Participant

    Hi

    I have a problem with the team member component. It seems to have something to do with (or without) closing the shortcode during editing, but not during creation. The net result is that team members disappear from the editor.

    I can replicate by…

    1. Add a team member into an av section
    2. Clone the first, change the details
    3. Clone the second, change the details
    4. Clone the third, change the details
    5. So now four team members in the section:
    [av_team_member name='John Doe 1' job='Jobster' src='' attachment='' description='Some text']
    [av_team_member name='John Doe 2' job='Jobster' src='' attachment='' description='Some text']
    [av_team_member name='John Doe 3' job='Jobster' src='' attachment='' description='Some text']
    [av_team_member name='John Doe 4' job='Jobster' src='' attachment='' description='Some text']
    6. Note – no closing [av_team_member] on any of them
    7. All four team members are visible in the visual layout editor
    8. In the visual editor, edit the description of the first team member and save/update
    9. Now check the visual layout editor, team member 2 is missing
    10. In the debugger, the following code has been produced (note the closing tags added to items 2,3,4 – but *not* to the one editied):
    [av_team_member name='John Doe 1' job='Jobster' src='' attachment='' description='Some more text']
    [av_team_member name='John Doe 2' job='Jobster' src='' attachment='' description='Some text'][/av_team_member]
    [av_team_member name='John Doe 3' job='Jobster' src='' attachment='' description='Some text'][/av_team_member]
    [av_team_member name='John Doe 4' job='Jobster' src='' attachment='' description='Some text'][/av_team_member]

    NOTE: this happens regardless of which item is changed – if item 2 is changed, all other items get closing tags, but not 2, and therefore 3 is now invisible

    I can obviously just hand-code the shortcodes, but my client wants to change team member details all the time (don’t ask!) so this is stopping us from launching the site. Any help much appreciated.

    Thanks

    #200576

    In reply to: comments in tab

    Hey!

    It may be, feel free to request it here.

    Just to add something, Disqus actually can sync the comments made on the system to the WordPress system.

    Best regards,
    Josue

    #200568

    Hey!

    The text in the very top bar can be changed in color with:

    .phone-info span {
    color: #fff;
    }

    and the menu with:

    #top .main_menu .menu li>a {
    color: #333;
    }

    For freelancing we recommend Microlancer, Codeable and you can use the form here: http://kriesi.at/contact/customization

    Regards,
    Devin

    #200563

    In reply to: 2 – Issues

    Thanks for the reply,
    I am copying the embedded code from YouTube and pasting it into the DEV/VIDEO section of the slider.

    Here is the embed code:
    <iframe width=”260″ height=”190″ src=”//www.youtube.com/embed/ymUN6zCdCGo?autoplay=1&loop=1&playlist=PLCOwq4HGHmPy69bOJqR-FoNl2WWS3FORm&shuffle=265&showinfo=0&controls=0″ frameborder=”0″></iframe>

    Interestingly enough the videos seem to stream and play properly BEFORE I click “enter preview” and also save the changes and preview the page. But when I “ENTER PREVIEW” I get the gray box with 3 dots in them.

    For question #2 – I suppose that would be a request for future updates to the template. If there are more than one page of blogs listed to have the page stay still and just paginate to the next list and not refresh the entire screen putting you back up to the top of the page to have to scroll down and find your place again.

    #200558

    Hey Fabrice!

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

    @media only screen and (max-width: 768px) and (min-width: 480px) { .logo { margin-left: 30px; }}
    @media only screen and (max-width: 479px) { .logo { margin-left: -35px; }}

    2)

    #advanced_menu_toggle { right: 2%; top: 40%; }

    Regards,
    Yigit

    #200557

    Hey Yigit

    Thank you so much for your extremely quick response. That worked!
    Greatly appreciated
    Ivana

    #200556

    Hey Ivana!

    Please add following code to Quick CSS

    .page-id-124 .content { padding-top: 0; }

    Best regards,
    Yigit

    #200555

    In reply to: Enfold and WordPress

    Hey!

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

    tr:first-child th { border-top-style: none; }
    tr th:first-child { border-left-style: none; }

    Regards,
    Yigit

    #200553
    web4smallbusiness
    Participant

    I would like to remove the white space above the image on the following page:
    http://allmoneymatters.com.au/wordpress/faqs/

    I have added the following code to my Quick CSS, but that didn’t seem to help.

    body .column-top-margin {
    margin-top: 5px;
    }

    Many thanks for your help.
    Ivana

    #200552

    In reply to: Enfold and WordPress

    http://www.scottlambrecht.com/curling-world-rankings/
    I haven’t been able to remove the top and left edge border.

    #200548

    That did the trick, at least 95% of it. Before the header switches to the mobile version with the drop down menu next to it, there is a short range where the menu items vanish and a drop down menu appears at the top right. Is there a way to prevent this “in-between” state?
    The only thing i did was to set the switchWidth to 1010px like stated in the post.

    Thanks in advance

    • This reply was modified 12 years, 3 months ago by f4lkners.
    #200524
    #200519

    Hey violetvivirand!

    Try switching to one of the default WordPress themes and see if the issue continues to happen. If so, the you will have better help from the bbPress support directly since we only add some additional styling for bbPress but don’t actually do any development for it.

    You can also try following this guide on getting started with bbPress: http://www.wpbeginner.com/wp-tutorials/how-to-add-a-forum-in-wordpress-with-bbpress/

    Cheers!
    Devin

    #200516
    jmaguirrei
    Participant

    Hello!

    In my site I have a fixed header and socket, obtained via CSS code, using Small Non-Fixed Header in the Header Type at Enfold Theme Options.

    http://www.adw.cl/whiskypedia/

    CSS

    /* ————————————————————————- */
    /* Header */
    /* ————————————————————————- */
    /* 1. Posicion y estilo del Header */
    #header {
    position: fixed;
    background: grey;
    top: 0px;
    height: 35px;
    }
    /* 2. Complemento al estilo del Header anterior */
    #header_main {
    height: 35px;
    }
    /* 3. Complemento al estilo del Header anterior */
    #header_main .container, .main_menu ul:first-child > li a {
    line-height: 35px;
    height: 35px;
    }
    /* 4. Complemento al estilo del Header anterior */
    .avia-menu-fx {
    height: 0px;
    bottom: -5px;
    }
    /* 5. Complemento al estilo del Header anterior */
    .main_menu {
    height:40%;
    }
    /* 6. Complemento al estilo del Header anterior */
    #top .title_container .container {
    display: none;
    }
    /* 7. Altura de los itemes del menu superior */
    .menu-item {
    height: 28px;
    }
    /* 8. No desplegar el logo en el Header */
    div .logo {
    display: none;
    }

    This is just what I like, except that I want also social icons. If I can include that adding some php, we are done.

    If not, I thing I must change the Header Type.

    If I tried one of the options in the Header with Social icons, I cant reproduce the same style of the header: The menu items doesn’t show or there are blank spaces or alignment issues….

    If you look at http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/ this is close to what I want, but fixed and without the logo section, but with the search tool at the top (on the right of the label ‘pages’)

    Please your help to configure that style.

    Thanks very much!!

    Regards
    José

    gmod
    Participant

    I need to add icon flag on the top right menu to link into another site language for swap. Please hlep!
    This is my wetsite http://yanig-nostep.com/ and http://th.yanig-nostep.com/
    thank.

    #200483
    Fabrice
    Participant

    Hi everyone

    On my Mobile Phone (Android Nexus 5) is the Menu Button (for the slide out menu) directly over the logo. That’s not the way I imagine it.
    1. The logo is not center (you can see it on mobile: contoweb.ch/wordpress). How can I change this for the mobile version?
    2. Can I set the menu button to non-fixed and visible everywhere (on top right every time) and a little bit below as now?

    Thanks for help!

    Grüsse aus der Schweiz
    Fabrice

    • This topic was modified 12 years, 3 months ago by Fabrice.
Viewing 30 results - 136,051 through 136,080 (of 142,845 total)