Forum Replies Created

Viewing 13 posts - 66,781 through 66,793 (of 66,793 total)
  • Author
    Posts
  • in reply to: Mega menu #115204

    Hi,

    1.) Go to Appearance > Menu Editor.

    2.) Add a new menu item and name it Mega Menu for example. Tick the “Use as Mega Menu” option.

    3.) Add another menu item drag it slightly to the right of the menu item above it (Mega Menu) to create a hierarchy (parent/child) relationship in the menu, name it Column 1. Notice how it change the description to “Column”.

    4.) Add another menu item and drag it slightly to the right of the menu item above (Column 1).

    5.) Save changes.

    You can refer to this image as example. http://www.mediafire.com/view/?nlzgvyferci8e7k

    Regards,

    Ismael

    in reply to: Sidebar not showing in mobile viewing? #115281

    Hi,

    You can add this on your custom.css

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {

    .responsive #top #main .sidebar {display:block; }

    }

    The sidebar will be place at the bottom before the footer.

    Regards,

    Ismael

    in reply to: Mega Menu Creation #115303

    Hi,

    1.) Go to Appearance > Menu Editor.

    2.) Add a new menu item and name it Mega Menu for example. Tick the “Use as Mega Menu” option.

    3.) Add another menu item drag it slightly to the right of the menu item above it (Mega Menu) to create a hierarchy (parent/child) relationship in the menu, name it Column 1. Notice how it change the description to “Column”.

    4.) Add another menu item and drag it slightly to the right of the menu item above (Column 1).

    5.) Save changes.

    You can refer to this image as example. http://www.mediafire.com/view/?nlzgvyferci8e7k

    Regards,

    Ismael

    in reply to: Color Styling Issue ( cannot change colors in post ) #115289

    Hi,

    You can add something like this on your custom.css or Quick CSS.

    .single .main_color {
    color: blue;
    }

    This will only affect your single posts text color.

    Regards,

    Ismael

    in reply to: Page Widget In Footer #115167

    Hey,

    Glad it is ok now. :)

    Regards,

    Ismael

    Hi,

    Kriesi removed the integration because of some incompatibilities. You can use social media plugins like shareThis or addThis.

    Regards,

    Ismael

    in reply to: Full Width Slider not responsive #115305

    Hi,

    Yeah, I see the problem. In my honest opinion it is not really a problem, you need to refresh the page first. Let me tag Kriesi about the this. I think there is a way to make it responsive without refreshing the page.

    Regards,

    Ismael

    in reply to: Random errors … #114390

    Hi,

    Please deactivate the Jetpack ‘Custom CSS’ to avoid conflict. IMO you don’t need the plugin since the theme already has a file for that. You can also place your custom css codes on Enfold > Theme Options > Styling > Quick CSS.

    Regards,

    Ismael

    in reply to: change menu font and header background. #114994

    Hi,

    Go to Theme Options > Styling > Header Tab. You can select various background images or upload your own.

    To change the font size and make it uppercase, edit custom.css and add this code

    #menu-navigation li a {
    text-transform: uppercase;
    font-size: 15px;
    }

    Regards,

    Ismael

    in reply to: Inserting an image from url #114509

    Hi,

    You need to upload the images first on a specific post before you can use it as a gallery image. I’m sure this feature will be available anytime soon. Let me tag this to Kriesi.

    Regards,

    Ismael

    in reply to: remove the bottom menu #114501

    Hi,

    I’m a bit puzzled why you don’t need the menus but you can add this on your custom.css to remove the bottom part.

    #header_main_alternate {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Propulsion theme not looking good in Firefox #104616

    Hey,

    Glad it is fixed.

    Regards,

    Ismael

    in reply to: Propulsion theme not looking good in Firefox #104614

    Hi Allyson,

    Try to disable all your plugins. The css issue might be caused by some plugins. Try to check the demo site (Propulsion) in firefox: http://kriesi.at/themes/propulsion/ and you will see that it looks good in Firefox.

    Regards,

    Ismael

Viewing 13 posts - 66,781 through 66,793 (of 66,793 total)