Forum Replies Created
-
AuthorPosts
-
Hey zebraz!
As far as I know you have it correct. This is the example I always link to and has always worked: https://developer.apple.com/library/ios/featuredarticles/iPhoneURLScheme_Reference/PhoneLinks/PhoneLinks.html#//apple_ref/doc/uid/TP40007899-CH6-SW1
You could try posting on Stack Exchange or checking if its a specific device issue that doesn’t support it.
Cheers!
DevinHi!
I’m not seeing any of the images cropped on the example link but the image size loaded into the slider is whatever you choose from the image size option.
You can use this plugin to easily see what image sizes are cropped and which are not or by looking in the functions.php file where the sizes are defined:http://wordpress.org/extend/plugins/simple-image-sizes/
Cheers!
DevinJanuary 31, 2014 at 6:01 am in reply to: Single page persistent navigation with scrolling and current target #217297Hey kc!
Unfortunately this kind of customization is beyond what we can assist with through support. It should be possible to hook into the scroll to function and create a custom widget with absolute positioning or that will pull itself out of the container but keeping it all working within the theme and not cause issues will take a good bit of time to create.
A good place to look for a freelance developer if you need more help on it is Microlancer or Codeable.
Best regards,
DevinHey AsadIC!
The video containers get set by the theme to be responsive and so they fill up whatever container they are inside.
You can control the size by putting the link inside a column shortcode of whichever size you want.
Regards,
DevinThe CSS changes the color of placeholder text in text fields. In general we are not a resource for identifying CSS.
If you are not using LayerSlider on a page then it has no impact at all on your front end. It doesn’t matter if its disabled through the theme or not as I first said above.
I can’t say why it would be showing after telling the theme not to load it but if you aren’t using it then it isn’t effecting your site.
Hey ullastret!
You’ll need to go to the your menus manager and in the top right corner click on Screen Options. Click the check box for the class field and then expand the youtube link menu item. Add the noLightbox class to the field and save.
See: http://kriesi.at/documentation/enfold/prevent-image-or-link-from-opening-in-a-lightbox/
Best regards,
DevinHey!
I’ve never run across anyone mentioning something like that no. One thing you should do is update your Enfold version so that its updated to work with the newest versions of WordPress.
It may or may not help but it should be done.
As for the issue, its not ideal but using a different browser is a very quick way of preventing any issue. It could be an add-on/extension for IE or something specific with IE11 itself but without being able to re-create it ourselves it would be hard to try and fix.
Best regards,
DevinHi!
You should be able to switch without issue. All theme settings are saved in the database based on the currently active theme so unless you uninstalled the theme they would stay there while another theme was active.
Best regards,
DevinJanuary 31, 2014 at 3:36 am in reply to: ** I Think I Found a Bug With Enfold Child Theme Styler ** #217260Hi TSG_Web!
WordPress has an unfortunate bug that when you remove a sidebar, all those sidebars after it in the list of sidebars have their widgets moved. So my guess is that you ran into this when you changed the footer column number and it jumbled what was where.
Best regards,
DevinThe items outline in red can be deleted in the layout builder. I go through adding and removing content in this video: https://vimeo.com/channels/aviathemes/64927359
To create a masonry portfolio you need to first create portfolio items. Make sure each portfolio item has its featured image set and is part of a category.
Then select that category to be displayed on any page where you have added masonry element. We don’t have dummy data available beyond what gets imported in the theme at the moment.
Hey!
As far as I know the custom post type must have that in the url. You could try doing an htaccess rule to re-write the url to remove it but its not something we can help you with.
Regards,
DevinI think for now its the best quick-fix. I’ve added it as an issue so Kriesi can take a look at it and update the Black color scheme properly.
Hey Fiorilla!
Can we see the page live? What size of image have you chosen from the portfolio options on that page as well?
Regards,
DevinHi kcristella!
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:
.chzn-container .chzn-drop { border-color: #444444; background-color: #111111; color: #8C8C8C; }
I’ll ask Kriesi to update the styling option as well.
Regards,
DevinHi!
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:
#top .avia-post-nav { display: none; }
That will remove the post nav. The related entries looks like its already been removed.
Best regards,
DevinJanuary 30, 2014 at 8:47 pm in reply to: CHANGE HEADER TO INCLUDE AN AD (AKA CALL TO ACTION) #217125Hey David!
Individual site customization is outside what we can assist with via support. You can look into a freelance developer from somewhere like Codeable or Microlancer if its a must-have customization.
For the above you would be doing all of the layout changes in the header.php file and the code and what is output is commented so you can add or replace as needed.
On the pricing table if you put that inside of a color section where you’ve chosen alternate content as the overall coloring then you can designate a different main color than the yellow.
You can also go the route you’ve done already with css except target that specific element instead of generally changing the main color. Just make sure to use the correct css value if you are doing plaint text colors which would be darkgray instead of dark grey.
Cheers!
DevinHey!
Can you point to any particular image? I’m not seeing any difference in Chrome vs Firefox vs IE right now.
Cheers!
DevinJanuary 30, 2014 at 8:31 pm in reply to: URGENT !!!! I am losing part of my page after editing Enfold page. #217119Hey!
That kind of individual customization is outside of what we can help with through support. Debuging custom code/scripts needs to be done by the original author or by a freelance developer.
Best regards,
DevinFor the /merchants site undo and remove whatever is minifying the html for the pages. As well as any caching plugins which may be running.
Disable any other plugins that are running afterwards as the “menu bugs” look like the css is getting stripped which isn’t default in the theme.
If we can get direct links to the pages with issues we can take a look a bit further but that would be my main thing to check first. Again, by default these are not present in the theme so its something that has been done after which is causing it to happen.
Can you explain what it is the images are showing? Kriesi and I have both tested the theme on various iPads and have not gotten any critical issues.
The screenshots shot lots of different things which could be any number of issues with various sources so an explanation of what exactly the issue is will be needed to proceed.
Hey ClaireBrummell!
Sounds like there is an error in the code you are adding in. So when the page saves it doesn’t close out the code and corrupts the editor that its inside.
The easiest way to bypass it would be to use a plugin like this one http://wordpress.org/plugins/insert-html-snippet/ so that you can add the html in with a shortcode so it only runs on the front end.
But also make sure that the code is correct and all divs/scripts are closed so it doesn’t cause front end issues as well.
Cheers!
DevinLooks like the file to write the style options to hasn’t been created. Go to your WordPress uploads folder over FTP or through your server panel and make sure that the chmod permissions allow WordPress to create a new folder and write to it.
Then go to the themes styling tab and make a change, then re-save the options.
Hi bluemoonink!
It sounds like a priority/inheritance issue with the css. Without seeing it live I can’t provide a good solution that will not effect other areas but generally what you would do in this case is add a custom ID to that color section in the field for it at the bottom of the color section options.
You can then target that ID with css to remove the image and only show the color you want. Ex:
#yourcolorsection { background: #32add9 !important; }
Best regards,
DevinIt could be a dns issue but I use google dns at home and my office ISP dns at my office which are both not letting me pull it up.
I’m actually getting that its up and then a few minutes later its showing as down but trying to pull it up either time I get nothing.
Not really sure what else to try as I’ve not run into anything like this before.
January 30, 2014 at 5:34 pm in reply to: Absolute paths of images -> Site breaks when changing URL #217053Hey Rolf!
When migrating a site you should be using a tool that will change image paths for you. You can also use a plugin which changes all paths in WordPress to relative to make migration easier.
So in this case the alternatives are better than changing the theme.
Cheers!
DevinHi!
In the grid.css file you can copy out the initial grid sizing and then modify it to your needs. You’ll need to put it inside an appropriate media query based on what viewports you want the different size to take effect.
See:http://css-tricks.com/css-media-queries/
Cheers!
DevinThis reply has been marked as private.January 30, 2014 at 4:57 pm in reply to: Single Portfolio – 2/3 Slider – No Scaling (Original Width x Height) NOT working #217028The images get loaded into the container and then are stretched to fit that container. This is how the theme keeps everything “responsive”.
So the size you select is only the size that is actually added to the html for that specific set of images. The container will always stretch the images to fit that area where the slideshow is added to the page.
I updated the text next to the dropdown in the theme files so that it will hopefully be a bit more clear.
Your solution is what I usually recommend if you need to use smaller images than what the layout would typically show so I’m glad you found it already :)
Hey SAdesignsUnltd!
Have you disabled the prettyPhoto script in the theme files or anything like that? Can we see the page/slider live?
Regards,
DevinHey jb84!
What is the url for your site? The column issue shouldn’t be happening as the theme should adapt for IE8 there.
For the the logo the theme should be adapting for IE so seeing whats happening live will help. The arrows sound like just how IE8 is unable to render certain new css/html items but seeing it live will also let us take a look.
Regards,
Devin -
AuthorPosts