Forum Replies Created
-
AuthorPosts
-
May 11, 2013 at 5:20 am in reply to: How do I get the header logo to overlap into the slider area? #118584
Hi,
I visited the site and the logo is already overlapping the slider. Just remove the bottom border with this
#header_main {
border: none;
}Regards,
Ismael
Hi,
You can use HTML on the title. Something like this.
<a href="YOUR LINK HERE">List Title 1</a>
Regards,
Ismael
Hi,
It looks fine on my end. The code above will disable the related posts area including the “You might also like” text. Can you give us a link to your website?
Regards,
Ismael
Hi,
Open header.php and find this code
echo "<div class='main_menu' data-selectname='".__('Select a page','avia_framework')."'>";
Regards,
Ismael
Hi,
This seems to work, adjust the css. You need to supply your own image.
.header_color .main_menu ul:first-child > li a:hover {
background: url(../images/layout/download.png) no-repeat center top;
color: #1F87C5;
}Regards,
Ismael
May 11, 2013 at 4:47 am in reply to: How to copy the source code of page edited with Advanced Layout Editor #118524Hi,
@Jasmine: My suggestion is to build a Source Website and install the Enfold theme. Configure and edit the site. Every time you want to create a new website, just copy the files including the database from the Source Website to the new website. You can visit this link http://codex.wordpress.org/Moving_WordPress for reference. I haven’t tried this but I think it’ll work.
Regards,
Ismael
Hi,
I tested the special headings on my end and it looks fine on 320x420px resolution. Can you give us a screenshot?
Regards,
Ismael
May 11, 2013 at 4:26 am in reply to: BUG? Category Page showing random pages info under Pages #117830Hi,
Can you give me the login details? Please send it to ///.
Include this thread on your email.
Regards,
IsmaelHi,
Just download the latest version of the theme on your themeforest account. Override the files via FTP.
Regards,
Ismael
Hi,
Do they disappear when you switch to a different language? You have to modify the website for each language.
Regards,
Ismael
Hi,
It uses this thumbnail size.
$avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)
Change that to
$avia_config['imgSize']['gallery'] = array('width'=>666 , 'height'=>539 ); // images for portfolio entries (2,3 column)
This will resize it same size with the slider container assuming you have the same layout as this link http://kriesi.at/themes/enfold/portfolio-item/slider-two-third/.
Regenerate the thumbnails. Don’t use images smaller than the 666x539px.
Regards,
Ismael
May 10, 2013 at 2:28 am in reply to: how to control the size of the smaller logo and/or the depth of the header area #118398Hi,
Yeah, I noticed it now. It becomes a bit blurry then adjust to the accurate size in a matter of point blank seconds. I’m running out of ideas. Let me tag the rest of the support team to help us out.
Regards,
Ismael
May 10, 2013 at 2:24 am in reply to: Enfold Latest News Widget – Possible to remove small picture & date? #118354Hi,
What did you change on style.css? Please try to deactivate the theme on Appearance then activate it again.
Regards,
Ismael
Hi,
I can’t reproduce the issue on my end. Can you give us a link to your website?
Regards,
Ismael
Hi,
Edit single.php then find this code
get_template_part( 'includes/related-posts');
Replace that with
//get_template_part( 'includes/related-posts');
Regards,
Ismael
May 10, 2013 at 1:01 am in reply to: Possible to right justify the menu when it's below the logo? #118239Hi,
1.) You can use this
#top .main_menu .menu li {
float: right;
}2.) To make the header fixed, you use this
#header {
position: fixed;
}
#main {
padding-top: 155px;
}3.) You increase the icon size with this
.social_bookmarks .avia-font-entypo-fontello {
font-size: 16px;
}Regards,
Ismael
May 10, 2013 at 12:56 am in reply to: link and bold fonts have same color cant be diffrentiate #118065Hi,
Please add this on your custom.css or Quick CSS.
This is for the links.
.main_color a {
color: #8BBA34 !important;
}This is for the bold text.
.main_color b {
color: #8BBA34 !important;
}Regards,
Ismael
Hi,
Please add the code on Theme Options > Styling > Quick CSS, located at the bottom.
Yes, you can hide the arrows using this code. Again, put this on your custom.css, access via FTP, or on the Quick CSS.
.avia-post-nav {
display: none !important;
}Regards,
Ismael
Hi,
Open functions-enfold.php then find this code
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/'));
Change that with
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '»'));
Regards,
Ismael
Hi,
Check LayerSliderWP, see if it still have the sliders. If not, you can create your own.
Regards,
Ismael
Hi,
Can you give us a link to your website? Did you add anything other than Devin’s code?
Regards,
Ismael
Hi,
Please download the latest version of Enfold which 1.4 on your themeforest account. Override the old files via FTP.
Regards,
Ismael
May 10, 2013 at 12:22 am in reply to: How to create a Full Background image under Blank page? #117903Hi,
Devin is correct you can use the Color Section element then insert all the columns, media, etc inside it. Edit the color section, insert image as background then under Background Repeat, select stretch to fit. Use a fairly large image for this one, maybe, 1600x 1000px.
Regards,
Ismael
Hi,
Go to Appearance > Menu > Page, click the “View All” tab. You can also start from scratch. Create the Portfolio page again and make sure you remember the page name.
Regards,
Ismael
May 9, 2013 at 10:26 pm in reply to: Enfold Latest News Widget – Possible to remove small picture & date? #118352 -
AuthorPosts