Forum Replies Created
-
AuthorPosts
-
Hi,
What do you mean by accent? Try to increase your php memory output. Refer to this link.
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Again, switch your Avia Builder to debug mode to see the actual shortcode.
https://kriesi.at/support/topic/icon-list-issue-cannot-edit-text-anymore?replies=2#post-115136
Regards,
Ismael
Hi,
I think you need to edit both of them. You can find container width on grid.css and maybe some elements that need adjustments on layout.css.
Regards,
Ismael
Hi,
Just add this on your custom.css or Quick CSS
body {
text-transform: lowercase !important;
}Regards,
Ismael
Hi,
You can use this on your custom.css or Quick CSS
body p {
line-height: 24px;
}Change the value.
Regards,
Ismael
Hi,
You can try these.
http://wordpress.org/plugins/wp-minify/
http://wordpress.org/plugins/assetsminify/
Regard,
Ismael
Hi,
Just add this on your custom.css or Quick CSS
#top .main_color #reviews input#submit {
background-color: gray;
}Change the color.
Regards,
Ismael
Hi,
Please follow this link.
https://kriesi.at/support/topic/enfold-combo-widget
It will be fixed on the next update.
Regards,
Ismael
Hi,
I think this is a bit complicated. You might need to hire a freelance developer. :)
Regards,
Ismael
Hi,
When updating the theme, please create a backup of your custom.css, Quick CSS and the modified theme files.
You can use this
.breadcrumb-title {
display: none !important;
}Regards,
Ismael
Hi,
Go to Enfold > General Settings > Blog Style, select “Single Author, big preview Pic (no author picture is displayed, feature image is big)”.
Regards,
Ismael
Hi,
Actually, you can do it on the Advance Layout Editor. Set your page to No Sidebar. Insert 3/4 column and 1/4 column. Place your content on the 3/4 column then add a Sidebar element inside the 1/4 column. Place the Color Section element at the bottom.
Regards,
Ismael
Hi,
Open framework > php > class-breadcrumb.php, find this code
/* If viewing search results. */
elseif ( is_search() )
$trail['trail_end'] = sprintf( __( 'Search results for "%1$s"', $textdomain ), esc_attr( get_search_query() ) );Regards,
Ismael
Hi,
Please send the login details to //…
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Regards,
IsmaelHi,
Edit loop-index.php then find this code, remove everything. Replace them with this code: http://pastebin.com/rWyyiBXb
Add this on your custom.css or Quick CSS
.page .modified-blog {
margin-left: 130px;
}Regards,
Ismael
Hi,
Yes, sometimes the widgets settings are getting stuck. I don’t know why. Let me tag the rest of the support team.
Regards,
Ismael
Hi,
I checked the pages again, they all look fine. This is the screenshot.
http://www.mediafire.com/download/auqh9lboh4ccs13/tropicaltaylor.jpg
Let me tag the rest of the support team.
Regards,
Ismael
Hi,
Simply add this on your custom.css or Quicsk CSS
.breadcrumb {
display: none;
}If you want to remove for a specific page, inspect the page then look for the unique body class.
.page-id-2323 .breadcrumb {
display: none;
}Regards,
Ismael
Hello,
What do you mean it’s not visible? You can paste the plugin shortcode on the Visual editor of the page.
Regards,
Ismael
June 1, 2013 at 6:53 am in reply to: Problem when hover on image alignement with Firefox and Opera Mac #115638Hi johnball,
Please download Enfold 1.5. Like jaypopsu said, it might fix the issue.
Regards,
Ismael
Hi,
I don’t see the video on top of the menu, what I did notice is the big gap at the beginning of the posts. Also, the duplicated videos.
Can you give us a screenshot of what you see on your end?
Regards,
Ismael
Hi,
You can hide it. Add this on your custom.css
.single .main-title, .archive .main-title {
display: none;
}Regards,
Ismael
Hi,
Create a test site then import the dummy data on Theme Options. Check the Pages, there is an example of Blank pages there.
You can also watch videos here to learn more about the theme.
Regards,
Ismael
Hi,
Kriesi is fixing the apostrophe translation issue.
Please switch your Avia Builder to debug mode. Add this code on your functions.php
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}You will have the actual shortcode at the bottom of your Advance Layout Editor.
You should also increase the php memory limit, please refer to the link:
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Ismael
Hi,
Try to use this plugin: http://wordpress.org/plugins/widgets-reset/
See if the widgets start working.
NOTE: This will reset your widget to factory settings. You will lose every widgets and all the custom widget areas that you created.
Regards,
Ismael
Hi,
You can create a new layer, select Div / Video, then insert the Subscription form code. Style it.
Regards,
Ismael
-
AuthorPosts