Forum Replies Created
-
AuthorPosts
-
Hi,
I visit the link: http://www.thechristiandollar.com/charting-life/
It is not on Grid Format, so we can rule out that this is not a Blog Grid Format issue.
Please attach a featured image using Set Featured Image. Also, try to regenerate the thumbnails.
http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Ismael
Hi,
I think your site is down: http://livedealer.org/dev/blog/.
Please flush the permalink settings a few times. Change settings then save, then change it again. Do this a few times.
Regards,
Ismael
Hi,
The only option for the blog preview image is the Set Featured Media. You can choose not to show the featured post on single preview with this CSS.
.single .big-preview.single-big {
display: none;
}Then add the main post image via “Add Media” on the post editor.
Regards,
Ismael
Hi,
Go to Enfold > General Settings > Blog Style > Select “Multi Author”. It will show the author profile image from gravatar and the featured image above.
You can go here http://en.gravatar.com/ to set the profle image for a specific email.
Regards,
Ismael
Hi,
Edit framework > php > class-breadcrumb.php, find this code
/* Set up the default arguments for the breadcrumb. */
$defaults = array(
'separator' => '»',
'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',
'after' => false,
'front_page' => true,
'show_home' => __( 'Home', 'avia_framework' ),
'echo' => false,
'show_posts_page' => true,
'truncate' => 70,
'richsnippet' => false
);Replace it with
/* Set up the default arguments for the breadcrumb. */
$defaults = array(
'separator' => '»',
'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',
'after' => false,
'front_page' => true,
'show_home' => __( 'Hello', 'avia_framework' ),
'echo' => false,
'show_posts_page' => true,
'truncate' => 70,
'richsnippet' => false
);Regards,
Ismael
Hi,
Dude pasted the Avia Shortcodes for the landing page that comes with the theme when you Import the dummy data.
I think you’re looking for Enfold > Styling. Select a predefined color scheme, “Black and White”.
Regards,
Ismael
Hi,
You can add this on your custom.css or Quick CSS
.widget {
padding: 10px 0 10px 0;
}You can adjust the top and bottom padding values.
Regards,
Ismael
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
-
AuthorPosts