Forum Replies Created

Viewing 30 posts - 6,571 through 6,600 (of 8,514 total)
  • Author
    Posts
  • in reply to: Enfold 2.0 theme updates #136368

    Hi glozemedia,

    I’m not actually sure. I don’t have the theme purchased via ThemeForest so I don’t have a pin to add in for the admin update. Let me tag Kriesi and see if he can offer a bit of insight. Otherwise I’ll need to dig around in the new function code.

    Regards,

    Devin

    in reply to: Small Click Area #136114

    Hi BrandonBarringer,

    I’m afraid that without seeing the issue live and being able to inspect it there isn’t much that we can do.

    What I would suggest is to first try disabling any plugins you have active and then make sure that you are using the most recent version of the theme files and WordPress 3.6.

    Regards,

    Devin

    in reply to: Header and Footer! #136196

    Hi Qrsh,

    No, that isn’t currently an available option. You would need to modify the css to get a fully custom layout.

    Regards,

    Devin

    in reply to: Fullscreen Slider #136260

    Hi Pappasdg,

    Can you elaborate a bit? What effect are you trying to get that the current setup doesn’t allow for?

    Regards,

    Devin

    Glad we could help :)

    Let us know if you have any other questions or issues.

    in reply to: Parallax on Meet the Team Sample Page #135948

    Hi gingermonkeys,

    I go over how to make that in this video: https://vimeo.com/channels/aviathemes/64927358

    Its about half way through.

    Regards,

    Devin

    in reply to: Laptop 1366×768 acting like mobile device #136543

    Hi chronospd,

    Is the laptop touch screen enabled by chance? It sounds like its telling the browser its touch capable and to ignore hover effects. I’ve not had any experience with the hardware yet but its just a guess based how popular they have gotten for manufacturers recently.

    For #3, can we see an example of the page/sliders? It’ll help make the css a bit more specific and not accidentally hit any other slideshow elements.

    Regards,

    Devin

    in reply to: Import theme options in child theme #135451

    Hi wvanderzee,

    I’m not really sure. I tagged Kriesi to see if he has any insight but with the theme options tied to the theme name I typically just re-do all my settings by hand in a situation like that.

    Regards,

    Devin

    in reply to: URGENT: LAYERED NAV FOR PORTFOLIO #135549

    Glad you found a working solution :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

    Hi Heathcliffe,

    There are two ways you could do this. The first is to just save that page as a Template in the upper right hand corner of the advanced layout editor.

    Then load the whole page into your new page using the same template menu and delete the extra elements.

    If you are worried about adding too much then create a new page first to load the template into (all through the advanced layout editor) and then delete the elements you don’t want and re-save just the element as a template once again.

    Now when you go to the new home for that element you can load it into the page by clicking on the template and it will just be loaded in.

    Regards,

    Devin

    in reply to: Blog Sidebar #136165

    Please follow the same steps I outline above.

    in reply to: Blog page -> not really nice without sidebar #136577

    Hi Tomskii,

    Looks like you have a plugin or a number of plugins that are causing conflicts with the theme and making its basic styles unable to fully load.

    So first thing to try is disable all active plugins and then re-enable them one by one to find the offending plugin.

    Regards,

    Devin

    in reply to: How to align a plugin's css with the theme's css #129852

    Hi quicky2000,

    I’m not really clear on what you are trying to do. If you want to overwrite the plugin’s style then you can do so by adding the same selectors to the Quick CSS field or custom.css file and then style them.

    Because of the way css works by default, if the plugin doesn’t have a specific style in place then the themes styling will take effect anyway.

    Regards,

    Devin

    in reply to: Highlight or marker or flat button #136038

    Hi awilson3rd,

    You would need to wrap the text in a custom class in that case. See: http://www.w3schools.com/css/css_id_class.asp

    Once you have the class defined you can then wrap the text in it from the text tab when editing. Eg:

    <div class="custom-highlight-effect">This is my text</div>

    Regards,

    Devin

    in reply to: Blog Grid view option without picture / featured image? #136108

    Sorry it wasn’t quite the solution you were looking for.

    Let us know if you have any other questions or issues.

    Regards,

    Devin

    in reply to: modify heading and body fonts with commercial fonts #135998

    Glad Ismael could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

    in reply to: Header Custom Background Image Resize #136173

    Hi blueunderground,

    I’m not sure what you mean. Are you trying to get a specific image that fits exactly into the header background?

    If so that will take quite a bit of css tweaking to get right and make sure it works on all browsers and then responds to the re-sizing on scroll as well as the responsive changes.

    Regards,

    Devin

    in reply to: shrinking portfolio gallery preview image #131522

    You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)

    in reply to: Layer Slider on Blog Page #136168

    Hi wss310,

    If you want a layer slider to be on the same page as your blog you need to first not set a blog page in the main theme options. Then, you’ll just add whatever page you want to be your blog to the menu.

    As long as that page has the Blog element added to it then you can also have other elements in there as well (like the layer slider).

    Just note that the Layer Slider must always be full width so you can’t add it into a layout where you would want it to have a sidebar next to it or something like that.

    Regards,

    Devin

    in reply to: Remove Search from Menu in Enfold #136175

    Glad you found a quick fix :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

    in reply to: URGENT – coloumn spacing #136528

    Hi italiatiles,

    You can target the home page alone using the .home selector in your css.

    For example:

    #top.home div .av_one_third {
    margin-left: 2%;
    }

    Regards,

    Devin

    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:

    .avia-content-slider .slide-image, .avia-content-slider .slide-image img {
    border-radius: 0px;
    }

    Its small enough where I just hadn’t noticed it before but that should remove the border radius.

    Regards,

    Devin

    in reply to: Blog Sidebar #136163

    Hi wss310,

    How are you trying to set it now? What should work is creating a new page named “Blog”. On that page in the editor switch over to the Advanced Layout Editor and then add a single 1/1 layout element. Now add a Blog element inside that element and select all the categories and display options you want for the blog page.

    Now on the right hand side of the editor there is a meta box labeled “Layout”. Choose the sidebar side you want from the first dropdown and then from the Sidebar Setting choose the “Sidebar Blog”.

    After saving this page will have the blog content and the sidebar widget from the sidebar blog at the top and then the other widgets from Display everywhere and pages after (since WordPress has cascading widget areas).

    Regards,

    Devin

    in reply to: Change overall page width #134869

    Everything is based on the same grid so you could change the container but you would still need to go through and change all of the grid sizes for the new container width.

    in reply to: Replace /portfolio-items/ in URL #136115

    Hi Arthur,

    You can change the slug in your theme options under the General Settings tab. Look for: “Portfolio: Enter a page slug that should be used for your portfolio single items”

    Just make sure that whatever slug you choose is not used anywhere else for any other page or WordPress will have issues.

    Regards,

    Devin

    in reply to: Logo in Internet Explorer #134167

    Glad we could help :)

    Let us know if you have any other questions or issues.

    in reply to: Blog header image too small? #136046

    Glad you got it working :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

    in reply to: Icons in IE and Enfold Advertising Area Widget #135662

    Hi Jennerdman,

    What OS is this with? I’m not getting any issues on my end in any browser under Windows 7.

    Regards,

    Devin

    in reply to: Some links in Avia Layout Builder are not clickable #136162

    Hi boursedata,

    Are you also using Enfold version 2.0? If not, update following this video: https://vimeo.com/channels/aviathemes/67209750

    Also make sure to deactivate any plugins or dropins you have running in case there is a conflict.

    Regards,

    Devin

    in reply to: Gallery image loading problem IE10 #134411

    What is the issue on this page? I apologize I’m just not following the thread at this point as that page has a regular gallery but no ajax portfolio. For me at least, I’m getting no issues at that link for that gallery.

Viewing 30 posts - 6,571 through 6,600 (of 8,514 total)