Viewing 30 results - 136,141 through 136,170 (of 142,939 total)
  • Author
    Search Results
  • #200724
    dkiessling
    Participant

    We’re looking to style some menu and tab elements in a client site we’re building (http://staging.lakewaleschamber.com/). We want the Top Menus to be a larger font size, and the tabs on the front page to use the same font as the menus and the other headers, and also to have different background colors (blue, orange, and green). I have applied the following to both the custom.css file and the Quick CSS in the styling options:

    .menu {
    font-size: 2em;
    font-weight: bold;
    font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
    }

    #tab-id-1 {
    width: 150px;
    background-color: #045783;
    font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
    color: white;
    }

    #tab-id-2 {
    width: 150px;
    background-color: #faa61a;
    font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
    color: white;
    }

    #tab-id-3 {
    width: 150px;
    background-color: #008a4b;
    font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
    color: white;
    }

    As far as I can tell, only the top Menu calling the Open Sans has taken effect. Can you help me see where I’m going wrong here?

    Hi @Remco12,

    Make sure you are following the steps from this topic for the sorting fix with version 2.4.2 and WP 3.8: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/#post-199805

    Cheers!
    Devin

    #200721

    Hi!

    There is a bit more css to hide the menu earlier and show the new one earlier as well. See: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger/?replies=5#post-132320

    I’ll re-write the directions and add a tutorial on the documentation site since it needs a combination of Yigit’s reference and mine to fully get the job done :)

    Regards,
    Devin

    #200702

    Hi Yigit,
    Thanks for your quick reply.
    Done and it works beautifully. But now I have three more questions with regard to the update:
    1) All the button’s fonts have changed after the update.Can you please tell me where do we change them back?
    2) The slider doesn’t fit properly to mobile devices. It looks very narrow and small compare to the rest of the features in the same page.
    Can you please let us know how to set it up to get a larger display on the mobiles.
    3) For some reason we got now to “up to top” buttons: one is square and the other one is round. How can we get the round one removed?
    Thanks so much!
    Raviv

    #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, 4 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, 4 months ago by f4lkners.
    #200524
Viewing 30 results - 136,141 through 136,170 (of 142,939 total)