Forum Replies Created
-
AuthorPosts
-
Hi,
You can add following code to custom.css file or into Quick CSS section in Enfold theme options page under Styling to make large button even larger
.avia-button.avia-size-large { padding: 30px 80px; }
You can increase the value to make button larger
Regards,
Yigit
Hi,
We do not know what changes you have done on your page but you should keep z-index for #main way less than 998px
Regards,
Yigit
Hi Rohan,
Glad you figured it out. Let us know if you have other questions or issues
Regards,
Yigit
September 6, 2013 at 12:19 pm in reply to: Problems with the responsively on the iPhone / iPad #139817Hi Christian,
You can send us screenshots using http://imgur.com/ also it will be better if you can give us the link to your website
Regards,
Yigit
Hi,
WordPress automatically adds <p> tag to content when you are in visual tab. You can add paragraphs as shown below
or you can switch to tex tab and add html
Regards,
Yigit
Hi,
For me with this code everything looks fine and menu does not move to left when i scroll down. So please try adding this code and let me know if it does not work for you.
div.main_menu { right: 25%; top: 47%; padding-top: 10px; }
div#ticker.liveTicker { padding-top: 11px }
Regards,
Yigit
Hi,
To hide sale icon please add following code to custom.css file or to Quick CSS in Enfold theme options page under Styling
#top .main_color .onsale { display:none; }
Regards,
Yigit
Hi Rohan,
It is located in WordPress theme directory so you should go to Enfold folder and you will find Config-templatebuilder folder there.
Regards,
Yigit
Hi Doremus,
In WordPress theme directory please go to Enfold > Js and open avia.js file and find following code in line 87
switchWidth = 767;
and change it to
switchWidth = 915;
You can adjust the value by changing ‘915’.
P.S.: Your website looks very nice. Definitely deserves to be showcased in this topic https://kriesi.at/support/topic/enfold-showcase
Regards,
Yigit
Labdien!
It seems like image links are broken. Please try deleting them from Layer Slider and upload them again it should work.
Regards,
Yigit
Hi Fabiana,
You can turn off the pagination on your portfolio page as shown below
Regards,
Yigit
Hi Michael,
You should click “Edit page” on that particular page, then click on “Fullscreen Slider” in Advanced Layout Editor, click on 2nd slide then you should choose “Attach a button and apply link to button” in “Where do you want to apply the link?” section
Regards,
Yigit
Hi trap,
Please add this code to Quick CSS to center the logo
strong.logo { left: 45.9%; }
I do not think that it would be possible to make logo get smaller from center as origin is the top left corner. I see that you undid all the changes with logo and menu. If you still want to center the logo and menu, going with non-fixed header would be a better option.
P.S.: I’m closing other topic as subjects are the same, if you have more questions, please ask them here.
Regards,
Yigit
Hi Johan,
Firstly can you update Enfold to version 2.0.1 and WordPress to 3.6? You are now using version 1.3.1. There have been some bug fixes and improvements in the theme since version 1.3.1.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP:
Regards,
Yigit
Hi Btina,
Would you like the page to slide to contact form when you click on Kontakt menu item? If so;
1) Edit your page and click on “Edit selection” where your contact form is
2) write “kontakt” in “For developers: Selection ID” section
3) Add new menu item Appearance > Menus under Link with url #kontakt and Link Text Kontakt
And finally add this menu item to your menu
Regards,
Yigit
Hi Arne,
Please try adding following code to custom.css file or to Quick CSS in Enfold theme options page under Styling
#header .avia-button-wrap.avia-button-right { left: -11.8%; }
Regards,
Yigit
Hi,
Glad that you figured it out. Let us know if anything else comes up
Regards,
Yigit
Hi,
Please add following code to custom.css file or to Quick CSS section in Enfold theme options page under Styling to display right border.
div#text-4.widget.clearfix.widget_text { left: -1%; }
In your WordPress theme directory please go to Enfold > Includes and open Loop-search.php file and find following code in line 119
<h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>
and delete it. It will delete “Wollen Sie sich lieber andere Artikel oder Seiten ansehen?”
Then find following code in line 123
'before_widget' => '<div class="widget avia_combo_widget">',
and change it to
'before_widget' => '<div class="widget avia_combo_widget" style="display:none;">',
Regards,
Yigit
September 5, 2013 at 6:58 pm in reply to: Footer menu in socket not showing in responsive view (smartphone) #139614Hi Patrick,
I believe it was intended not to display on mobile for a better user experience as there is already a responsive menu. But if you would like to display it, please add following code to custom.css file or to Quick CSS section in Enfold theme options page under Styling
div.sub_menu_socket { display: block!important; }
#socket .sub_menu_socket li { padding-bottom: 5px!important; }
Regards,
Yigit
Hi Michael,
Yes Enfold is child theme compatible and you can watch this video that Devin prepated showing how to create a child theme http://vimeo.com/67221517
Regards,
Yigit
Hi Daniele,
Please add following code to custom.css file or in Quick CSS section in Enfold theme options page under Styling
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { cursor: default!important; }
You can add menu item as shown with # to make it not to link to any specific page
Regards,
Yigit
Hi,
Now that you moved the contact form to second column, id has change. Please try
p#element_avia_name_2, p#element_avia_e-mail_2, p#element_avia_titel_2, p#element_avia_nachricht_2 { margin: 0; }
input#avia_name_2, input#avia_e-mail_2, input#avia_titel_2 { padding: 10px; }
Regards,
Yigit
Labdien!
If you are using Poedit can you go to Catalog > Update from sources and see if new strings will be added?
Regards,
Yigit
Hi Rob,
Please add following code custom.css file or to Quick CSS in Enfold theme options page under Styling
@media screen and (max-width: 767px) {
#top .social_bookmarks { display: none; }
.header_color .container_wrap_meta { padding-top: 10px; }
}
Regards,
Yigit
Hi,
You should make sure that you are on Text tab when adding code
You can change button and button text color if you choose “Custom color” in Button Color section.
Regards,
Yigit
Hi,
I’m only able to compare with my iPhone 4 and i can say output is reliable for that device
Regards,
Yigit
-
AuthorPosts