Forum Replies Created
-
AuthorPosts
-
Hi Softwaredanmark!
1) Can you please make sure once again that you are using the latest version of WooCommerce?
2) You can use other translation plugins such as http://wordpress.org/plugins/qtranslate/ but frankly, i am not sure if they would be compatible with EnfoldCheers!
YigitHey!
Please try flushing browser cache and settings of cache plugin if you are using any after applying any custom CSS code. However it seems like code is not being applied. Can you try adding the same code to Custom.css file inside Enfold/Css folder?
Best regards,
YigitHi Shorty05!
You can copy Page.php file inside Enfold folder and customize it to meet your needs
Regards,
YigitHi!
Please try to increase the allocated memory to 128M by editing wp-config.php: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Also, please try updating theme to the latest version 2.4.2 via FTP and update WordPress as well.
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/67209750Cheers!
YigitHey Ben!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
#header_meta { top: -40px; } #header_main { margin-top: -40px; border-top: solid black 40px; } #header_main .social_bookmarks { top: -20px; right: 46% } .header_color .social_bookmarks a { color: white; }
This will move header meta out of the screen and add the same looking border to header and center icons right above logo so there will not be z-index issue
Best regards,
YigitNovember 28, 2013 at 2:58 pm in reply to: Content Slider Auto-rotation option causing black borders to show on iPhone/iPad #194336Hi!
I wanted to check your website on my iphone it redirects to perenso[dot]com so i was not able to check your website using Enfold
Regards,
YigitHey netztaucher!
You should go to portfolio item that you would like to display accordion and set up your portfolio page like this http://i.imgur.com/L9Vi60e.jpg
Regards,
YigitHey Jack!
In WordPress dashboard, please go to Appearance > Editor and open Header.php file and find
do_action('avia_meta_header'); echo '</nav>'; ?> </div>
and add your code right under it. It would be better if you add it into a div tag with a custom class, so you can style it afterwards
Cheers!
YigitHi amp3rsand!
They are part of the theme. You just need to add these particular elements to your page( such as icon list element ). For more information, please watch this video http://vimeo.com/channels/aviathemes/64927359 and you can find other videos on http://vimeo.com/channels/aviathemes/videos
Regards,
YigitHi riatech!
You can add following code to Quick CSS in Enfold theme options under Styling tab, if you would like to display only homepage on mobile. This code will remove mobile menu when displayed on screens smaller than 767px
@media only screen and (max-width: 767px) { .mobile_active #advanced_menu_toggle, .responsive .main_menu { display: none; }}
Cheers!
YigitHi!
I guess you have fixed the issue already? This is how i see your thumbnails http://i.imgur.com/5DVhH0Z.jpg
And applied code is following one#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 19% !important; }
Cheers!
YigitNovember 27, 2013 at 11:51 pm in reply to: Drop down menu not working in IE 8 & 9 & issues with portfolio #194103Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
#wrap_all { overflow-y: hidden; }
Regards,
YigitHi!
Please try adding following code to Quick CSS as well
@media only screen and (max-width: 480px) { .avia-caption-content h1 { font-size: 25px; } .slideshow_align_caption { padding-right: 250px; } .avia-caption-content p { font-size: 16px; }}
After applying the code, please flush browser cache and refresh your page a few times
Regards,
YigitHey sitesme!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top div .avia-gallery img { width: auto; }
Best regards,
YigitNovember 27, 2013 at 10:53 pm in reply to: Header in different colors and portfolio image size #194091Hey!
Header
1) Can you post a screenshot and show how you would like logo to be? And currently, i see no seperator between logo and menu
2) Please add following code to Quick CSS to make active menu item orange.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: orange; }
3)
.current-menu-item>a>.avia-menu-fx { display: none; }
4) In WordPress dashboard, please go to Appearance > Editor and open Header.php file and find
do_action('ava_after_main_menu');
And add your image after closing div tag as shown here http://i.imgur.com/DNN2fgT.jpg
Font
1) Which font exactly do you mean? You can go to Enfold theme options > Styling and change the font if you would like.
2) You can use heading tags. Please see http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_headers
3) You can highlight texts as shown here http://i.imgur.com/csSI7L4.jpg
Links
1).image-overlay { display: none!important; }
Best regards,
YigitHey!
I have checked your website once again and i still can see cart icon properly. Please see screenshot here http://i.imgur.com/bKQ2Vi3.jpg
Josue and Devin also confirmed that they are seeing it fine on their end as well. I am tagging Ismael. Let us wait for him to check your website.Regards,
YigitNovember 27, 2013 at 9:50 pm in reply to: Submenus scrolling down instead of be displayed horizontally #194083Hi elcetera!
You are choosing to display menu as mega menu. You can apply such structure to your menu items to display all as regular sub menu items http://i.imgur.com/bPEan5Z.jpg
or you can add following code to Quick CSS in Enfold theme options under Styling tab#top #header .avia_mega_div > .sub-menu { padding: 5px 15px 15px; }
These are default values, you can adjust it to decrease the width of mega menu sub menu items
Best regards,
YigitHey!
Changes are done. Please review your website. You can find custom CSS code i added in Quick CSS section in Enfold theme options. If you would like to change the size of the button on your first slide, please add following code to Quick CSS as well and adjust it
.avia-button.avia-size-large { padding: 15px 100px; }
These are default values
Cheers!
YigitHi!
Please adjust following code to your image and add it to quick CSS in Enfold theme options
.page-id-2666 img.avia-builder-el-1:hover { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform:: rotate(360deg); }
To find element ID, please right click on that particular image and “inspect elements” on Chrome or in Firefox. In my case, it is .avia-builder-el-1 http://i.imgur.com/IOHNE6Y.jpg
To find page ID, you can right click on Chrome and on Firefox and click Inspect Elements to find out page ID’s http://i.imgur.com/TrDQ84Y.jpg
Regards,
YigitNovember 27, 2013 at 7:24 pm in reply to: Pictures Not Displaying When Uploaded to Media Gallery #194016Hey bondrako!
Please try to increase the allocated memory in the wp-config.php and set it to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-content-slider .slide-image { width: 150px; height: 150px; }
Cheers!
YigitNovember 27, 2013 at 7:19 pm in reply to: Putting Tagline Under Logo in Fixed header section Mobile Site #194014Hi Andree!
It does look fine on my end. Can you post a screenshot and show it?
Best regards,
YigitNovember 27, 2013 at 7:14 pm in reply to: missing tabs "font" and "background" in styling section #194009Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
#top .main_menu .menu li ul a { font-size: 16px; }
Cheers!
YigitHi eric_peeters!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.sidebar_left .inner_sidebar { text-align: left; }
Cheers!
YigitHi rednovaMeUp!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.hidden { visibility: hidden!important; }
Something may have gone wrong during the install. It should not display out of the box but that CSS code should fix it
Best regards,
YigitHey MarieAn!
You can simply add following code to Quick CSS in Enfold theme options under Styling tab if you would like to remove Logo
.logo { display: none; }
Regards,
YigitHey lafours!
Please post the link to your website here. You can post it privately by checking “Set as private reply (Only you and moderators will see the content of this post)” above Submit button. We may need a temporary admin login as well
Regards,
YigitNovember 27, 2013 at 6:52 pm in reply to: Text box element centered when in responsive tablet view? #193989Hey!
Please refer to this post https://kriesi.at/support/topic/footer-socket-question/#post-193649
And Kacie, i see that you are tagging me in your threads but topics that are tagged by users do not show up on our personal queue. It does only when moderators tagRegards,
Yigit -
AuthorPosts