Forum Replies Created
-
AuthorPosts
-
Hey sebastr021,
Yes, you understood it correctly. When you choose the “Use the advanced layout editor” option you get to add any element available to it, and of course the blog posts element. When I looked at the blog test page, I did not see anything on it. It is blank. Have you removed everything from it?
Best regards,
VictoriaHi moisturewordpress,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { .responsive #top #main { padding-top: 80px !important; } .responsive #top #wrap_all #header { position: fixed; } }If you need further assistance please let us know.
Best regards,
VictoriaHi dmwilson_pcc,
You need to go to the server via FTP and edit that file, remove the code, check the server log for error and get back to us.
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaHey ManuelPa,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaHi GWS,
You need to wait for another Enfold update to have the Layer Slider updated, or you could buy the license if you like.
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaNovember 22, 2017 at 9:28 pm in reply to: layerslider shortcode is not executed all the time #880444Hi efini,
On the PERSONAL TRAINER KARLSRUHE page the Layer Slider shortcode is not interpreted, it’s wrapped in a paragraph tag and has an irregular closing quote.
Which version of php are you running?
Best regards,
VictoriaHi MJ_Michaelsen,
That code is not a hack. What code are you adding? Can you check the server log for error, if the log was not cleared?
Best regards,
VictoriaNovember 22, 2017 at 3:47 pm in reply to: How to move social icons to the right in header area? #880335Hi Adrian_au,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.main_menu { width: 100%; } #top nav .social_bookmarks { float: right; left: auto; width: 10%; }If you need further assistance please let us know.
Best regards,
VictoriaNovember 22, 2017 at 3:39 pm in reply to: When posting to Facebook, Avia code shows up under website title #880333Hey James,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHi xtacx,
Can you show us what you’ve got so far? Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHi yantsa,
Have you tried the code from here?
https://kriesi.at/support/topic/conflict-between-woocommerce-measurement-price-calculator-and-enfold/#post-664965Best regards,
VictoriaHi sjahan,
I would suggest a different slider for mobile, with optimized image and text rendered by html, not on the image.
Best regards,
VictoriaNovember 22, 2017 at 3:31 pm in reply to: Header Menu has 'dropped' into content directly after 4.2 upgrade #880326Hi studio3enfold,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.main_menu { top: 0; }If you need further assistance please let us know.
Best regards,
VictoriaHi sjahan,
I edited the css in the styles.css, the syntax checker was messing with it, it did not like the whitespace, was showing errors and so did not add the styles to the file.
Best regards,
VictoriaHi,
Is this what you mean? Can you post a few screenshots?
Best regards,
VictoriaHi mbelkin,
Ok, I see what you mean.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css@media only screen and (max-width: 767px) { #header { background: #fff; } }If you need further assistance please let us know.
Best regards,
Victoria-
This reply was modified 8 years, 4 months ago by
Victoria.
November 22, 2017 at 3:16 pm in reply to: Check Out Page Place Order Button disappears using Advanced Slider Media Element #880315Hi osnewbie,
Complex elements rendered in another page increase complexity of the page and make chances of conflicts higher. Terms and conditions page is not supposed to be a fancy page.
Glad we got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHey codecreative,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#text-7 p { font-size: 26px; } @media only screen and (min-width: 940px) { #header .widget { left: 60%; top: 12%; } .html_header_top.html_logo_center .logo { left: 35%; } } @media only screen and (min-width: 767px) and (max-width: 939px) { .html_header_top.html_logo_center .logo { left: 18%; } #header .widget { left: 60%; top: 12%; } } @media only screen and (min-width: 485px) and (max-width: 650px) { #header #text-7 .textwidget p { font-size: 18px; } #header .widget { left: 70%; top: 17%; } } @media only screen and (max-width: 479px) { #header #text-7 { display: none; } }If you need further assistance please let us know.
Best regards,
VictoriaHi Daghes,
The mega menu works fine on my iPhone. And it works fine on the desktop. Can you please write the steps to reproduce the issue you’re having?
Best regards,
VictoriaHi AliAbabwa,
I am seeing the category red. Did you get it working for you?
Best regards,
VictoriaHi Vertoochi,
Can you please point us to a specific page with a specific element with the issue?
Best regards,
VictoriaHi jwnaul,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 990px) { nav.main_menu, #menu-item-search { display: block !important; } .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }If you need further assistance please let us know.
Best regards,
VictoriaNovember 22, 2017 at 2:37 pm in reply to: How to align the buttons in the boxes on the first page? #880277Hi Daniel,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#av_section_1 .avia-button-center { position: absolute; bottom: 7%; left: 36%; min-width: 120px; } #top.page-id-1340 .no_margin.av_one_third { position: relative; } @media only screen and (max-width: 767px) { .responsive #top #wrap_all .flex_column { padding: 20px !important; } #av_section_1 .avia-button-center { left: 26%; bottom: 4%; min-width: 120px; } }If you need further assistance please let us know.
Best regards,
VictoriaNovember 22, 2017 at 2:25 pm in reply to: 3 BUGS in Enfold Default Install with Woocommerce 3.2.4 #880269Hey flatairbag,
One WooCommerce JavaScript file is missing and there is an error in another one. You might want to look into that first and write to WooCommerce support.
Best regards,
VictoriaHi marko7,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
VictoriaHey Mark,
It is not done like that, you need to redirect to a page with the form where a user can input the amount to donate, or a popup with the same functionality.
Here is an article for you
http://www.wpbeginner.com/beginners-guide/how-to-add-a-paypal-donate-button-in-wordpress/Best regards,
Victoria-
This reply was modified 8 years, 4 months ago by
Victoria.
Hi kelsangchodor,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaNovember 21, 2017 at 10:59 am in reply to: Check Out Page Place Order Button disappears using Advanced Slider Media Element #879640Hi,
The checkout at the bottom is set to display: none; and the button is in that div. You need to simplify the terms and conditions page.
.form-row.place-order .woocommerce-terms-and-conditions { display: block !important; } .form-row.place-order .woocommerce-terms-and-conditions #layer_slider_1 { display:none; }Best regards,
VictoriaHey antdesign01,
Could you please attach a mockup of what you’re trying to achieve? Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaNovember 21, 2017 at 10:52 am in reply to: Fullsecreen Slider: How to add space between Caption Text and CTA Button #879635Hi Risa,
You just need to remove some code.
Best regards,
Victoria -
This reply was modified 8 years, 4 months ago by
-
AuthorPosts
