Forum Replies Created
-
AuthorPosts
-
November 13, 2013 at 4:56 pm in reply to: logo size different in safari and firefox. How to make it standard? #187834
Hi Delphine!
Do you mind creating a temporary admin login and posting it here privately so we can take a look at it? Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Regards,
YigitHey!
You can go to Enfold theme options and save settings then flush browser cache and refresh your page a few times and that should do the trick. Let us know if you have any other questions.
Regards,
YigitHey Willem-Paul!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.gform_wrapper .gform_footer { float: right!important; padding: 0px 0 5px 0!important; margin: -5px 0 0 0!important; }
Regards,
Yigit-
This reply was modified 11 years, 8 months ago by
Yigit.
November 13, 2013 at 4:47 pm in reply to: Photo Galleries not loading… thumbnails are greyed out ENFOLD #187827Hi!
Please go to wp-content\themes\enfold\js to find shortcodes.js file
Cheers!
YigitNovember 13, 2013 at 4:45 pm in reply to: getting rid of the grey background with my preview images #187824Hey kjlietz!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color .small-preview { background: transparent; color: #8D8D8D; }
Best regards,
YigitHey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.avia_transform .avia-gallery-thumb img:hover { opacity: 1!important; }
Regards,
YigitHi!
Glad to hear that :) Let us know if you have any other questions or issues.
Regards,
YigitHi net-guru!
You can add following code to Quick CSS in Enfold theme options under Styling tab
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }
Best regards,
YigitHey!
Please add following code to Quick CSS
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .mobile_menu_tablet .main_menu { display: block!important; } }
Regards,
YigitNovember 13, 2013 at 3:52 pm in reply to: missing tabs "font" and "background" in styling section #187791Hey!
Please point out the elements you would like to increase font-size so we can provide you custom css code that you can add to Quick CSS in Enfold theme options under Styling tab, such as
p { font-size: 16px; }
Best regards,
YigitHey!
Glad you figured it out! Let us know if you have any other questions
Best regards,
YigitHi!
You can try adding following code to Quick CSS in Enfold theme options under Styling tab
#header_main { height: 300px; } .logo, .logo a, .logo img { width: 300px!important; height: 300px!important; max-width: 300px!important; }
Regards,
YigitHi TheProductionHouseEvents!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.sub_menu>ul>li>a { background-color: white; }
Cheers!
Yigit-
This reply was modified 11 years, 8 months ago by
Yigit.
Hey!
I just checked your website on my iphone 4 and sub-menu does not overlap menu. Can you post a screenshot?
Please try adding following code to Quick CSS@media only screen and (max-width: 480px) { .page-id-2528 .sub_menu { display: block; } .sub_menu { display: none; } }
Best regards,
YigitHey td20!
Can you post the link to that particular page which is not fullwidth?
Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-35 .avia-content-slider { margin: -10px 0 0 0; }
Cheers!
YigitHey kooop!
Are you adding the code in Text tab? Can you add your code here http://snipt.org/ and post the link here so we can check?
Best regards,
YigitNovember 13, 2013 at 2:23 pm in reply to: fixed header – 1px border added left+right, it became 2px wider #187748Hi!
You are welcome. This is the only work-around i can think of, if you want to add borders to header. Let us know if you have any other questions or issues.
Cheers!
YigitHi!
1) Please go to wp-content\themes\enfold\js folder and open avia.js file and find
el_height = $(elements).filter(':first').height(),
and change it to
el_height = 120,
120 here represents 120pixels. Then add following code to Quick CSS in Enfold theme options under Styling tab
.fixed_header #main { padding-top: 120px; }
2) In WordPress dashboard, go to Appearance > Editor and open Header.php file and find
wp_nav_menu($args); echo '</nav>';
and add following line right under it
echo "<div class='phoneno'>tel</div>";
then add following code to Quick CSS in Enfold theme options under Styling tab
.phoneno { float: right; font-size: 20px; margin-top: -25px; }
Cheers!
YigitHey convitando!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .avia-post-nav { background: #333; opacity: 0.7; } #top .title_container .container { padding: 5px 0; min-height: 46px; } .content { padding-top: 25px; }
Cheers!
YigitNovember 13, 2013 at 1:57 pm in reply to: Gallery with 4 columns of thumbnails flush together. #187736Hey JaredBurnett!
You can add Gallery element under Media elements in Avia Layout Builder and add following code to Quick CSS in Enfold theme options under Styling tab to remove borders and padding
#top div .avia-gallery img { border-style: none; padding: 0px; }
And this css code to increase opacity and remove animation
.avia_transform .avia-gallery-thumb img { opacity: 1; } .avia_transform .avia-gallery-thumb img.avia_start_animation { -webkit-animation: none; -moz-animation: none; -o-animation: none; animation: none; }
Regards,
YigitHi!
Please remove the image element you have added and add following code to Quick CSS in enfold theme options under Styling tab instead
#after_layer_slider_1 { background: url(https://polyscale.m3ms.de/wp-content/uploads/2013/04/shadow4.png); background-repeat: no-repeat; top: -1px; }
Regards,
YigitNovember 13, 2013 at 1:19 pm in reply to: missing tabs "font" and "background" in styling section #187730Hi DaraEmerson!
Both Fonts and Background settings are under General tab http://i.imgur.com/eKSPSTZ.jpg
Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_menu ul:first-child > li > a:hover { background-color: green; color: white!important; }
Best regards,
YigitHi!
Can you post the link to your page where you have added shadow under LayerSlider?
Regards,
YigitNovember 12, 2013 at 11:50 pm in reply to: Followup question for #185474 – Stack items within a menu #187545Hi!
I am marking this thread as resolved as you talked your customer into using navigation at the bottom type of header. Feel free to start a new topic if you have any other questions or issues
Regards,
YigitHi!
Please try deactivating all active plugins and check if issue remains.
1) Can you post the link to your shop page?
2) I checked on Firefox but on my end there are only 2 visible on Firefox as well. That could be related with the issue you are getting on the top of header.Regards,
Yigit -
This reply was modified 11 years, 8 months ago by
-
AuthorPosts