Forum Replies Created
-
AuthorPosts
-
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
Hello,
Please download Enfold 1.7 then override your old theme files via FTP or cpanel. :)
Regards,
Ismael
Hi,
Please refer to this link. This is the only solution provided by Kriesi.
https://kriesi.at/support/topic/scrolling-to-bottom-before-gallery-loads
Regards,
Ismael
Hi,
According to the link Dude gave.
That error is not about the performance of the regex, it's about the regex itself. Changing the pcre.backtrack_limit and pcre.recursion_limit isn't going to have any effect because the regex never gets a chance to run. The problem is that the regex is too big, and the solution is to make the regex smaller--much, much smaller.
Regards,
Ismael
Hi,
I’m sorry but I’m a bit confused. Please give us a link to the website and a screenshot pointing to the “anchor points”.
Regards,
Ismael
Hi,
What type of Blog Style do you have? You can add this on your custom.css or Quick CSS.
.page .big-preview.multi-big, .page .small-preview {
display: none;
}Regards,
Ismael
-
AuthorPosts