Forum Replies Created
-
AuthorPosts
-
January 25, 2017 at 9:10 pm in reply to: How to add "OnClick" attribute to a phone call button? #738584January 25, 2017 at 9:02 pm in reply to: Remove black lightbox in iframe and make fullscreen size #738581
Hey!
Please refer to my post here – https://kriesi.at/support/topic/lightbox-for-mailchimp-form/#post-582439. I believe that will be a lot easier for you. You can simply set background to “transparent” in custom CSS code.
Regards,
YigitHi!
Please refer to this screenshot to find your purchase code – http://i.imgur.com/6slbTgF.jpg
You can register to our forum here – https://kriesi.at/support/register/We only sell our premium WordPress themes through Envato/ThemeForest. After logging in on ThemeForest, you can simply go to – https://themeforest.net/downloads to find your purchase code.
If someone else bought and installed the theme for you, please contact them and ask for your purchase code. Each theme comes with a purchase code.
Best regards,
YigitJanuary 25, 2017 at 8:53 pm in reply to: I'm frustrated because I do not see the video on the phones, Why it is not seen, Why, Why, Why??? #738573Hi Enrique!
I replied you here – https://kriesi.at/support/topic/i-can-not-log-in/#post-738571
Cheers!
YigitHey!
I added following code to bottom of Quick CSS field
.grid-content { text-align: center; border-top: 1px solid #e2e2e2 !important; } .grid-content .avia-arrow { display: none; } .grid-entry { padding-right: 10px; }and used Portfolio Grid element instead on this private test page. Please review the page
Best regards,
YigitHi,
You can wrap your codes into
<pre> <code> Your code here </code> </pre>Best regards,
Yigit-
This reply was modified 9 years, 2 months 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 #738458 -
This reply was modified 9 years, 2 months ago by
-
AuthorPosts
