Forum Replies Created
-
AuthorPosts
-
Hi,
You are welcome Charlotte! Merry Christmas and happy new year to you too! :)
Best regards,
YigitHi,
Unfortunately, currently no. Please feel free to request – or vote if already requested – such feature on Enfold feature request form. :)
Best regards,
YigitDecember 22, 2016 at 3:24 pm in reply to: How can i make enfold affiliate my domain and my license? #727542Merhabalar,
Cok sevindim!
Baska her hangi bir soru veya sorununuz olursa tekrardan iletisime gecmekten lutfen cekinmeyin.
Simdiden mutlu yillar :)Best regards,
YigitHey!
You are welcome! Let us know if you have any other questions or issue and enjoy your holidays!
Regards,
YigitHi torinows!
I am getting “Erro 403. Acesso negado” error when i try to load your login screen. Can you please disable IP restrictions temporarily? :)
Cheers!
YigitHey!
Sorry for the late reply!
Since WordPress and Enfold updates, we are pretty busy but we are working on it :)Can you please go to LayerSlider WP and edit your slider and in Slider Settings > Layout adjust the options under “Full-width slider settings” and check if that helps ?
Regards,
YigitDecember 22, 2016 at 3:02 pm in reply to: Previous/Next Post/Portfolio Button on Mobile View #727531Hi Corina!
Yes we have, to save space on smaller screens. You can add following code to Quick CSS in Enfold theme options under General Styling tab to display them on mobile
@media only screen and (max-width: 767px) { .responsive #top .avia-post-nav { display: block !important; }}Best regards,
YigitHi!
It seems like you have figured it out already? Colors are the same on both languages on my end at the moment.
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
If that does not help, please post a screenshot and show the issue. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.Best regards,
YigitHi Richard!
Thank you for contacting us!
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
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum :)
Cheers!
YigitHi!
Demos are included in the theme. After installing and activating Enfold, you can simply go to Enfold theme options > Demo Import and import the demo you like with a single click within few minutes :)
Regards,
YigitHi Ann!
Thank you for contacting us!
We have informed Kriesi about your proposal. If interested, he will contact you. Please note that he is currently very busy working on theme updates.
Also, some examples of your posts would help :)Regards,
YigitHi!
Thank you for contacting us!
If you are going to be developing your site on subdomain first before moving it to your main domain, please install WordPress on your subdomain and then install Enfold just like any other theme. You can also refer to this post – http://kriesi.at/documentation/enfold/portfolio-item/install-enfold-theme-with-ftp/ and install the theme via FTP
Let us know if you have any other questions :)
Regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header .widget { font-size: 20px; color: orange; }Best regards,
YigitHi,
Please refer to this post – https://kriesi.at/support/topic/animation-triggers-late/#post-659855
Best regards,
YigitHola!
Si! There are many Enfold users using Polylang plugin :)
Let us know if you have any other questions or issues!Saludos,
YigitDecember 21, 2016 at 7:34 pm in reply to: Different Logo when changing languange via Polylang #727251Hi!
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 :)Happy holidays!
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 :)Happy holidays!
Regards,
YigitDecember 21, 2016 at 7:12 pm in reply to: Different Logo when changing languange via Polylang #727237Hi!
All these pages are using transparent header. Can you please go to Enfold theme options > Header > Transparency Options and remove transparent logo? It should help :)
Cheers!
YigitDecember 21, 2016 at 7:11 pm in reply to: How to Make "aviva-magazine thumbnail & title open in tab" #727234Hi,
Please change your code to following one
function add_custom_tooltip(){ ?> <script> jQuery(window).load(function(){ jQuery('.av-magazine a ').attr('target','_blank'); }); </script> <?php } add_action('wp_footer', 'add_custom_tooltip');Best regards,
YigitHi,
It does load fine on my end. I attached a screenshot in private content field. Which browser and OS are you using?
Also, i noticed that you are currently using an older version of the theme. Can you please firstly update Enfold to the latest version 3.8.4 – kriesi.at/documentation/enfold/updating-your-theme-files/ so we can make sure that we are not working on an issue which was already fixed :)Best regards,
YigitDecember 21, 2016 at 7:02 pm in reply to: Different Logo when changing languange via Polylang #727229Hi!
Can you please post a link to an example page where it is not working?
Best regards,
YigitHey!
Yes, mobile browser in particular. You can edit the code i posted above and increase “480px” to “990px”(or 1024px) if you would like to apply it on tablets as well :)
Regards,
YigitHey!
Oh sorry. Please change the code to following one
beforeShowDay: function(date) { var day = date.getDay(); function IsChristmas(date) { var day = date.getDate(); var month = date.getMonth() + 1; return (day === 26 && month === 12); } return [(day != 2 && !IsChristmas(date))]; },Cheers!
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 :)Happy holidays!
Regards,
YigitHey Charlotte! :)
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia_textblock p:first-child { margin-top: 0; }Best regards,
YigitHi,
Sorry for the late reply!
I have edited your widget area and added your Facebook link as well. Please review your website nowBest regards,
YigitDecember 21, 2016 at 5:46 pm in reply to: Different Logo when changing languange via Polylang #727194Hi!
I added the to the bottom of functions.php file of your child theme in Appearance > Editor. Please review your website now
Best regards,
YigitHey mcraig77,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_top.html_logo_center .logo img { margin: auto; } .html_header_top.html_logo_center .logo { left: 0; -webkit-transform: none; -ms-transform: translate(-50%, 0); transform: none; width: 100%; }Best regards,
Yigit -
AuthorPosts
