Forum Replies Created
-
AuthorPosts
-
December 19, 2013 at 2:45 am in reply to: Remove Comments / Category / Author from blog posts #201817
Hi 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,
IsmaelHi Lilipie!
You can use the Partner/Logo element or insert a Color Section with 3 1/3 column layout. Insert the logo using the Image element. Hide the “You are here” text using this:
.breadcrumb-title { display: none !important; }Regards,
IsmaelHi Superbobrik!
You can use this plugin instead: http://wordpress.org/plugins/menu-items-visibility-control/
Cheers!
IsmaelHey!
You can hide the sidebar using this on your Quick CSS:
.events-archive .sidebar.sidebar_right.three.alpha.units { display: none !important; }Adjust the container size using this:
.events-archive .container .nine.units { width: 100% !important; border: none !important; }Cheers!
IsmaelHey Mono14!
You can increase the opacity of the special heading element using this:
.special-heading-inner-border { opacity: 1; filter: alpha(opacity=100); }Regards,
IsmaelHi Mono14!
The fullscreen slider will now default to background position: 50% 50% or center center. You can modify the full inner slider position using this on your custom.css or Quick CSS:
.avia-fullscreen-slider .avia-slideshow-inner li { background-position: top center !important; }Don’t remove the !important property.
Cheers!
IsmaelHey!
The fullscreen slider will now default to background position: 50% 50% or center center. You can modify the full inner slider position using this on your custom.css or Quick CSS:
.avia-fullscreen-slider .avia-slideshow-inner li { background-position: top center !important; }Don’t remove the !important property. Can you please post the html code that you added on the slider?
Cheers!
IsmaelHey lakecoast!
The fullscreen slider will now default to background position: 50% 50% or center center. You can modify the full inner slider position using this on your custom.css or Quick CSS:
.avia-fullscreen-slider .avia-slideshow-inner li { background-position: top center !important; }Don’t remove the !important property.
Cheers!
IsmaelDecember 17, 2013 at 4:01 pm in reply to: toggle with sorting enabled not working in the 2.4.3 #201111Hey yukanl!
Can you please give us a link to the website? Latest version is Enfold 2.5.
Cheers!
IsmaelHi Mono14!
The elements on the editor are inside the Color Section. Why would it be outside the color section?
Cheers!
IsmaelHi Seba1973!
Can you please give us a link to the blogs without gap? Are they built using masonry too?
Cheers!
IsmaelDecember 17, 2013 at 12:07 pm in reply to: Change the position of the logo without having it resize and shrink #201049Hi ZakP!
Please use this on your custom.css or Quick CSS to increase the height of the header:
/*header with social icons: */ .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 130px; line-height: 130px; }Adjust the height and the line-height if necessary.
Regards,
IsmaelDecember 17, 2013 at 12:05 pm in reply to: Vertical JQuery Submenu Hidden Behind Main Content #201048 -
AuthorPosts
