-
AuthorPosts
-
July 5, 2019 at 3:23 pm #1116053
Dear Team
I’m facing some trouble to download the page Consulting.
After downloading the xml. it looks completely different.
Need help for set-up page.Thanks!
July 6, 2019 at 9:32 am #1116213Hey 751187,
Do you mean that you can’t import the consulting demo? If so then please post admin login details in private so that we can have a closer look.
Best regards,
RikardJuly 12, 2019 at 3:16 am #1117905This reply has been marked as private.July 12, 2019 at 8:37 am #1117970Hi Shpend,
Thanks for the login details, I think you forgot to include the URL to your site though?
Best regards,
RikardJuly 12, 2019 at 12:25 pm #1118047This reply has been marked as private.July 12, 2019 at 8:23 pm #1118172Hi 751187,
Can you please share the login link to your WordPress dashboard?
Best regards,
VictoriaJuly 12, 2019 at 10:34 pm #1118223This reply has been marked as private.July 13, 2019 at 12:05 pm #1118280Hi Shpend,
Thank you, I am seeing the map on my end, what is the issue with it? Or did you get it working?
Best regards,
VictoriaJuly 14, 2019 at 12:44 pm #1118483This reply has been marked as private.July 14, 2019 at 8:34 pm #1118541Hi,
I made a template of your page and then created a new test page. I then replaced the full-width slider with the full-screen slider, and this seems to behave as you described.
Please see the link in the Private Content area.Best regards,
MikeJuly 14, 2019 at 9:42 pm #1118569This reply has been marked as private.July 15, 2019 at 5:27 am #1118673Hi,
Thanks for the update, you haven’t added an API key under Enfold->Google Services. That is likely why it’s not working. Please refer to this: http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key/
Best regards,
RikardJuly 20, 2019 at 12:11 pm #1120432This reply has been marked as private.July 20, 2019 at 5:07 pm #1120451Hi,
I assume that you mean that this is solved and we can close it, correct?Best regards,
MikeJuly 30, 2019 at 1:22 pm #1123136This reply has been marked as private.July 31, 2019 at 3:31 am #1123380Hi,
Thanks for the login, I added your social icons to your footer via a HTML widget by copying your header social icons. Please review the code in the widget.
To have the icons show correctly, I included this css in your Enfold Theme Options > General Styling > Quick CSS field:#custom_html-2 .social_bookmarks li { float: none !important; display: inline !important; }
To remove the transform scale from the image, I added this css your your Quick CSS.
#top.home .avia-image-container.av-hover-grow img:hover,#top.home .avia-image-container.av-hover-grow .avia-image-overlay-wrap:hover { -webkit-transform: scale(1) !important; transform: scale(1) !important; }
Please clear your browser cache and check.
Best regards,
MikeApril 11, 2020 at 11:36 pm #1203003This reply has been marked as private.April 12, 2020 at 4:28 am #1203029Hi,
That is accomplished with css, for the layout you described above you probably find that if the middle image and text were flipped the whole page would be fine. So if you add a custom ID to this section and use the following css the image and text should be flipped. If not, then please link to the section so we can modify.@media only screen and (max-width: 767px) { #custom-id .entry-content-wrapper { display: flex !important; flex-direction: column-reverse; } }
Best regards,
MikeApril 12, 2020 at 2:59 pm #1203093This reply has been marked as private.April 12, 2020 at 4:36 pm #1203109April 12, 2020 at 4:58 pm #1203111This reply has been marked as private.April 12, 2020 at 5:28 pm #1203116Hi,
Ok, Ordering Flex Items is what you are trying to do, there are a couple of different “flex” options depending on the elements and their order. This guide might help visualize how flex works. Here is a video called: Change the order of columns for mobile devices on WordPress with CSSBut if you include the URL to the page in question I can offer advice on getting this to work for you.
Best regards,
MikeApril 12, 2020 at 5:56 pm #1203121This reply has been marked as private.April 12, 2020 at 8:41 pm #1203152April 12, 2020 at 11:37 pm #1203175This reply has been marked as private.April 15, 2020 at 1:58 pm #1203981April 15, 2020 at 8:45 pm #1204154This reply has been marked as private.April 16, 2020 at 12:56 pm #1204405Hi,
Thank you for the feedback, I now see that the css is added via javascript, so this script should work.
Try adding this code to the end of your functions.php file in Appearance > Editor:function custom_cell_padding(){ ?> <script> (function($){ $(window).load(function(){ var width = $(window).width() if ((width <= 768)) { $( '#top.home .av-layout-grid-container' ).each(function() { $( this ).find( '.flex_cell.av_one_half' ).not('.av-zero-padding').css({ 'padding-top': '10px','padding-bottom': '10px'}); }); }; }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_cell_padding');
This will only work on your home page if you want it to work on every page, remove
#top.home
from the code.Best regards,
MikeAugust 12, 2020 at 12:56 am #1236785This reply has been marked as private.August 12, 2020 at 1:36 pm #1236967Hi,
1: for your footer you can try this css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#main > div.container_wrap { min-height: 80vh !important; }
otherwise please link to an example page for us to examine.
2: Please see this thread the second answer says try this:href="skype:live:emailnamewithoutdomain?call">
Best regards,
Mike -
AuthorPosts
- The topic ‘Downloading page Consulting’ is closed to new replies.