Forum Replies Created
-
AuthorPosts
-
Hi jjranson,
If you can create a temporary admin account for me I’ll login and take a look.
You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)
Regards,
Devin
Hi Gregory,
From your theme options go to the Footer tab for the basic footer setup.
At the bottom of each page the theme defaults to show the widget area and below that the “socket” which shows the copyright field and sub menu if you choose.
This dropdown allows you to change the default display to show one or the other and even none at all. Can be changed on individual pages from the Layout meta box
Footer Columns
The Footer of the site can hold up to 5 columns which can be populated with widgets. Select the number you wish to display, save and then go to Appearance>Widgets to add your own choice of widgets to replace the default widget items.
If you want to simply clear the default widget from showing just add a blank text widget to that columns widget area.
Copyright Content
The socket copyright defaults to “© Copyright – YourSite.com”. The field accepts simple html if you want to change it to show your own link and message.
Regards,
Devin
Hi Pedro,
I’ve tagged the topic for Peter so its in his queue. We’ve been pretty swamped lately so response times are a bit slower than the norm.
Regards,
Devin
As far as I know there isn’t at the moment.
Hi David,
1) The theme has a couple of different options for galleries but there isn’t one available similar to the example. See: http://kriesi.at/themes/enfold/shortcodes/gallery/
2) When you’ve added a gallery you just need to click on its element in the advanced layout builder. The Gallery pop up appears and you can then click on the images to add more to it or edit them as well as change the gallery style and image size.
3) Load times for images are independent of the theme. You can use something like w3tc or WP SuperCache to increase the loading times of your site overall but ultimately when it comes to images loading it has more to do with the individual user internet speed and the host where the images are located.
Regards,
Devin
Hi khalidmuharraqi,
You can remove the padding on the portfolio section and the footer with:
#top.home .template-page.content {
padding-bottom: 0;
}
#footer {
padding-bottom: 0;
}Also make sure you fix this css in your custom.css file:
.responsive .container .twelve.units {
top: -49px;
} /*you don't have this bracket in your custom.css file right here and its causing an error with your css*/
/*
Desktop StylesRegards,
Devin
Hi kaylesimon,
With the way the shortcode editor works with Enfold now is completely separate and different from Replete. What you can do however is look at the Replete shortcodes page that gets created when you import the dummy data as it has just about a full list of the shortcodes.
Regards,
Devin
July 27, 2013 at 5:31 pm in reply to: how I can integrate a layerSlider in the custom template archive ( php code) #124551Hi ravecomputer,
As I commented on your other topic this will remove the layerslider from working with the themes elements.
Regards,
Devin
Hi CasperBlack,
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:
.avia-full-stretch.avia-section {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}I’ll tag the topic for Kriesi as well since it should be adjusted with the css hierarchy but this should provide a good interim solution.
Regards,
Devin
Hi hotshotzatl,
1) It depends on the instance of it. If its just inside your regular post or pages then you can add new css rules in your Quick CSS in the styling tab of the theme options. Eg:
#top h2{
color: #333;
}I used the #top ID selector to make it a bit more specific but it may need to be adjusted specific to certain instances since the theme automatically sets colors based on the choices in your Styling options.
2) You would need to add in the css for it custom as there isn’t anything like that available as a shortcode with the theme.
3) If the html for it was placed in the footer.php and the div positioned absolutely yes it could probably work. It will just need adjustments added for tablets and mobile but we have some sample media queries for that in the custom.css file in the css folder of the theme.
4) The theme doesn’t use any images for the icons but instead uses an icon font for all icons through the site. So what you would need to do is hide the current font for the icon and then replace it with your own image as well as on hover.
For example:
#top .social_bookmarks li{text-indent: -150%;} /*remove the current font icons on all social links*/
#top .social_bookmarks li.social_bookmarks_facebook a {
background: url(https://yoursite.com/yourimage.png) no-repeat top center transparent;
}
#top .social_bookmarks li.social_bookmarks_facebook a:hover {
background: url(https://yoursite.com/yourimagehover.png) no-repeat top center transparent;
}Regards,
Devin
There is nothing built into the theme to support the actual browser zoom. That is completely different and separate from responsive testing/functionality.
Responsiveness refers to the viewers window size or device viewing size. For example, if you put your site into this site you can see how it looks on various device sizes: http://designmodo.com/responsive-test/
Hi All,
Your initial install and dummy data should go something like this: https://vimeo.com/channels/aviathemes/64927356
If you have any additional plugins running or dropins like Jetpack disable them in case there is a conflict.
Regards,
Devin
I’m not familiar with the plugin and it isn’t on the WordPress plugin repository that I can see so it isn’t something we could easily look through to try and find the conflict.
Your best route if the plugin is absolutely needed would be to check with the simple-press support and see if they have a standard fix for something like this. The theme doesn’t really load in jquery in an abnormal way or do anything overly complicated and the simple-press site only references some authors pulling the jquery libraries from google instead of wordpress core which isn’t any help here.
The reason I asked for the URL is that the one above forwards to http://public.herbmentor.com/ which isn’t using Enfold.
July 27, 2013 at 5:12 am in reply to: *ISSUE – Multiple use of Color Section causes Parallax to fail #131395Hi Andy,
There were some changs and improvements in one of the recent updates in how the color sections worked together. We would need to see an example of the issue and then try to re-create it to get an idea of what might be happening.
In my experiences so far I’ve not had any issues with multiple color sections and have not noticed any in the demo on pages like:http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/
Regards,
Devin
Hi bartenderonduty,
You can use a color section with an image background set to fixed to get a paralax effect which I show an example of in this video: https://vimeo.com/channels/aviathemes/64927358
Additionally you can use the fullscreen Slider to do the same.
Regards,
Devin
Hi rubenr11,
Typically this is associated with a low php memory limit. Try increasing it to 96mb or above via one of these methods: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Devin
Hi bmacstudio,
That isn’t a lightbox, its a link to the file which is getting run in the browser. If you set the url for the video like this:
<a href="http://www.google.com?iframe=true&width=100%&height=100%" rel="prettyPhoto[iframes]" title="Google.com opened at 100%">Google.com</a>
Then it would open within a lightbox however.
Regards,
Devin
Hi kaylakeigley,
This blog post has a good walk through of the couple of ways to do it: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit
However, looking at your site now it seems your host is only allowing 40mb. You will most likely need to contact your host to have it adjusted. That is entirely too low for WordPress and any number of plugins to run smoothly. Add in a theme like Enfold which has a lot of back end additional features and you’ll run into issues.
Regards,
Devin
Hi abortolotti,
The special heading really isn’t designed to be that long which is why it does that. In the demo, any time any header text is a long sentence its inside its own text element and set as an h2,h3 etc. Since the special heading is more for clean simple design it has css to keep it from having line breaks.
So you can change that by 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:
body .avia-special-heading {
word-break: break-all; /* webkit /
word-wrap: break-word;
white-space: pre;
white-space: -moz-pre-wrap; / fennec /
white-space: pre-wrap;
white-space: pre9; / IE7+ */
}Regards,
Devin
Hi Jorge,
If you mean you want to re-style the heading you can either do it through css on the main theme, css on a child theme or css+header.php changes in a child theme.
Regards,
Devin
Hi DoGrinDigital,
If you mean this page: http://kriesi.at/themes/enfold/features/ its a tabs element with the tabs positioned on the left. If you mean the one on the home page of the demo its 2 half width columns and one has an image slider with thumbnails in it.
Regards,
Devin
You could also need to re-add the element to the page or create the new page entirely. It depends on how everything gets loaded in but I went through and tested it on a button specifically before posting previously.
Hi ravecomputer
Just for clarification, if you pull the layer slider out of the theme like that you lose its functionality from within the theme. From Kriesi:
If you really want to use the slider without the template builder open the config-layerslider folder in your enfold theme folder. you will see the "LayerSlider" folder inside which is the actual layerslider wordpress plugin.
So when you do this, you lose its ability to be used within the advanced layout editor.
Regards,
Devin
Hi Mkieling,
It doesn’t automatically create an excerpt for you. You need to use the More tag to designate where wordpress should show the preview of the blog post.
Reference: http://en.support.wordpress.com/splitting-content/more-tag/
Regards,
Devin
Hi Greg,
If that doesn’t work I would recommend having a freelance developer go through the file to re-organize the sidebar before the content and they will then be able to do any bug fixes or css adjustments that are needed.
Regards,
Devin
July 26, 2013 at 10:14 pm in reply to: How to remove the white band between the slider (below) and the header (above) #130259Hi Max,
Can you point out on a screenshot and on your live site on what white bar you mean? The title container remove from Ismael completely removes it from the page so if there is some additional space its from something else.
Regards,
Devin
Hi unitedwc,
We would need to see an example live to inspect the code and then we can try some fixes.
Regards,
Devin
Hi dm-consulting,
You can try updating your theme files since they are a few weeks out of date now and are missing a number of recent bug fixes.
Regards,
Devin
Hi Mkieling,
I’ve tagged the topic for Kriesi to take a look at again. Depending on his schedule it may be a day or two before he is able to respond again.
Regards,
Devin
Hi Bethany,
I’ve not used the minify plugin mentioned but you would need to look through the documentation for the plugin if something isn’t working correctly.
Regards,
Devin
-
AuthorPosts