Forum Replies Created
-
AuthorPosts
-
Hi,
The info serve a unique purpose for the support team. We’ll get back to you on this.
Regards,
Ismael
Hi,
Make sure you have the Enfold version 1.4.
1.) Download the Woocommerce plugin. http://wordpress.org/extend/plugins/woocommerce/
2.) Install the plugin then activate it.
3.) After activating you will be redirected to the Woocommerce setup page. On the very top there is a quirky violet box with ninjas. Click the Install Woocommerce Pages to get you started. :)
4.) Add Products. You might want to add the Shop page on your menu. Go to Appearance > Menu to add the shop page, my account, cart, checkout etc.
Regards,
Ismael
Hi,
My bad, please try this instead.
boxed#top {
box-shadow: 100px 100px 50px black;
}I exaggerated the value. :)
Regards,
Ismael
Hi,
Edit your Blog page. Go to Advance Layout Editor. Under Layout Elements tab, insert two 1/2 columns. Go to the Content Element then on each column insert Blog Posts element. Edit the element then look for Which categories should be used for the blog?, choose a different category for each Blog Post element. You should have something like this when you’re done.
Regards,
Ismael
Hi,
Actually there are video tutorials. Please visit this link https://vimeo.com/channels/aviathemes.
Yes, you need to use the FTP. Override the old files with the new theme files.
Regards,
Ismael
Hi,
Glad you found it.
Please edit functions-enfold.php and find this code on line 222
$defaults = array(
'title' => get_the_title($id),
'subtitle' => "", //avia_post_meta($id, 'subtitle'),
'link' => get_permalink($id),
'html' => "<div class='{class} title_container'><div class='container'><{heading} class='main-title'>{title}</{heading}>{additions}</div></div>",
'class' => 'stretch_full container_wrap alternate_color '.avia_is_dark_bg('alternate_color', true),
'breadcrumb' => true,
'additions' => "",
'heading' => 'h1'
);Replace the heading tag to h3
'heading' => 'h1'
to
'heading' => 'h3'
Regards,
Ismael
May 7, 2013 at 11:39 pm in reply to: How to create a Full Background image under Blank page? #117897Hi,
The video tutorial for setting up a shop page is currently in the making so for the meantime please follow these simple instruction.
1.) Install the Woocommerce Plugin. http://wordpress.org/extend/plugins/woocommerce/
2.) After installation you will be redirected to the Woocommerce editor. Just click the Install Woocommerce Pages located at the very top with the violet quirky background and you are good to go.
3.) All you have to do now is to add a menu item for the Shop page on Appearance > Menu.
4.) Add some products. :)
Make sure you have the Enfold 1.4 version.
Regards,
Ismael
Hi,
Are you experiencing any issues on your current installation? I guess we just missed to update the style.css > Version.
Regards,
Ismael
Hi,
I finally able to see your enfold setup with this link http://www.granrabino.org/en/ but it is blank.
Regards,
Ismael
Hi,
You should probably use this
.news-headline {
color: white !important;
}Regards,
Ismael
Hi,
You should probably download the theme again on your themeforest account. Please try to import the dummy data to get a good grasp on how the theme works.
Regards,
Ismael
Hi,
You can probably use the Text Block under Content Elements. Edit the Text Block element then insert an image by clicking the “Add Media” button.
Regards,
Ismael
Hi,
Can you send me your login details to ///?
Please include this thread on your email.
Regards,
IsmaelHi,
You can do all of that on Media > Library. Edit the image and fill up the alternate text, caption, description, title etc.
Regards,
Ismael
Hi,
Open header.php and find this code
$phone = avia_get_option('phone');
$phone_class = !empty($nav) ? "with_nav" : "";
if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";Move that code at the bottom of this code
$extraOpen = $extraClose = "";
if(strpos($headerS,'bottom_nav_header') !== false){ $extraClose = "</div></div><div id='header_main_alternate' class='container_wrap'><div class='container'>"; }Edit custom.css or go to Quick CSS then add this code
.social_header .phone-info {
right: 140px;
top: 40px;
position: absolute;
float: none;
}Adjust the top and right position.
Regards,
Ismael
Hi,
I checked the website but it is not showing anything not only in mobile view. Seems like reloading on an infinite loop. I have no idea what is causing this. Let me tag the rest of the support team. Can you still access the wp admin?
Regards,
Ismael
Hi,
Try to create a fresh installation of WP then place the Enfold folder on wp-content/themes.
Activate the theme on Appearance.
Regards,
Ismael
Hi,
You can only specify a sidebar on the actual portfolio item. Edit the portfolio item, look for Layout > Layout, choose right or left sidebar > Sidebar Setting > Select the sidebar. You can create a custom sidebar on Appearance > Widgets.
Regards,
Ismael
Hi,
Please remove browser cache then reload the page to see the effect.
Regards,
Ismael
Hi,
Can you be more specific about being glitchy? Can you point us to the areas where you see some issues?
Regards,
Ismael
Hi,
Try this one on your custom.css
.page #layerslider_1 {
padding-top: 75px;
}Regards,
Ismael
-
AuthorPosts