Forum Replies Created
-
AuthorPosts
-
Hi,
Sorry that is not possible, you can’t switch between the two editors.
You can see the shortcode of the builder for each page by Enabling Avia Layout Builder DebuggerBest regards,
MikeHi,
I see your post formats are “link”, so if you add a link at the top of your page in the default editor like this:<a href="https://wordpress.org/plugins/page-links-to/">Lorem ipsum</a>
the post title and Featured Image will link to that url.
Or you could try this plugin which offers more options: Page Links ToBest regards,
MikeHey vividus7,
If you are able to adjust the return url, or form action url, for your form you could add the id #ajaxresponse_1 to the end of the url.
If this is not an option, you could try using jquery to set the focus:<script type="text/javascript"> $(document).ready(function(){ setTimeout("try{document.getElementById( 'ajaxresponse_1' ).focus();}catch(error){}",100); }); </script>
Here is another possible solution: Scroll to top after Ajax content load
Best regards,
MikeHi,
You could try making a iframe popup.
First create a new page that will be your popup either with a blank template or hide the Header, Footer & Title Bar:
You could use the advanced layout builder, or as I did, paste the html code from your example popup in a code block element.
Then add the css in the General Styling > Quick CSS field that will create your blue header with the image, this is what I used:.lightbox-leaders .top { color: #fff; background-color: #00aeef; } .lightbox-leaders .top:after { position: absolute; top: 0; right: 152px; height: 100%; width: 304px; background: url(https://boldearth.com/wp-content/themes/boldearth/images/lightbox-top-2x.png) no-repeat 50% 0; background-size: auto 9%; content: ""; }
Then create your link like this:
http://127.0.0.1/popup/?iframe=true
in this case, my popup page is http://127.0.0.1/popup/
and I created a button on my layerslider, but you could link images or text.
Give it a try, hope this helps.
*Please note that if your logged in as admin, you will see the admin bar in the popup, but your visitors won’t see this.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#top.page-id-2783 #main .avia-builder-el-3 .avia-builder-el-4 { border-right: 5px solid #000 !important; }
Or you can go to your grid row and edit the one on the left, making the right padding 5px with the color black.
Then make sure the grid row on the right has all padding 0px
Best regards,
MikeHey AliAbabwa,
Thank you for the video, so the first button is about 5px small on the left and right in mobile? Please include the url to the page in question so we can take a closer look.Best regards,
MikeHi,
Has this been resolved? I see you have pagination enabled at the bottom of your first blog page. please see screenshot in Private Content areaBest regards,
MikeHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
MikeHi,
Sorry for the late reply, the Support Forums are closed during the Christmas and New Years holidays. The forum will open again 1/2/2018. When viewing the forum there should be a large message with a blue background at the top of the page.
Yet we are trying to do some catch up today.If I understand correctly, you would like to switch themes but use the AVIA builder code in the new theme? The AVIA builder code will only work in Enfold, so do you mean switch to a new install of Enfold, or a completely different theme?
When using the AVIA builder on a Post with some content from the default editor, the AVIA builder rules over the default editor, as there is not a way to use the two together. This is by design because of the incompatibility.Best regards,
MikeHey redeggmarketing,
I didn’t find the ‘Accept.js’ box in woocommerce to check to see the error, please explain how to enable.Best regards,
MikeHi,
I have taken a look at your css and find that it is invalid, for example,#content #aircraft-name tr td a.clickme{ background:#777777; ... }
is trying to make the background of a link with the class “clickme” #777777
yet the link is empty, and the text is outside of it in the “td”
please see screenshot in Private Content area.
I was not able to go though all of the css to find all the errors. Please check.
Also, I see you have added the table code to a text block, try using a code block instead.Best regards,
MikeHi,
I added this code in the General Styling > Quick CSS field:#header.all_colors.header-scrolled #mega-menu-wrap-avia #mega-menu-avia {line-height: 40px!important; }
and now on scroll your menu moves up when your logo shrinks.
Please clear your browser cache and check.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#top .avia-data-table.avia_pricing_minimal th.avia-center-col {color: red !important;} #top .avia-data-table.avia_pricing_minimal tr.avia-heading-row:nth-child(1n+2)>th {background: yellow !important; text-align: right!important; }
please see screenshot in Private Content area
Best regards,
MikeDecember 31, 2017 at 5:40 pm in reply to: Transparent header + colored section makes content invisible #892388Hey Jannis,
Thank you for the example, and pointing this out. Can you copy the debug code, Enable Avia Layout Builder Debug of the page and save it to a text file on Dropbox or Google Drive and post the link, so I can test this on a clean install?Best regards,
MikeHi,
Here is an example for some transition code
You can get some ideas at Animate.css and CSS Transitions
But these are not exactly plug-and-play, and may require some additional coding.Best regards,
MikeHey Tonci,
Sorry for the confusion, ThemeForest.net is the exclusive retailer of our themes and for some reason our page was not updated to reflect the correct prices. For this we are sorry.
I also see our most popular and advanced theme Enfold is actually less on ThemeForest.net than we have posted, have you had an opportunity to view the Enfold Demo?Best regards,
MikeHi,
We should be able to adjust it withbackground-size: contain
but I see you are using the parallax effect which is offsetting it, is this what you wanted or are you willing to not use the parallax effect?
Best regards,
MikeDecember 30, 2017 at 9:16 pm in reply to: The woocommerce related product images in the theme are too big. #892381Hi,
Try this code in the General Styling > Quick CSS field:#top .related.products .thumbnail_container img { width: 50%!important; margin: auto !important; }
Please clear any cache plugin and your browser cache.
Best regards,
MikeDecember 30, 2017 at 9:11 pm in reply to: The Editor – Plugin Additions – Product List image is too small. #892375Hey HeeHA,
Try this code in the General Styling > Quick CSS field:.av-catalogue-column .av-catalogue-list .av-catalogue-image { border-radius: 0px !important; width: 200px!important; }
Best regards,
MikeHi,
Please try:iframe, object, embed {width: 100% !important; max-width: 100%!important; }
Please clear any cache plugin and your browser cache.
Best regards,
MikeDecember 30, 2017 at 8:52 pm in reply to: Vdo background problem ( According to reply #892303) #892372Hey Siriya,
Video doesn’t play automatically on mobile devices, this is a limitation for most mobile devices. Try using a fallback image for mobile devices. A workaround some are using is to create a layerslider with a background video that will only show on mobile, and hide your current element on mobile. But this also may not work on all devices.Best regards,
MikeHey Michael Michel,
The reason you can not post is because the Support Forums are closed during the Christmas and New Years holidays. The forum will open again 1/2/2018.
When viewing the forum there should be a large message with a blue background at the top of the page.
I tried to take a look at your site but the url was not valid.Best regards,
MikeHey Bonadea,
Yes Enfold it compatible up to WordPress v4.9.1 and wooommerce which will help you create a online shop.
When you install WordPress it should ask you if you want automatic updates, if you didn’t see this option please see: Configuring Automatic Background Updates
There are many plugins that offer a archiving system, here are a few.Best regards,
MikeHey Gary Talcott,
Here is the Enfold Online Documentation
If you can login to the Enfold Support, but find that you can not post, it is likely because the Support Forums are closed during the Christmas and New Years holidays. The forum will open again 1/2/2018.
When viewing the forum there should be a large message with a blue background at the top of the page.Best regards,
MikeHey Daniel,
Sorry, I don’t see an easier way to create a similar effect using Enfold elements. I would suggest hiring a freelancer on Upwork.com to create these 800 portfolio entries for you. I’ve have good experiences doing this by first creating a screencast to show them the project, and creating a author role for them to limit their access to your site.Best regards,
MikeDecember 30, 2017 at 2:31 pm in reply to: Function to add custom icons adjacent to each burger menu nav item? #892347Hi,
Unfortunately, it would require quite some time and customization 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,
MikeHey DROR,
Sorry I’m not able to see your page, as I get a 404 error. Please check your url.Best regards,
MikeHey Uwe Jakoby,
Entschuldigung, Enfold ist nur über Envato verfügbar, das auch die Updates verwaltet. Envato ist der Marktplatz Nummer eins und sicher und einfach zu bedienen. Hoffe das beantwortet deine Frage.Best regards,
MikeHey aa3333,
Sorry I don’t understand your question, all I see is: LTK121450173971708XBest regards,
MikeDecember 30, 2017 at 2:12 pm in reply to: "Couldn't Add the Font Because The Server Didn't Respond" Error #892343 -
AuthorPosts