Forum Replies Created
-
AuthorPosts
-
Hi 12Switch,
The other slides aren’t generating a link at all so my guess would be that however you’ve added the link is either not correct or there is an issue with it.
You can try updating your theme files to the most recent versions which as always have bug fixes and this may fix the issue. If not, its still a good idea to update since then we’ll be able to diagnose the problem working with the same versions.
Regards,
Devin
Hi Mika,
I’m getting a 404 error on the link above so I’m not able to view what you have there.
We don’t decide on what goes into the theme, that is all Kriesi. My guess is just a personal preference but with 6000+ copies sold most users are pretty happy with the LayerSlider and the other built in avia sliders.
Regards,
Devin
Hi agarkitekterk,
I’m not getting that same error when viewing the site now with the same browsers on Windows 7. My guess its related to your admin bar and a plugin or setting that is just giving a false secondary scrollbar.
Regards,
Devin
Hi mrkuji,
1) The URL isn’t active so I’m not able to get a frame of reference.
2+3) Again, no reference so I’m not sure what you mean here.
We are pretty swamped with support requests right now so the more information you can provide in a single post the more likely it is we’ll be able to help out. URL’s to the site to inspect the code live is typically the best solution. If you need to obfuscate your urls you can use http://goo.gl/ to create controlled self deletable links.
Regards,
Devin
Hi Günter,
I don’t have any ideas other than what is already in place with the contact form shortcode/layout element. I’ve tagged the topic for the head of support as well but it isn’t something I know of a simple way to add in.
Regards,
Devin
Hi murattemel,
Looking at your site right now there is no header at that blog link. There is still of course the whole title container but the breadcrumbs, title and title container which holds both are separate items.
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.blog .title_container {
display: none;
}Which removes the entire title container.
Regards,
Devin
Hi Lauren,
Without seeing an example live there isn’t much we can do. There are multiple variations of the h3 within the theme so it depends on where exactly its in place.
The special heading for instance is specifically set not to have a line-break but there is a way around it. If its somewhere else it could be something similar but we just need a bit more information to assist in a fix.
Regards,
Devin
Hi Sebastian,
Right now you are loading in the Coda font as well as Open Sans but none others. Where are you setting the fonts exactly within the options?
Regards,
Devin
Your best route would be to inspect the code generated using dev tools (either Firebug or Chrome’s inspect element) and then you can target what you need.
IE:
#top .widget_nav_menu li.current_page_item a {
color: red;
}The selector will always start with #top .widget_nav_menu and then its just a matter of if you want to also get the list item with a specific class or another sub element after that.
July 31, 2013 at 8:33 pm in reply to: Main Page…showing "Blog Single Author Big" without a sidebar #131990Hi netchoice,
At the moment there is no layout support for that kind of layout. You could modify the theme files or fake it with some css modification but in order to keep things properly responsive and cross browser compatible it would need to be done by a freelance developer.
Regards,
Devin
Hi Marketingnetwork,
I’ve tagged the topic for the head of support as I thought it had been fixed as well. Hopefully Peter can shed some light on whats happening on your install.
Regards,
Devin
Hi khalidmuharraqi
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:
.pp_social .facebook {
width: 100px;
}That will let the facebook like counter show properly. As for adding others, you could try plugins that are designed to integrate with prettyPhoto better but I don’t know any offhand.
Regards,
Devin
Hi pgamet,
The post editor does not have the advanced layout editor so you will need to use shortcodes to create custom layouts within posts.
WordPress no longer uses the HTML name for the second tab in the visual editor and instead it now uses the title of “Text”. It still functions the same however.
Regards,
Devin
July 31, 2013 at 2:28 pm in reply to: LayerSlider – Inconsistent Result from preview to final rendering #131935Hi rmatene,
The global settings for each slideshow will effect how it gets output on the front end but not how it appears when editing. Its a shortfall of the preview since it produces issues like yours here.
For example if the Slider Width is set to 100% the background of the slider will fill the full width of the page but the slider contents will still be moved around to fill that entire container which could be bigger than your preview.
If you set the Layers Container option however it gives you a pixel value that the layers are contained inside which should give you more accurate results.
Regards,
Devin
Hi Selectah123,
Which page on your site is this happening? I looked through the pages a bit but didn’t see any galleries that were having the above issue.
Regards,
Devin
Hi Swami Trika,
This is the intended effect. To keep it working responsively the slider adapts to its container so you would need to use a column element to keep the slider at a specific width.
The images inside of it adapt to their container as well which is the easy slider container.
Regards,
Devin
Hi samgray11,
The first thing to try is disable any active plugins and drop-ins that you have running. Next, you can use this post on how to increase your php memory for the wordpress installation: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Going up to at least 96mb should allow for all of the ajax loading used with the advanced layout editor to run properly.
Regards,
Devin
Hi tobiasjo,
As dekkert mentioned it isn’t possible with the current form fields available but you could use Gravity Forms and build your form with that instead.
Regards,
Devin
July 31, 2013 at 2:03 pm in reply to: THE SOLUTION FOR PROBLEMS WITH IE (COMPATIBILY VIEW JUST THE OPPOSITE) #132359Hi xpoveda,
Compatibility mode is not turned on by default and should only ever show up for users that have it turned on or if somehow IE has an error rendering your pages content.
See: http://windows.microsoft.com/en-us/internet-explorer/use-compatibility-view#ie=ie-10
Regards,
Devin
Hi imagestudios,
What you will probably need to do is create a custom page template and add the html directly into the php file. See: http://codex.wordpress.org/Page_Templates
You can use the regular page.php file as your base for the new template and just add in your html in place of or before/after this code:
$avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';
get_template_part( 'includes/loop', 'page' );
?>Regards,
Devin
Hi kindnation,
You would need to try and copy over the html for the header/menu as well as include the theme css and javascript. The issue will be that when you include those you will probably overwrite some of your static html pages css.
Regards,
Devin
Hi MK,
You can do that in the theme options Styling options under the Header tab. Look for “Header background color” and you can use the color picker there to set your header background color.
Regards,
Devin
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:
.entry-content ul {
list-style: disc outside !important;
}Regards,
Devin
Hi majdkhaldi,
Try disabling any active plugins you have running and then see if it starts working again.
Next would be to remove each of the google maps in turn to see if there is perhaps a conflict with the number of maps on a single page. I don’t know of anything like that at the moment but its possible.
Regards,
Devin
Hi serverlift,
Not that I can think of but if spam is a big issue for you it may be worth it to use a different kind of contact form plugin that offers more in depth captcha or filtering options.
It loses the theme integration but you would need to find the balance of spam vs design and go with what is best.
Regards,
Devin
Glad Ismael could help :)
Let us know if you have any other questions or issues.
Then you will need to adjust the slider to better work with responsive resolutions. The container its in, the values you use and how the slides are set up are all user based values so its out of our hands after a point.
Hi ramontessmann,
As Ismael mentioned, the color section will always act as a full width element so your layout can *not* have the blog then the color section because the color section acts as a full width page break.
@netchoice – Your issue is different but at the moment there is no layout support for that kind of layout. You could modify the theme files or fake it with some css modification but in order to keep things properly responsive and cross browser compatible it would need to be done by a freelance developer.
Regards,
Devin
Hi VisionHD,
This is the correct and intended behavior for the next/previous buttons. Its simply a navigation for the portfolio items that you have created.
Regards,
Devin
No, it does not. As indicated in the change log and in the post above by Ismael here https://kriesi.at/support/topic/flat-button-rollover#post-127257
You need to re-do that step. There are a number of features that can be manually added in with code like this but are not on by default because if used improperly they can cause things to break.
-
AuthorPosts