Forum Replies Created
-
AuthorPosts
-
Hi,
You can wrap your codes into
<pre> <code> Your code here </code> </pre>Best regards,
Yigit-
This reply was modified 9 years, 1 month ago by
Yigit.
Hey Bcunningham,
You can try using this plugin – https://wordpress.org/plugins/tinymce-advanced/
Best regards,
YigitHey Andrea,
Please add two different masonry elements to your page and choose to display 4 columns in the top one and 3 in the bottom one and then add following code to Quick CSS
#av-masonry-2 { max-width: 900px; margin: auto; }You would need to adjust the value and selector of your masonry element
Best regards,
YigitMerhabalar! :)
You are currently using an older version of the theme. Please update Enfold to the latest version 3.8.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Regards,
YigitHi,
Sorry for the late reply!
I was checking your site and homepage seems to load fine on the back end? Have you figured it out already?
If not, can you please load the latest working revision? That issue is also caused by wrongly opened/closed HTML tags. Please make sure that is not the caseBest regards,
YigitJanuary 25, 2017 at 7:52 pm in reply to: Issue with Enfold 3.8.4 and Awesome Weather widget? #738542Hey Antonio,
It does work fine on my end on all site. I am guessing you have figured it out already? :)
Best regards,
YigitHi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Cheers!
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
img.avia_image { border-radius: 0!important; }Best regards,
YigitJanuary 25, 2017 at 7:38 pm in reply to: Remove black lightbox in iframe and make fullscreen size #738535Hi,
Can you please post a link to your page and point out the lightbox?
It would depend on what you are dislaying in your lightbox. You need to set that elements background color to transparent.Best regards,
YigitHi!
I am redirected to following page in which, nothing shows up :)
Best regards,
YigitHi Demaup!
Please go to Enfold theme options > Shop Options and adjust your banner :)
Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top div div.product .woocommerce-tabs .panel { border: none; }Regards,
YigitJanuary 25, 2017 at 7:08 pm in reply to: Two 1/4 text columns next to each other inside of a 1/2 column #738526Hey!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.board-green p { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 40px; -moz-column-gap: 40px; column-gap: 40px; }Best regards,
YigitHey
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitHi!
Please try adding following code to Functions.php file in Apperance > Editor
function av_woocommerce_code(){ if(is_woocommerce()){ ?> // Your code goes here woocommerce_code');Code will be added to footer of your WooCommerce pages. I am not sure if i understood the second part of your question. However, as Basilis mentioned, it would be the best if you considered to hire a freelance developer :)
Cheers!
YigitJanuary 25, 2017 at 5:54 pm in reply to: both vertical menu and horizontal banner – is it possible? #738498Hey!
Please refer to this post – http://kriesi.at/documentation/enfold/using-a-child-theme/ and use a child theme and then copy header.php file from Enfold parent theme to your child theme and find
<div id='main' class='all_colors' data-scroll-offset='<?php echo avia_header_setting('header_scroll_offset'); ?>'>and add your banner right below it using HTML :)
Best regards,
YigitJanuary 25, 2017 at 5:44 pm in reply to: How to add "OnClick" attribute to a phone call button? #738496Hi,
1- Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your button and give it a custom CSS class and then add following code to Functions.php file in Appearance > Editor
function av_button_onclick(){ ?> <script> jQuery(window).load(function(){ jQuery('.your-custom-class a').attr('onclick','_gaq.push(['_trackPageview', '/VP/XXX/XXX']);'); }); </script> <?php } add_action('wp_footer', 'av_button_onclick');2- Please add following code to Functions.php file in Appearance > Editor
function av_custom_code(){ ?> // Your code goes here <?php } add_action('wp_footer', 'av_custom_code');Best regards,
YigitHey!
I was able to login to client area however i am not sure if it is possible to edit files there as i could not find. Can you please contact your hosting providers and ask for FTP logins?
Regards,
YigitHey!
We can re-update the theme for you and add the code to functions.php file. However, you might need to reconfigure your widget areas i am afraid.
Let us know if you would like us to update the theme for you.Cheers!
YigitHey!
FTP logins are not working for me. Can you please check them once again?
Best regards,
YigitJanuary 25, 2017 at 5:24 pm in reply to: Masonry portfolio lightbox on mobile: images disappear #738487Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Cheers!
YigitHi!
Glad it is working fine now! Must be some sort of caching issue :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Cheers!
YigitHi,
1- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.toggle_icon { display: none; }2- I am not sure if i understood the changes you would like to make clearly. Can you please start a new thread and elaborate and post logins to your site? If you post them here, they will be visible to creator of this thread as well
Best regards,
YigitHey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Cheers!
YigitJanuary 25, 2017 at 4:33 pm in reply to: Masonry portfolio lightbox on mobile: images disappear #738458Hey!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.mfp-img { -webkit-animation: none !important; animation: none !important; }Our devs will include the fix in upcoming Enfold update :)
Best regards,
YigitHey!
Can you please post FTP and WP logins here privately so we can look further into the issue?
Cheers!
YigitHey Kevin,
As far as i know, this one is resolved – https://kriesi.at/support/topic/marker-tooltip-close-current-open-tip-when-you-click-a-new-one/#post-738449? :)
Regards,
YigitJanuary 25, 2017 at 4:30 pm in reply to: Marker Tooltip – close current open tip when you click a new one #738451Hey!
Great! Glad you figured it out :)
Let us know if you have any other questions or issues!Cheers!
YigitHey!
Sorry for the late reply!
On your old site, please go to Settings > Reading and check “Discourage search engines from indexing this site”Best regards,
YigitHi!
Yes, please refer to this post – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and enable custom CSS field for ALB elements and then edit your text block elements where you would like to justify the text and give them a custom CSS class ( “justified-text” in example) and then add following code to Quick CSS
.justified-text p { text-align: justify!important; }Cheers!
Yigit -
This reply was modified 9 years, 1 month ago by
-
AuthorPosts
