Forum Replies Created
-
AuthorPosts
-
Hey,
I think it is only logical (Spock Voice) to make those pages as child page for my account but you are in control, so you can change it. :)
Regards,
Ismael
Hi,
You can add this on your custom.css or Quick CSS.
For the active menu item:
.header_color .main_menu ul:first-child > li.active-parent-item > a {
color: blue
}For the menu items.
.header_color .main_menu ul:first-child > li > a {
color: red;
}Hover:
.header_color .main_menu ul:first-child > li > a:hover {
color: orange;
}Child menus:
.header_color .main_menu .menu ul li a {
color: red;
}You can use this for the top or sub menu
.header_color .sub_menu>ul>li>a {
color: pink;
}Hover
#top .header_color .sub_menu ul li a:hover {
color: red;
}Regards,
Ismael
Hi,
I’m sorry if we accidentally skip your inquiries or didn’t give you the answer you’re looking for. There are tons of inquiries coming our way and we are doing our best to answer all of them.
We’re asking these questions because it seems odd that the slider or contact form doesn’t work on your end but works on many other users. We are simply trying to troubleshoot the problem. We don’t have any access on your website so we’re trying to replicate what you have by asking question that may lead us to solving your theme issues.
Please forgive us for any inconvenience.
Thanks,
Ismael
Hi,
Please add this on your custom.css or Quick CSS
#header_main, #header_main_alternate {
background: #d5d6cb;
}Regards,
Ismael
Hi,
Edit function-enfold.php, find this code
if(!empty($url))
{
//add author url as described here: http://yoast.com/push-rel-author-head/
echo '<link rel="author" href="'.$url.'"/>';
}Regards,
Ismael
Hi,
Yeah, I can see your problem. I really want to tell you that using <!–more–> tag will solve all your problem. It will display the excerpt for both blog and archive page. You don’t need to modify the theme files.
Regards,
Ismael
Hi,
You can add google fonts on includes > admin > register-admin-options.php, find this code
'Yellowtail'=>'Yellowtail',
For example, you want to add the google font Ropa Sans (http://www.google.com/fonts/specimen/Ropa+Sans), add this code below.
'Ropa Sans'=>'Ropa Sans',
You can use Ropa Sans font-family on custom.css or Quick CSS.
h1, h2, h3, h4, h5, h6 { font-family: 'Ropa Sans', sans-serif; }
Regards,
Ismael
Hi,
What type of header do you have?
I doubt if this is possible with Enfold because of the layers that holds the menu.
Regards,
Ismael
Hi,
You can use this
#header_meta {
background: black;
}
.header_color .sub_menu>ul>li>a, .social_header .phone-info.with_nav span, .header_color .social_bookmarks a {
color: white;
}Regards,
Ismael
Hi,
It loads fine on desktops, fyi.
These are the things that you can do:
1.) Use this plugin to compressed your css and js files: http://wordpress.org/plugins/bwp-minify/
2.) Use a caching plugin like: http://wordpress.org/plugins/w3-total-cache/, http://wordpress.org/plugins/wp-super-cache/
3.) Optimize your image sizes. There are lots of tutorial on how to do it. Search google “optimize image sizes tutorial”.
4.) Try to use a CDN for static content
5.) Upgrade your hosting service.
Let me tag Devin to check this out.
Regards,
Ismael
Hi,
@formateins: Thanks for the tip.
You can do the following:
1.) Use this plugin to compressed your css and js files: http://wordpress.org/plugins/bwp-minify/
2.) Use a caching plugin like: http://wordpress.org/plugins/w3-total-cache/, http://wordpress.org/plugins/wp-super-cache/
3.) Optimize your image sizes. There are lots of tutorial on how to do it. Search google “optimize image sizes tutorial”.
4.) Upgrade your hosting service.
Regards,
Ismael
Hi,
Can you give us a link to your website? Please add this on your custom.css
code {
line-height: 1em;
}
pre {
padding: 10px;
line-height: 1em;
background: #e1e1e1;
}Regards,
Ismael
Hi,
@formateins: Thanks man. :)
@GLIMedia: You can do formateins solution. Add the code on your custom.css or Quick CSS.
#menu-item-search {
display: none;
}Regards,
Ismael
Hi,
You can use the Advance Layout Editor for Portfolio Items. Under the Media Elements tab, insert the Gallery element.
Regards,
Ismael
Hi,
The only workaround is to edit the wp_layerslider on your database via phpmyadmin. Edit the slides then look for the old image url path then change it to the new path. It image path inside the wp_layerslider table looks something like this:
Regards,
Ismael
Hi,
It is not possible right now but Kriesi will make it easier to add custom icons in the future. You can only use the icons available on entypo fontello font. http://www.entypo.com/
This is a quick tutorial on how to modify the icons: https://kriesi.at/support/topic/youtube-icon/#post-117381
You can add a feature request here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Ismael
Hi,
Those are the child of the parent page “My Account”. Edit each of those page, look for page attributes, then deselect the Parent page.
Regards,
Ismael
Hi,
Adding an icon is bit complicated right now. Kriesi will make it easier to add social media icons on the next updates.
I posted a basic instruction on this link but please look for Nick’s comprehensive instruction on how to add or modify social icons. Unfortunately, Entypo Fontello( the font use for rendering icons ) doesn’t have the Apple icon. You might end up following my suggestion.
https://kriesi.at/support/topic/youtube-icon
Regards,
Ismael
Hi,
You can add this on your custom.css or Quick CSS
.sub_menu {
top: 50px;
}Regards,
Ismael
June 30, 2013 at 7:16 am in reply to: How to disable auto inputting of a divider for Colored Sections. #127280Hi,
You mean the border lines?
You can use this on your custom.css or Quick CSS. If I’m correct these are the dividers.
Bottom Shadow:
.avia-shadow {
box-shadow: none;
}Top Border
.container_wrap {
border: none;
}Regards,
Ismael
Hi,
What theme do you have right now?
You can customize the heading on custom.css or Quick CSS.
h1, h2, h3, h4, h5, h6 {
color: red;
}Regards,
Ismael
Hi,
The site you show us doesn’t have a full width background. They separate the background like this
<div id="holder">
<!-- start background layout -->
<div id="background_left"></div><div id="background_right"></div>
<div id="background_pattern"> <!-- fuzz -->
<div id="background_leaves">
<!-- end background divs -->The CSS looks like this
#background_right {
background-image: url(https://sunny-kids-wordpress-theme.dtbaker.net/wp-content/themes/sunny-kids/images/background_leaves_right.png);
position: absolute;
top: 0;
bottom: 0;
width: 122px;
right: 0;
background-position: top right;
background-repeat: no-repeat;
}You can do the same on header.php
Regards,
Ismael
-
AuthorPosts