Forum Replies Created

Viewing 30 posts - 2,611 through 2,640 (of 8,514 total)
  • Author
    Posts
  • in reply to: Update #247615

    I think I finally have it figured out! You have a second version of WordPress installed in the root of your domain in addition to the one installed in /wordpress. This is causing the whole site to behave so oddly since the root version is causing all kinds of conflicts.

    You can try just uninstalling the wordpress install in your root and see if that helps but it may be best, if its still early in the site development, to clear out both and re-build in one single database and directory.

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

    in reply to: PHP Sniplets #247603

    What I meant above is that whatever you add to your child themes functions.php stays there. So you use your child theme as your active theme and the functions then work there.

    You can read more about child themes here: https://codex.wordpress.org/Child_Themes

    in reply to: Dotted overlays on color section #247602

    Hi!

    You might need to have a freelance developer write up some custom css rules that will work for your needs specifically to get the exact look you are going for if Ismaels suggestions aren’t working for you. We are pretty good with css but someone able to focus on it first hand might have better luck with a custom solution.

    Cheers!
    Devin

    Hey!

    I’m not getting the issue on my end at all with Chrome, FF, IE on Windows 7. I’m not sure what else we can do without actually being able to see the issue on our end.

    Regards,
    Devin

    in reply to: Can'r find wp-config.php file #247589

    Hi FayeMcC!

    Try talking to your hosting provider and see if they have anything set up to prevent that kind of change. The theme itself doesn’t alter those settings so if the host isn’t doing anything on there end general WordPress support forums would be your next best resource to check.

    Deactivating all plugins and switching to one of the default WordPress themes is the typical first step in troubleshooting so you can try that as well.

    Regards,
    Devin

    in reply to: MEDIA QUERIES NOT WORKING #247584

    Hey!

    Media Queries are not a thing that we as support staff or the theme have control of working or not working. They are a function of your own custom css and if they are not being applied or not working it is either because of a syntax error in the css or the css isn’t correct.

    We would need to know *exactly* what isn’t working inside of the query, a link to the page(s) showing what isn’t working and what you expect of your own css.

    Looking at your site my guess is you have not taken into account that the Quick css is loaded into the header of the page while the custom.css file is loaded *after* that css. So anything in the custom.css file has priority over what is in your quick css.

    Best regards,
    Devin

    in reply to: Blank page template – Want to make it fixed width #247434

    Hi jaypopsu!

    A blank page has no header or footer output so those settings would be unused. As for the styling, you would need to use custom css and classes on those elements to style it in a way that would be outside of what the Avia Layout Builder has support for.

    See: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Cheers!
    Devin

    in reply to: Different Layerslider Display for Mobile & Desktop #247432

    Hi!

    This kind of customization is beyond what we can help with through support. The theme doesn’t have a method for switching elements on or off on mobile only so doing so would need to be custom coded in.

    When using the shortcode of the layerslider you are going to need to use a do_shortcode function. The theme however disabled the regular LayerSlider shortcodes because of it how it needs to wrap the plugins sliders. There are quite a few hurdles that need to be jumped in order to get something like the above working unfortunately.

    Regards,
    Devin

    in reply to: How do I move widgets above default sidebar in Enfold? #247428

    Hey johnmdotme!

    You can turn off the auto sub menu widget from the theme settings>sidebar>”Page Sidebar navigation” and then add in your own via a plugin with your own order.

    Cheers!
    Devin

    in reply to: Add Event Listener to Avia-Button class #247422

    Hi MagneticBloom!

    You would need to copy the raw html that gets generated and then re-build the button with whatever attached code as plain html.

    Regards,
    Devin

    in reply to: Avia color_sets array #247421

    Hey dustingrof!

    I’ve asked Kriesi to add a filter so a new array can get added to the color sets but it has not been added in yet. As far as I know the only way to add another pre-set color scheme is in the parent file with the others.

    Cheers!
    Devin

    in reply to: Add Theme Settings Option #247419

    Hi Voilaah!

    Yes though it isn’t something we can really walk you through. Kriesi has pretty good inline documentation for the framework so looking through the associated files is your best guide. There are also hooks/filters for things as well: https://kriesi.at/support/topic/add-elements-to-visual-composer/#post-243206

    Cheers!
    Devin

    Hi honesty1993!

    We don’t have the export data or images available for redistribution for anything that isn’t already included within the demo data unfortunately. So you would need to re-create it using the LayerSlider tools on a new slide.

    Cheers!
    Devin

    in reply to: Parallax in more layers #247417

    Hey t3lgroup!

    I don’t think its planned at the moment but you can suggest it here: https://kriesi.at/support/enfold-feature-requests/

    Cheers!
    Devin

    in reply to: Event Manager #247188

    Hey Schloss Klaus!

    The layout builder is not supported on custom post types like that. The plugin wouldn’t know what to do with the output.

    You can instead use the shortcodes which have a few limitations (no full width elements for example) but will work like any other theme.

    Best regards,
    Devin

    in reply to: Unable to install enfold in wordpress #247186

    There must be something else going on server side with the unzipping. If that is the case you would just need to update over FTP each time instead of from within the dashboard.

    The most important thing with the missing stylesheet error is making sure that your file structure looks like this on your server:
    wp-content
    ->themes
    ->->enfold

    And then inside of that enfold folder there is the theme files which looks like this:

    in reply to: Enfold Latest theme Required.. #247175

    Hi Yash!

    Unfortunately we can not help with that. ThemeForest is the only way to download the theme and if you no longer have access to the account it would need to be re-purchased or you could attempt to have ThemeForest support recover the account if it is supposed to be yours.

    We don’t really have anything to do with or have any connection with ThemeForest directly.

    Best regards,
    Devin

    in reply to: Title Bar/Container – Not Showing #246822

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

    in reply to: Update #246744

    When you update your theme/re-upload it what are the steps you take?

    If you can also provide an admin login for the site through a private reply here on the forums we can log in and see whats going on first hand. Its very very strange since the style.css for the theme shows you are using enfold 2.6.2 but the pages still shows version 2.4.4 in the source code with the themes debug output.

    in reply to: Multisite custom.css #246736

    Hey frankster1234!

    You could add it to the Quick CSS in the theme’s styling options which gets written to the dynamic stylesheet the theme uses to add your color/font choices.

    Cheers!
    Devin

    in reply to: Avia Layout Builder 1/5th 3/5th 1/5th layout. #246735

    Hi Erich Nolan!

    You would need to create those new elements and add in the php/css to support them. It has been requested quite a few times to add additional support for _/5 options but I’ve not heard from Kriesi if he will be adding them in any time soon.

    Cheers!
    Devin

    Eventually it probably will be. WordPress is changing to a rapid release schedule and new major versions will be coming out more frequently.

    For the short term it probably will not be a big issue but eventually it will be.

    in reply to: can I have multiple mega menus #246382

    You can try Codeable, Microlancer and WerkPress from here: http://kriesi.at/contact/customization

    in reply to: Site loading slowly #246340

    Hey tmsgraphics4698!

    Can we see the site live and get a bit more detail on what exactly is loading slowly, any plugins you have installed and running and if anything has changed server side or in WordPress besides updating.

    Cheers!
    Devin

    in reply to: NEED TO ADD IMAGE TO HEADER #246339

    Hi MERdesign!

    You can use the themes Header layout options to customize the header, menu positon, logo position etc. If those options aren’t what you are looking for you would need to have a freelance developer customize the layout specifically for your needs as we can’t offer customization through support.

    Best regards,
    Devin

    in reply to: Soliloquy slider enfold lightbox conflict #246336

    Hi!

    I can’t see how removing the themes lightbox from running would have any effect on another plugins lightbox script from running. All it does is stop that code from running and doesn’t add anything in to then conflict with the plugin.

    Looking at the site now the lightbox works in addition to the pinterest from what I can tell.

    Best regards,
    Devin

    in reply to: Woocommerce Product Sort Conflict with Enfold… #246333

    Hey!

    I just tried this out on my dev site and the ordering is working with the WooCommerce plugin settings. Can we see your main shop page where the issue is happening live?

    Cheers!
    Devin

    in reply to: Fix for disappearing Titles and Breadcrumbs #246275

    Hey neufold!

    Thanks for the tip! I’ve noticed that some plugins are also setting the option. Typically its a post duplicator plugin which copies the meta data and then doesn’t allow the user to change it from the theme options but I’ve also encountered it with wp-super cache/w3tc.

    Cheers!
    Devin

    in reply to: Mobile Problem #246273

    Hi!

    Looking at and testing the demo and my personal dev server I don’t have any issues clicking on the links or images.

    Can you describe in a bit more detail or with a specific example exactly what happens and what you expect to happen on the demo/your site? Maybe we are just misunderstanding what the issue is or a misinterpretation of what is expected.

    Cheers!
    Devin

Viewing 30 posts - 2,611 through 2,640 (of 8,514 total)