Forum Replies Created

Viewing 30 posts - 7,981 through 8,010 (of 8,514 total)
  • Author
    Posts
  • in reply to: Layer Slider – possible to center? #122652

    Glad we could help :)

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

    Regards,

    Devin

    in reply to: Avia Page Builder Keeps Deleting Empty DIVs #123106

    Hi ace2296,

    I’m fairly sure this is just how WordPress handles code. You can add a   and see if that helps but typically, you need to force wordpress to stay in text edit mode instead of the visual editor to prevent it from modifying any of your html.

    Regards,

    Devin

    Hi justinwheelon,

    It sounds like you probably have a coming soon plugin active. Check your plugins and being logged in as an admin should allow you to bypass it.

    Regards,

    Devin

    in reply to: Theme console error #123097

    Hi pmb1007,

    While I’ve not encountered that personally, it would suggest that the file is not readable or not there. You can try and re-upload it or check its chmod permissions to make sure it is publicly readable and see if that helps.

    Regards,

    Devin

    in reply to: Color section #122565

    Hi yingfuli,

    I don’t see any major visual issue with the two pages. The color section still needs to have columns inside of it to give alignment and isn’t meant as a way to create a container.

    Regards,

    Devin

    in reply to: Shortcode in Avia builder #122975

    Hi DavyE,

    Adding that into the debug mode can be a bit dangerous. Its why it isn’t turned on by default and is not recommended to be used as your main way of editing layouts. It loads directly into your database so a stray bracket or broken code can cause that database entry to become corrupted.

    If the plugin isn’t working within the advanced layout editor’s text box, I’d recommend finding a layout that you can use the visual editor for with shortcodes.

    Regards,

    Devin

    in reply to: coming soon and maintenances page #122465

    Glad you were able to work it out. Yes most of the full-featured themes like Kriesi’s replace the wordpress setting of frontpage/blog page.

    If you have not already, take a look at the videos on the Aviathemes channel as well as the documentation that comes in the main download of the theme files, psd, license etc. There are the basics of getting things set up all written out which can be helpful for new users of Kriesi themes.

    Regards,

    Devin

    in reply to: Layerslider WP not working properly #122971

    Hi runekjensen,

    Is this with creating entirely new slides or loading in slides created from outside the theme?

    Regards,

    Devin

    in reply to: Template redirect to template-builder #122787

    Hi JudeAAZ,

    There isn’t a way to switch freely between the two (advanced layout editor and regular visual editor). Its really just a front end interface for putting together shortcodes by the data is saved separately from the visual editor to prevent wordpress from messing with the code.

    So if you wanted to use custom page templates, you would need to do the layouts with shortcodes inside the regular visual editor.

    Regards,

    Devin

    in reply to: Layer Slider – possible to center? #122650

    Hi Jason,

    I believe its all in how you set up the slideshow. IE – the demo data slideshow is auto centered by way of its set up so you can look at that one as an example.

    Edit: Saw this just now in another topic spelled out, Go LayerSlider WP > Select the slider > Global Options > Basic > Layers Container. Specify a width in pixels for the container. This will constrain the elements at the center.

    Regards,

    Devin

    Hi BrandingLab,

    You need to update the theme files to the most recent release that is available from your downloads on themeforest. This has a number of bug fixes that should help.

    You may also need to increase the available memory for wordpress to use; take a look at the various ways here: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    For the main question here, I’m not really clear on what is happening that should not. The theme uses lots of various means to pull in content from other pages (as part of the theme functions) but generally your main front page is set with the theme options and *not* via the wordpress Settings. So if you have the front page chosen there, try changing that to display blog posts instead so that the theme can control the frontpage output.

    Then you can control the homepage layout completely from the one single front/home page of your choice.

    Regards,

    Devin

    in reply to: Portfolio Driving me nuts…thumbnail #122516

    The thumbnail doesn’t determine the size of the grid, the column count does.

    You need to use larger images that can be shrunken down so that there is no crop or anything like that. For example the new image for “Rob Wolf” is 225×296, if it was 257 wide to start with it wouldn’t be increased in size to fit the space (keeping the same proportions to give you the portrait effect).

    in reply to: Issue with Child Theme #122420

    Can we take a look at the site with the child theme active?

    in reply to: Slideshow Option doesn't appear #122582

    This post was in the Abundance forums which is on version 1.9. If you are using Enfold, the same meta box is not present as with Abundance so there *isn’t* that box below the visual editor.

    See the videos for Enfold here: https://kriesi.at/support/topic/video-requests

    Regards,

    Devin

    in reply to: contact form not working… #118627

    Hi AurelioSMC,

    No, you don’t need to install anything extra but you may need to use an email address that is on the same domain as the site. You can also try other mail plugins to test your wp_mail and php mail functions. If you are still unable to send out mail, talk to your hosting provider to see if you are able to do so via wordpress/php.

    Regards,

    Devin

    in reply to: Contact Form not submitting emails #117446

    The mail function just uses the default php mail function. You can check that its working by trying another plugin like Contact Form 7 with a basic form.

    You may also need to use an email address that is hosted on your server and if it still doesn’t work contact your hosting provider to make sure you can send mail using wordpress and php mail.

    Regards,

    Devin

    Hi meSingh,

    Which shortcode did you use and in what layout/element?

    Regards,

    Devin

    in reply to: Child theme update #122909

    Hey victoriaeducacion,

    Just make a new topic with the questions/issues. It helps keep things easier to search for other users and for us to keep track of open topics :)

    Regards,

    Devin

    in reply to: How to get Excerpt in loop_index.php #122524

    Hi ppc1337,

    If you change get_the_content to get_the_excerpt it will return the excerpt field for the post.

    Regards,

    Devin

    in reply to: Sidebar on mobile screen size not appearing #122888

    Hey kleboe,

    Change that to:

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar {display:block !important; clear: both; }
    }

    So that it moves from the sidebar position and wraps under the content.

    Regards,

    Devin

    in reply to: Child theme update #122907

    Hey victoriaeducacion,

    That is just a discrepancy with the version number on the style.css file in the child theme. You can either ignore it or change the version to something like 2.0.

    If you have not already, I go over creating a child theme which shows the basics of using as well: https://vimeo.com/channels/aviathemes/67221517

    Regards,

    Devin

    in reply to: Input control #122751

    Where on the site is that form specifically?

    in reply to: How to make top level navigation not a link #122846

    Hi silverhema,

    You can add the menu item as a custom menu item and then set a # symbol for the URL.

    Regards,

    Devin

    in reply to: Custom background image per page #122769

    Hi yingfuli,

    You can use a Color Section element to define your own custom background image for everything inside that container.

    Regards,

    Devin

    in reply to: Enable url filtering for portfolio #122765

    Hi cyoniq,

    As far as I know this isn’t possible with the default settings and theme code. I’ll tag the head of support to see if he has any ideas or has run across a solution for that.

    Regards,

    Devin

    in reply to: Input control #122749

    Hi dweb,

    We’ll need to see the page where that screenshot is from to provide any css.

    Regards,

    Devin

    in reply to: better minfy for the js and css? #122699

    Hi hsie,

    Kriesi uses the plugin mentioned in this topic in the demo: https://kriesi.at/support/topic/reducing-http-requests#post-115039

    Regards,

    Devin

    Hi Evan,

    In the top right of the page view should be a tab labeled “Screen Options”. This is when looking at a normal page in wordpress.

    Regards,

    Devin

    in reply to: layerslider not loading on iPhone and iPad #122718

    Hi OliverSill,

    Are you getting the same issue on the demo site: http://kriesi.at/themes/enfold/ ?

    If not, try disabling any active plugins you have running on your install and trying things again. We’ve tested pretty heavily on iOS and the LayerSlider author has specifically for the plugin as well so it *should* be working unless something is causing a conflict with it.

    Regards,

    Devin

    in reply to: IE 8 does not resize page contect #121868

    I’m not getting any visual issues in IE8 for the-science page at all.

    On the homepage page, the issue is that the layout you have there is actually too wide for the columns. Each one of the testimonials is actually larger in width than the one third column so on IE8 it clips the edge to make the layout’s background fit (because the custom.css has the testomonial set to 330px while the columns is only 300 or so).

    Regards,

    Devin

Viewing 30 posts - 7,981 through 8,010 (of 8,514 total)