Forum Replies Created
-
AuthorPosts
-
Hey apofis1969!
I’m not quite clear on what exactly you want changed in the current behavior. Can you give an example on either your site or the theme demo showing what is incorrect to you and then what you would like instead?
Regards,
DevinHi xpoveda!
1) Yes, the form is supposed to fail if the user doesn’t enter in the required information.
2) This is caused by the following custom css you have added to the custom.css file:
#commentform label { left: 10px; }
3) You would do
.single-ajde_events .avia-breadcrumbs { display: none;}
Regards,
DevinHey dmenditc!
Before anything else try updating your theme files to the most recent release. You can find update information here: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
DevinHey!
You can try using this plugin to look for broken links but I’m getting a 404 on that page as well so it doesn’t appear to be an actual page: https://wordpress.org/plugins/broken-link-checker/
Maybe there is a url somewhere in a link which crawlers are getting hung up on?
Regards,
DevinHi erwanpia!
For the background, no I don’t believe so. The player is rendered from Vimeo and we don’t have any control of its appearance. The looping option can be manually changed to never loop for any video background in the theme files but there isn’t any other option for it.
Best regards,
DevinHey tmazura!
Can you add in admin credentials here and set your response to private so only we can see. We’ll then be able to log in and take a look.
Regards,
DevinYep, that would work perfectly. The duplicate content *should* be ignored by search engines since its set to display: none as well.
Hey!
The update option from within the theme was added with version 2.0 which is why I originally had that video as the main guide. You will first need to update over FTP or through WordPress (just like a first-time install) of the most recent version to then get the new options shown here: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
DevinHey russreyes!
I’m seeing the same thing on all browsers currently so I don’t think its limited to a single browser issue. Try going to WooCommerce>System Status and see if there are any warnings. Your/the client’s server may need to be configured to correctly work with the way WooCommerce works.
Best regards,
DevinHi vin8tan!
There seems to be some javascript conflict with the themes own javascript/jquery files. When you’ve deactivated your plugins before, did you deactivate all 6 of the currently active plugins and then do a few hard refreshes on the problem pages?
This isn’t a common issue or even one I’ve seen before which is typical of a specific plugin conflict unfortunately.
Best regards,
DevinHey hark!
You should be able to choose the image you want to show as the fallback section from the options for that slideshow video slide:
Best regards,
DevinHi!
If you are grabbing data from another database then I believe what Peter means with that plugin is that it allows you to re-map the previous data (as a csv file) to WordPress data values.
To create your own xml file you can use the WordPress import/export tool.
Best regards,
DevinHey tocal!
What version of Safari specifically and on what OS?
Regards,
DevinHey!
The theme is still responsive but it doesn’t include a sticky footer which is what you are looking for. The content is what determines the layout, not the other way around. So what you are seeing is the correct behavior for a responsive site when the content of the page doesn’t push the footer to the bottom of the users browser.
Cheers!
DevinJune 30, 2014 at 4:18 pm in reply to: I have a problem with the correct display on category pages #285252Hi!
Before anything else, try deactivating all active plugins that you have running. Then check and see if the category page is still showing issues.
Best regards,
DevinHi Philip!
Yes, you need to use a plugin or script which will reserialize the data that is serialized. We recommend WP MigrateDB on the docs here: http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
Regards,
DevinHey tocal!
No, not in anyway I can think of.
The positioning is handled in the order the elements are in the html of the page. The columns are handled by css saying that column 1 is 50% and then column 2 is also 50%.
When moved down to mobile they both switch to 100% width and display in the order they naturally are from top of the page to the bottom within the code. So re-arranging them isn’t something we could assist with a small code snippet or css adjustment.
Regards,
DevinHey collinssafety!
What browser is this happening on? If you don’t like the full parallax effect which has a variable scroll to it you can also try selecting the fixed background option which is very similar but uses the standard fixed background setting.
For me at least on Chrome 35 and Windows 7 Its showing correct on the demo and your site.
Regards,
DevinHey tech500!
WooCommerce has options for how to display the categories on your shop page in WooCommerce>Settings>Products and then under the Product Listings section.
The WooCommerce documentation covers those options in more detail if the inline notes aren’t enough to get the subcategory display set up for you.
For related products, they will show up automatically as long as you have products in the same categories.
Showing custom fields on the pages is outside the scope of what we can help with via support but using the WooCommerce hooks and filters there are lots of tutorials available online to help with implementing the output yourself.
Best regards,
DevinJune 30, 2014 at 3:50 pm in reply to: Change horizontal ruler color and space up and below only in one text block #285230Hey!
I’m not really sure what you mean. The current setup you have on http://abolengo.com.ar/?page_id=4185 with the 2 columns at the bottom don’t have any hr elements in them.
Regards,
DevinJune 30, 2014 at 3:47 pm in reply to: Incorporating video into a color area or otherwise and playing command vs auto #285225Hey!
The LayerSlider isn’t anything we wrote so it doesn’t have the same general elements that the other slideshows do.
As for the ID, you add the ID to the color section like on the docs example here: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
That gives the color section an ID you can then easily target the elements inside of it with. For mobile the video elements on the fullwidth slideshow specifically mention that they aren’t supported on mobile:
Video on most mobile devices can't be controlled properly with JavaScript, which is mandatory here, therefore you are required to select a fallback image which can be displayed instead
Which is why there is an option for a fallback image.
Best regards,
DevinHey!
I think its actually that Open Sans, the font you are using, only has some of the characters available for bold. So the whole section is actually bolded but only those characters are visually showing it.
You could try using a different font or selecting non-bold font for those elements.
Cheers!
DevinHi!
The css will work based on what rules you give it and if an element is showing on your tablet then the tablet isn’t falling under those css rules.
For me at least its being hidden below 767px as its designed and written. If you want to give it more flexibility than increase the base mobile only media query as Ismael showed above. On your live site it remains unchanged.
Cheers!
DevinJune 29, 2014 at 12:38 am in reply to: show products that exactly matches 2 or more categories on product grid #284903Hey!
Unfortunately the product grid doesn’t have that kind of functionality at the moment so it would need to be added in as a custom feature/function by a freelance developer.
You can also post the ideas to be voted on as something to be added in by Kriesi here: https://kriesi.at/support/enfold-feature-requests/
Cheers!
DevinHey!
You should change its alignment to left instead of center since that is how you have the other icons.
Regards,
DevinHey adamsm!
What version of the theme and WordPress do you now have installed?
Typically the first step we always suggest after an update causes an issue is to deactivate any other plugins you have running in case a new conflict has appeared.
Cheers!
DevinJune 27, 2014 at 4:52 pm in reply to: List of child pages automatically displaying in sidebar #284645Hey glooadvertising!
Go to the theme options and then the Sidebar tab. Look for the checkbox under the title “Page Sidebar navigation”. Make sure to save after unchecking it.
Cheers!
DevinHi!
All feature requests can be posted here to then be voted on for inclusion in the theme: https://kriesi.at/support/enfold-feature-requests/
Best regards,
DevinHi Haycreations!
What view is this in? That is the raw shortcode output for a slideshow so if it is added to a regular page it would show a slideshow. If it was in a text element in a drag and drop layout it would do the same, or at least should.
I’m just not quite clear on when/where its showing.
Cheers!
DevinJune 26, 2014 at 8:20 pm in reply to: Deeplinks to Layer Slider Slides don't work. Safari escapes hashtag #284258What version exactly is it on OSX? Safari isn’t support on windows any longer so it doesn’t matter there but for OSX there should be no issues with Safari 7.0 .
-
AuthorPosts