Forum Replies Created
-
AuthorPosts
-
Hi,
You will break the layout of the page. You have to increase the size of the sidebar then descrease the size of the main content. Best solution is to do the instructions above.
Regards,
Ismael
Hey,
@scheinbs: Thank you for the help. :)
@duggal13: scheinbs is correct, the smaller size file is the one you want to upload on your wordpress installation. Just follow this simple instruction.
– Dashboard of WP-Admin
– Go to Appearance
– Install Themes Tab
– Upload Tab
– Upload the theme file (.ZIP)
– Manage Themes Tab
– Activate It
Regards,
Ismael
Hi,
First check Enfold > Theme Options > Footer > Default Footer Widgets & Socket Settings, select Display footer widgets and socket. Also, check or edit the page, look for Footer Settings (Display the footer widgets?), again, select Display footer widgets and socket. By default the socket should be displayed.
Regards,
Ismael
Hi,
Please add this on your custom.css
#header {
position: relative;
max-height: 120px;
}
#header_main {
border: none;
}
.main_menu .menu ul {
top: 85%;
}
.avia-menu-fx {
bottom: 25px;
}Regards,
Ismael
Hi,
When you download the file on themeforest, first, extract it then open the folder. Look for enfold.zip file. That is the file you need to upload on your wordpress installation.
Regards,
Ismael
Hi,
Set Theme Options > Footer to 3 columns. Then add this on your custom.css exactly as it is.
#footer .container .av_one_third {
margin-left: 3%;
width: 24% !important;
}
#footer .container .av_one_third.first {
width: 44% !important;
}Regards,
Ismael
Hi,
Yes, you can target a specific page. Inspect the page then look for the body class. Example should be like this
.page-id-1411 fieldset{
border:none;
padding:20px 20px 20px 20px;
background-color:#bdd3ee;
}That is the unique page id of your Services page. The style above will only be applied on the Services page’s fieldset alone.
Regards,
Ismael
Hi,
It is suggested you put the Enfold installation online. You will lose the theme options and the images when you try to work on MAMP then transfer the site online.
Regards,
Ismael
Hi,
What type of header are you using?
This will probably work. Add this on your custom.css or Quick CSS
div .logo {
float: right;
position: absolute;
right: 0;
}
.main_menu {
left: 0;
}Regards,
Ismael
Hi,
Edit custom.css or add this on the Quick CSS
.image-overlay-inside {
display: none !important;
}Regards,
Ismael
Hi,
Try to insert the Simplemap Plugin shortcode on a Text Block element using the Advance Layout Editor then save the page.
Regards,
Ismael
Hi,
I want to suggest that you re-size every image before you upload them, WP will then create the same size out of them. Or you can add this on your custom.css
.slide-entry.post-entry .slide-image {
max-height: 170px;
}Regards,
Ismael
Hi,
There’s no way to know until you test it online. Slow internet connection could be one of the culprit. Please let us know if you have it online.
Regards,
Ismael
Hi,
Use this instead.
.avia-icon-list .iconlist_title {
color: red;
}
.iconlist_content p {
color: red;
}If it still not working try this
.avia-icon-list .iconlist_title {
color: red !important;
}
.iconlist_content p {
color: red !important;
}Regards,
Ismael
May 12, 2013 at 2:15 am in reply to: Is there a text styling example page on the Enfold website? #118612Hi,
If you import the dummy data, you can visit the Shortcode page. There are few text variations and layout that you can use on your own website.
Regards,
Ismael
May 12, 2013 at 2:07 am in reply to: Logo Overlap Solution (not test on mobile) But important nav question – Logo ove #118611Hi,
1.) Move or remove the menu underline.
.avia-menu-fx {
top: 50%;
}Adjust the top position.
or to remove it entirely
.avia-menu-fx {
display: none;
}Regards,
Ismael
May 12, 2013 at 1:59 am in reply to: Add Media Button in Add New Posts Not Working 3.5.1 Enfold #118610Hi,
Please download the latest version of Enfold which 1.4. Maybe a file is corrupted. Try to switch on twentytwelve theme, see if the button works. Settings for the “mod_pagespeed” addon usually break the javascript code and cause scripts to go crazy. This can cause issues such as menus not being draggable, widgets not working, or the media screens disabled. You will need to disable mod_pagespeed, or adjust its settings to not take effect in the wp-admin directories. You may need to ask your hosting service for help on how to do this.
Regards,
Ismael
May 12, 2013 at 12:28 am in reply to: Need to use all weights of the "Open Sans" font (e.g. bold/800) #118631Hi,
Just add this on your custom.css
.single-portfolio .attachment-entry_with_sidebar.wp-post-image {
display: none;
}Regards,
Ismael
Hi,
You can use the Advance template editor. Insert 1/4, 1/2, 1/4 columns. On each 1/4 sized column insert the Sidebar.
Regards,
Ismael
Hi,
You can select which sidebar you want to use on pages. Just edit the page, go “Layout” > “Layout”, select right or left sidebar. On Sidebar Setting > select which widget area or sidebar you want to choose. You can edit the widgets on Apperance > Widgets. You can also create a custom widget and select it as your sidebar.
Regards,
Ismael
May 11, 2013 at 5:20 am in reply to: How do I get the header logo to overlap into the slider area? #118584Hi,
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 #117830 -
AuthorPosts