Forum Replies Created

Viewing 30 posts - 4,201 through 4,230 (of 8,514 total)
  • Author
    Posts
  • in reply to: Off-centered Menu IPAD #204126

    Hi Js-interactive!

    We’ll need to see the site live and inspect what you’ve done so far to see if we can assist with a fix here.

    Cheers!
    Devin

    in reply to: Inline social icons in Footer #204123

    The issue is that the plugin isn’t adding in its own selector or ID on the social icons and instead is just using a general “social-bookmarks” class and overusing !important. Looking at their demo site they already have the custom class in place, the css just doesn’t reflect it. For example they should be using:
    .bra-zig-social-media-widget before each css selector as social-bookmarks is just way too generic.

    The plugin author should modify the plugin to be better inline with WordPress standards so this doesn’t happen.

    If you can put the site live we can inspect the widget/code live and assist with specific css that will work for now but its a band-aid solution.

    in reply to: sidebar margin to page edge #204122

    Hey!

    Unfortunately that isn’t easily doable. The border/margin you are seeing is the margin for the container that holds all content. Removing it would mean re-doing the css for all of the sidebar layouts which is quite a bit beyond what we could do through support.

    You could try looking into a freelance developer but in this case I’m not sure this is even really feasible.

    Best regards,
    Devin

    in reply to: Image "container" or proportional easy edit? #204117

    You could do this with 3 1/3 column shortcodes pretty easily. It would look like this:

    
    [av_one_third first]
    
    <your image>
    
    Here is some text for this image and column.
    
    [/av_one_third]
    
    [av_one_third]
    
    <your image>
    
    Here is some text for this image and column.
    [/av_one_third]
    
    [av_one_third]
    
    <your image>
    
    Here is some text for this image and column.
    [/av_one_third]
    in reply to: Use Advanced Layout Editor in portfolio's preview section #204114

    Hi Adame!

    No, this isn’t possible. The ajax portfolio view by its nature must be limited in design.

    Regards,
    Devin

    in reply to: Replace "read more" with a button #204112

    Glad we could help. Let us know if you have any other questions or issues.

    in reply to: How to gain control of Schema? #204083

    Hi aribann!

    Can you give a bit more detail on exactly what you mean and where within the theme?

    Best regards,
    Devin

    in reply to: Disable Layerslider failed!!! #204082

    I added it in to a text block without issue. You can see it working on that page you referenced.

    in reply to: Cant get Layer Slider to Center Banner Images Correctly #204076

    Hi microhound!

    For that slideshow you’ll need to go to the “Global Settings’ and adjust the responsive options there. Eg for a full width set up using the sample slideshow I have:

    Best regards,
    Devin

    in reply to: Replace "read more" with a button #204075

    Hi!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top .more-link {
        background: #c3512f;
        border-radius: 2px;
        padding: 7px 25px;
        color: #fff;
    }
    

    Best regards,
    Devin

    in reply to: Fullwidth easyslider and fullwidth masonry over-stretched #204070

    Hey!

    That is actually the correct and default way the full width elements will display with the template. Content elements have a 50px margin on each side but the actual width of the boxed layout is how large the full width elements display at. You can see it in the socket (gray bottom bar)

    You could add a margin to those elements with:

    #full_slider_1 {
        margin: 0 50px;
    }
    .home .avia-builder-el-1 {
        margin: 0 50px;
    }

    Best regards,
    Devin

    in reply to: Inline social icons in Footer #204066

    Hi!

    We need to actually inspect it live and see what could be causing a conflict. The plugin *should* have css specific to itself to override any theme css but if it doesn’t then some new css would need to be written.

    Cheers!
    Devin

    in reply to: Disable Layerslider failed!!! #204065

    Can you create a temporary admin login for us to take a look at the site live and post it here as a private reply along with a link to your site?

    in reply to: category widget with two columns #204063

    Hi!

    The category widget is the default one built in with WordPress so its definitely not something we could assist with editing. You could probably find a plugin that gives you more layout options or just hard code it as you mentioned with a table.

    Regards,
    Devin

    in reply to: layout issues after latest update #204061

    Hi fusion01!

    It looks like something from your custom css is causing the issue. I wasn’t able to pick out exactly what the source is unfortunately but removing the whole files contents fixed it from dev tools.

    Cheers!
    Devin

    in reply to: Disable Layerslider failed!!! #204059

    Hey!

    Is the shortcode working on a regular page only using the default WordPress visual editor?

    Best regards,
    Devin

    in reply to: the logo sees like covered or wrapped by the page menu #204057

    Hi Adolfo Lucio!

    In your custom.css file (in the css folder) look for the mobile only media query. Add this inside of it:

    .responsive .logo { height: 100px; }

    Just under where it says “add your mobile styles here” http://corpopromo.com/wp-content/themes/enfold/css/custom.css

    Regards,
    Devin

    in reply to: Fixing the footer #204054

    Hi!

    You can re-download the theme files from your downloads on ThemeForest and then re-upload the footer.php file.

    Cheers!
    Devin

    in reply to: Mobile search #204053

    Hey!

    I would suggest removing all of the css up to this point to try and change things and then we can go from there. The mobile menu is never supposed to show the search so there isn’t a quick fix for adding that as it wasn’t ever there.

    The logo resizing has had a few updates recently with the 2.X updates so clearing out the current css so the theme can try and re-size things without any interference is a good idea to see if there are any issues that need addressing.

    Cheers!
    Devin

    in reply to: Image "container" or proportional easy edit? #203955

    Hi garyguthrie!

    It depends on where you want to add it in and in what context. There are far too many solutions with variable implementations to really give a good breakdown of them.

    Can you give a bit more of a specific example on where you are trying to add this in?

    Regards,
    Devin

    in reply to: Maga Menu #203953

    Try watching this video as I think you are overthinking it: https://vimeo.com/67651241

    Each column is one indentation within the mega menu item. The > I’m using are only for illustration here in text.

    So in your menu:
    Mega menu top level name
    > Column name
    >> Column list item
    >> Column list item
    >> Column list item
    > Column name
    >> Column list item
    >> Column list item
    >> Column list item

    Would give you 2 columns with 3 items inside of them.

    in reply to: Maga Menu #203947

    We don’t have any ability to address the email/bbpress issue right now which is why I didn’t respond to it initially. I’ve asked Kriesi to take a look but its nothing we would be able to address at the moment or in this topic.

    in reply to: top menu #203946

    Hey kecster2!

    You’ll need to add a z-index to the header buttons css. For example:

    .header-buttons {
    position: absolute;
    right: 0;
    border: none;
    z-index: 10;
    }

    It looks like the image uses is a bit taller than the top nav so you’ll probably need to adjust that as well.

    Just note that although we do often provide custom css for customizations like this it doesn’t guarantee it will always work flawlessly or have full cross browser support. Customization isn’t generally covered by support.

    Best regards,
    Devin

    in reply to: Maga Menu #203943

    You need to indent your sub items one more level over.

    Our solutions
    >Smart Knowledge Center
    >>Item
    >>Item
    >>Item

    in reply to: Maga Menu #203932

    It should look like this in the menus manager for each “column”:

    in reply to: Maga Menu #203922

    The font size stays the same, its just that the column headers have larger font (if you choose to show them).

    in reply to: slider background dimensions? #203912

    Hi tenaciousflea!

    The dimensions are up to you but should be large enough that the image doesn’t get pixelated when stretched but the file size is still small enough not to cause loading issues. Something like 1500×1500 pixels is a pretty good size to start with which is why Kriesi used in the demo: http://kriesi.at/themes/enfold/files/2013/06/tablet-2-1500×1500.jpg

    Cheers!
    Devin

    in reply to: Maga Menu #203908

    Hey!

    It looks like you aren’t setting the column headers for each colum and instead have each item set as a column header. The structure should be:
    Menu item check as mega menu
    >>Menu Item (which starts a column)
    >>>Menu item
    >>>Menu item

    Cheers!
    Devin

    in reply to: Layer slider not working in Enfold #203886

    Glad we could help. Let us know if you have any other questions or issues.

    Hi K!

    Kriesi.at is using a fairly customized child theme of Enfold. The forums are indeed bbPress but also pretty heavily customized (mostly css I believe).

    For right now the customizations aren’t available but Kriesi mentioned he would be releasing some as theme updates and others as blog posts over time.

    Regards,
    Devin

Viewing 30 posts - 4,201 through 4,230 (of 8,514 total)