Forum Replies Created
-
AuthorPosts
-
Hi yukanl!
I am not promising that it will work perfectly but you can try http://wordpress.org/plugins/wp-pro-quiz/ or you can search on CodeCanyon to find some premium plugins.
And please see recommended plugins list here https://kriesi.at/support/topic/recommended-plugins-last-update-04-09-2013/Best regards,
YigitHey!
@glyphism You can upload your screenshots on imgur.com or on Dropbox and post the links here
@antreasv Please add following code to Quick CSS in Enfold theme options under Styling tab.main_color { background-color: rgba(255, 250, 250, 0.5); } #main { background-color: transparent; }
Cheers!
YigitDecember 8, 2013 at 10:27 pm in reply to: Mobile Posts have large space between logo and page title #197792Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) { .logo, .logo a, .logo img { max-width: 140px!important; }}
This is how it should look http://i.imgur.com/AN0vAs6.jpg
Best regards,
Yigit-
This reply was modified 11 years, 8 months ago by
Yigit.
Hey!
In WordPress dashboard please go to Appearance > Editor and open Header.php file and find
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
and add this code right above it http://i.imgur.com/hRFdFwt.jpg ( sorry cant post the code here it switches to HTML. Change link to your image and add some class, in this case .bok
Then please add following code to Quick CSS in Enfold theme options under Styling tabimg .bok { float: right; }
That should do it
Cheers!
YigitHey!
Please make sure that you choose to display header on your pages in Header Settings under Layout section http://i.imgur.com/8M3nTom.jpg
Best regards,
YigitHi griffiba!
Please add following code to Quick CSS in Enfold theme options under Styling tab to change the color of pricing row in your table and increase the font size of content
.pricing-table li.avia-pricing-row small, .pricing-table li.avia-pricing-row .currency-symbol { opacity: 1; color: white; } .pricing-table>li { font-size: 16px; }
Regards,
YigitHi griffiba!
You can go to Appearance > Menus and add a new link to your landing page http://i.imgur.com/9I3QF9j.jpg and add it to your menu
Cheers!
YigitHey robert7878!
If you have removed it by custom CSS, please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container { display: block!important; }
Regards,
YigitHey robert7878!
You can switch to Default Editor and click on Magic Wand tosee full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
You can create any of them and copy/paste shortcode into a text widget in Appearance > Widgets and add it to any Widget Area that you would like to display Text boxBest regards,
YigitHi robert7878!
Can you post the link to your page where you have 1/3 columns? You cannot have vertical ruler but it might be possible to add side borders so they would look like a ruler
Cheers!
YigitDecember 8, 2013 at 8:35 am in reply to: Setting Prettyphoto lightbox width when using inline content #197658Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
div.pp_pic_holder { width: 300px!important; } .pp_content { width: 275px!important; } a.pp_close { right: 60%; } div.pp_pic_holder { left: 40%!important; }
It should look like this http://i.imgur.com/ksAn53N.jpg
Cheers!
YigitHi!
I have just checked your website on my iphone and your logo looks fine on my end and i do not think it needs to be resized. Please see screenshot here http://i.imgur.com/Y0rS1wJ.png
You can add following code to Quick CSS to move the logo more to the left on mobile view@media only screen and (max-width: 480px) { .responsive .mobile_slide_out .logo { margin-left: -15px; }}
Regards,
YigitDecember 8, 2013 at 8:12 am in reply to: Problems after updating "Enfold" Theme to Version 2.4.2 #197651Hi Christopher!
I choose your pages directly from pages as shown here http://i.imgur.com/8yfQ5TQ.jpg and both links work fine. As for second question, could you please remind me what exactly you would like to achieve with that shortcode? You may need to modify theme files directly if you really need it
Regards,
YigitHi mrlreynolds!
Firstly you should edit your logo. You can add following code to Quick CSS in Enfold theme options under Styling tab to achieve what you would like but logo image will be stretched
@media only screen and (min-width: 989px) { .logo, .logo a, .logo a img { width: 285px!important; height: 40px!important; }} @media only screen and (max-width: 480px) { .responsive .mobile_slide_out .logo { margin-bottom: 30px; } #advanced_menu_toggle { top: 75%; } }
Cheers!
YigitHi!
Can you post a screenshot and show where exactly you would like to add a background image? You can use Color Section element in Layout Elements in Avia Layout Builder or you can set a background image to content
Best regards,
YigitHi NaturaIntegrativeMedicine!
If you would like to remove all content from Footer section please add following code to Quick CSS in Enfold theme options under Styling tab
#footer .flex_column { display: none; }
If you would like to replace widgets in footer, you can go to Appearance > Widgets and add any widget to Footer widgets are from column 1 to column 4
Cheers!
YigitHi Robsticles1!
Please add following codes to Quick CSS in Enfold theme options under Styling tab
1)#top #menu-item-search.menu-item-search-dropdown>a { display: none; }
2)
.multi-big .post_author_timeline { display: none; }
3) Can you post the link to your website so we can inspect elements?
4) It would be possible but you are going to need to hire a freelance developer for that kind of a customizationCheers!
YigitHey!
It seems like some of the CSS codes are not being applied for your 3rd and 4th question. Please try adding it to custom.css file inside Enfold/css folder and if that still does not work, you can try adding !important to force it as following
#top .main_menu .menu>li:last-child>a { padding-right: 15px!important; } .header_color .main_menu ul:first-child > li > a { color: white!important; } .header_color .main_menu ul:first-child > li > a:hover { color: black!important; }
You should edit your logo image. It displays fullsize of your logo.
Do you mind creating a temporary admin login and post it here privately so i can do it for you?Best regards,
YigitBonjour!
1) In WordPress dashboard please go to Appearance > Widget and place any of the widgets you would like to display in any of Footer columns
2) Would you like to add images to widget areas in Footer? If so, you can add Text widget and add your image using HTML http://www.w3schools.com/tags/tag_img.aspBest regards,
YigitHi MaxMyBody1!
Can you post the link to your page where you cannot remove borders? And point them out
Best regards,
YigitHey!
Glad you figured out the issue! Let us know if you have any other issues or questions
Cheers!
YigitHey slingfly!
Have you created the same layout as it is in Enfold demo site http://kriesi.at/themes/enfold/#av_section_6 ? If you have, please post the link to your website so we can provide you custom CSS code.
Regards,
YigitHi!
Can you post a screenshot from your iPad? I do not have a chance to check your website on an actual iPad but i tested online and it looked fine. We can provide you necessary CSS code if you could post a screenshot
Cheers!
YigitDecember 7, 2013 at 5:32 pm in reply to: How do I edit main background image? (non-content area) #197318Hey!
Can you elaborate? If i understood you clearly, you are going to need to modify theme files to achieve that.
Cheers!
YigitHi!
Can you post the link to your website and a screenshot and show the issue?
Best regards,
YigitHey condonpb!
Please update Enfold to the latest version if you are not using version 2.4.2. Updated version of LayerSlider is included in that version. The link you have provided in your profile is broken, so i could not take a look.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750Regards,
YigitHi!
1&2) I guess you have figured out these ones? If not, please post a screenshot as well, i could not see an issue
3) The code i posted was for dropcap 1 and you were using dropcaps 2, so i customized it and added to Quick CSS in Enfold theme options and it is working fine. Please check it
4) Please flush browser cache and review your website. It does work fine on my end. If you do not mind me posting screenshots from your website, i canBest regards,
Yigit -
This reply was modified 11 years, 8 months ago by
-
AuthorPosts