Forum Replies Created
-
AuthorPosts
-
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) { .responsive .logo a, .responsive .logo img { max-width: 99%; height: auto !important; }}You may need to adjust 99% value
Cheers!
YigitApril 22, 2014 at 3:49 pm in reply to: Images not working/showing up in preview or on page (Enfold) #254412Hi!
It seems like only one image is broken on my end – http://i.imgur.com/IZzrhqz.png
Please try removing and re-uploading it in Media > LibraryRegards,
YigitHey fandragon!
Can you post the link to your website and point out the issue so we can take a look?
Cheers!
YigitHey!
Please try updating Enfold to the latest version 2.7 and check if issue remains – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitHi jordannick!
Please refer to Ismael’s post here – https://kriesi.at/support/topic/how-to-open-portfolio-custom-link-in-a-new-window/#post-232595
Cheers!
YigitApril 22, 2014 at 3:35 pm in reply to: Top navigation (Drop down) not clickable in mobile device #254397Hey E!
Great! Version 2.7 is now available on ThemeForest, it would be great if you update the theme once again and check if the issue you mention is still there. If it is, please report so we can look into it
Regards,
YigitHi!
Have you tried flushing browser cache after applying the code? Can you post the link to your website so we can take a look?
Cheers!
YigitHi park13!
Please flush cache few times and issue should be fixed. If not, let us know!
P.S.: Version 2.7 is now available on ThemeForest – kriesi.at/documentation/enfold/updating-your-theme-files/Cheers!
YigitHi!
It does work on my end. Please flush browser cache and refresh your page a few times. Also add following code to Quick CSS
@media only screen and (max-width: 480px) { .responsive .logo a, .responsive .logo img { max-width: 85%; height: auto !important; }}Regards,
YigitHey!
It looks like your website is currently down – http://www.downforeveryoneorjustme.com/http://hyrenhunk.sokonline.se/
Please try adding following code to Quick CSS in Enfold theme options under Styling tab.news-thumb { height: 130px; width: 130px; } .news-thumb img, .news-thumb img { width: 122px; height: 122px; }Then go to Appearance > Editor and open functions.php file and find
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar newsand change width and height to 122px and regenerate thumbnails using – http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
YigitHi bdm55!
Please add following code to Quick CSS in Enfolld theme options under Styling tab and adjust as needed
.page-id-1122 p { font-size: 18px!important; }and change the page ID’s to match your pages ID. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
YigitHey sberendss!
You are using Fixed layout. You can activate Responsive Layout in Enfold theme options. If you would like to use fixed layout and display the menu on smaller screens, please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) { .main_menu, #header_main_alternate { display: block; }}Cheers!
YigitHey!
I realized that i made a punctional mistake in the code i posted. I updated it, can you try it now?
Best regards,
YigitHi LordLiverpool!
Can you post the link to your website so we can take a look? Have you tried flushing browser cache on your mobile device?
Regards,
YigitHi!
If you are not using a child theme (http://kriesi.at/documentation/enfold/using-a-child-theme/) you will lose the changes you made on theme files. Version 2.7 is now available
Best regards,
YigitHey!
I just checked and it does work fine on my end. You can download pre-built child theme here – http://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
YigitHey simplyaha!
Please add following code to Quick CSS
@media only screen and (max-width: 767px) { .responsive #socket .sub_menu_socket { clear: left; }}Cheers!
YigitApril 22, 2014 at 2:41 pm in reply to: can't set page/ post format, category, tags, layout after wp 3.9 #254339Hey!
Version 2.7 was released. Can you now try it please? :) – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitHi!
Do you remove custom CSS code after trying? There may be a caching issue because i do not see that code is being applied.
Please add following code to Quick CSS as well@media only screen and (max-width: 768px) { .html_header_top.html_logo_center .logo { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }}Cheers!
YigitApril 22, 2014 at 2:34 pm in reply to: Breadcrumbs – remove You are here, change home to icon #254333Hey!
You can add following code to Quick CSS as well and adjust as needed
.title_container .breadcrumb:after { content: 'call us now!'; }Regards,
YigitApril 22, 2014 at 2:31 pm in reply to: My edit type in text box is showing up as invisible when i am adding text #254331Hi!
Enfold version 2.7 was released, please update it and let us know if issue remains – kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
YigitHi!
You can add the code right below following line in functions.php
avia_nav_menus(); //call the function immediatly to activate }make sure that there is no punctional mistake and it should be fine :) If you get an error once again, you can connect via FTP and undo the changes you make
Cheers!
YigitHi controlC!
If you would like to change it manually, you should go to these files – http://i.imgur.com/kEK3lHc.png
Or you can use this plugin – http://wordpress.org/plugins/codestyling-localization/Best regards,
YigitHi Zheq!
Please see – http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
Best regards,
YigitApril 22, 2014 at 12:37 pm in reply to: Advanced Layout builder loads forever after recent update #254284Hey p_niedrich!
Please try deactivating all active plugins and check if that helps
Regards,
YigitHey!
Can you post a screenshot of the blue text? I could not see blue text on any of your slidersCheers!
YigitApril 22, 2014 at 12:01 am in reply to: Advanced Layout Builder : Blocks desappear after saving #254059Hi desirelabs!
Please try to increase the allocated memory to 128M – http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Cheers!
Yigit -
AuthorPosts
