Forum Replies Created

Viewing 30 posts - 4,861 through 4,890 (of 8,514 total)
  • Author
    Posts
  • in reply to: Lightbox or Popup Effects for inline content #190189

    Hey MindSpark!

    The theme does in fact use prettyPhoto. You can see it in the js folder and live whenever you click on a photo and it opens in a lightbox.

    Aside from following the demo code on the prettyphoto doc link you listed I’m not sure how else best to guide you to use it. If its visible on the page it should in theory open whatever is inside the content. I’m not sure it will work in an advanced layout editor layout but it should work on a regular visual editor layout.

    Cheers!
    Devin

    in reply to: Child Theme Style #190182

    Hey Jane!

    Can we see the site with the child theme active live? The child’s style.css gets loaded at the end of the other stylesheets which is why whatever css is inside of it gets priority.

    If however the css isn’t written to where it would get priority at the end then it still wont effect what is viewed live.

    For example, if you wanted to change the h2 to red and added:
    h2 { color: red; }

    That will probably not work because there are more specific selectors in various places to change the color under other circumstances. So you might need to use:
    #top h2 { color: red; }
    or

    #top .some-specific-class-name h2 {color: red;}`

    Where the some-specific-class-name is just a placeholder for a more specific container class the item is within.

    Regards,
    Devin

    in reply to: socket – copyright – responsive links at the right #190151

    Hi victoriaeducacion!

    You can add a menu to the socket from the WordPress menus manager which will show there. I think that is what you looking for but if not seeing the site live will help us get a better idea.

    Best regards,
    Devin

    in reply to: Need to remove Mega Menu from Edit Menus in Admin #190147

    You would need to remove it from the parent because the child isn’t the one including the file.

    in reply to: UNABLE TO MAKE PORTFOLIO AJAX WORK #190143

    The only portfolio option that has text appear on Rollover is the Masonry Portfolio: http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/

    Edit: your footer isn’t big in your demo, its the background showing under the socket/footer because there is not enough content to push it down.

    • This reply was modified 11 years, 8 months ago by Devin.

    Hi!

    I re-checked your installation and there is no an error even when not inside a post/page editor coming from WordPress itself. Previously I had no issues adding in media content but now I am.

    So first thing to re-try would be to deactivate all currently active plugins to make sure there isn’t a conflict there. With everything deactivated, if you are still getting issues let us know and we can log in and check it again.

    Edit: If you can also try switching to one of the default themes – either twenty twelve or twenty thirdteen – and trying to insert media we can quickly see if its a theme issue or a plugin/WordPress issue.

    Secondary Edit: Peter took a look as well and it seems as though there is something else at play attempting to compress your admin side scripts/css. If the issue happens even with all plugins disabled, contact your hosting provider and see what server side scripts or software they have in place to compress WordPress’s admin.

    Best regards,
    Devin

    • This reply was modified 11 years, 8 months ago by Devin.

    Hey arska7!

    It sounds like your server is either timing out or running out of memory to use to process the saved data. Talk to your hosting provider about how best to increase the time that php processes are allowed to process as well as trying to increase your php memory limit for WordPress (http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/)

    Regards,
    Devin

    in reply to: UNABLE TO MAKE PORTFOLIO AJAX WORK #190125
    in reply to: Default "portfolio-ajax" didn't work correct #190124

    Hi!

    I’m not really sure what you are asking. The portfolio settings are up to you to set or re-set however you want. So if you want to change the thumbnails you can. If you want to change out the ajax content you can change that out as well.

    The default dummy data is just there as an example. The images that it shows are all chosen by the ajax content meta box under the visual editor and are different than the single portfolio images.

    Regards,
    Devin

    in reply to: UNABLE TO MAKE PORTFOLIO AJAX WORK #190112

    Looks like its working without issue on my end.

    in reply to: change logo image for scrolled header #190103

    Hey!

    As is there isn’t a mechanism in place to support two different images for the logo so your best route would be to use a smaller logo as your standard header logo.

    For the header, you can change its background and styling in the theme options Styling section under the Header tab.

    Regards,
    Devin

    in reply to: woocommerce – Ajax layered navigation causing CSS issue? #190099

    Hi!

    I added the following to your Quick CSS which seems to do the trick. I don’t know why FF alone is having an issue with the sidebar but this fixes it:

    
    @-moz-document url-prefix() { 
      #top.post-type-archive-product .sidebar.sidebar_right.three.alpha.units {
        float: left !important;
        width: 26% !important;
      }
    }
    

    Cheers!
    Devin

    in reply to: UNABLE TO MAKE PORTFOLIO AJAX WORK #190079

    Hey!

    If you have a live dev server where you can publish the site I would suggest doing that. I’ve known a lot of issues that have gotten ironed when moved from a local server to live because of differences in server settings or something like that.

    Best regards,
    Devin

    in reply to: how to hide admin bar? #190066

    No, Ismael’s code doesn’t require any specific heading. It forces the output into the header with any heading type if done correctly. Just make sure you are adding in the code exactly and where specified.

    To get the exact same header will require a freelance developer. We have been asked by Kriesi *not* to provide the customizations he has done to his child theme as he would like to keep his customization separate for now.

    in reply to: a question about galleries #189823

    I don’t think the theme has anything like what you are describing. You can try going through the demo gallery options and see if anything displayed fits what you need however.

    in reply to: Font used at your own website #189822

    Hi!

    Yes, the font is included. Its Open Sans for both the body and headlines. Color is #444.

    A lot of the specific styling we have directed not to provide since Kriesi wants to keep his site somewhat custom but the color and font family are included as options from within the theme options.

    Regards,
    Devin

    in reply to: 404 – strange permalink problems #189817

    What steps have you taken already specifically? The above is good background information but generally under normal circumstances permalinks and woo-commerce do not have an issue. So it isn’t like this is a big widespread problem with the theme that is addressable with an update.

    There is something specific to your settings and server. Eg, do you have anything in your htaccess besides the WordPress snippet that gets added when you use pretty permalinks or anything like that?

    in reply to: Changing Image a:hover Effect for Specific Pages #189816

    Hey!

    You can target the page by its ID and then that specific image as long as it has the class for it. Without seeing the page and image live I couldn’t say for sure or what the specific css would be but its probably doable.

    Best regards,
    Devin

    in reply to: Woocommerce Dummy Data #189815

    Hey bluff03!

    The plugin itself has some you can import: http://docs.woothemes.com/document/importing-woocommerce-dummy-data/

    The secondary image that the theme has for the catalog view can be added from the meta box on the right hand side of the product page which is the only thing that won’t get pulled in.

    Cheers!
    Devin

    in reply to: Intuitive Layout #189814

    Hi derek62!

    Not without a good amount of customization as far as I can tell. You could certainly have elements of the layout but not that exactly.

    Regards,
    Devin

    in reply to: Fullwidth Masonry Gallery #189813

    Hi carousel1!

    I’ve seen this happen with one other user before and it turned out to be a plugin conflict if I remember correctly. So first thing to try is to deactivate all active plugins and then try re-adding in your masonry gallery and choosing its options again.

    Regards,
    Devin

    Hey charlies23!

    Yes, you can have your blog posts displayed as a grid. Its one of the options when you add a blog element to the advanced layout editor.

    For the portfolio items, it looks like you have a permalink error. First try deactivating all active plugins then go to WordPress Settings>Permalinks and change them to default. Test the portfolio single pages and then try saving the permalink setting back to what you had it before.

    If it works now, you can reactivate your plugins one by one to find the conflict.

    Cheers!
    Devin

    in reply to: Page Content Just Vanished – Part Two #189529

    Hi!

    If you have not already, make sure your WordPress install has at least 128mb of memory that can be used. Some hosts default it to really low values like 40 but you can change it typically by one of these methods: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    If its the same site you referenced in the previous topic then you should try and up it. You only have 64mb available and what might be happening on some occasions at least is the memory limit gets reached from all of the content on the page trying to get processed at once and then WordPress just wipes the data and reloads the page.

    Cheers!
    Devin

    • This reply was modified 11 years, 8 months ago by Devin.

    Hey neotemplates!

    Kriesi customized a child theme of Enfold when he recently re-did his site. The individual customizations however are not yet part of the core theme and he has mentioned he would like to keep them custom for now. So for the moment, we aren’t able to assist in providing the same customization.

    Regards,
    Devin

    in reply to: Better hosting for Enfold #189411

    Its only important in that the physical location relative to the greatest portion of your users can be a simple and cheap way to get a bit faster response time.

    So a server farm in California, even with a better physical set up, would not be optimal for a site whos users are located mostly in Russia for instance. A server with moderate capabilities (but not a budget host) located at least somewhere in Europe would be a better option.

    Good luck in finding a better host and as mentioned above getting a good working relationship with the employees of the company is a great thing to be able to do if possible.

    in reply to: About AJAX Portfolio #189409

    All portfolio items are blank slates for you to add in content however you want. On that page, its a 3/4 column element and a 1/4 column element. Then the left column has an image slider in it and the right column has some text and toggle elements.

    in reply to: icons #189407

    On the Fontello site you can drag and drop in your own custom SVG icons or fonts at the top of the page.

    Also see: https://github.com/fontello/fontello/wiki/How-to-use-custom-images

    in reply to: Open button link in lightbox #189406

    @andregorn – If you look at the prettyPhoto examples, you need this for flash content:
    <a href="http://www.adobe.com/products/flashplayer/include/marquee/design.swf?width=792&height=294" rel="prettyPhoto[flash]" title="Flash 10 demo"><img src="images/thumbnails/flash-logo.jpg" alt="Flash 10 demo" width="60" /></a>

    @ondrej – For a button, you would need to get the html code for it and then add it into a text box. You would not be able to do it from the template builder element as far as I know.

    The script is just included into the theme but not all of the full capabilities are added in as elements from within the advanced editor at the moment so working with the raw code is your only real option.

    in reply to: Integrating Google CSE with Google CSE Plugin #189402

    You can check to see if its a theme conflict by switching to either Twenty Twelve or Twenty Thirteen. If you can be a bit more specific on what isn’t working that would be helpful too.

Viewing 30 posts - 4,861 through 4,890 (of 8,514 total)