Forum Replies Created
-
AuthorPosts
-
Hi Michae1,
Can you point out with a screenshot what space you mean? I don’t see anything out of the ordinary on my end so maybe its a browser/OS specific thing or I’m just missing it.
Regards,
Devin
You can try the troubleshooting tips from the codex here: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems
Hi Maike,
You can either change the main color in your theme options Styling tab or 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.woocommerce-page .button {
background: #333;
color: #fff;
border-color: #333;
}
#top.woocommerce-page .button:hover {
background: #cc0;
color: #fff;
border-color: #cc0;
}Regards,
Devin
Hi kermit73,
As far as I know when you overwrite the logo size with css like that the javascript which re-sizes the header container size isn’t able to effect the logo any longer.
Your best route would be to just increase the size of the logo on its canvas and then re-upload from there. Without the above css its at 317px wide so there is still some room for you to increase the logo on its canvas without needed to change anything within the theme to make the logo bigger.
Regards,
Devin
If you update to the most recent version of the theme there is an option for a sticky header with social icons.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: htps:/vimeo.com/channels/aviathemes/67209750
Hi stunna42,
I’m not really sure why that is happening. It seems to be figuring out its layout based on the list item its inside instead of the content area of the icon list item.
You can try wrapping it in a regular div maybe so the iframe code would be: <div><iframe…..> </div> . That may help the vimeo scripts to properly figure out what its inside.
Regards,
Devin
Your best route would be to reduce the number of items in your menu or switch to one of the alternative header options. You can see the various ipad versions screen widths here: http://screensiz.es/tablet
You still have:
.avia-icon-list li {
margin: 0;
padding: 0 0 30px 0;
list-style-type: circle !important;
list-style-position: outside;
clear: both;
overflow: visible;
position: relative;
min-height: 60px;
}Which is causing that to happen. You need to get rid of that block of css so it doesn’t cause the issue and only the css from my previous post effects your list items inside the icon lists.
August 26, 2013 at 8:31 pm in reply to: Clean widget text incorrectly displaying as hyperlink #137460Hi wieslander,
How about in the text widget in footer column number 1? Check it for an unclosed link or anything else just not closed.
Regards,
Devin
August 26, 2013 at 8:06 pm in reply to: Disable Fade In animation for gallery thumbnails when it first appears #137451Hi Max,
Try what Kriesi posted here: https://kriesi.at/support/topic/iphone-portrait-mode-for-specific-pages#post-135338
Regards,
Devin
Hi jh100,
First try updating your Theme from 1.7 to the most recent version available from your downloads on Themeforest. This will also bring it up to WordPress 3.6 compatibility so you can update that as well.
That way we aren’t trying to fix a bug that has already been fixed.
Regards,
Devin
August 26, 2013 at 7:46 pm in reply to: Possibility for adding a submission form for ENFOLD's testimonial feature? #137614Hi colorit2,
Not that I know no. You can add it as a feature request to the feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Devin
August 26, 2013 at 5:24 pm in reply to: Bug? Link button does not work in text mode for the Avia text block #137452Hi Björn
I’m not sure. I just tested it out on my 2 active live installs and had the same issue.
I’ll tag Kriesi on the topic so that he is aware and can look into the issue.
Regards,
Devin
You just need to be careful when modifying the data. It was the original reason Kriesi explained to us at least that it isn’t on by default.
Hi mgma,
I’m not sure if that is easily possible or not. I’ve tagged the head of support who should be able to say for sure one way or another.
Regards,
Devin
Hi Bogusz,
This is a good getting started guide for working with bbPress: http://www.wpbeginner.com/wp-tutorials/how-to-add-a-forum-in-wordpress-with-bbpress/
For #1 I believe that is a bbPress specific question so your best place to find an answer would be the bbPress docs here: http://codex.bbpress.org/
For #2 and #3 if you can provide an example we can assist with the CSS but i believe its a bbPress setting as well. I’m just not very familiar with the settings offhand.
Regards,
Devin
Hi Luis,
A responsive design means that the pages elements adapt to the viewport the users is using and change to accommodate that size. So there isn’t a switch that can be flipped live to go back to desktop view since the viewer is already viewing that exact same site.
What you can do however is choose to always have a fixed layout which turns off the responsive functionality completely. You can do this from the Theme Options>General Settings>Responsive Layout dropdown.
Regards,
Devin
Hi f dech,
Unfortunately not without a good bit of additional customization. There will need to be some javascript to detect when the window hits the spot where the secondary header section is and then switch the fixed position to on at that point.
If its a must have feature for you I recommend looking into a freelance developer.
Regards,
Devin
You can make your logo image go all the way to the edge of the actual file instead of having spacing. Otherwise the logo size is determined by the container size.
Hi Marshall,
You need to either use a plugin or don’t select a default blog page from the theme options and then use a blog element with your choice of categories on the “blog” page.
This way you don’t have a default auto generated blog page.
Regards,
Devin
Hi gadgetpros,
A responsive design means that the pages elements adapt to the viewport the users is using and change to accommodate that size.
What you can do however is choose to always have a fixed layout which turns off the responsive functionality completely. You can do this from the Theme Options>General Settings>Responsive Layout dropdown.
Regards,
Devin
Hi wesdacar,
I’m seeing both on my end:
Also since you already had this question as part of an earlier post please try not to post duplicate items since it means we often are answering the same thing twice. It takes a few hours but we do get to every topic posted.
Regards,
Devin
Hi Will,
I would use a plugin like WordPress SEO or something like that instead of editing the files directly. Its a much easier and more effective way to add in SEO features.
Regards,
Devin
Hi sahussain,
What do you mean by custom css not working? Do you mean the custom.css file or the Quick CSS field in the styling section of the theme options?
As for the whitespace, I’m not sure what could be causing it. Just to try and isolate the issue, try deactivating all plugins you have installed as well as any drop ins. Then log out of the WordPress admin, close your browser and log back in.
Regards,
Devin
Hi Jase,
The first thing to do would be to update your theme files to the newest version available from your Downloads on Themeforest. Version 1.9.1+ is required for WordPress 3.6 compatibility and there were also some new features in 2.0.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
August 25, 2013 at 11:16 pm in reply to: Adding social network feeds to the homepage – Enfold theme #137505Hi collette,
The easiest way would probably be to add a new widget area in the Appearance>Widgets section of WordPress using the themes custom widget area functionality. Then add those three items in as widgets to the new widget area and on your 2 column layout add a Sidebar element to the column that should show the feeds and set it to output your custom widget area showing 3 widgets.
Regards,
Devin
Glad its working for you now Mike :)
Regards,
Devin
Glad Peter could help. Let us know if you have any other questions or issues.
Regards,
Devin
The value is still set to 39px in your header.php file where you added the code for that button.
The footer button can have its size specifically set with:
#footer .av_promobox .avia-button-wrap.avia-button-right {
width: 215px;
}Regards,
Devin
Glad we could help clear it up even if it wasn’t quite the answer you were looking for.
Let us know if you do have any other questions or issues.
Regards,
Devin
-
AuthorPosts