Forum Replies Created
-
AuthorPosts
-
February 29, 2016 at 3:55 pm in reply to: Logo Area Background Image not displaying properly #590849
Hello,
What are the dimensions of the custom image?
Because the logo dimensions are: 340px * 156px (if your logo is larger you might need to change the Header size in your Header Settings)
Hope that help you
Hello,
Ask your hosting to increase resources of their share server. If their don’t do it, you should upgrade your server plan.
Also, you can ask hosting who is used traffic.
Because the traffic could used for e.g. a statistic plugin which often update or the traffic used from users?
If the traffic cause from a plugin, deactivate or delete it.
If the traffic cause from users, upgrade your server plan.
Hope that help you
- This reply was modified 8 years, 8 months ago by Isakos-Soft.
Hello,
Insert that code to Enfold > General Styling > Quick Css or Custom Css plugin.
If you would the appearance be slower increase 1s, if you would be faster decrease 1s.
.avia_transform a .image-overlay { -webkit-transition: opacity 1s ease-in-out; -moz-transition: opacity 1s ease-in-out; transition: opacity 1s ease-in-out; }
Hope to help you
Hello,
Insert that code on Enfold Quick Css or Custom Css plugin:
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra { background: rgba(248, 248, 248, 0); border: 1px solid #fff; color: #fff !important; } .main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) { color: #FFFFFF; border: 1px solid #fff !important; }
Hope to help you
Hello,
If you would like to remove only in the joblisting (example:http://jobhero.eu/job/pielegniarka/).
Edit your page & go to Avia Layout Builder, select Content Elements tab, after select Social Share Buttons, edit that element and remove Small title.
Save that and update page.
The “Share this entry” now has removed only in the joblisting.
Hope to help you!
Hello,
Put that code in Quick Css or Custom Css plugin.
.html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a { display: inline-block !important; }
Hope to help you
- This reply was modified 8 years, 8 months ago by Isakos-Soft.
February 25, 2016 at 6:19 pm in reply to: change default font to Tahoma (not listed in options) #589339Hello,
If you want to use Tahoma as the main font for their site install that plugin Easy Google Fonts and go to Appearance > Customize > Typography > Default Typography and change (Paragraph & Headings) Font Family to Tahoma.
Hope that helps
February 24, 2016 at 4:10 pm in reply to: Showcase Logos- is there an easy bulk way to upload? #588462Hello,
you can use photo plugin Photo Gallery and you easy manage your logo or other images.
February 24, 2016 at 4:00 pm in reply to: Have problems with copyright and footer menu widget #588448To disappeared enfold copyright put that on Enfold > Footer > Copyright on the field put your text and [nolink].
On footer.php put the default code.
Try that code but not the best for responsive (Laptop, Tablet, Smartphones) devices.
.flex_column.av_one_full.av-animated-generic.pop-up.flex_column_div.av-zero-column-padding.first.avia-builder-el-15.el_after_av_textblock.avia-builder-el-last.column-top-margin.avia_start_animation.avia_start_delayed_animation { margin-left: 130px; }
To modify that code to set entirely in the center for responsive device, you need to put some Media Queries for Standard Devices.
About second point followed the instructions of Basilis Moderator.
‘You can use a different layout, by creating a New Page and using the Advanced Layout Builder of enfold and the Blog element.’
Post your site link to see that if you want.
Hello,
to your first point try that.
#footer .widget ul.job_listings li.job_listing a:hover { background: #2B5A0D !important; }
Hello,
try that, and the form now is in center. Also, in responsive size (tablet, smartphones, laptops) again the form is in center:
Put that code on enfold theme Quick Css or on a custom css plugin.
1st step: To modify the button size, change only the width percent of that class:
.modified_width .button { width: 50%; }
2nd step: To center form in a page, put that code:
fieldset { margin: 0px auto; }
Hello,
To center the whole contact form on a page:
1st method: Go to the page where you create the contact page. Now, on the Avia Layout Builder > Layout Elements > select one single column 1/5, one single column 3/5 and one single column 1/5 with that order. Finally, put your form on single column 3/5 and the whole form now is in center.
2nd method: Try to set margin-left until the form is in center. Put that code on enfold theme Quick Css or on a custom css plugin.
form.avia_ajax_form.av-form-labels-visible.avia-builder-el-1.el_after_av_blog.avia-builder-el-last { margin-left: 225px; }
Hello,
1 Question:
Answer: Try to use this code on enfold theme Quick Css or on a custom css plugin.
.widget ul.job_listings li.job_listing a:hover { background: #2B5A0D !important; }
Hello,
Try to update theme on the last version 3.4.7
Ok. Thank you
Hello,
Is generating and copying shortcode part is clear?No, I don’t understand.
Have you an example in video for a section to work like footer ?
Thank you
Hello digitall,
you can use that code *** on Enfold > Quick CSS or if you use any custom css plugin.
The button hover change default only opacity.
.avia-button:hover {
opacity: 0.9;
}*** If you want to change background color use that:
.avia-button:hover {
opacity: 0.9;
background: #ff0000 !important;
}- This reply was modified 8 years, 8 months ago by Isakos-Soft.
Ok, but if you have a example it will be better for me.
Thank you
Sorry, i don’t mean that.
I want to set on Avia Layout Builder a color section with other content elements and that to work like footer.
That color section to stick in all pages, like footer.
February 15, 2016 at 1:34 pm in reply to: Nav menu stretched layout width set two different background color #583379Sorry, that didn’t worked.
I found that solution.
#header_main_alternate { background-color: #ECECEC !important; }
Closed thread.
Thank you- This reply was modified 8 years, 8 months ago by Isakos-Soft.
That worked perfectly.
Thank you
Hello,
I want to hide logo and the area which logo show on scroll down. I want to show on scroll down only the nav menu like that image.
Hi hajzr,
Your Second question: Is it possible to separate the background with a white border (see image, too)
My answer: Yes, it is. Add this css code to the Quick CSS enfold theme or custom css plugin, whatever you use.
.avia-testimonial-wrapper .avia-testimonial-row:last-child .avia-testimonial { border-bottom: none; border-right: 10px solid #ffffff !important; }
- This reply was modified 8 years, 8 months ago by Isakos-Soft.
February 11, 2016 at 5:32 pm in reply to: Nav menu stretched layout width set two different background color #581773Hello,
Link http://fenstereu.de/wp-content/uploads/2016/02/fenster_image.jpg
I want to have different color area 1&2 of area 3. Area 0 has different color of all other area.
Thank you
one other question.
When the cursor move to submenu the font icon hide. To show the font icon when the cursor is in submenu, i should use javascript?
Thank you
-
AuthorPosts