Forum Replies Created
-
AuthorPosts
-
I’m not even sure how we can test this if its not using Chrome. The bright side that this is more what I would expect which is actually representing tablets: http://gs.statcounter.com/#tablet-browser-DE-monthly-201306-201405
As I mentioned before each company who produces an android device can bundle its own version of the included browser. Its why the newer versions of the devices all come with Chrome as it was creating so many problems.
Otherwise we are just guessing on what the issue might possibly be. On a Galaxy Tab for instance I’m getting this:
On a Motorola Xoom:
On a Kindle Fire tablet:
Hi Jason!
There isn’t really a downside to using https everywhere if you are using https at all. As Peter mentioned in that topic the best we can do is put it in as a theme change.
Whether using a child theme or not its a function that can be added to your functions.php file. That isn’t a hack, its a solution and one that is the community standard in WordPress.
Best regards,
DevinHey envapk2!
Yes it is possible. I wrote some sample code on the theme documentation to help get people started with that kind of thing: http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/
Best regards,
DevinHey jockejansson!
You might be able to if you can embed that site/page in an iframe. Look into adding in iframes in a regular WordPress page as a first step.
Cheers!
DevinHey!
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:.home #full_slider_1 { border: 0; } .home #after_full_slider_1 { border: 0; }
that’ll remove the borders. Then you can add the link onto the slide image and it should do the trick.
Regards,
DevinHi sitesme!
That definitely shouldn’t be happening. Can we see the site live?
We have a couple of resources to help with child themes which you can also check to make sure things are set up correctly:
http://kriesi.at/documentation/enfold/using-a-child-theme/I also keep a public git repo available with a simple starter child theme as well: https://github.com/DevinVinson/enfold-child-starter
Regards,
DevinHey JulieDesigns2!
As far as I know yes it would require that. You could try using a plugin that adds a WordPress function to “copy this post” and after creating each template click that to create the new page but I’ve had mixed results with that kind of thing since it copies meta data a bit unpredictably.
Other than that the no comments and no pingbacks can be set in bulk since that is a WordPress function. The others are manual however.
Cheers!
DevinHey storyboardsolutions!
Is the “incorrect” one smaller than the size its supposed to be resizing to? If so, then WordPress will just not re-size the element at all.
Eg, if its set to be 450×450 and the image is 450×409 then WordPress will just leave it as is.
Cheers!
DevinHey agenciam!
When you add a contact form element to your page, either using the layout builder or as a shortcode you can edit the fields for that form as needed.
If its on a page as a shortcode you would need to delete the shortcode and re-add it in.
Regards,
DevinHi fortuneRice!
If we can see the site live we’ll take a look and see if we can find whats going on.
Best regards,
DevinHi Omer!
Did you recently update the theme files? If so that would write over the changes made to your functions file so they would need to be redone. If you aren’t already using a child theme to keep changes like this safe from updates you can instead (in this case) use this plugin to change the values of your WordPress thumbnails from within the WordPress admin: http://wordpress.org/extend/plugins/simple-image-sizes/
Cheers!
DevinI’m not really sure what you mean the issue is. What element of the page should have the different background? Is it replacing this background image: http://ethiconstars.com/wp-content/uploads/2014/06/0011.png
Or do you want the content area to have a different background?
Hi!
Unfortunately that doesn’t help much and indicates something wrong somewhere else. That function is a core WordPress function and if its not working then WordPress itself is having an error: http://codex.wordpress.org/Function_Reference/get_header
The blank url when you go to the theme folder is correct. The theme itself isn’t a site with content so trying to access it would be incorrect behavior for a user and shouldn’t result in any content anyway.
From here, try deactivating all plugins the next time it happens. In general, make sure everything is up to date and if you’ve done any php customization try removing it.
Also try re-uploading the theme files just in case there was an error there.
Best regards,
DevinHey wildbrid!
There has been no direct theme support built into the theme so no, it won’t support shopify out of the box most likely.
Cheers!
DevinHi danfarberoff!
You can of course use any custom css on any elements but in general support does not cover applying things like that. However this is that same effect applied to those elements on your page:
#js_sort_items { float: right; position: relative; right: 50%; text-align: left; overflow: visible; } #js_sort_items > .sort_by_cat { position: relative; left: 50%; }
This has had no testing so keep that in mind as it may not have good cross browser/responsive support.
Regards,
DevinJune 17, 2014 at 3:43 pm in reply to: Full Screen Slider Content Overflows (ie not visible) on mobile screen (ie iphon #280063That is probably the better option to simply things. Let us know if you have any other questions or issues.
Hi!
On that second page, the only one I see the issue, those individual elements have a white background set. Specifically its the .ac-container label rule.
Regards,
DevinHi!
I didn’t change anything but is this not what it should look like (this is live for me):
Regards,
DevinHi!
1) That is the default setup for the WooCommerce store/shop page. This video will walk you through setting up WooCommerce for the first time: https://vimeo.com/channels/aviathemes/77351544
2) It looks like you set that page as the shop page in the WooCommerce settings. There are limitations to what you can do with the plugin and unfortunately that is one of them. You must define the shop in WooCommerce so that the plugin has a page where the default shop content is output.
3) I’m not quite sure what you mean. Can you point us to an example?
Cheers!
DevinJune 17, 2014 at 3:26 pm in reply to: Issue with WooCommerce on checkout page and 1 bug with add to cart #280043Hey Gurify!
I don’t think there is any specific WooCommerce setting for it. My online dev install has the same thing and for my WooCommerce settings>Checkout I have “Enable guest checkout” checked but I *think* that is standard on installation now.
If the WooCommerce documentation doesn’t have anything on it specifically the best place to ask would be the WooCommerce support forums or try adjusting settings within the plugin a bit.
Cheers!
DevinJune 17, 2014 at 3:15 pm in reply to: Adjusting the height of Fullwidth Easy Slider for mobile #280032Hey!
I tried the site above but the image isn’t getting cropped at any point I can see. What specific screen size is this happening at?
Regards,
DevinHi!
When you both say latest version of both, what versions are they specifically? The first thing I would suggest trying is disable all active plugins and see if that helps just in case there are any conflicts with some other plugin.
Cheers!
DevinHey Angiec13!
Yes, this is how the porfolio items will output based on the custom post type setup. I don’t know of a way to change it without modifying the theme files in this case however.
A quick solution would be to have a developer who is comfortable with htaccess rules to make a rule to remove the /listings/ section of any permalink.
I also found a topic that might help here: http://www.markwarddesign.com/2014/02/remove-custom-post-type-slug-permalink/
Regards,
DevinThat sounds like it would do it. If its removing the hook from where the menu outputs then the icon would not have anything to display on to.
Hi ryanelkholy!
Go to the theme options>Header. Then open the tab for “Extra Elements” and make sure the checkbox for the icon is checked. If not, check it and then save options.
Regards,
DevinHi!
I don’t think Enfold could should ever have any interaction at all with your WordPress login but if you want to test it you can try deleting the theme folder from your WordPress wp-content>themes folder so that WordPress reverts to one of the twenty something themes (as long as one is in that folder).
Regards,
DevinHi dalboslampen!
All of the pre-translated versions are here: https://kriesi.at/support/topic/please-contribute-and-translate-enfold/ as well as included in the theme (unless they are very new).
You can use WPML, which the theme has specific support for, or any other translation plugin to scan the theme for the strings to then generate the file and translate into the language you need.
This one was recently recommended to me: https://wordpress.org/plugins/poeditor/
Regards,
DevinJune 16, 2014 at 6:50 pm in reply to: Multiple layers in color sections (and/or layout blocks) ? #279628Glad you found a good solution. I’m still not recommending multiple backgrounds yet as the general support isn’t quite high enough for me but its definitely an option for many sites now.
Hey islandjoe1!
For individual products the page title container shows the title of the parent “shop” page. As in, the user is inside the shop and looking at an individual product.
Cheers!
DevinHey!
You would need to add some additional css rules to your text to changes its padding for mobile/tablet layouts. So if you give the text its own class you could then target it using media queries for those layouts specifically.
It’ll take a bit of fine tuning to get it where you want it but because its response it’ll need to be close-enough rather than exact. A good reference is http://css-tricks.com/css-media-queries/
Best regards,
Devin -
AuthorPosts