Forum Replies Created

Viewing 30 posts - 3,121 through 3,150 (of 8,514 total)
  • Author
    Posts
  • in reply to: Forum manager has gone #229869

    You would probably get the best answer directly from the bbPress support forums here: https://bbpress.org/forums/

    in reply to: Layout Problem in Firefox & IE #229867

    Hi sundialstudios!

    Unfortunately we can not assist in bug fixing customization. I would suggest trying stackoverflow if you aren’t able to go with a freelance developer.

    Regards,
    Devin

    in reply to: The images on my website are not displaying! #229866

    Hi!

    Can we see the site and page live? The animation is a css effect and shouldn’t have any effect on the image showing/not showing.

    Cheers!
    Devin

    Hi Imburr!

    Anything that has if(!function_exists('avia_logo')) preceding the start of the function can be replaced by a child theme. You would need to re-do the setup of the function.

    The title attribute however I don’t view as needed on a logo. The alt text telling screen readers and the like saying that this is ‘site name’ but the title tends to just aggrivate users since it appears as a tooltip for users who can already plainly see a logo with the identical information.

    For #2, you can remove the theme function and then add your own function, something like:
    remove_action( 'ava_main_header' , 'avia_woocommerce_cart_dropdown', 10)
    then you would duplicate that same function and then add it back in the same way its added in that file (but all in your functions.php file).

    #3 you add the same thing your child functions.php.

    Best regards,
    Devin

    in reply to: Default to text, not visual editor #229760

    Hey!

    No, not that I know of. It should be remembering the last view you were in and then opening to that but a more reliable solution is to use another method to add in custom code than a text element. Either through a custom shortocde or a plugin like this one http://wordpress.org/plugins/post-snippets/

    Best regards,
    Devin

    in reply to: Customize and hide some post formats #229758

    Hi Daniel!

    WordPress does not allow for custom post formats in any way right now. From the codex:
    New formats cannot be introduced by themes or even plugins. .
    https://codex.wordpress.org/Post_Formats
    You can add support for other formats in the main functions.php file:

    /*
     *  add post format options
     */
    add_theme_support( 'post-formats', array('link', 'quote', 'gallery','video','image','audio' ) );
    

    You would then need to add new code for each format in includes>helper-post-format.php or replace the functions/add new functions. The styling changes are much easier in that you only need to target the front end post type selectors and then re-color/re-style things as needed.

    Regards,
    Devin

    in reply to: Creating custom category archive pages #229757

    Hi seopolis!

    That will still work as long as the category has the correct filename structure to take priority. The page however would need to be made in php/html since there isn’t a front end for editing that kind of template.

    Best regards,
    Devin

    in reply to: Column Element #229752

    Hey!

    If you mean on this page: http://kriesi.at/themes/enfold/shortcodes/columns/ each row of columns is a new *row* and content isn’t inside of another.

    Cheers!
    Devin

    in reply to: Portfolio grid vs content slider #229749

    Hi nonne!

    1) No. You can try one of the many re-ordering plugins for posts/custom post types but it won’t give you individual control on each portfolio grid.

    2) You can manually set the image link, the title link and any link in the content slider slide. When adding in an image to the content area the link options are on the bottom right of the pop-up where you choose the image.

    Best regards,
    Devin

    in reply to: Google maps Widget – Bug #229675

    Hi hunter74!

    The demo isn’t actually running the most recent version. Can we see your site and the issue or can you screenshot what is/describe it?

    Best regards,
    Devin

    in reply to: Search for images name/portfolio #229674

    Hey Nerohm!

    The theme uses the WordPress search function so you would need to use a plugin which adds on to it or replaces it.

    Cheers!
    Devin

    in reply to: Enfold – Getting a lot of extra code in html #229673

    Hey Monsoon!

    Its to help SEO. You can read about it here: http://schema.org/

    Cheers!
    Devin

    in reply to: Code not loaded when using Avia #229672

    Hi!

    It typically takes Kriesi quite a while to get through his queue of topics. If it holding up development I would suggest using shortcodes on any page where you need to use the upload form shortocode instead of using the Avia Layout Builder.

    Regards,
    Devin

    in reply to: Multiple Selected Categories in Portfolio Grid #229668

    Hi svdevelopment!

    Unfortunately that isn’t possible with the current implementation of the sorting method.

    Regards,
    Devin

    in reply to: error when uploading font zip #229666

    Hey!

    I’ll tag the topic for Kriesi as I don’t know for sure if the theme will recognize the icons just by their file location. I believe they need to be uploaded through the uploader so that they can integrated in with the builder elements. So you would need to install locally and then copy over the the database and theme files on to your server.

    Regards,
    Devin

    in reply to: Slider not working and now locked out of admin #229665

    Hey!

    You’ll need/want to deactivate all active plugins that are running and then see if you are still getting a memory limit error. With 128 you should be fine but if you are still getting it then there could be something else going on. The theme doesn’t use that much and shouldn’t be causing any issues.

    If it is still happening then try re-uploading the theme files over FTP in case there was a corruption of a file on any of the past uploads. It isn’t that uncommon when updating through WordPress so making sure everything is correct in the theme files is a good initial step. You can watch this video for a walk through up re-uploading as its the same steps as when updating: https://vimeo.com/channels/aviathemes/67209750

    If all is running well you can re-active plugins one by one and see if any one plugin causes the issue or has a conflict with the theme.

    Cheers!
    Devin

    Hi!

    What that user did was put the widget area inside of a color section. The color section is called “map” without quotes in the developers field when editing the color section. This allows you to then set its width with css.

    For example:

    #map .container {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #top #main #map.avia-section .template-page {
        padding: 0;
    }

    Regards,
    Devin

    in reply to: Fullscreen Slider – NoJS-Fallback possible? #229660

    Hey eperi!

    You might be able to set a background image for the element which would then only show if nothing is showing inside of it. Or forward users to another different “home” page if you detect no javascript.

    Best regards,
    Devin

    in reply to: Fullslider problems in IE7, and IE8 #229654

    No update as of right now unfortunately.

    Hi CharlotteTryzens!

    The theme actually disables LayerSlider shortcodes. The only way to get the LayerSlider slideshows into the page is with the Avia Layout Builder.

    If it was working before it was a fluke unfortunately.

    Best regards,
    Devin

    in reply to: avia layout editor, textblock, does not save javascript. #229368

    Hey rickthuhvang!

    You can try using this plugin as a more consistent way to add in code where needed: http://wordpress.org/plugins/post-snippets/

    Regards,
    Devin

    in reply to: Major problems with WooCommerce #229367

    I’m not really sure what else we could suggest. The errors you originally mentioned are also getting reported by other users with other themes and the root seems to be WooCommerce. Not being the developers of the plugin if there is a core conflict all we can do is report the bug.

    They have also posted here on fixing common issues that have come up with 2.1 which may or may not help: http://develop.woothemes.com/woocommerce/2014/02/solving-common-issues-after-updating-to-woocommerce-2-1/

    The differences while being logged in vs logged out could be cache related, the membership plugin related or something else completely. If you can be a bit more specific on what exactly is happening we can look into them further and see if its something we can fix.

    in reply to: BIG problem with Text block #229360

    I’m pretty sure that the pages aren’t able to be copied between layers when using the ALB. They need to be manually re-created or copied over using the debug field since WPML doesn’t recognize the setting where the layouts are stored on each page.

    Hey!

    No fallback for still image that I’m aware of right now.

    I know iOS will not play a video unless a user interacts with it so it itsn’t an ideal solution for video embeds right now. If you aren’t using 2.5.4 make sure to update and then hard refresh your local cache as well as any plugins that will be doing server side caching to fix video playback issus.

    Best regards,
    Devin

    in reply to: Enfold – Buttons using javascript in a link #229107

    Hi Monsoon!

    I would suggest creating your own custom shortcode for that. Or else try generating the button outside of the ALB and then try adding in the link values.

    The php snippet wouldn’t work however so the shortcode route would be what I would do.

    Regards,
    Devin

    in reply to: resize image on page #229104

    Hey!

    Please don’t create duplicate topics for the same issues/question. It makes it harder for us to answer and for others to search. I’m closing this one off since I’ve already responded to your other topic: https://kriesi.at/support/topic/resize-image-in-wysiwyg/

    Regards,
    Devin

    in reply to: Enfold Full-Width Masonry Gallery #229101

    Hey!

    That would need to be added in as a new feature and isn’t something we could give out through support. If its a must-have feature I would recommend looking into a freelance developer to customize the shortcode php file to add it in and then bug test it to make sure there are no other issues from the change.

    Regards,
    Devin

    in reply to: video in slideshow sizing #229093

    Hi Munford!

    Make sure the vimeo video settings on vimeo are also set to not display controls/information. It shouldn’t be showing any controls but just as an extra precaution try that.

    Video scaling/exact fit is a bit more difficult. By the nature of being responsive there must be some cropping at different browser widths. There is just no way to keep content scaled to fit the browser and always fill up a space at whatever size the viewers screen without cropping or hiding the edges.

    For self hosted video you need to have multiple formats of the video in the same location and the same name. mp4, webM and Ogg are traditionally the 3 main ones you should have. You only add in one of them to the field in the ALB Slideshow element and the theme will automatically register the others as long as they are in the same folder with the same name (different extensions).

    Cheers!
    Devin

    in reply to: Enfold Slider — Changing Background Picture #229090

    Hey rseybold!

    It could maybe be done with a LayerSlider slide but it will be a bit complicated to set up. You would need to have it all set up on a single slide and then handle the timing through one long slide.

    Regards,
    Devin

    in reply to: Yoast SEO and enfold theme – front page problem #229088

    There isn’t really a solution for that since what is happening is the plugin doesn’t realize there is content on the page. As long as its in the source then it will work. The plugin will just not register the content because the blog element is a query not raw content or text.

Viewing 30 posts - 3,121 through 3,150 (of 8,514 total)