Forum Replies Created
-
AuthorPosts
-
Hi!
You can use this:
.home .container_wrap { border-top-style: none; }
Cheers!
IsmaelHey!
I’m having trouble accessing the website: http://superiormeetings.com/wordpress1/wp-admin/
It loads too slow. Please try to deactivate all plugins via ftp. Rename the plugin folder located on wp-content folder to something else. Remove browser cache then reload the page Do you have a cache plugin? Deactivate it.
Cheers!
IsmaelDecember 19, 2013 at 6:40 am in reply to: update to wordpress 3.8 can´t login to my dash board #201901Hi!
Did you try to get a new password by clicking the “Lost your password?” button? It givesme an “ERROR: Invalid username or incorrect password.” when I use the login details that you provided. Please refer to this link: http://codex.wordpress.org/Login_Trouble
Best regards,
IsmaelHi Lilipie!
Please use this on your Quick CSS:
.logo, .logo img { width: 100%; } #header_main .container { margin: 0 30px; }
Cheers!
IsmaelHi Ivana!
Are you talking about the main menu? You can use this on Enfold > Styling > Quick CSS:
.main_menu { display: none; }
This will hide the main menu.
Best regards,
IsmaelHi!
1.) You can use this for the Product Title:
.inner_product_header > h3 { font-weight: bold !important; }
2.) Add this to create a border on the sidebar:
#top #main .sidebar_left .sidebar { border-left: 1px solid; } .sidebar_left .inner_sidebar { margin-right: 25px; margin-left: 25px; }
Regards,
IsmaelHey!
Please try to use this on the template-login.php: http://pastebin.com/PyvhwVp5
We remove the sidebar by deleting these line of codes:
//get the sidebar $avia_config['currently_viewing'] = 'page'; get_sidebar();
Then set the main div to twelve units.
Regards,
Ismael-
This reply was modified 11 years, 6 months ago by
Ismael.
Hey stunna42!
Did you recently update to WP 3.8? Please refer to this link: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/
Regards,
IsmaelHey!
You can just put an email element then set the “Form Element Validation” to “No Validation”.
Best regards,
IsmaelHi louie!
Do you mean the Email element? Can you please give us a link to the website? It should work even without the email field. Anyway, what is the purpose of a contact form without email address?
Cheers!
IsmaelDecember 19, 2013 at 2:54 am in reply to: Still got problems with avia sliders in portfolio items #201820Hey baiker!
Did you update to 2.5 yet? Add this on functions.php:
add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1); function avia_remove_fullwidth_slider_check($settings) { $settings['is_fullwidth'] = false; return $settings; }
Remove browser cache then reload the page.
Regards,
IsmaelDecember 19, 2013 at 2:48 am in reply to: update to wordpress 3.8 can´t login to my dash board #201818Hey smorrone!
Do you have any administrator plugins of some sort? Please remove it manually on wp-content/plugins folder. Please post the login details and the link of the site as a private reply.
Cheers!
IsmaelDecember 19, 2013 at 2:45 am in reply to: Remove Comments / Category / Author from blog posts #201817Hi DaveL77!
You can add this on your custom.css or Quick CSS:
.text-sep.text-sep-date, .comment-container.minor-meta, .text-sep.text-sep-comment, .blog-categories.minor-meta, .text-sep.text-sep-cat, .blog-author.minor-meta { display: none; }
If you want it to display on blog overview then hideo on the single post view, you can use this:
.single .text-sep.text-sep-date, .single .comment-container.minor-meta, .single .text-sep.text-sep-comment, .single .blog-categories.minor-meta, .single .text-sep.text-sep-cat, .single .blog-author.minor-meta {
display: none;
}Best regards,
IsmaelHi adworks!
When you say menu type, are you talking about the font type of the menu items? You can use this on your Quick CSS:
.main_menu ul:first-child > li > a { font-size: 13px; font-family: 'Raleway', sans-serif; }
Change the Raleway font to something else. Change the menu color using this:
.header_color .main_menu ul:first-child > li > a { color: blue; }
Best regards,
IsmaelDecember 19, 2013 at 2:39 am in reply to: Fullwidth Masonry Gallery – possible to avoid line break? #201813Hi henrykroeher!
Can you please give us a link to the page with the gallery? A screenshot of the issue will help.
Best regards,
IsmaelHey Mono14!
Edit framework > php > class-breadcrumb.php, find this code on line 189:
'show_home' => __( 'Home', 'avia_framework' ),
Replace it with:
'show_home' => __( 'universitarios.org.ar', 'avia_framework' ),
Cheers!
IsmaelHey!
You can add this on your custom.css or Quick CSS:
.main-title.entry-title a { display: block; background: white; padding: 10px 10px 10px 100px; position: absolute; bottom: -37px; margin-left: -90px; }
The effect should look like this:
Regards,
IsmaelHey!
You can add this on your custom.css or Quick CSS:
.avia-section { clear: none; width: 900px; float: none; min-height: 100px; margin: 0 auto; }
You can also add an ID for the Color Section using the “For Developers: Section ID” field. Use it instead of the avia-section selector. Apply the css modification.
Regards,
IsmaelDecember 19, 2013 at 2:17 am in reply to: Sortable portfolio titles have disappeared above grid #201804Hi!
You can try these plugins:
http://wordpress.org/plugins/printfriendly/
http://wordpress.org/plugins/cleanprint-lt/
http://wordpress.org/plugins/wp-print/Best regards,
IsmaelHey cyrtocara!
Do you have any plugins installed? Can you please elaborate the issue? A link to the post with incorrect breadcrumb will help.
Best regards,
IsmaelDecember 19, 2013 at 2:09 am in reply to: Layer sliders disappeared after updating WP to 3.8 version #201794Hey!
1.) You can change the button font using this:
.avia_iconbox_title { font-family: 'Open Sans', sans-serif; }
2.) You need to use the Fullscreen Slider element.
Regards,
IsmaelHi Yeowza!
Do you have a big or small preview pic? Even with sidebar the “single author big preview” display the featured image on top.
Cheers!
IsmaelDecember 19, 2013 at 12:53 am in reply to: Hide authors name and comments in posts – notes for Enfold v2.5 #201769Hey!
@webWahine: That is really helpful. You can also add this on your Quick CSS:.text-sep.text-sep-cat, .blog-author.minor-meta, .comment-container.minor-meta, .text-sep.text-sep-comment { display: none; }
Cheers!
IsmaelHi!
That is created using the Advance Layout Builder. The elements used are Easy Slider, Text Block and Accordion.
Best regards,
IsmaelHi studioinktvis!
Please add this on your Quick CSS and custom.css:
.blog-author.minor-meta { display: none; }
Cheers!
IsmaelDecember 17, 2013 at 5:33 pm in reply to: How to target margin on a promo box on a specific page? #201162Hi studioinktvis!
What type of header do you have? Please check on Enfold > Header > Header Type.
Please try this on your custom.css or Quick CSS if you have a Small fixed header:
.main_menu { margin: 0; display: block; text-align: center; top: -45px; } .avia-menu { display: inline-block; } div .logo { position: relative; margin: 0 auto; z-index: 1; }
Use this to adjust the header height:
/*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/ #header_main .container, .main_menu ul:first-child > li a{ height:120px; line-height: 120px; }
Best regards,
IsmaelDecember 17, 2013 at 5:27 pm in reply to: Display problem with Internet Explorer 8 (Windows XP) #201155Hey Oli!
What is the version of IE? Can you please post a screenshot of the issues? I’m sorry but I don’t have a Windows XP machine. Anyway, I checked your website using IE8 – IE10 using IETester on Windows 7 machine. The website seems to render properly.
Regards,
Ismael -
This reply was modified 11 years, 6 months ago by
-
AuthorPosts