Forum Replies Created

Viewing 30 posts - 4,441 through 4,470 (of 8,514 total)
  • Author
    Posts
  • in reply to: discard portfolio permalink #199767

    Hey dewasurya!

    As far as I know that wouldn’t be possible because of the way the custom post type is set up.

    You could use redirects though I have no idea what that does for SEO.

    Best regards,
    Devin

    in reply to: Enfold: LayerSlider is not centered on iPad Mini #199765

    Hi!

    First thing to try is to update your theme files to the 2.4.2 version with those two additional bug fix releases (you are on 2.4).

    On my end I’m not actually able to reproduce the issue. Is this with iOS7? I’m not sure any of us have an iPad mini specifically to test with but I’ll tag the rest of the support crew to see.

    Cheers!
    Devin

    in reply to: Editing Blog Under "Pages" and Embedding Video #199764

    Hi NaturaIntegrativeMedicine!

    For 1) Check here: http://kriesi.at/documentation/enfold/setting-your-home-and-blog-pages/ as it explains a bit about setting/unsetting the blog page. The quick version is that to use the individual blog pages settings you need to un-set the option in the theme options.

    2) Youtube video is showing on my end.

    3) 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:

    .fullsize .big-preview.single-big {
    padding: 20%;
    padding-bottom: 10px;
    padding-top: 0px;
    }

    Best regards,
    Devin

    in reply to: Sidebar Issues in Blog, Archiv, Author.. #199763

    Hey!

    Widget logic hopefully will get you sorted out as its one of the best solutions for using conditional logic for individual widgets.

    Best regards,
    Devin

    in reply to: How to manipulate alignment in color-sections #199760

    You can add !important to each value to force it even on mobile css output.

    in reply to: enfold – IE8 compatibility issue #199759

    Hi kudesign!

    Can we see the site live so we can inspect it with IE directly? You can respond with the url as a private reply (set private reply checkbox) so that only we can see.

    Regards,
    Devin

    Hey Abbe!

    For the first question no, combining the two isn’t something that is easily possible. While it definitely is something that could be custom coded it wouldn’t be something we could help with via support.

    I’ll tag Peter on the WPML issue as he is our WPML resident expert.

    Regards,
    Devin

    in reply to: WordPress 3.8 #199735

    Hey eclipsenyc!

    I would not recommend it quite yet. I’ve had it running on my personal site for a few days with no issue but I’m sure there will be a few issues here and there still.

    Regards,
    Devin

    in reply to: Adding a PDF download link to a website #199679

    Hi!

    You can use the WordPress Media manager (Media item in the WordPress admin) to upload the file and get a url directly to it or you can upload it right from the page you want to use the link on. From within the page you’ll actually be able to insert the link using the regular WordPress interface elements.

    If that is still a bit too much you’ll need to brush up a bit on basic WordPress. I typically point clients to: http://videos.wpbeginner.com/

    Regards,
    Devin

    in reply to: lazy load #199674

    Hi xpoveda!

    We have no recommendations for that at the moment. You can try searching the WordPress.org plugin repository or asking on somewhere like Stack Overflow or even the regular WordPress support forums if you’d like to look for a bit more guidance.

    Cheers!
    Devin

    in reply to: How to have links highlighted when anchor link is clicked #199672

    Hi!

    No, not at the moment. The next update will have better support for in page anchor links getting highlighted however.

    Regards,
    Devin

    in reply to: Structured Data #199665

    Hey Mono14!

    Not sure what the alert is referring to. The theme uses schema.org tags and continues to add more as needed.

    It should go away once the site gets crawled more but if not I’m not sure what more we could do though I’ll bring it up with Kriesi.

    Cheers!
    Devin

    Hey GlobalMerchant!

    Your best place to look will be Microlancer, Codeable or even through the form here: http://kriesi.at/contact/customization

    Good luck :)

    Best regards,
    Devin

    in reply to: AJAX Gallery in Posts #199521

    Hey!

    Can you point to one specifically? I’m not seeing anything that jumps out as being low quality or disproportionally poor quality in the portfolios.

    Regards,
    Devin

    in reply to: Layerslide help….layer "Show until" #199520

    I would suggest trying to re-build the effect on a new blank slide piece by piece. I don’t know of any one setting that would cause that not to work but like I said, with the settings above I had no issues with getting a delay.

    There very well could be a limitation with a lot of items and lots of delays or it could be in just tweaking your delays so extending the time as a temporary test to all simple amounts in thousands could help fix/debug it.

    in reply to: width images masonry gallery #199517

    Hi!

    I’m not sure there is anything we can do to change that. The script needs to have some flexibility with images and how it re-sizes and sorts them. If you just want the two static images in the same row consistently your best route would be to just hard code it into a text widget’s text tab with html.

    Best regards,
    Devin

    in reply to: portfolio made from pages not posts? #199495

    You must be using Enfold version 2.4.

    The Masonry option was introduced in 2.4

    Update your Enfold theme to version 2.4 and then the Masonry elements will be available just like in the video. I made that video for the 2.4 blog announcement which was posted here when 2.4 was released: http://kriesi.at/archives/enfold-version-2-4-fullwidth-masonry-elements

    For reference, you are using 2.3 which you can see on your site in the style.css here: http://www.atuawahine.com/wp/wp-content/themes/enfold/style.css

    • This reply was modified 11 years, 7 months ago by Devin.
    in reply to: Permalinks break my website everytime #199360

    Hey codedbydesign!

    Unfortunately there isn’t a lot we can do to help with permalink issues as they are typically a WordPress/server issue. The codex has some good troubleshooting steps you can take here: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems

    And if its a windows server you may be in for a major headache. It could also just be a case of clearing out the htaccess file and letting WordPress re-build it but with permalink issues there is no guarantee.

    Regards,
    Devin

    in reply to: posts excerpts don't work…again #199317

    Typically themes hijack the WordPress Settings>Reading choice anyway because it lets WordPress run like normal (reading from the index). After that point what you are doing is setting the home page specifically (to a page template) but not setting the blog page to use the default template.

    The issue is that there are two official WordPress ways to delineate your excerpt with WordPress. Excerpts and the Read more tag. The Read more tag is the preferred way for some people but not others.

    So what happens is that in a theme you can use two ways to show content for blog feeds: the_content or the_excerpt. The first will use the More tag to show an excerpt if its there but otherwise show the whole post. If you designate an excerpt it will to. Using the_excerpt will automatically cut your posts after a specific word count or use the self created excerpt.

    The end result is the theme uses the_content and if you aren’t using the more tag to break up your content then it seems like excerpts dont work by default. You can however use the above workaround and choose that option from the blog Advanced Layout Builder element :)

    Hey tobylove!

    I’m not really sure what you mean. I just tested the site on my ipad, 2 phones and in browser using dev tools and with all of them the site has no responsive settings.

    In the code for the site the correct static_layout class is in place which should prevent any responsive functionality as well.

    My guess is that your caching plugin still had that page cached as responsive and you were just viewing the cached version.

    Best regards,
    Devin

    in reply to: Display issues on portfolio items #199313

    Hi indirapril!

    Can we see your site and portfolio page live? That will be the best way to see whats going on and inspect the code to try and fix it :)

    Cheers!
    Devin

    in reply to: posts excerpts don't work…again #199305

    Hi!

    What Ismael was trying to explain is that you don’t need to set the “blog” page with the theme options. So change the WordPress settings back to not selecting a specific page and then don’t select a page as your blog page in the theme settings as well.

    See: http://kriesi.at/documentation/enfold/setting-your-home-and-blog-pages/

    Regards,
    Devin

    in reply to: Portfolio grid: category drop down missing #199299

    Hey lisabarfield!

    I’m not sure what you mean for the category “pulldown”. Can we see the screenshot?

    Also a bit more information on what you mean on the text block issue would be helpful.

    Cheers!
    Devin

    in reply to: How do I get a footer like this, can't figure it out! #199295

    Hey justinwheelon!

    You can get the 5 columns by choosing that number in the theme options>footer section. Then add the links as either html lists in text widgets or us custom menus created in the menus manager and then added using the custom menu widget.

    The logos however would need to be added in custom to the footer.php file. You would probably put them in the socket along with the big text block.

    If you aren’t familiar with basic html and very minimal php you will need to look into a freelance developer from somewhere like Microlancer, Codeable or http://kriesi.at/contact/customization. It shouldn’t take more than an hour to get the new content in there.

    Cheers!
    Devin

    in reply to: Contact form with file uploading option? #199220

    Hey tobylove!

    No, not at the moment. You will need to use a third party plugin to get that kind of functionality.

    Cheers!
    Devin

    in reply to: Minify, Lazy Load #199219

    Its worth the time to read over how to set up the plugins if you have not done so. For instance bwp has this guide: http://betterwp.net/wordpress-plugins/bwp-minify/#advanced_customization

    There is almost no minify plugin or even caching plugin that will work out of the box without any real configuration.

    in reply to: Transparent Main Menu with Full Screen Slider #199186

    I see what you mean now. You would need to remove the header from being calculated into the height of the fullscreen slideshow. You can do so in js>shortcode.js. Look for:

    	$.AviaFullscreenSlider.defaults  = {
    
    		//height of the slider in percent
    		height: 100,
    		
    		//subtract elements from the height
    		subtract: '#wpadminbar, #header, #main>.title_container'
    		
    		
    	};
    in reply to: Minify, Lazy Load #199177

    Hi Bruno!

    Kreisi uses this on all of the demo content: http://wordpress.org/plugins/bwp-minify/

    The multiple queries should really not matter that much. If its a case where you really need to reduce them to a single file for CSS or JS then it should be done manually and in the same order they are enqued in the functions.php file/header.php.

    There is some form of lazy loading in place though I don’t know if its specificly the classic lazy load script off hand.

    Best regards,
    Devin

    in reply to: Navigation arrow/pointer #199164

    Hi!

    I’m not able to see your site load properly at the moment. It looks like a plugin is causing a whole bunch of script errors and preventing the site from loading correctly.

    I would suggest first deactivating all currently active plugins and see if that brings things back to normal first. Then re-enable them one by one to find out which one is causing the main issue.

    Once back up and running we can look at the menu again to see the spacing issue.

    Cheers!
    Devin

    If you imported the dummy data then all images would be in the WordPress media manager (Media from the WordPress admin).

    The basic workflow would look something like this:

    The logo would be made using an image editing program and saving the text on a transparent background in either .PNG format or .GIF format which both support transparency.

Viewing 30 posts - 4,441 through 4,470 (of 8,514 total)