Forum Replies Created
-
AuthorPosts
-
Glad Peter could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
In that case you can use the theme option under the Layout meta box on each page. Look for the Layout meta box then look for the Header Settings with the text “Header Settings Display the Header with Page Title and Breadcrumb Navigation?” . Choose the option “Don’t display the header” from the dropdown on every page you don’t want the header to appear.
Regards,
Devin
What happens when you install via FTP? Are you able to see the theme in your themes choices under Appearance>themes?
Do you have any other plugins installed and have you tried disabling all of them while installing?
Hi atlas86,
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:
.four.units.single-product-main-image {
overflow: hidden;
}Not sure what is causing it but it may have gone away when using new images for a product or by regenerating image thumbnails using something like http://wordpress.org/extend/plugins/regenerate-thumbnails/ as well.
Regards,
Devin
Hi Jasmer,
The theme uses the_content instead of the_excerpt and you use the more tag to delineate the preview text from the full article. See: http://en.support.wordpress.com/splitting-content/more-tag/
Regards,
Devin
Yes, the sidebar by default gets hidden to give mobile content a more simple and streamlined appearance. You can add it back in however with the css from this topic: https://kriesi.at/support/topic/sidebar-on-mobile-screen-size-not-appearing?replies=6&message=closed#post-115928
Regards,
Devin
July 1, 2013 at 4:25 am in reply to: Using different main menus for different pages – enfold theme #127244Glad Dude could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
Hi BuffyO,
Follow that tutorial and add the links into the header.php file to your images.
Regards,
Devin
Hi Lucia,
What do you mean exactly when you say it stopped working? The theme doesn’t have any interference with a contact form from something like Contact Form 7 on a regular page which is your best route if you want to integrate something like that.
Regards,
Devin
Hi sahussain,
Unfortunately there is no fix for this. The footer is not a sticky footer and so it only goes to the bottom of the browser window when there is enough content to push it down.
To get the socket content to align center and stock you can 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:
#socket .copyright, #socket .sub_menu_socket {
float: none;
}
#socket .container {
text-align: center;
}
#socket .sub_menu_socket {
width: 430px;
margin: 0 auto;
}Regards,
Devin
Hi shortow,
We’ll need to see the site live to inspect the code and see what can be done. If you can provide a link to the site here we’ll take a look.
Regards,
Devin
Hi Jasmer,
The only one you’ll need to follow is Nicks: https://kriesi.at/support/topic/youtube-icon#post-117381 completely since you aren’t doing the youtube icon.
If you want to go with Ismaels, you follow this one: https://kriesi.at/support/topic/youtube-icon#post-117289 but you’ll need your own apple image for the icon. Where it says ” ../images/youtube.png ” in his css, you just put the absolute url for where you upload your image (both normal and hover).
Regards,
Devin
Hi Vitaliss,
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:
#menu-item-2944 .avia-menu-fx {
display: none;
}
#menu-item-2944 {
margin-top: -8px;
}Regards,
Devin
Hi Jasmer,
WordPress has some sensitivity to the home page and the title showing so the theme uses the recommended title of “Site Title | WordPress Tagline”.
So if you don’t have the tagline filled out in the wordpress settings nothing will show there.
If you want to have the title set for that page you can use a plugin like Yoast SEO to get control over manually setting page titles.
Regards,
Devin
Hi lomoseb,
I’m not seeing any issues when visiting that URL. Can you describe what the issue is a bit more in depth?
Regards,
Devin
July 1, 2013 at 3:32 am in reply to: Arrows for portfolio images not working in internet explorer? #120216Same thing on that page with IE8. No visual issues with the icons or layout.
Hi johnada2,
The button has a white background on white text so you just aren’t able to see it clearly. 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 .main_color #reviews p.form-submit input {
background-color: #2d5c88;
}Regards,
Devin
Hi ayush_x,
We’ll need to see the site live to be able to provide any css fixes.
Regards,
Devin
Hi Jason,
1) You can control the blog preview text by using the more tag to tell wordpress where to break off the content. See: http://en.support.wordpress.com/splitting-content/more-tag/
2) 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.home .avia-post-nav {
display: none;
}3) With the change over of the Twitter API the theme’s twitter widget is getting deprecated. You can generate an official twitter widget from your twitter account here: https://twitter.com/settings/widgets . Then just add the generated code to a text widget.
4) You have a text widget with only the title of ‘Social’ . Each widget has a top and bottom margin so you are seeing the bottom margin without any inner content.
Regards,
Devin
Hi Darryl,
Unfortunately we don’t have a solution for that to apply to the regular posts at the moment. Your best route would be to try out some other plugins or look into a getting a freelance developer to customize the theme to handle it.
Regards,
Devin
Hi Jasmer,
The 404 page is created from the 404.php and the includes>error404.php file within your theme files. There is no backend template to edit it at this time.
Regards,
Devin
Hi koelnermusikakademie,
I just responded to your other post on another topic with the same question but will ask the same things here. What specifically are you having issues with? Are you getting an error message or something else?
Have you tried installing via FTP: https://vimeo.com/channels/aviathemes/64927356 ?
Regards,
Devin
Hi Asterios,
What specifically is your issue with installing the theme files? Have you tried installing via FTP, increasing your wordpress memory limit and disabling all active plugins?
Regards,
Devin
Hi muholland,
It is probably a case of targeting that h1,h2 etc more exactly. So you could try something like:
#top.home .entry-content h2 {
color: #FF0;
}If you can provide a link to the home page example we can provide a more relevant example.
Regards,
Devin
June 30, 2013 at 3:37 pm in reply to: slideshow is not auto-rotating when previewing in AJAX #126182Hi mgma,
You replaced that line completely? If so it shouldn’t have the ability to have a link at all. Do you happen to have any caching plugins installed or anything like that which would cause an old version to be shown instead of updated re-rendered pages?
Regards,
Devin
Hi dansacastell,
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:
.breadcrumb.breadcrumbs.avia-breadcrumbs {
display: none;
}That will remove the breadcrumbs which is the term for that ‘you are here> page name’ bit.
Regards,
Devin
Glad you were able to figure it out. If you happen to see this, what plugin was it? Always good to know a major conflict like that.
Let us know if you have any other questions or issues.
Regards,
Devin
Hi Zannah,
It really shouldn’t an issue unless you are also running a couple of other plugins or the server has a low threshold to begin with. WooCommerce by itself recommends going up to 128mb because of its extra strain and very very soon WordPress will be upping its requirements to fall in line with themes and plugins requiring more.
I’ll ask Kriesi to put a note on the sales page on recommend hosting requirements just to make sure others are aware.
If you do want to try some of the routes on increasing memory on your server this is a good article with the various means http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/ .
All refunds are processed through Themeforest as we don’t actually have any connections with Evnato or Themeforest.
Regards,
Devin
June 29, 2013 at 10:36 pm in reply to: Arrows for portfolio images not working in internet explorer? #120214Hi aovivo,
Just tested in IE8 on Windows 7 64bit and not getting the same icon issue that you have in the video. I don’t see a link to that specific page to test the other items however.
Not sure what the difference could be but if you can provide a link to the same page from the video maybe there is something specific to that page.
Regards,
Devin
June 29, 2013 at 1:16 am in reply to: Automatically move images from Thesis 1.0 to Enfold's Featured Image Box? #127218Hi John,
Your best bet is to contact Thesis and see if they have any plugins or script for migrating the custom field to the featured image. This is the big reason most theme authors use the standard featured image for functionality on posts and pages since its theme independent.
Regards,
Devin
-
AuthorPosts