Forum Replies Created
-
AuthorPosts
-
May 8, 2013 at 11:33 pm in reply to: 1.4 worth upgrading to? or wait for a fix and hold out. #117300
Hi,
Haven’t tried using any of these plugins but maybe you should try this http://wordpress.org/extend/plugins/revision-control/. It says “The plugin allows the user to set a site-global setting (Settings -> Revisions) for pages/posts to enable/disable/limit the number of revisions which are saved for the page/post. The user may change this setting on a per-page/post basis from the Revisions Meta box.”
Regards,
Ismael
Hi,
Open footer.php then find this code
<?php
echo "<div class='sub_menu_socket'>";
$args = array('theme_location'=>'avia3', 'fallback_cb' => '', 'depth'=>1);
wp_nav_menu($args);
echo "</div>";
?>Replace it with this
<?php $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); avia_social_media_icons($social_args); ?>
<?php
echo "<div class='sub_menu_socket'>";
$args = array('theme_location'=>'avia3', 'fallback_cb' => '', 'depth'=>1);
wp_nav_menu($args);
echo "</div>";
?>Edit custom.css then add this code
#top #socket .social_bookmarks {
position: absolute;
right: 0;
}Regards,
Ismael
Hi,
Please send the login details on ///.
Include this thread on your email.
Regards,
IsmaelHey,
I’m not really clear on what you are trying to accomplish. You can change the background on Theme Options > Styling > General > Background Image. You can upload a new image or use the available patterns.
Regards,
Ismael
Hi,
If you want a sidebar, just edit the page then look for Layout > Layout > Left or Right sidebar, then choose the Widget Area. You can create a unique sidebar on Appearance > Widget.
Regards,
Ismael
May 8, 2013 at 9:10 am in reply to: link and bold fonts have same color cant be diffrentiate #118063Hi,
Please add this on your custom.css
.social_header #header_main .container {
height: 80px !important;
}Regards,
Ismael
Hi,
You have a blank page on this link, no blog, no text, no nothing, just header and footer. http://www.granrabino.org/en/
Please Import the dummy data then give us a link to the page you want to change.
Regards,
Ismael
May 8, 2013 at 9:04 am in reply to: BUG? Category Page showing random pages info under Pages #117828Hi,
That is weird. Please go to Posts > Trash then delete them permanently.
Regards,
Ismael
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
-
AuthorPosts