Forum Replies Created
-
AuthorPosts
-
August 7, 2014 at 12:36 pm in reply to: Change the background colour of the area holding the title & breadcrumb? #301071
Hey!
Please add following code to Quick CSS as well and flush browser cache
#top .alternate_color.title_container .main-title a { color: black; }Cheers!
YigitHey Stigan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia_textblock p { font-size: 14px; }Regards,
YigitHi NOSPORTS!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.nextgen_pro_thumbnail_grid .image-wrapper { float: left; }Best regards,
YigitHey Martin!
Please go to Appearance > Editor and open Error404.php file and modify it manually.
Regards,
YigitHi!
You need to check the server configuration in that case. Enfold contact form uses the standard wp_mail function: http://codex.wordpress.org/Function_Reference/wp_mail to send emails.
Please contact your server administrator for more info.Regards,
YigitHey Rupert!
Please add following code to Quick CSS
.html_header_transparency #top .avia-builder-el-0 .container { padding-top: 0!important; } .header-scrolled .av-main-nav ul { top: 160%; } .header-scrolled .avia-menu-fx { bottom: -55px; }This will remove the white space and fix dropdown menus when scrolled down. Currently, unfortunately there is no easy way of moving menu items below and keep header shrinking.
Best regards,
YigitHey!
Please use following code instead
#footer span.amount { font-size: 14px; position: relative; top: -40px; }Regards,
YigitHey HIO2014!
Please make sure that you migrate wp-content/uploads folder as well
Regards,
YigitHi rpl_admin!
Can you please post the link to your website and a screenshot showing the changes you would like to make?
Best regards,
YigitHi Ben!
Please go to Appearance > Editor and open Functions.php file and find
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)and change it to
$avia_config['imgSize']['portfolio'] = array('width'=>210, 'height'=>210 ); // images for portfolio entries (2,3 column)then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
YigitHi Bruno!
Can you please post the link to your website? Where exactly is the image located in? Please try
echo avia_logo(get_stylesheet_directory_uri().'/img/my-image.png', $addition, 'strong', true);Regards,
YigitHey Chris!
Using default contact form it is not possible but you can use Contact Form 7 plugin – http://wordpress.org/plugins/contact-form-7/
After installing the plugin, please see – http://contactform7.com/file-uploading-and-attachment/Best regards,
YigitHi Welmoed!
Please go to Enfold theme options > Footer Layout and choose to display only “Socket”. You can also add following code to Enfold theme options > General Styling > Quick CSS field
#footer { display: none; }Best regards,
YigitHi!
Do you mind creating a temporary admin login and posting it here privately?
Cheers!
YigitAugust 7, 2014 at 11:44 am in reply to: Change the background colour of the area holding the title & breadcrumb? #301036Hi Alvin!
Sure, please add following code to Quick CSS as well
#top .title_container * { color: white; }Regards,
YigitHey same-d!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) { .logo img { opacity: 0; } .logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); }}Cheers!
YigitHey!
I have checked your page on Firefox 31 and it looks identical to Chrome on my end – http://i.imgur.com/G0HRz2P.jpg
Have you already figured it out?Regards,
YigitHi MeisDesign!
Please try deactivating all active plugins and check if that helps. Then you can activate them one by one to find the culprit
Best regards,
YigitHey!
Can you please try installing Contact Form 7 plugin and check if it works – http://wordpress.org/plugins/contact-form-7/
Best regards,
YigitAugust 7, 2014 at 11:07 am in reply to: how to add Search link from MLS IDX into enfold page? #301021Hey eyesforlies!
Seems like they have added social icons into socket menu in Appearance > Menus :)
Best regards,
YigitHey eyesforlies!
There are bunch of errors in the console – http://i.imgur.com/9p5eArs.png
Please contact your service provider regarding the issueBest regards,
YigitHi tvlleaders!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-59 .main_menu { display: none !important; }You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Cheers!
YigitHey!
Please try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Regards,
YigitHey!
Once again, i am very sorry for the trouble but it was not intended.
Please add following code to Functions.php filefunction add_custom_iconbox(){ ?> <script> jQuery(window).scroll(function() { var st=jQuery(window).scrollTop(); jQuery('#top .iconbox_top').animate({opacity: st/100},1); }); </script> <?php } add_action('wp_footer', 'add_custom_iconbox');and then add following code to Quick CSS
#top .iconbox_top { opacity: 0.1; }It will set the iconbox opacity to 0.1 and when scrolled down 100px, it will fade in
Best regards,
YigitHey!
I am truthfully sorry about that WJ. Please contact your service provider and recover the file from their backup.
Regards,
YigitHi ElementArt!
Duplicated topic – https://kriesi.at/support/topic/logo-location/
Best regards,
YigitHey!
No, i did not delete any code. Functions.php file of your child theme was empty and i have just added the code to turn on Custom CSS field. Maybe you are talking about the codes you have in Functions.php file of your parent theme, which i have not touched? If that is the case, you can edit parent theme files here – http://i.imgur.com/j7BxEmx.png
Regards,
Yigit -
AuthorPosts
