Forum Replies Created
-
AuthorPosts
-
Hi housedada!
Can you elaborate please? A screenshot showing changes you would like to make would help
Regards,
YigitHi BW-Topas!
Please try adding following code to Functions.php file in Appearance > Editor
add_action('wp_enqueue_scripts', 'custom_rtl_include'); function custom_rtl_include() { $template_url = get_template_directory_uri(); if(ICL_LANGUAGE_CODE == "ar"){ wp_enqueue_style( 'avia-rtl', $template_url."/css/rtl.css", array(), '1', 'screen' ); } }Regards,
YigitJuly 8, 2014 at 2:41 pm in reply to: Image links side-by-side are moving when in hover state #288531Hi onegirlrtw!
There are bunch of errors in console and i cannot see images on your page content
Best regards,
YigitJuly 8, 2014 at 2:39 pm in reply to: How to increase font size and change font style of the header drop down menu? #288530Hey onegirlrtw!
Please go to Enfold theme options > Advanced Styling and edit “Main Menu sublevel Links ”
Cheers!
YigitHey mario72!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#advanced_menu_toggle, #advanced_menu_hide { background-color: #ffffff; color: #2997ab; border-color: #2997ab; }Regards,
YigitJuly 8, 2014 at 2:35 pm in reply to: How to change text size & color and remove hover in Recent Posts widget footer #288525Hey!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('a.news-link').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Cheers!
YigitHey!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
YigitHi!
Please check the YouTube link you have inserted in Color Section and change HTTPS to HTTP
Cheers!
YigitJuly 8, 2014 at 1:21 pm in reply to: Fullscreen slider and anchor #next-section with header transparent or not #288486Hi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) { .responsive #top #header { position: absolute; }}then please flush browser cache on your mobile device and refresh your page a few times
Cheers!
YigitHey!
Which OS and browser are you using?
It loads on my end as well – http://i.imgur.com/LRrC8JB.jpgBest regards,
YigitJuly 8, 2014 at 1:13 pm in reply to: When i try editing a slide into LayerSlider, i get a blank page #288484Hi!
You should disable bundled version of LayerSlider if you would like to use it as a standalone plugin. As Ismael mentioned, you can install LayerSlider in Plugins > Add New section
Regards,
YigitHey Rick!
I just checked your website on my iPhone 4 and it does look fine on my end – http://i.imgur.com/lTR6yuc.png?1
I unfortunately do not have a chance to check your website on an Android device using Firefox. I will ask @josue to check it. Let us wait to hear from himCheers!
YigitHi!
It does seem to work fine now. Please check custom CSS code i added to the bottom of Quick CSS field. You can add your contact number in Enfold theme options > Header Layout > Extra Elements > Phone Number or small info text
Regards,
YigitHi!
I have moved the code from bottom of the file to a bit higher. Please edit one of your pages now
Cheers!
YigitShalom Elad!
Please make sure that wp-content/uploads folder has correct permissions ( 755 ). I remember you had issues applying custom CSS code before. You can try contacting your service provider and they can set correct permissions on files as well
Cheers!
YigitJuly 8, 2014 at 12:48 pm in reply to: Installed default database and it look NOT like the demo theme #288466Hey odmv91!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
strong.avia-testimonial-name { color: red!important; } span.avia-testimonial-subtitle { color: orange!important; }Regards,
YigitHey!
Please try following code
.logo img { filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); } .logo img:hover { filter: grayscale(0%); -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); }Cheers!
YigitHey!
Please try using Code Block element under Content Elements in Advanced Layout Builder
Cheers!
YigitHey Amir!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
h3.avia-form-success { color: red; }Cheers!
YigitHi!
Glad Josue could help! :) Let us know if you have any other questions or issues
Cheers!
YigitHi Ingo!
Can you post the link to your website?
Please make sure that you have Flash installed and enabledCheers!
YigitHi!
You can add following code to Quick CSS as well
.page-id-11 .column-top-margin { margin-top: 10px; }Top News on the left is higher then combo widget, that is why there is big whitespace under combo widget
Best regards,
Yigit -
AuthorPosts
